@charset "shift_jis";

@import url("accessible_slider.css");

/* -------------------------------------------------- grandTop */

body#grandTop #contentsWrap {
	border-bottom:none;
}

body#grandTop #mainWrap {
	width: 640px;
	float: left;
	margin-top: 20px;
}
body#grandTop #sub_top {
	display: inline;
	float: right;
	width: 290px;
	margin-right: -2px;
}
body#grandTop #sub_top #lNavi_topWrap {
	width: 290px;
	background: url(../img/bg_lNavi_grandTop.png) left top repeat-y;
}
	body#grandTop #sub_top #lNavi_top {
		width: 276px;
		padding: 0 7px 7px;
		background: url(../common/img/contents_sub_bg_05.gif) no-repeat left bottom;
	}
	* html body#grandTop #sub_top #lNavi_top {
		width: 290px;
	}
	#lNavi_top ul {
		width: 276px;
	}
		#lNavi_top ul li {
			border-top: 1px solid #cccccc;
			padding: 0 2px;
			font-size: 115%;
			font-weight: bold;
			zoom: 1;
		}
			#lNavi_top ul li a {
				background: #F0F0ED url(../common/img/ico/ico_arrow_blueR_01.gif) no-repeat 15px 1.1em;
				display: block;
				padding: 10px 0 10px 40px;
				color: #2F579C;
				text-decoration: none;
				zoom: 1;
			}
			#lNavi_top ul li a:hover {
				background: #477cd4 url(../common/img/ico/ico_arrow_whiteR_01.gif) no-repeat 15px 1.1em;
				color: #ffffff;
			}
				#lNavi_top ul li.second {
					background: none;
					padding: 15px;
					color: #333333;
					font-size: 85%;
					font-weight: normal;
				}
#lNavi_top .linkImage {
	overflow: hidden;
}
#lNavi_top .linkImage a {
	display: block;
	background: none;
	padding: 0;
	zoom: 0;
}
	#lNavi_top .linkImage a img {
		border: 3px solid #d5e1ef;
	}
	#lNavi_top .linkImage a:hover img {
		border: 3px solid #306bcf;
	}
				
	#subbnr {
		background: url(../img/bg_subbnr.png) left top repeat-y;
	}
		#subbnr_t {
			background: url(../img/bg_subbnr_top.gif) left top no-repeat;
			padding-top: 4px;
		}
		#subbnr_b {
			background: url(../img/bg_subbnr_bottom.gif) left bottom no-repeat;
			padding-bottom: 4px;
		}
		
	body#grandTop #bnrSecWrap {
		position: static;
		padding-top: 15px;
		float: right;
		margin-right: -2px;
		margin-top: 10px;
	}


/* ============================================
	メインフラッシュ
============================================ */
#topVisual{
	width:100%;
	overflow:hidden;
	background: #FFFFFF url(../img/bg_topvisual.jpg) 0 0 repeat-x;
}
#topVisual div.inside{
	width:968px;
	height:325px;
	_height:345px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:11px 0 9px;
	text-align:left;
}
#topVisual div.inside p.btn{
	position:absolute;
	bottom:-96px;
	left:672px;
	z-index:100;
}

/* img */
#topVisual div.visual{
	width:968px;
	height:316px;
	overflow:hidden;
	position:relative;
	margin:0 0 4px;
}
#topVisual div.visual ul{
	position:absolute;
	top:0;
	left:0;
}
#topVisual div.visual ul li{
	float:left;
	display:inline;
}
#topVisual div.visual ul li a{
	width:100%;
	display:block;
	float:left;
	display:inline;
	outline:none;
}

/* pager */
#topVisual ul.pager{
	width:650px;
	height:4px;
	overflow:hidden;
	margin:0 0 0 15px;
}
#topVisual ul.pager li{
	width:30px;
	height:4px;
	float:left;
	display:inline;
	overflow:hidden;
	margin:0 1px 0 0;
	text-indent:-999em;
	background:#CCC;
}
#topVisual ul.pager li.active{
	background:#306BCF;
}


/* 2011.10.17 delete
#indexImg {
	width: 100%;
	padding-top: 9px;
	background: #FFFFFF url(../img/bg_indexImg.jpg) left bottom repeat-x;
	text-align: center;
}
	#indexImg #inner {
		width:968px;
		height:325px;
		margin: 0 auto;
	}
			#indexImg #inner #flashcontent{
			width:968px;
			height:325px;
			position:relative;
			text-align:left;
		}
			#indexImg #inner #flashcontent p.communtiy{
				width:288px;
				height:96px;
				position:absolute;
				bottom:0;
				right:8px;
			}
			
			*html #indexImg #inner #flashcontent p.communtiy{
				width:288px;
				height:96px;
				position:absolute;
				bottom:-1px;
				right:8px;
			}
			#indexImg #inner #flashcontent p.img-main{
				width:968px;
				height:325px;
				position:absolute;
				top:0;
				left:0;
			}
			#indexImg #inner #flashcontent p.btn-l{
	width:170px;
	height:70px;
	position:absolute;
	top:129px;
	left:580px;
			}
			#indexImg #inner #flashcontent p.btn-r{
	width:160px;
	height:70px;
	position:absolute;
	top:129px;
	left:750px;
			}
			#indexImg #inner #flashcontent div.local-navi{
				width:642px;
				height:52px;
				position:absolute;
				overflow:hidden;
				top:245px;
				left:20px;
				background:url("../img/bg_localnavi.png") no-repeat 0 0;
				zoom:1;
				z-index:10;
			}
				#indexImg #inner #flashcontent div.local-navi p.back{
					width:15px;
					height:50px;
					position:absolute;
					top:1px;
					left:1px;
					text-indent:-10000px;
					background:url("../img/btn_prev_off.png") no-repeat 0 0;
					z-index:3;
				}
				#indexImg #inner #flashcontent div.local-navi p.back a{
					width:15px;
					height:50px;
					text-indent:-10000px;
					background:url("../img/btn_prev_on.png") no-repeat 0 0;
				}
				#indexImg #inner #flashcontent div.local-navi p.back a:hover{
					background-image:url("../img/btn_prev_on.png");
				}
				#indexImg #inner #flashcontent div.local-navi div.navi{
					width:611px;
					height:50px;
					margin:0 16px 0 16px;
					padding:1px 0 0 0;
					position:relative;
					overflow:hidden;
				}
					#indexImg #inner #flashcontent div.local-navi ul{
						position:relative;
						left:0;
						overflow:hidden;
						z-index:1;
					}
						#indexImg #inner #flashcontent div.local-navi ul li{
							width:122px;
							float:left;
						}
				#indexImg #inner #flashcontent div.local-navi p.next{
					width:15px;
					height:50px;
					position:absolute;
					top:1px;
					right:1px;
					background:url("../img/btn_next_off.png") no-repeat 0 0;
					z-index:4;
				}
				#indexImg #inner #flashcontent div.local-navi p.next a{
					width:15px;
					height:50px;
					text-indent:-10000px;
					background:url("../img/btn_next_on.png") no-repeat 0 0;
				}
				#indexImg #inner #flashcontent div.local-navi p.next a:hover{
					background-image:url("../img/btn_next_on.png");
				}
				#indexImg #inner #flashcontent div.local-navi .view_all{
					display:none;
				}
*/


/* ============================================
	見出し
============================================ */
.earthquake{
	width:648px;
	margin:0 auto 10px auto;
}

.h2_event {
	background: #e9eff7 url(../common/img/bg/h2_event.gif) no-repeat left top;
	padding: 7px 0 7px 45px;
	font-size: 115%;
	font-weight: bold;
	color: #ffffff;
}

.h2_important {
	background: #1E4395 url(../common/img/bg/h2_important.jpg) no-repeat left top;
	padding: 7px 0 7px 45px;
	font-size: 115%;
	font-weight: bold;
	color: #ffffff;
}

.ul_important {
	padding: 0 2px;
	background: #FFFFDF;
	border-left: 3px #1E4395 solid;
	border-right: 3px #1E4395 solid;
	border-bottom: 3px #1E4395 solid;
	width: 630px;
}
* html .ul_important {
	width: 640px;
}
	.ul_important li {
		padding: 10px 25px;
		zoom: 1;
		background: url(../common/img/bg_dotX_01.gif) left top repeat-x;
	}
	.ul_important li.first-chird {
		background: none;
	}
		.ul_important li dl {
		}
			.ul_important li dl dt {
				clear: both;
				float: left;
				width: 7em;
			}
			.ul_important li dl dd {
				margin-left: 7.5em;
				height: 1%;
			}
body#grandTop .txtStyle1 {
	margin-left: 10px;
}
	#importantArea .mainTop {
		padding-bottom: 5px;
	}

/* ============================================
	バナースライド
============================================ */
body#grandTop #contents {
	xpadding-bottom: 170px;
}

#slidebnrArea {
	margin: 0 auto;
	position: relative;
	width: 940px;
	height: 160px;
	background: url(../img/bnr/bg_slidebnrArea.jpg) left bottom no-repeat;
}
	#slidebnrArea #slideTit {
		position: absolute;
		left: 68px;
		bottom: 107px;
		z-index: 11;
	}
	#slidebnrArea #slideImg {
		position: absolute;
		bottom: 0;
		left: -28px;
		z-index: 10;
	}
	
	#slidebnrArea .inner {
		padding-left: 144px;
		padding-top: 30px;
	}
