@charset "shift_jis";

body{
	background-image: none;
}

/* layout
========================================*/

#wrapper{
	position: relative;
	min-height: 100%;
	min-width: 770px;
	text-align: center;
	background: url(../common/img/footer_bg.gif) repeat-x left bottom;
}

* html #wrapper{
	height: 100%;
}

#header{
	position: relative;
	height: 315px;
	width: 726px;
	padding: 0 29px 0 15px;
	margin: 0 auto;
	text-align: left;
	background: url(../img/index/header_bg.gif) no-repeat;
}

#contents{
	width: 750px;
	padding: 0 5px 70px 15px;
	margin: 0 auto;
	text-align: left;
}

		/* CLEAR FIX [BEGIN] */
		
		#contents:after {
		clear: both;
		height: 0;
		visibility: hidden;
		display: block;
		content: ".";
		}
		
		#contents {
		min-height: 1%;
		display: inline-table;
		}
		
		/* Hides from IE-mac \*/
		* html #contents {
		height: 1%;
		}
		
		#contents {
		display: block;
		}
		
		/* End hide from IE-mac */
		
		/* CLEAR FIX [END] */

#article{
	float: right;
	width: 576px;
}

#aside{
	float: left;
	width: 162px;
}

#footer{
	position: absolute;
	left: 50%;
	bottom: 0px;
	height: 23px;
	width: 750px;
	padding-top: 8px;
	margin: 0 0 0 -375px;
	text-align: left;
}

/* style
========================================*/
/* header
----------------------------------------*/

#header #corpId{
	padding-top: 19px;
	margin: 0 0 18px;
	font-size: 0px;
	line-height: 0px;
}

#header #siteId{
	float: left;
	width: 162px;
	margin: 0 9px 0 0;
	font-size: 0px;
	line-height: 0px;
}

#header ul#utility{
	position: absolute;
	left: 451px;
	top: 7px;
	width: 300px;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
}

#header ul#utility li{
	margin-left: 14px;
	line-height: 0px;
	display: inline;
}

#header ul#menu{
	position: absolute;
	left: 449px;
	top: 36px;
	width: 300px;
	margin: 0;
	line-height: 0px;
}

#header #menu li{
	margin-right: 4px;
	font-size: 0px;
	line-height: 0px;
	display: inline;
}

#header p#visual{
	position: absolute;
	left: 177px;
	top: 78px;
	height: 222px;
	width: 588px;
	overflow: hidden;
	line-height: 0px;
}

/* article
----------------------------------------*/
#article ul#banners{
margin:0 -14px 6px 0;
width:580px;/*566px;*/
height:96px;
}

#article ul#banners li{
	float: left;
	width: 282px;
	margin: 0 2px 0 0;
	line-height: 0px;
	list-style: none;
}

#article table{
	width: 566px;
}

#article table th,
#article table td{
	padding: 0.6em 0 0.5em;
	border-bottom: #CACACA 1px solid;
}

#article table th{
	width: 9.5em;
	font-weight: bold;
	color: #E80003;
}

#article table td{
	color: #4A4A4A;
}

/* aside
----------------------------------------*/

/* aside > nav */

#aside h3{
	margin: 0;
	line-height: 0px;
}

#nav,
#nav ul{
	margin: 0;
}

#nav li{
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	list-style: none;
}

/* footer
----------------------------------------*/
#footer ul{
	float: left;
	width: 510px;
	margin: 0;
}

#footer li{
	float: left;
	line-height: 0px;
	list-style: none;
}

#footer p#copy{
	float: right;
	width: 235px;
	line-height: 0px;
}

