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

@import "common.css";

/*-----------------------------------------------*/
/*トップページ１								 */
/*-----------------------------------------------*/
/*ヘッダータイトル*/
body {
	margin-top: -10px;
}
#areaEast {
	display:block;
	width:300px;
	height:30px;
	background-image:url(../img/all/areaeast.gif);
	background-repeat:no-repeat;
	text-indent:-3000em;
	position: relative;
	top: 10px;
}
#topHeadder{
	float:left;
	display:block;
	width:490px;
	height:64px;
	background-image:url(../img/all/top_head_logo.gif);
	background-repeat:no-repeat;
}
#topHeadder h1{display:none;}

div#main{
	border:1px solid #999;
	padding:5px;
}

/*ヘッダー地域選択*/
#areaSelect{
	display:block;
	float:right;
	text-align:right;
	padding-top:20px;
	font-size:1.1em;
}
#areaSelect .arealink{
	display:block;
	text-align:left;
	font-size:12px;
	text-indent:15px;
}

/*グローバルメニュー*/
#globalmenu{
	margin:1em 0em;
}
#globalmenu iframe{
	height:25px;
	width:100%;
}

.globalmenu ul{
	margin:0px;
	padding:0px;
}

.globalmenu li{
	float:left;
	list-style-type:none;
}

globalmenu li a{
	display:block;
	height:25px;
}

.globalmenu li a:link,
.globalmenu li a:visited{
	background-color:#fff;
}

.globalmenu li a:hover{
	border-bottom:3px solid #ddd;
}

/*東日本*/
div#main #east{
	background: #FEEDEF;
	height: 280px;
}

div#main #east #inner_east{
	width: 630px;
	margin: 0 auto;
}

div#main #east #inner_east ul li{
	text-indent:-3000em;
	list-style-type:none;
	float:left;
	height:102px;
}
div#main #east #inner_east ul li a{
	text-indent:-3000em;
	display:block;
	height:102px;
	background-repeat:no-repeat;
}

div#main #east #inner_east ul li.kodoku{
	background-image:url(../img/all/kodoku.gif);
	width:126px;
}

div#main #east #inner_east ul li.snk a:link,
div#main #east #inner_east ul li.snk a:visited{
	background-image:url(../img/all/snkbt.gif);
	width:125px;
}
div#main #east #inner_east ul li.snk a:hover{
	background-image:url(../img/all/snkbt_ov.gif);
	width:125px;
}

div#main #east #inner_east ul li.spo a:link,
div#main #east #inner_east ul li.spo a:visited{
	background-image:url(../img/all/spobt.gif);
	width:125px;
}
div#main #east #inner_east ul li.spo a:hover{
	background-image:url(../img/all/spobt_ov.gif);
	width:125px;
}

div#main #east #inner_east ul li.fbi a:link,
div#main #east #inner_east ul li.fbi a:visited{
	background-image:url(../img/all/fbibt.gif);
	width:125px;
}
div#main #east #inner_east ul li.fbi a:hover{
	background-image:url(../img/all/fbibt_ov.gif);
	width:125px;
}

div#main #east #inner_east ul li.ex a:link,
div#main #east #inner_east ul li.ex a:visited{
	background-image:url(../img/all/exbt.gif);
	width:126px;
}
div#main #east #inner_east ul li.ex a:hover{
	background-image:url(../img/all/exbt_ov.gif);
	width:126px;
}

div#main #east #inner_east ul li.trial a:link,
div#main #east #inner_east ul li.trial a:visited{
	background-image:url(../img/all/trial.gif);
	width:126px;
}
div#main #east #inner_east ul li.trial a:hover{
	background-image:url(../img/all/trial_ov.gif);
	width:126px;
}

div#main #east #inner_east ul li.trial_copy{
	background-image:url(../img/all/trial_message.gif);
	width:501px;
}


/*インフォ*/
div#bottomColumn{
	margin:2em 0;
}

div#bottomColumn #bottom_left{
	float:left;
	width:580px;
}

div#bottomColumn #informaion h3{
	margin:0px;
	padding:0px;
	background-image:url(../img/all/midashi_back.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #444;
	line-height:15px;
	margin-bottom:5px;
}

div#bottomColumn #informaion iframe{
	width:100%;
	padding:0px;
	margin:0px;
	height:6em;
}

div#bottom_right{
	float:right;
	width:200px;
}

div#bottom_right .banner{
	margin-bottom:1em;
	text-align:center;
}