@charset "UTF-8";

/* ################################################################################ */
/*        　                                                                        */
/*        ●地域別目次ページ                                                        */
/*        　                                                                        */
/* ################################################################################ */


/* ================================================================================ */
/*      1.見出し                                                                    */
/* ================================================================================ */

div.container div#contents h4 {
	margin-left: 40px;
	margin-bottom: 15px;
	clear: left;
	width: 679px;
}


/* ================================================================================ */
/*      2.リスト                                                                    */
/* ================================================================================ */

div.container div#contents div.selectarea ul {
	margin-left:50px;
	margin-bottom: 40px;
	overflow: hidden;
}

div.container div#contents div.selectarea ul li {
	margin-right: 7px;
	margin-bottom: 7px;
	float: left;
	background-color: #C8DEF5;
}

div.container div#contents div.selectarea ul li a {
	padding-left: 1em;
	display: block;
	width: 9em;
	height: 3em;
	line-height: 3em;
	color: #003366;
	background-color: #C8DEF5;
	background-image: url(../images/marker_area.gif);
	background-repeat: no-repeat;
	background-position: 87% 50%;
	text-decoration: none;
	font-size: 80%;
}

div.container div#contents div.selectarea ul li a:hover {
	color: #FFFFFF;
	background-color: #15559B;
	background-image: url(../images/marker_area_ov.gif);
	font-weight: bold;
}

/* ================================================================================ */
/*      3.IE6対策                                                                   */
/* ================================================================================ */
*html div.footer {
	margin-top: 50px;
}

.small{
	display: block;
	line-height: 3.5em;
	font-size: 85%;
}

.smaller{
	display: block;
	line-height: 3.5em;
	font-size: 80%;
}

/* ================================================================================ */
/*      23区  市部  郡部  島部                                                      */
/* ================================================================================ */

div.container div#contents #area ul {
	margin-left:50px;
	margin-bottom: 30px;
	overflow: hidden;
}

div.container div#contents #area ul li {
	margin-right: 5px;
	margin-bottom: 7px;
	float: left;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.container div#contents #area ul li a{
	font-size: 12px !important;
	color: #000000 !important;
	background-image: url(../images/area_arrow.gif) !important;
	padding-left: 20px !important;
	background-repeat: no-repeat !important;
	background-color: #FFFFFF !important;
	padding-right: 12px !important;
	vertical-align: middle !important;
	padding-bottom: 5px !important;
	margin-bottom: 3px;
}

