/* ブラウザのCSSを初期化_ここから */
* {
    margin:0;
    padding:0;
}
    
body {
    color:#000000;
    background-color:#ffffff;
}

img {
    border:none;
}

h1,h2,h3,h4,h5,h6,p,address {
    font-size:100%;
    font-weight:normal;
    font-style:normal;
    line-height:100%;
}
/* ブラウザのCSSを初期化_ここまで */

a:link {
		color:#ffffff;
    	font-style:normal;
}
a:visited {
		color:#ffffff;
}
a:hover {
		color:#ff0000;
		font-style:normal;
}
a:active {
		text-decoration:blink;
		color:#ff0000;
}

/*伝書鳩ロゴ部分*/
div.header00 {
	background-color:#ffffff;
	width:940px;
	height:60px;
	margin-top:10px;
	margin-bottom:5px;
}
div.header10 {
	background-color:#ffffff;
	height:60px;
	margin:auto;
}
div.header01 {
	background-color:#ffffff;
	height:60px;
	float:left;
}
div.header02-l {
	background-color:#ffffff;
	width:125px;
	height:56px;
	text-align:left;
	line-height:14px;
	font-size:10px;
	font-weight:bold;
	float:left;
	padding-top:4pt;
}
div.header02-r {
	background-color:#0000ff;
	width:250px;
	height:60px;
	float:left;
}
div.header03 {
	background-color:#f0f0f0;
	width:468px;
	height:60px;
	float:right;
}
div.main02-r{
	width:250px;
	float:left;
	text-align:left;
}

/*ページタイトル*/
div.title {
	width:940px;
	height:84px;
	margin-bottom:0px;
}


/*地域選択ボタン*/
div.menu00 {
	background-image:url(../image/menu_b.jpg);
	background-repeat:no-repeat;
	width:940px;
	height:63px;
	text-align:center;
}
div.menu01 {
	margin-left:15px;
	margin-right:auto;
}
div.menu02 {
	width:130px;
	height:28px;
	float:left;
	padding-top:10px;
}

/*マップ＆リスト表示部分*/
div.map00 {
	width:940px;
	height:600px;
	margin-bottom:5px;
}
div.map01-l {
	background-color:#ffffff;
	width:700px;
	height:600px;
	float:left;
	
}
div.map01-r {
	width:240px;
	float:right;
	color:#ffffff;
	font-size:medium;
	text-align:left;
	overflow:auto;
}

div#map01-lt {
	background-color:#ffffff;
	width:700px;
	height:585px;
	float:left;
	text-align:left;
}
div#map01-lb {
	width:700px;
	height:auto;
	float:right;
	font-size:10px;
	text-align:center;
}

div#map01-tt {
	background-image:url(../image/list_tb.jpg);
	color:#006600;
	width:240px;
	height:31px;
	text-align:left;
	float:left;
	/*padding-left:35px;*/
}
div#map01-tt2 {
	width:210px;
	height:31px;
	text-align:left;
	float:left;
	padding-left:30px;
}
div#map01-t {
	background-image:url(../image/list_tb.jpg);
	color:#ffffff;
	font-size:12px;
	width:240px;
	height:430px;
	text-align:left;
	overflow:auto;
	float:left;
}

div#map01-t2 {
	color:#ffffff;
	font-size:12px;
	width:210px;
	height:430px;
	text-align:left;
	overflow:auto;
	float:left;
    padding-left:30px;
}



div#map01-b {
	background-color:#ffffff;
	width:240px;
	height:137px;
	float:right;
}

div.clear {
	clear:both;
}
