@charset "UTF-8";
/*Base*/
body {
	background:url(../../common/img/bg01.png) repeat-x 0 -285px;
}
body#top {
	background:url(../../common/img/bg01.png) repeat-x;
}
#contWrap {
	margin-top:70px;
}
#top #contWrap {
	margin-top:17px;
}

/*Header*/
#top #topHeader {
	margin-top:-32px;
}
.topInfo {
	height:29px;
}
.topInfo p {
	color:#fff;
	padding-top:5px;
}
.topInfoLi {
	height:106px;
}
.topInfoLi li {
	margin:20px 20px 0 0;
	float:left;
}
.topInfoLi li.last {
	margin:5px 0 0 90px;
}
/*Content Left*/
.topContNews {
	margin-top:20px;
	border:1px solid #ccc;
	height:250px;
	overflow-y:scroll;
	padding:10px 15px;
}
.topContNews li{
	background:url(../../common/img/bg04.png) left bottom repeat-x;
	padding:15px 0;
	overflow:hidden;
}
.topContNews li h3.new{
	background:url(../../common/img/icn01.png) no-repeat 75px bottom;
}
.topContNews li h3{
	float:left;
	width:140px;
	padding-bottom:20px;
	line-height:1.6;
}
.topContNews li p {
	margin-left:140px;
}
.topContNews li a{
	text-decoration:underline;
}
.topBnr01 {
	margin-top:20px;
}

/*Content Right*/
.topProduct {
	margin:8px 0 20px;
}
.topProduct li{
	background:url(../../common/img/bg05.png) repeat-x left bottom;
}
.topProduct li a{
	padding:15px 0 13px 40px;
	background:url(../../common/img/arrow03.png) no-repeat 15px center;
	display:block;
}
.topBnr02 li {
	margin-bottom:20px;
}