@charset "Shift_JIS";


/* ---------- reset ---------- */

body,td,th {

/*	border:0; */
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*	margin: 0px; */


}


/* ---------- reset_end ---------- */


body
{
	color:#555555;
	background-color:#E6E9E2;
	background-repeat:repeat;
	background-position:0 0;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 98%;
	line-height: normal;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px dashed #666666;
}



a
{
	text-decoration:none;
	color:#87B130;
/*	color:#9ccb3b; */
	background-color:transparent;
}

a:hover
{
	color:#ffffff;
	background-color:#9ccb3b;
}
p {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h4 {
	color: #E22323;
}
.q {
	/* 赤太字 */
	font-weight: bold;
	color: #FF1111;
}

.white {
	/* 白太字 */
	font-weight: bold;
	color: #FFFFFF;
}

.kakucho_left {
	/* ひとこと拡張機能使用時、名前 */
	font-size: 14px;

}

.kakucho_right {
	/* ひとこと拡張機能使用時、内容 */
	font-size: 13px;
}



h1,h2,h3,h4,h5{
	margin-top: 2px;
	margin-bottom: 2px;
}


#fukidashi{
	/* マップ内の吹き出しDIV */
	margin: 0px;
	padding: 0px;
	font-size: 14px;

	max-width: 500px; 	/* 吹き出しの最大幅 */
	max-height: 350px; 	/* 吹き出しの最大高さ */
	overflow:auto;		/* それを越えるとスクロールバーを出します */

}

#fukidashi_max{
	/* マップ内の最大化吹き出しDIV */
	margin: 0px;
	padding: 0px;
}


ul{
	padding: 0px;
	margin-left: 20px;

}

li{
	/*	list-style-image: url(image/arrow/arrow_dot.jpg);
*/

	list-style : none; /* マーカー無し */

	background-image : url(../../image/arrow/arrow_dot.jpg);

	background-position : left center; /* 位置は左端の真ん中 */
	background-repeat : no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 19px;
	

}

blockquote{
	border: 1px dashed #CCCCCC;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	
	font-family:"ＭＳ ゴシック","Osaka−等幅",monospace !important;
}

