@charset "utf-8";
/* CSS Document */

@import url(../common/css/basic.css);

/* Contents Slider */

.slider {
float:left;
width:764px;
height:246px;
position:relative;
padding-bottom:25px;
}

.sliderContent {
float:left;
width:764px;
height:246px;
clear:bh;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../img/slider/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:764px;
height:246px;
background:#fff;
}

.sliderBullets {
position:absolute;
z-index:50;
right:15px;
top:220px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:11px;
width:13px;
height:13px;
background:url(../img/slider/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -14px;
}

.sliderContent a {
outline:none;
}

/* Contents Slider */

.left{
	float:left;
	width:244px;
	}
.left ul li{
	margin-bottom:10px;	
	}
.right{
	float:right;
	width:504px;
	}
.right ul.top_navi li.li_left{
	float:left;
	margin-right:20px;
	}
.right ul.top_navi li{
	margin-bottom:10px;
	}
.right ul.top_navi{
	margin-bottom:20px;
	}
.topics{
	padding:0 0 3px;
	background:url(../img/bg_01.gif) left bottom no-repeat;
	}
.topics dt{
	display:block;
	height:29px;
	background:url(../img/bg_02.gif) 0 0 no-repeat;
	}
.topics dt img{
	float:left;
	}
.topics dt span{
	float:right;
	position:relative;
	top:8px;
	left:-8px;
	}
.topics dd{
	padding:4px 8px 3px;
	border-left:#c9c9c9 solid 1px;
	border-right:#c9c9c9 solid 1px;
	background:url(../img/bg_03.gif) center top no-repeat;
	}
.topics dd span{
	margin-right:1em;
	}
