/* 都道府県別リストメイン用CSS*/

@import url("../reset.css"); /*ディフォルトＣＳＳリセット*/
@import url("area_div.css"); 	/*エリアDIVボックス専用ＣＳＳ*/

	/*--------------------ヘッダ---------------------*/
#container #header h1 {
	position: absolute;
	top: 170px;
	left:110px;
	width: 500px;
	text-align: center;
	font-size: large;
	padding-bottom: 3px;
	border-bottom:1px solid #000;
}
#container #header h1 b {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0%;
}
	/*-----------------------都道府県別 h1背景クラス分け-----------------------*/

/*北海道地方*/
.hkd{background-image: url(ir/h1_hkd.png);background-repeat: no-repeat;}

/*東北地方*/
.aom{background-image: url(ir/h1_aom.png);background-repeat: no-repeat;}
.iwt{background-image: url(ir/h1_iwt.png);background-repeat: no-repeat;}
.myg{background-image: url(ir/h1_myg.png);background-repeat: no-repeat;}
.akt{background-image: url(ir/h1_akt.png);background-repeat: no-repeat;}
.ymg{background-image: url(ir/h1_ymg.png);background-repeat: no-repeat;}
.fuk{background-image: url(ir/h1_fuk.png);background-repeat: no-repeat;}

/*関東地方*/
.ibg{background-image: url(ir/h1_ibg.png);background-repeat: no-repeat;}
.tgi{background-image: url(ir/h1_tgi.png);background-repeat: no-repeat;}
.gum{background-image: url(ir/h1_gum.png);background-repeat: no-repeat;}
.sat{background-image: url(ir/h1_sat.png);background-repeat: no-repeat;}
.tib{background-image: url(ir/h1_tib.png);background-repeat: no-repeat;}
.tko{background-image: url(ir/h1_tko.png);background-repeat: no-repeat;}
.kng{background-image: url(ir/h1_kng.png);background-repeat: no-repeat;}

/*中部地方*/
.nij{background-image: url(ir/h1_nij.png);background-repeat: no-repeat;}
.toy{background-image: url(ir/h1_toy.png);background-repeat: no-repeat;}
.ish{background-image: url(ir/h1_ish.png);background-repeat: no-repeat;}
.fki{background-image: url(ir/h1_fki.png);background-repeat: no-repeat;}
.ynk{background-image: url(ir/h1_ynk.png);background-repeat: no-repeat;}
.ngt{background-image: url(ir/h1_ngt.png);background-repeat: no-repeat;}
.gif{background-image: url(ir/h1_gif.png);background-repeat: no-repeat;}
.soh{background-image: url(ir/h1_soh.png);background-repeat: no-repeat;}
.ait{background-image: url(ir/h1_ait.png);background-repeat: no-repeat;}

/*近畿地方*/
.mie{background-image: url(ir/h1_mie.png);background-repeat: no-repeat;}
.sig{background-image: url(ir/h1_sig.png);background-repeat: no-repeat;}
.kyo{background-image: url(ir/h1_kyo.png);background-repeat: no-repeat;}
.osk{background-image: url(ir/h1_osk.png);background-repeat: no-repeat;}
.hyo{background-image: url(ir/h1_hyo.png);background-repeat: no-repeat;}
.nar{background-image: url(ir/h1_nar.png);background-repeat: no-repeat;}
.wak{background-image: url(ir/h1_wak.png);background-repeat: no-repeat;}

/*中国地方*/
.tot{background-image: url(ir/h1_tot.png);background-repeat: no-repeat;}
.sim{background-image: url(ir/h1_sim.png);background-repeat: no-repeat;}
.oka{background-image: url(ir/h1_oka.png);background-repeat: no-repeat;}
.hir{background-image: url(ir/h1_hir.png);background-repeat: no-repeat;}
.yam{background-image: url(ir/h1_yam.png);background-repeat: no-repeat;}

/*四国地方*/
.tok{background-image: url(ir/h1_tok.png);background-repeat: no-repeat;}
.kag{background-image: url(ir/h1_kag.png);background-repeat: no-repeat;}
.ehi{background-image: url(ir/h1_ehi.png);background-repeat: no-repeat;}
.kou{background-image: url(ir/h1_kou.png);background-repeat: no-repeat;}

/*九州地方*/
.fko{background-image: url(ir/h1_fko.png);background-repeat: no-repeat;}
.sag{background-image: url(ir/h1_sag.png);background-repeat: no-repeat;}
.nag{background-image: url(ir/h1_nag.png);background-repeat: no-repeat;}
.kum{background-image: url(ir/h1_kum.png);background-repeat: no-repeat;}
.oit{background-image: url(ir/h1_oit.png);background-repeat: no-repeat;}
.mya{background-image: url(ir/h1_mya.png);background-repeat: no-repeat;}
.kgs{background-image: url(ir/h1_kgs.png);background-repeat: no-repeat;}
.oki{background-image: url(ir/h1_oki.png);background-repeat: no-repeat;}


.lead {
	text-align: center;
	font-size: small;
	color: #0000FF;
	letter-spacing: 0.3em;
	padding-bottom: 5px;
}
#container #header h2 {
	height: 40px;
	text-align: center;
}

	/*--------------------コンテンツ---------------------*/
#container #contents #info #data h3 {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: large;
}

#container #contents #info #data p {
	clear: left;
	font-size: small;
	text-align: left;
	line-height: 160%;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #3366CC;
}
#container #contents #info #data p a{
	color:#FF6600;
	text-decoration: none;
}
#container #contents #info #data p a:hover{
	color:#FF0000;
	text-decoration:underline;
}

	/*--------------------リスト用テーブル---------------------*/

#container #contents #list h3 {
	padding-top: 10px;
	margin-right: 10px;
	font-size: large;
	border-bottom:1px solid #000;
	text-align:center;
}

#container #contents #list .area_comment {
	clear: left;
	font-size: small;
	text-align: left;
	line-height: 160%;
	padding: 10px 20px 20px 10px;
}

#container #contents #list table {
	font-size: 70%;
	line-height: 160%;
	width: 100%;
}

#container #contents #list table th {
	font-weight: bold;
	padding: 1px;
	font-size: small;
	line-height: 100%;
	color: #3366CC;
	text-align: left;
	text-indent: 2px;
	background-color: #F1FFBC;
}
.fix{
	white-space: nowrap;	
}
#container #contents #list table td {
	font-size: small;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding:2px;
}


#container #contents #list table a {
	text-decoration: none;
}
#container #contents #list table a:hover {
	text-decoration:underline;
	color:#FF0000;
}	

#container #footer ul {
	text-decoration: none;
	font-size: small;
	margin: 0px;
	padding: 0px;
}
#container #footer li {
	list-style-type: none;
	float: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#container #footer li a {
	font-size: small;
	text-decoration: underline;
	display: block;
	background-color: #ECE9D8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 1px;
}

#container #footer li a:hover{
	color: #FF6600;
	text-decoration: underline;
}




#container address {
	display: block;
	clear: left;
	padding-top: 20px;
	text-align: center;
	font-style: normal;
	font-size: x-small;
	padding-bottom: 20px;
	color: #333333;
}

.area_comment{
	color:#000;
	text-align:left;
}

.ft_comment{
	clear: left;
	font-size: small;
	text-align: center;
	line-height: 160%;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #3366CC;
}
