@charset "UTF-8";

/*Main Visual*/
#mainArea{
	width:950px;
	height:304px;
	position:relative;
	margin-top:6px;
}

ul#slideArea{
	padding-left:3px;
	padding-top:3px;
	height:301px;
	width:652px;
	background:#CCCCCC url(../img/slide_bg_l.gif) no-repeat left top;
}
	
li.slide {
    position:absolute;
    left:3px;
    display: none;
}

li.defaltImg{
	position:absolute;
    left:3px;
}

ul#thumbArea {
	position:absolute;
	top:0px;
    left:655px;
	width:294px;
	height:300px;
	padding-top:4px;
	padding-left:1px;
	background:url(../img/slide_bg_r.gif) no-repeat right top;
}
li.thumb {
    border: 2px solid #FFFFFF;
    width: 286px;
    height: 70px;
    cursor: pointer;
}

li.thumb img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

li.thumbOn img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
li.thumbActive {
    border: 2px solid #0033CC;
}

li.thumbActive img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


/*NEWS*/
.newsArea {
	float:left;
	width:744px;
	background:url(../img/hd_bg_menu_l.gif) no-repeat left top;
	margin-top:16px;
}

.newsArea h2{
	height:16px;
	display:block;
	margin-top:9px;
	margin-left:12px;
}

.newsList {
	padding:12px 12px 0px 12px;		
}

.newsList dl {
	width:720px;
	display:block;
	padding:8px 0px;
	_padding-top:4px 0px;
	border-bottom:1px dotted #CCCCCC;
}

.newsList dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.newsList dt {
	width:108px;
	float:left;
}

.newsList dd {
	float:left;
	width:720px;	
	display:block;
}

.newsList dd.update {
	width:120px;	
}

.newsList dd a{
	color:#0033CC;
}

.newsList dd a:hover{
	text-decoration:underline;
}

.newsArea h3{
	width:720px;
	background-color:#FFFFFF;
	display:block;
	margin-top:-1px;
	padding-top:12px;
	border-top:1px solid #CCCCCC;
}

/*NAVI MENU*/
.naviArea {
	overflow:hidden;
	vertical-align:top;
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	*display: inline; /*for ie5～7*/
	*zoom: 1; /*for ie5～7*/
	letter-spacing:normal;
	width:364px;
	background:url(../img/hd_bg_menu_m.gif) no-repeat left top;
	margin-right:16px;
	margin-top:16px;
}

.naviArea h2{
	height:16px;
	display:block;
	margin-top:9px;
	margin-left:12px;
}

.naviList {
	padding:11px 0px 12px 0px;
	background:url(../img/ft_bg_menu_m.gif) no-repeat left bottom;
}

.naviList dl {
	width:340px;
	display:block;
	padding:12px 11px 0px 11px;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.naviList dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.naviList dt {
	width:120px;
	height:90px;
	float:left;
}

.naviList dd {
	width:208px;	
	display:block;
	float:right;
}

.naviList dd a{
	text-decoration:none;
}

/*GO ARCHIVE*/

.goList{
	float:right;
	background:url(../img/ic_blue.gif) no-repeat left center;
	margin-top:8px;
	margin-right:12px;
	padding-left:8px;
}

