
/* Main
===============================================================*/
.main {
	padding:0 0 40px 0;
}


/* select
===============================================================*/
.select {
	margin:0 0 30px 0;
}

.select h2 {
	width:736px;
	height:54px;
	text-indent:-9999px;
	background:url(../images/top/tl01.jpg) no-repeat 0 0;
	padding:0 0 22px 0;
}

.select ul li {
	width:360px;
	padding:0 16px 15px 0;
	float:left;
}

.select ul li.bn02 ,
.select ul li.bn04 {
	padding:0 0 15px 0;
}

.select ul li a {
	display:block;
	width:360px;
	height:107px;
	text-indent:-9999px;
}

.select ul li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.select ul li.bn01 a {
	background:url(../images/top/bn01.jpg) no-repeat 0 0;
}

.select ul li.bn02 a {
	background:url(../images/top/bn01.jpg) no-repeat -376px 0;
}

.select ul li.bn03 a {
	background:url(../images/top/bn01.jpg) no-repeat 0 -122px;
}

.select ul li.bn04 a {
	background:url(../images/top/bn01.jpg) no-repeat -376px -122px;
}



/* column
===============================================================*/
.column {
	width:736px;
	height:280px;
	background:url(../images/top/bg05.jpg) no-repeat 0 0;
	padding:0 0 40px 0;
	position:relative;
}

.column .more a {
	display:block;
	width:111px;
	height:22px;
	text-indent:-9999px;
	background:url(../images/top/btn01.jpg) no-repeat 0 0;
	position:absolute;
	top:235px;
	left:598px;
}

.column .more a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.column .column_wrap {
	padding:69px 0 0 22px;
}

.column .column_wrap .box a{
	display:block;
	width:153px;
	margin:0 14px 0 0;
	border:#e9e1cf 1px solid;
	background-color:#ffffff;
	padding:9px;
	float:left;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.column .column_wrap .box a:hover {
	text-decoration:none;
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.column .column_wrap .box p {
	widt:153px;
	height:106px;
	overflow:hidden;
}

.column .column_wrap .box dl {
	padding:10px 0 0 0;
}

.column .column_wrap .box dl dt {
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#dd0000;
	padding:0 0 2px 0;
}

.column .column_wrap .box dl dd {
	height:36px;
	overflow:hidden;
	line-height:18px;
	color:#650000;
}


/* news
===============================================================*/
.news {
	width:736px;
	padding:0 0 40px 0;
	position:relative;
}

.news h2 {
	width:736px;
	height:46px;
	text-indent:-9999px;
	background:url(../images/top/tl04.jpg) no-repeat 0 0;
}

.news .more a {
	display:block;
	width:110px;
	height:37px;
	text-indent:-9999px;
	background:url(../images/top/btn02.jpg) no-repeat 0 0;
	position:absolute;
	top:0;
	left:591px;
}

.news .more a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.news .news_wrap {
	border-right:#e9e6e1 1px solid;
	border-left:#e9e6e1 1px solid;
	border-bottom:#e9e6e1 1px solid;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
	background-color:#ffffff;
	padding:20px 35px 10px 35px;
}

.news .news_wrap a {
	display:block;
	margin:0 0 10px 0; 
}

.news .news_wrap a .d {
	width:100px;
	color:#dd0000;
	font-size:14px;
	float:left;
}

.news .news_wrap a .t {
	width:564px;
	font-size:14px;
	float:right;
}

.news .news_wrap a:hover .t {
	text-decoration:underline;
}




