@charset "utf-8";

/*------------------------------------------------
公園全体（公園情報）
-------------------------------------------------*/
#park {
	width:540px;
	margin:0 5px;
	padding:0;
}

/*
-------------------------------------------------*/
#park h2 {
	background: url(../img/bg/bg_h2_kouen.gif) no-repeat;
	width:540px;
	height:28px;
	font-size:110%;
	margin:5px 0;
	padding: 7px 0 0 10px;
}

#park h3 {
	font-size:110%;
	color:#336699;
	padding-left:10px;
	background-color:#ededed;
}

/*公園リスト（都道府県）
-------------------------------------------------*/
/*一覧ページ　　　　例：kanagawa/index.shtml
-------------------------------------------------*/
#shi_list {
	width:512px;
	padding:0;
	margin:5px 14px;
	border:1px dotted #dddddd;
}

#shi_list td {
	width:81x;
	padding:2px;
	font-size:95%;
}
/*一覧ページ（詳細）例：kanagawa/index.shtml
-------------------------------------------------*/
#park_list_city {
	width: 540px;
	margin:10px 0;
}

#park_list_city th {
	font-size:100%;
	font-weight:normal;
	background-color:#f5f5f5;
	padding:2px;
}

#park_list_city td {
	background-color:#ffffff;
	text-align:center;
	width:30px;
	height:30px;
	font-size:11pt;
}

#park_list_city td.name {
	background-color:#ffffff;
	text-align:left;
	text-indent:0.5em;
	width:259px;
	font-size:10pt;
}

/*公園リスト（市町村）
-------------------------------------------------*/
.park_list {
	width: 540px;
	margin:0;
}

.park_list th {
	font-size:95%;
	font-weight:normal;
	background-color:#f5f5f5;
}



/*公園概要
-------------------------------------------------*/
#gaiyou {
	width: 540px;
	margin:5px 0;
}


#gaiyou table {
	width:540px;
	background-color:#dddddd;
}


#gaiyou table tr.gray1{
	background-color:#ededed;
}


#gaiyou table tr.gray2{
	background-color:#f5f5f5;
}

#gaiyou th.koumoku {
	width:70px;
	font-weight:normal;
}

#gaiyou td.naiyou {
	width:233px;
}
#gaiyou td.naiyou2 {
	width:467px;
}

#gaiyou p {
	padding: 2px
}

#g_map {
	width: 538px;
	margin:5px 0;
	border:1px solid #dddddd;
}


/*公園詳細
-------------------------------------------------*/
#park_shousai {
	width: 540px;
	margin:5px 0;
}



/*写真
-------------------------------------------------*/
.photo_space {
	width:540px;
	margin:0;
	padding:5px 0;
	clear:both;
	}
	
.photo_left {
	width:267px;
	display:inline;
	float:left;
}

.photo_right {
	width:267px;
	display:inline;
	float:right;
}

.photo_space p {
	padding:2px;
	background-color: #ededed;
}


/*レポーターのコメント（追加情報）
-------------------------------------------------*/
#reporter_comment {
	width:538px;
	margin:5px 0;
	border:1px solid #c5e9c7;
	background-color:#EAFCEB;
}

#reporter_comment ul {
	margin:5px;
	list-style-type:none;
}

/*写真説明補足
-------------------------------------------------*/
#park .hosoku {
	background-color:#EAFCEB;
	margin-top:10px;
}

/*最終更新日
--------------------------------------------------*/
#update {
	width:540px;
	margin:5px 0;
	padding:2px 0;
	font-size:90%;
	text-align:center;
	background-color:#f5f5f5;
}


