@import url("common.css");


/* body */
div.body{
	position:relative;
	width:960px;
	margin:0 auto;
	padding:70px 0 20px;
	overflow:hidden;
}


/* header */
div.header h1{
	position:absolute;
	left:0;
	top:12px;
}
div.header h1 img{
	padding:10px;
}

div.header ul.gnb{
	position:absolute;
	left:182px;
	top:23px;
	height:47px;
	overflow:hidden;
}
div.header ul.gnb li{
	position:relative;
	float:left;
}
div.header ul.gnb li img{
	vertical-align:top;
	padding:4px 0;
}
div.header ul.gnb li.sitemap{
	padding-left:63px;
}

/* visual */
div.visual{
	height:auto;
	border-top:2px solid #F2B111;
	border-bottom:1px solid #A6A6A6;
	overflow:hidden;
}

/* contents */
div.contents{
	width:100%;
	padding-bottom:50px;
	overflow:hidden;
}

div.contents div.a{ 
	float:left;
	width:280px;
	margin-right:50px;
	padding-top:26px;
}
div.contents div.b{
	float:left;
	width:365px;
	padding-top:26px;
}
div.contents div.c{
	float:right;
	width:210px;
	margin-top:30px;
}

div.a div.nc{
	padding-left:5px;
}
div.a div.nc h3 img{
	vertical-align:top;
	padding:5px;
}
div.a div.nc ul{
	padding:7px 10px 0 5px;
}
div.a div.nc ul li{
	width:100%;
	vertical-align:top;
	padding-bottom:18px;
	overflow:hidden;
}
div.a div.nc ul li span{
	float:left;
	width:25px;
	font-size:0.8em;
	color:#C0C0C0;
	line-height:1.1em;
	padding-top:1px;
}
div.a div.nc ul li h4{
	float:right;
	width:225px;
	font-size:1em;
	font-weight:normal;
	line-height:1.25em;
	padding-bottom:3px;
}
div.a div.nc ul li h4,
div.a div.nc ul li h4 a{
	color:#333;
}
div.a div.nc ul li h4 a:hover{
	color:#000;
}
div.a div.nc ul li h4 img{
	vertical-align:middle;
}
div.a div.nc ul li p{
	float:right;
	width:225px;
	font-size:0.9em;
	color:#ABABAB;
	line-height:1.35em;
}
div.a div.nc ul li p,
div.a div.nc ul li p a{
	color:#777;
}
div.a div.nc ul li h4 a{
	color:#444;
}

div.a ul.ban{
	width:280px;
	height:68px;
	margin-top:12px;
	border:solid #E7E7E7;
	border-width:1px 0;
	overflow:hidden;
}
div.a ul.ban li.ban1{
	float:left;
	width:84px;
	margin-right:18px;
}
div.a ul.ban li.ban2{
	float:left;
	width:85px;
}
div.a ul.ban li.ban3{
	float:right;
	width:75px;
}
div.a ul.ban li img{
	vertical-align:top;
}

div.b div.annual{
	background:url("../images/main/bg_annual.gif") no-repeat 100% 0;
}
div.b div.annual h3 img{
	vertical-align:top;
	padding:5px;
}
div.b div.annual h4{
	font-size:1em;
	margin-top:5px;
	padding:0 5px;
}
div.b div.annual h4 a{
	color:#333;
}
div.b div.annual h4 a:hover{
	color:#000;
}
div.b div.annual p{
	line-height:1.4em;
	padding:11px 0 0 5px;
}
div.b div.annual p a{
	color:#333;
}
div.b div.annual p a:hover{
	color:#000;
}

div.b div.rnd{
	margin-top:26px;
	background:url("../images/main/bg_rnd.gif") no-repeat 100% 0;
}
div.b div.rnd h3 img{
	vertical-align:top;
	padding:5px;
}
div.b div.rnd p{
	width:250px;
	line-height:1.4em;
	padding:8px 0 6px 5px;
}
div.b div.rnd p a{
	color:#333;
}
div.b div.rnd p a:hover{
	color:#000;
}

div.c div.bus{
	position:relative;
	width:210px;
	height:150px;
	background:url("../images/main/bg_bus.gif") no-repeat;
}
div.c div.bus h3{
	position:absolute;
	left:15px;
	top:16px;
}
div.c div.bus div.con{
	position:absolute;
	left:10px;
	top:43px;
	width:190px;
	overflow:hidden;
}
div.c div.bus ul{
	width:1400px;
	overflow:hidden;
}
div.c div.bus ul li{
	float:left;
	width:165px;
	padding-left:25px;
}
div.c div.bus ul li img{
	border:1px solid #EAEAEA;
}
div.c div.bus ul li h4{
	font-size:0.9em;
}
div.c div.bus ul li h4,
div.c div.bus ul li h4 a{
	color:#53B33D;
}
div.c div.bus ul li h4 a:hover{
	color:#2C7F19;
}
div.c div.bus a.prev,
div.c div.bus a.next{
	position:absolute;
	left:10px;
	top:67px;
	width:21px;
	height:26px;
	text-indent:-1000px;
	background:url("../images/main/btn_prev.gif") no-repeat 5px 5px;
	overflow:hidden;
}
div.c div.bus a.next{
	left:180px;
	background-image:url("../images/main/btn_next.gif");
}
div.c div.bus a:hover{
	background-position:5px -21px;
}

div.c p.bans{
	margin-top:10px;
}
