@charset "UTF-8";
html {
	height: 100%;
}
/*	リンクの設定ここまで	*/

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B5B5B5;
	height: 100%;
	line-height: 18px;
}
/* CSS Document */

/* CSS Document */

#allBox {
	width: 974px;
	height:100%;
    min-height:100%;
	background-image: url(../image/back.jpg);
	background-repeat: repeat-y;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/*
ここまでその他のブラウザ用
*/
body > #allBox{
    height:auto;
}

/*	ヘッダのボックス	*/
#headerBox {
	width: 974px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

/*	本文エリアのボックス	*/
#mainBox {
	float:left;
	width:650px;
	margin: 0px 20px 50px 30px;
	_margin: 0px 10px 50px 15px;
	
	
}
#mainBoxwide {
	float:left;
	width:900px;
	margin: 0px 20px 50px 30px;
	_margin: 0px 10px 50px 15px;
	
	
}

/*	サブエリア(右)のボックス	*/
#subBoxR {
	float: right;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px 20px 20px 0px;
	_margin: 0px 10px 20px 0px;
	
}

/*	--- sub.css ---	*/

/*	---サブエリアの各種設定ここから---	*/

/*	サブエリア--タイトル帯	*/

#subBoxR h2, #subBoxL h2 {
	width: 200px;
	color: #333333;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-color: #333;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5DB0EF;
	text-indent: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 20px;
	background-color: #DADADA;
	border-top-width: 1px;
	border-top-color: #333;
}
/*	フッタのボックス	*/
#footerBox {
	clear: both;
	height: 10px;
	color: #666666;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	vertical-align: bottom;
}
#menu {
	width: 950px;
	font-size: 12px;
	background-image: url(../image/menuber.gif);
	padding-right: 20px;
	height: 34px;
	padding-top: 10px;
}
#maintable {
	width: 974px;
	background-image: url(../image/back.gif);
	background-repeat: repeat;
}
#mainmenu {
	float: right;
	width: 400px;
	_margin: 0px 10px 20px 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #999;
	text-align: right;
	vertical-align: middle;
}
#topic {
	border: 1px solid #999;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-weight: bold;
}
