@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------
	Top Page Style
---------------------------------------------------------------------------------*/

body{
	background: url(../img/top/bg_body.jpg) repeat-x left 100px;
}

#wrap{
	background: url(../img/top/bg_content.jpg) no-repeat center top;
}

#mainBan{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

nav#product{
	width: 342px;
	height: 479px;
	position: absolute;
	right: -11px;
	top: 18px;
	background: url(../img/top/bg_product.png) no-repeat left top;
}

nav#product ul{
	margin-top: 30px;
	margin-bottom: 14px;
}

nav#product li{
	margin-left: 31px;
	margin-right: 31px;
	margin-bottom: 9px;
	height: 120px;
}

nav#product li.blue a  { background: url(../img/top/bg_product01.jpg) no-repeat left top; }
nav#product li.yellow a{ background: url(../img/top/bg_product02.jpg) no-repeat left top; }
nav#product li.red a   { background: url(../img/top/bg_product03.jpg) no-repeat left top; }

nav#product li a{
	display: block;
	height: 120px;
	color: #333;
}

nav#product li a:hover{
	color: #1475d9;
	background-position: left bottom;
	text-decoration: none;
}

nav#product li a strong{
	display: block;
	padding-top: 4px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 60px;
}

nav#product li a span{
	display: block;
	margin-left: 8px;
	margin-right: 8px;
	line-height: 1.1em;
	font-size: 0.86em;
}

nav#product p{
	text-align: center;
}

p#catch{
	margin-top: 56px;
	margin-bottom: 56px;
}

#news{
	width: 924px;
	margin: 0 auto;
	margin-bottom: 48px;
}

#news dl{
	text-align: left;
	background: url(../img/top/bg_news_middle.png) repeat-y left top;
}

#news dt,
#news dd{
	padding-top: 14px;
	padding-bottom: 14px;
}

#news dt{
	padding-left: 2.0em;
	margin-left: 35px;
	color: #18A563;
	clear: left;
	float: left;
	background: url(../img/top/arrow.jpg) no-repeat 0.5em;
}

#news dd{
	margin-left: 35px;
	padding-left: 130px;
	margin-right: 35px;
	border-bottom: 1px dotted #ccc;
}

