*{
	margin:0px;
	padding:0px;
	font-family: sans-serif;
	}
img{border:none;}
p.clear{clear:both;}

/*ボックスモデルレイアウト　ここから*/

div#globalbox{
	width:843px;
	background-image:url(images/global_back.jpg);
	background-repeat:repeat-y;
	margin:0 auto;
	}
div#mainbox{
	width:794px;
	margin:0 auto;
	}
div#header{
	width:794px;
	height:126px;
	background-image:url(images/header_back.jpg);
	background-position: top left;
	position:relative;
	}
div#header h1{
	font-size:0.7em;
	font-weight:normal;
	position: absolute;
	top: 5px;
	left: 5px;
	color:#666;
	}
div#header h1 a{
	text-decoration:none;
	color:#666;
	}
div#header h2{
	position: absolute;
	top:38px;
	left: 18px;
}
div#wrapper{
	width:794px;
	display:inline-block;
	}
div#wrapper:after{
	clear:both;
	display: block;
	height: 0px;
	content:"";
	visibility:hidden;
	}
div#menu{
	width:202px;
	background-image:url(images/menu_back.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:822px;
	min-height:822px;
	float:left;
	}
div#contents{
	width:585px;
	background-image:url(images/contents_back.jpg);
	float:left;
	background-repeat:no-repeat;
	min-height:822px;
	margin-bottom: 50px;
	padding: 3px 0 30px 6px;
	}
	
/*ＩＥ＆のボックス高さ維持用ハック*/
* html div#contents{
	height:822px;
	}
/*ここまで*/

div#footer{
	width:794px;
	background-color: #fff;
	background-image:url(images/footer_back.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-align:center;
	}
div#footer_top{
	width:794px;
	height:15px;
	background-image:url(images/footer_bar.jpg);
	background-repeat: no-repeat;
	}
/*ここまで*/

/*ヘッダ部分スタイル記述　ここから*/

div#header ul{
	position:absolute;
	top:100px;
	left:440px;
	}
div#header ul li{
	display:inline;
	padding:0 5px;
	border-right:solid 1px #333;
	text-transform:uppercase;
	list-style:none;
	}
div#header ul li#last{
	border-right:none;
	}
div#header ul li a{
	font-size:10pt;
	color:#333;
	text-decoration:none;
	}
div#header ul li a:hover{
	color:#f00;
	}
/*ここまで*/

/*メニュー部分スタイル記述　ここから*/

div#menu h3{
	color:#439a77;
	margin-left:35px;
	margin-top:100px;
	font-size:0.9em;
	font-weight: normal;
	}
div#menu p#mondai{
	color:#5783a6;
	margin-left:35px;
	margin-top:20px;
	font-size:0.9em;
	}
div#menu p#etc{
	color:#d78462;
	margin-left:35px;
	margin-top:20px;
	font-size:0.9em;
	}
div#menu ul{
	margin-left:35px;
	margin-top:10px;
	font-size:0.8em;
	color: #333;
	}
div#menu ul li{
	list-style: inside;
	margin-top:5px;
	}
div#menu ul li a{
	color:#333;
	text-decoration:none;
	}
div#menu ul li a:hover{
	color:#f00;
	}

/*ここまで*/

/*フッタ部分スタイル記述　ここから*/

div#footer{
	font-size:0.8em;
	padding:0 0 60px 0;
	line-height:130%;
	}
div#footer_top{
	margin-bottom:20px;
	}
div#footer a{
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
	}
div#footer a:hover{
	color:#f00;
	}

/*ここまで*/

/*コピーライト部分スタイル記述 ここから*/

div#copyright{
	background-image:url(images/copyright.jpg);
	text-align:center;
	font-size:9pt;
	width:794px;
	height:20px;
	padding:10px 0;
	color:#fff;
	}

/*ここまで*/

/*トップページ用スタイル記述*/

div#contents p#title{
	color:#101077;
	background-image:url(images/bar.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-left: 55px;
	}
div#contents p#cont{
	font-size: 0.9em;
	margin-top:30px;
	padding:0 53px;
	line-height: 140%;
}
div#contents p#cont span{
	color: #101077;
}
div#contents ul#problems li{
	display: inline;
	list-style: none;
}
div#contents ul#problems{
	margin-left:25px;
	margin-top:20px;
	}
div#contents ul#problems li ul{
	margin-top:20px;
	}
div#contents ul#problems li ul li{
	margin-left:10px;
	}

