@charset "UTF-8";

/*======================================================================

  TOP

=======================================================================*/
#module_zoomFontSize {
	right: 13px;
}

#top_contents{
	margin-bottom:30px;
	padding-top:48px;
}
#head_contents{
	position:relative;
	margin-bottom:26px;
	padding-bottom:13px;
}
#main_image{
	padding-bottom:30px;
	background:url(../img/top/bg_main_image.jpg) repeat-x left bottom;
}
#top_nav{
	position:absolute;
	bottom:0;
	height:109px;
	padding:0 4px;
	background:url(../img/top/bg_top_nav_top.png) repeat-x left top;
}
#top_nav li{
	float:left;
	width:302px;
	margin:20px 11px 0;
	padding-bottom:14px;
	background:url(../img/top/bg_top_nav.png) repeat-x left bottom;
}
#top_nav li a:hover{
	display:block;
	background-color:#417bba;
}
#top_nav li a img{
	vertical-align:bottom;
}
#bottom_contents{
	border-top:1px solid #004da0;
}
#info_wrap{
	float:left;
	width:686px;
	padding-top:21px;
}
#news_info .label{
	margin-bottom:1em;
	padding-bottom:9px;
	background:url(../img/top/bg_label.gif) repeat-x left bottom;
}
#news_info .label span{
	display:block;
	padding-bottom:2px;
	border-bottom:1px solid #d6dde6;
}
#content_info{
	margin-top:8em;
	padding-top:0.7em;
	border-top:1px solid #ccc;
	text-align:center;
}
#content_info dt{
	margin-bottom:0.2em;
	font-weight:bold;
}
#content_info dd{
	margin-bottom:0.2em;
}
#banner_wrap{
	float:right;
	width:258px;
	padding-top:46px;
}
#banner_wrap .note{
	text-align:left;
	font-size:85%;
}

/*======================================================================

  Print

=======================================================================*/
@media print{
	* html body{
		zoom:65% !important;
	}
	#content_wrap{
		width:980px !important;
	}
}