@charset "utf-8";
/* CSS Document */
#keyvisual{
	position:absolute;
	top:30px;
	width:930px;
	height:426px;
	display:block;
	overflow:hidden;
	background:url(../../images/keyvisual.png) right no-repeat;
}
#keyvisual_en{
	position:absolute;
	top:30px;
	width:930px;
	height:426px;
	display:block;
	overflow:hidden;
	background:url(../../images/keyvisual_en.png) right no-repeat;
}
#content-pane{
	position:absolute;
	top:150px;
	left:31px;
	width:868px;
	height:523px;
	display:block;
	overflow:hidden;
	background:url(../../images/contentpane.l.png) no-repeat;
}

#submenu{
	padding-top:6px;
	min-height:300px;
}
#submenu li{
}
#submenu li a{
	width:180px;
	height:27px;
	display:block;
	line-height:27px;
	background:url(../images/submenu.gif) no-repeat;
	color:#000;
	text-decoration:none;
	margin:10px;
	text-indent:40px;
	font-weight:bold;
}
#submenu li a.selected,
#submenu li a:hover{
	color:#fff;
	background:url(../images/submenu.active.gif) no-repeat;
}

#content{
	height:473px;
	overflow:auto;
	display:block;
	color:#666;
	font-size:14px;
}
#content div{
	padding:0 10px;
}
#content h3{
	background:url(../images/section.title.bg.gif) no-repeat;
	margin:10px 0;
	line-height:32px;
	padding-left:20px;
	color:#369;
	font-weight:bold;
	font-size:14px;
}
#content h4{
	margin:10px 0;
	line-height:21px;
	width:118px;
	height:21px;
	overflow:hidden;
	text-align:center;
	float:right;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	background:url(../images/h4.bg.gif) no-repeat;
}
#content p{
	padding:10px 10px;
	line-height:1.5;
}
#content p.text{
	text-indent:24px;
}
#content img{
}
#content ul{
	padding:10px 20px;
}
#content li{
	padding:10px 10px;
	list-style:disc;
}
#content strong{
	color:#5aa4bf;
	font-weight:bold;
}

#content ul.products{
	padding:0;
	margin:0;
}
#content ul.products li{
	list-style:none;
	float:left;
	display:block;
	padding:0;
	margin:2px;
}
#content ul.products img{
	width:100px;
	height:100px;
	overflow:hidden;
}
#content ul.products a{
	border:1px solid #fff;
	display:block;
}
#content ul.products a:hover{
	border:1px solid #6CF;
	background:#d5eaff;
}
#content p.image{
	padding:0;
	margin:0;
}