/*==■#main■================================================================*/
/*◇ページ本文枠｜段落◇*/
#main p .more {
	display: none;
}
/*■ページ本文枠＞ヘッドライン枠■*/
#headline {
	margin-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
}
#headline .gotolink {
	margin-top: 5px;
	border-top: none;
}
/*==■#pagebody .section■===================================================*/
/*◇本文枠.セクション｜見出し◇*/
#pagebody .section {
	width: 586px;
	margin-left: 2px;
}
#pagebody .section h3 {
	background: #FFFFCC;
	color: #000000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 10px solid;
 border-right: 1px solid;
}

/*◇本文枠.セクション｜段落◇*/
#pagebody .section p .eofb {
	display: none;
}
/*◇本文枠.セクション｜リスト◇*/
#pagebody .section li {
	padding: 1px 0 1px;
	background-color: #ffffff;
}
/*==■.imgbox■=================================================================*/
.imgbox {
	margin: 0 5px 5px;
	padding: 0;
	border: none;
	background-color: #CCFFCC;
	text-align: center;
}
.imgbox img {
	margin: 1px 1px 0;
	padding: 0;
	border: none;
}
.imgbox span {
	display: block;
	margin: 2px 0 2px;
	font-size: 10px;
}
.imgbox.large {
	width: 322px;
}
.imgbox.middle {
	width: 202px;
}
.imgbox.small {
	width: 162px;
}
.imgbox.center.large {
	margin-left: 85px;
}
.imgbox.left {
	float: left;
}
.imgbox.right {
	float: right;
}
/*==■#postscript--追記■====================================================*/
#postscript {
	margin: 10px auto 0;
	padding: 5px 5px 0;
	border-top: 2px solid #666666;
	font-size: 12px;
}
/*◇追記|見出し◇*/
#postscript h4 {
	display: inline;
	margin: 0;
	padding: 1px 5px 0;
	border-right: 12px solid;
	border-left: 12px solid;
	font-size: 12px;
}
/*◇追記｜説明文◇*/
#postscript p {
	margin: 5px 0 0;
}
/*==■.entlook--エントリー風カテゴリー■=====================================*/
.entlook #headline {
	margin-bottom: 5px;
	border-bottom: none;
}
.entlook #headline h2 {
	background-color: #FFFFCC;
	color: #000000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 17px solid;
}
.entlook #pagebody .section {
	float: none;
	width: 476px;
	margin-left: 2px;
	text-align: left;
	border-right: none;
}
.entlook #pagebody .section h3 {
	background: none;
	padding-top: 12px;
	padding-bottom: 1px;
	border-top: none;
	border-bottom: 1px solid;
	border-left: 20px solid;
}
.entlook #pagebody h3 .rubi {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1px;
	padding-left: 25px;
	font-size: 10px;
	font-weight: normal;
}
.entlook #pagebody h3 .rubi .bracket {
	display: none;
}
.entlook #pagebody .section h3 .subtitle {
	position: static;
	padding-left: 20px;
}
/*==■.mapbox====================================================================*/
.mapbox {
	clear: both;
	margin-left: 5px;
	padding-top: 3px;
	border-top: 2px solid #666666;
	text-align: center;
}
.mapbox h4 {
	display: inline;
	margin: 0;
	padding: 1px 5px 0;
	border-left: 12px solid;
	border-right: 12px solid;
	font-size: 12px;
	font-weight: bold;
}
#map {
	margin-top: 5px;
}
/*==■.mapinfo--情報ポップアップ=============================================*/
.mapinfo {
	position: relative;
	width: 180px;
	border-right: solid 1px #666666;
	text-align: left;
	font-size: 12px;
}
.mapinfo h3 {
	margin-bottom: 5px;
	padding: 2px 0 1px 5px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-left: solid 15px;
	background-color: #FFFFCC;
	font-size: 12px;
}
.mapinfo h3 .rubi {
	display: none;
}
.mapinfo h3 .delim {
	display: none;
}
.mapinfo h3 .subtitle {
	position: absolute;
	top: 5px;
	right: 7px;
	font-size: 10px;
	font-weight: normal;
}
.mapinfo img {
	display: block;
	margin-left: 8px;
	margin-bottom: 5px;
}
.mapinfo p {
	margin: 0 0 0 8px;
}
.mapinfo ul {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
	font-size: 10px;
}
.mapinfo li {
	float: right;
	margin: 3px 0 0 0;
	padding-bottom: 2px;
	background-image: url(../_img/_parts/li_more_hover.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.mapinfo li a {
	margin: 0;
	padding: 3px 20px 3px 0;
	text-decoration: none;
	background-image: url(../_img/_parts/li_more.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.mapinfo li a:hover {
	background: none;
	font-weight: normal;
}
/*===========================================================================*/

/*==Genelal記事=============================================*/

li.link{
clear: both;
list-style:none;
padding-top:7px;


}