@charset "utf-8";

/*---------------------------------------------------------
    トップページ専用CSS
----------------------------------------------------------*/

#main_img{
	width: 100%;
	height: 370px;
	background: url(../img/top/top_main.jpg) no-repeat center;
}

/* ---------- メインイメージ内メニュー ---------- */

#main_img ul{
	width: 174px;
	margin: 0 auto;
	position: relative;
	left: 363px;
	top: 200px;
}

#main_img ul .padding_bottom{
	padding-bottom: 10px;
}

#main_img ul #world a{
	width: 174px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top/btn_main_img_menu_01.gif) no-repeat 0 0;
}

#main_img ul #world a:hover{
	width: 174px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top/btn_main_img_menu_01.gif) no-repeat 0 -29px;
}

#main_img ul #news a{
	width: 174px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top/btn_main_img_menu_02.gif) no-repeat 0 0;
}

#main_img ul #news a:hover{
	width: 174px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top/btn_main_img_menu_02.gif) no-repeat 0 -29px;
}

#main_img ul #channel a{
	width: 174px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top/btn_main_img_menu_03.gif) no-repeat 0 0;
}

#main_img ul #channel a:hover{
	width: 174px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top/btn_main_img_menu_03.gif) no-repeat 0 -29px;
}

#main_img ul #satellite a{
	width: 174px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top/btn_main_img_menu_04.gif) no-repeat 0 0;
}

#main_img ul #satellite a:hover{
	width: 174px;
	height: 29px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/top/btn_main_img_menu_04.gif) no-repeat 0 -29px;
}

/* ---------- 新着情報 ---------- */

#news_banner{
	padding-bottom: 23px;
}

#new_information{
	width: 620px;
	float: left;
}

/* ---------- 新着情報 タイトル ---------- */

#new_information_title{	
	width: 620px;
	height: 31px;
	background: #000000;
	background: #000000 url(../img/common/el_h2.gif) repeat-y;
}

#new_information_title h2{
	padding: 8px 0 8px 22px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	width: 73px;
}

#new_information_title #new_information_rss{
	float: left;
	width: 80px;
	padding-right: 100px;
	padding-top: 7px;
}

/* ---------- 新着情報 タイトル横タブ ---------- */

#new_information_tab{
	background: #000000;
	width:345px;
	_width:340px;
	overflow:hidden;
}

#new_information_title h2 {
	float:left;
}

#tab{
	margin-top: 6px;
}

#new_information_tab li{
	float: left;
}

#new_information_tab #tab #channel a{
	width: 	123px;
	height: 19px;
	overflow: hidden;
	display: block;
	background: url(../img/top/bt_tab_channel_03.gif) no-repeat 0 0;
	font-size: 0.85em;
	color: #ffffff;
	padding-top:6px;
	padding-left:10px;
	text-decoration: none;
}

#new_information_tab #tab #channel a:hover{
	width: 	123px;
	height: 19x;
	overflow: hidden;
	display: block;
	font-size: 0.85em;
	color: #bcbcbc;
	text-decoration: none;
}

#new_information_tab #tab #channel.on a{
	background: url(../img/top/bt_tab_channel_02.gif) no-repeat 0 0;
}

#new_information_tab #tab #satellite a{
	width: 	62px;
	height: 19px;
	overflow: hidden;
	display: block;
	background: url(../img/top/bt_tab_satellite_03.gif) no-repeat 0 0;
	font-size: 0.85em;
	padding-left:6px;
	padding-top:6px;
	color: #666666;
	text-decoration: none;
}

#new_information_tab #tab #satellite a:hover{
	width: 	62px;
	height: 19px;
	overflow: hidden;
	display: block;
	font-size: 0.85em;
	color: #000000;
	text-decoration: none;
}

#new_information_tab #tab #satellite.on a{
	background: url(../img/top/bt_tab_satellite_02.gif) no-repeat 0 0;
}

#new_information_tab #tab #other a{
	width: 	61px;
	height: 19px;
	padding-left:8px;
	padding-top:6px;
	overflow: hidden;
	display: block;
	background: url(../img/top/bt_tab_other_03.gif) no-repeat 0 0;
	font-size: 0.85em;
	color: #000000;
	text-decoration: none;
}

#new_information_tab #tab #other a:hover{
	width: 	61px;
	height: 19px;
	overflow: hidden;
	display: block;
	font-size: 0.85em;
	color: #666666;
	text-decoration: none;
}

#new_information_tab #tab #other.on a{
	background: url(../img/top/bt_tab_other_02.gif) no-repeat 0 0;
}

#new_information_tab #tab #all a{
	width: 	61px;
	height: 19px;
	overflow: hidden;
	display: block;
	background: url(../img/top/bt_tab_all_02.gif) no-repeat 0 0;
	font-size: 0.85em;
	padding-left:8px;
	padding-top:6px;
	color: #ffffff;
	text-decoration: none;
}

#new_information_tab #tab #all a:hover{
	width: 	61px;
	height: 19px;
	overflow: hidden;
	display: block;
	font-size: 0.85em;
	color: #bcbcbc;
	text-decoration: none;
}


.news_list li{
	padding-left: 30px;
	padding-bottom: 8px;
	padding-top: 8px;
	background: url(../img/top/el_news.gif) 10px 9px no-repeat;
	border-bottom: dashed 1px #231815;
}
.news_list li .date {
	float:left;
	width:80px;
}

.news_list li .icon {
	float:left;
	width:32px;
	display:block;
	margin-right:10px;
	
}

.news_list li .pdf {
	float:left;
	width:14px;
	margin-right:10px;
}

.news_list li .title {
	float:left;
	width:440px;
}










/* ---------- 新着情報 横バナー ---------- */
#banner_01{
	width: 235px;
	float: left;
	padding-left: 40px;
}

#banner_01 ul li{
	float: left;
}

#banner_01 .margin-bottom{
	margin-bottom: 14px;
}

/* ---------- 新着情報 下バナー ---------- */
##banner_02{
	width: 900px;
	margin: 0 auto;
}
#banner_02 li{
	float: left;
	padding-bottom: 17px;	
}

#banner_02 .indent_left{
	margin-left: 2px;
}
