@charset "utf-8";

/*+==========================================================+
トップページ用CSS
+=========================================================+*/

/*+==========================================================+
 Google Map
+=========================================================+*/
/* 地図表示領域 */
#map_canvas{
	width:760px;
	height:620px;
	margin:0 auto;
}

/* 地図上ポップアップ指定 */
.mapWindow{
	width:320px;
	height:220px;
	text-align:center;
	line-height:1.1;
}

.mapWindow h3{ font-size:13px !important; margin-bottom:3px; }
.mapWindow img{ width:320px; height:180px;}
.mapWindow p.small{ font-size:11px !important;}


/*+==========================================================+
 マップ下、アイコン説明領域
+=========================================================+*/
#mapinfoBox{
	width:760px;
	margin-bottom:15px;
	padding:5px 0;
	background-image:url(/images/bg_dotted02.gif) ;
	line-height:1.1;
}

/*+==========================================================+
 お知らせテーブル
+=========================================================+*/
.informationTable{
	margin-bottom:25px;
}
.informationTable th, .informationTable td{
	padding:5px;
	border:solid 1px #fc0;
}
.informationTable th{
	width:160px;
	background:#fc0;
	color:#000;
	font-size:16px;
	white-space:nowrap;
}

.informationTable th span{
	background:url(/images/ico_information.gif) left center no-repeat;
	padding:5px 0 5px 28px;
}

.informationTable td{
	background:#ffc;
}

/*+==========================================================+
 その他
+=========================================================+*/
/* 下線付きドット背景タイトル */
.title01 {
	padding:8px;
}
