/****************************************
		一般的な設定
*****************************************/
body {
	color: #333;
	font: 14px/22px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo UI, "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	background: #fff url(images/bg.png) ;
	font-size: 15px !important;
}
a:link { color: #338501; text-decoration: none;}
a:hover { text-decoration: underline;}
a:visited {	color: #338501;}


/****************************************
		基本的なレイアウト
*****************************************/
#wrapper {
	margin: 0 auto;
	border-left: solid 2px #5b9635;
	border-right: solid 2px #5b9635;
	border-bottom: solid 2px #5b9635;
	background-color: #FFF;
	width: 1200px;
	padding:0;
}
#container {
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	margin: 0;
}



/* パンくずリスト */
#nav { color:#333;	width:100%;}
#nav .nav_tp { margin: 10px 20px;}
#nav .nav_tp a {text-decoration:none;}
#nav .nav_tp a:hover {text-decoration: underline;}

/****************************************
		ヘッダー, ヘッダーメニュー
*****************************************/
/* header */
header {
	height: 105px;
	margin:0 auto;
	background:#fff url(images/img_town.svg) 940px 40px no-repeat;
	background-size:250px 60px;
	border-bottom: 2px solid #5b9635;
	position: relative;	
}
header h1 {
	font-size: 24px;
	font-weight: bold;
	padding-top:60px ;
	padding-left: 23px;
	line-height:1;
}
header h1 a:link { color: #333;	text-decoration: none;/* IE6対策 */}
header h1 a:visited {color: #333;}
header h2 {
	font-size: 14px;
	color: #333;
	font-weight:normal;
	margin-top:0px;
	padding-left: 15px;
	width: 650px;
	line-height:1.4;
	text-indent: -9999px;
}

#page_title {
	position: absolute;
	bottom: 27px;
	height: 37px;
	width: 238px;
}

.header_menu {
	position: absolute;
	right: 0;
	bottom: 5px;
}
#logo {
	width:160px;
	height: 28px;
	line-height: 28px;
	background-color: #479614;
	color: #fff;
	font-weight: bold;
	border-radius: 6px;
	text-align: center;
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 18px;

}
#logo a{
	color: #fff;
	width:160px;
	height: 28px;
	display: block;
}
#logo a:visited {
	color: #fff;
}
#logo a:hover {
	color: #fff;
	text-decoration: none;
}

/* topmenu */
#topmenu{
    display: block;
    width:100%;
    margin:0px;
    padding:0;
    border-bottom: solid 2px #479614;
    background-color: #479614;
	line-height:24px;
}
#topmenu ul{
    width:100%;
    height: 100%;
    margin:0px;
    padding:0;
}
#topmenu li{
    list-style:none;
    padding: 0;
    height: 100%;
    float:left;
    margin: 0px;
    border-right: solid 1px #fff;
	text-align: center;
	width:19.76%;
}
#topmenu li a:link {
    display:block;
    color: #fff;
	font-weight: bold;
	text-decoration:none;
	width:100%; /* IE6対策 */
}
#topmenu li a:visited { color: #fff;}
#topmenu a:hover { background-color: #416d25; text-decoration: none;}
#topmenu li:last-child{ border-right:none;}


/****************************************
		カラムの設定
*****************************************/
/* space_1: 左カラム */
#space_1 {
	clear: both;
	float:left;
	text-align: center;
	padding: 0;
	width: 230px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	margin-left: 20px;
	display: inline;/* IE6のカラム落ち対策 */
}
#space_1 .box {
	margin-left: auto;
	text-align: left;
	width: auto;
	margin-bottom: 15px;	
}


/* space_2: 中央カラム */
#space_2 {
	float:right;
	text-align: center;
	width:910px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	margin-right: 20px;
	margin-bottom:0;
	display: inline; /* IE6のカラム落ち対策 */
}
#space_2 .box {
	text-align: left;
	margin-bottom: 15px;
	background-color: #FFF;
}



/* space_1 space_2  (カラーはここで指定) */
.box_menu {
	background-color:#cae7b8;
	border-top:solid 1px #cae7b8;
	line-height: 22px;
	padding: 2px 10px;
}
.box_menu span { color: #333; }
.box_main {
	margin: 0;
	padding: 5px 0;
}



/****************************************
		サイドメニュー
*****************************************/
.box_main ul.sideMenu, .box_main ol.sideMenu {margin: 5px 0 10px; padding: 0;}
ul.sideMenu  {	padding-top: 0; }
ul.sideMenu li {
	background-color :#eff0e0 !important;
	margin-bottom: 3px;
	width: 100%;
	list-style: none;
	color:#333;
	font-weight: bold;
}
ul.sideMenu li a {
	display: block;
	padding: 3px 10px 3px 18px;
	color:#333;
	text-decoration: none;/* IE6対策 */
}
ul.sideMenu li a:visited {
	color:#333;
}
ul.sideMenu li a:hover {
	text-decoration: none;
	color:#333;
	background-color:#E1E3C8 !important;
}
ul.tensen li {
	border-bottom: 1px dashed #999;
	margin: 0 10px 5px;
	list-style: none;
	padding-bottom: 3px;
}
ul.sideMenu li{	position: relative;}
ul.sideMenu li::before  {
	content: "";
	border-top: 3px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #68C7DB;
	position: absolute;
	left: 0;
	top: 20px;
	margin-top: -8px;
	margin-left: 5px;

}



/****************************************
		投稿内の設定（見出し等）
(ブログ記事個別)(ブログ記事一覧)(ブロックHTML)の順
*****************************************/
#mod_blog_post h1, .mod_blog_list_body h1, .m_page_body h1 {
	border-bottom: 1px dashed #666;
	padding-bottom:3px;
	margin: 10px 0 15px;
	padding-left: 5px;
	font-size: 18px;
	
}
#mod_blog_post h2, .mod_blog_list_body h2, .m_page_body h2 {
	position: relative;
	padding-left:14px; 
	margin: 10px 0 0 10px;
}
#mod_blog_post h2::before, .mod_blog_list_body h2::before, .m_page_body h2::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 8px;
	height: 8px;
	margin-top:  -7px;
	border-radius: 50%;
	background: #F19149;	
}
#mod_blog_post h3, .mod_blog_list_body h3, .m_page_body h3 {
	position: relative;
	margin: 10px 0 5px 24px;
}
#mod_blog_post h3::before, .mod_blog_list_body h3::before, .m_page_body h3::before {
	content: "";
	border-top: 5px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #ff9326;
	position: absolute;
	left: -15px;
	top: 14px;
	margin-top: -8px;
}
#mod_blog_post h1, .mod_blog_list_body h1, .m_page_body h1 { margin:10px 0 5px;}
#mod_blog_post h4, .mod_blog_list_body h4, .m_page_body h4 { margin:10px 0 5px 10px;}
#mod_blog_post h5, .mod_blog_list_body h5, .m_page_body h5 { margin:10px 0 5px 10px;}
#mod_blog_post h6, .mod_blog_list_body h6, .m_page_body h6 { margin:10px 0 5px 10px;}
#mod_blog_post h7, .mod_blog_list_body h7, .m_page_body h7 { margin:10px 0 5px 10px;}
#mod_blog_post ul, .mod_blog_list_body ul, .m_page_body ul { margin-left: 25px;}
#mod_blog_post ol, .mod_blog_list_body ol, .m_page_body ol { margin-left: 30px;}
#mod_blog_post p, .mod_blog_list_body p, .m_page_body p { margin: 0 10px;}

h2#mod_blog_main_title {
	background-color: #eff0e0 !important;
	padding: 3px 10px 5px !important;
	margin: 10px 0 20px !important;
	font-size: 18px;
}
/****************************************
		サイドメニュー
*****************************************/
.box_main ul.sideMenu, .box_main ol.sideMenu {margin: 5px 0 10px; padding: 0;}
#mod_blog_post ul.sideMenu  {	padding-top: 0; margin-left:0; }
ul.sideMenu  {	padding-top: 0; }
ul.sideMenu li {
	background-color :#ECEEF4;
	margin-bottom: 3px;
	width: 100%;
	list-style: none;
	color:#333;
	font-weight: bold;
}
ul.sideMenu li a {
	display: block;
	padding: 3px 10px 3px 18px;
	color:#333;
	text-decoration: none;/* IE6対策 */
}
ul.sideMenu li a:visited {
	color:#333;
}
ul.sideMenu li a:hover {
	text-decoration: none;
	color:#333;
	background-color:#ccc;
}
ul.tensen li {
	border-bottom: 1px dashed #999;
	margin: 0 10px 5px;
	list-style: none;
	padding-bottom: 3px;
}
ul.sideMenu li{	position: relative;}
ul.sideMenu li::before  {
	content: "";
	border-top: 3px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 6px solid #FF9326;
	position: absolute;
	left: 0;
	top: 20px;
	margin-top: -8px;
	margin-left: 7px;	
}



/****************************************
		フッター
*****************************************/
footer {
	width: 1200px;
	clear: both;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom:0;
	background-color:#63a939;
	font-size: 13px;
	border-top: 1px solid #ccc;
	color:#fff;
}
#footer_wr { height: 70px;clear: both;}


/****************************************
		その他
*****************************************/
/* 「ページの上部へ」ボタン */
.pagetop_wr {position: absolute; bottom:0; right:0}
.pagetop {
	display: block;
	width:100%;
	line-height: 24px;
	font-size: 12px;
	font-weight:bold;
	text-align: center;
}
.pagetop a:link {
	display: block;
	width:125px;
	padding: 1px 0 0;
	text-decoration: none;
	color:#333;
	margin-bottom: 45px;
	background-color: #cae7b8;
}
.pagetop a:visited {color:#333;}
.pagetop a:hover {text-decoration: none; background-color: #A2D683;}
