@charset "utf-8";

/*全体*/

div#wrapper{
	width:100%;
}

* html body{
	text-align:center;
}/*IE6用*/

/*ヘッダー*/
div#wrapper div#header{
	width:100%;
	height:129px;
	margin-bottom:25px;
	background:#ee7d4f;
}

div#wrapper div#header div#header_inner{
	width:950px;
	height:129px;
	margin-left:auto;
	margin-right:auto;
	background:#ee7d4f;
}

div#wrapper div#header div#header_inner img{
	float:left;
	margin-top:56px;
}

/*全体中央表示*/

div#wrapper div#container{
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

div#wrapper div#container div#mainArea{
	width:950px;
	height:473px;
	margin-bottom:22px;
}

div#wrapper div#container div#mainArea ul#menuArea{
	float:left;
	width:198px;
	height:473px;
	margin-right:10px;
	margin-top:3px;
}

*html div#wrapper div#container div#mainArea ul#menuArea{
	float:left;
	width:198px;
	height:473px;
	margin-right:9px;
	margin-top:3px;
}

div#wrapper div#container div#mainArea ul#menuArea li{
	margin-bottom:17px;
	line-height:0;
}

div#wrapper div#container div#mainArea ul#menuArea li.last{
	margin-bottom:34px;
}

*:first-child+html div#wrapper div#container div#mainArea ul#menuArea li.last{
	margin-bottom:19px;
}

*html div#wrapper div#container div#mainArea ul#menuArea li.last{
	margin-bottom:19px;
}

div#wrapper div#container div#mainArea div#main{
	float:right;
	width:742px;
	height:473px;
}

/*フッター*/

div#wrapper div#container div#footer p{
	margin-top:8px;
	font-size:10px;
	color:#585858;
	text-align:right;
}

