
/****************************************
		一般的な設定 
*****************************************/
body {
	color: #444;
	font-family: Helvetica,Arial,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	height:auto;
	font-size: 16px !important;
	line-height: 1.6;
	position: relative;
}
a:link { color: #8C4600; text-decoration: none;}
a:hover { text-decoration: underline; color: #F39800;}
a:visited {	color: #8C4600;}
a:hover img  {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;}


/****************************************
		基本的なレイアウト
*****************************************/
#wrapper {
	margin: 3px auto 0;
	background-color: #FFF;
	width: 100%;
}

#container {
	position: relative;
	clear: both;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 900px;	
}


/* パンくずリスト */
#nav { color:#333;	width:900px; padding:0 30px;}
#nav .nav_tp { margin: 10px 0;}
#nav .nav_tp a {text-decoration:none;}
#nav .nav_tp a:hover {text-decoration: underline;}

/****************************************
		ヘッダー, ヘッダーメニュー
*****************************************/
/* header_top */
#header_top_wr {
	width: 100%;
	background: -prefix-linear-gradient(top, #fff 70%, #EAEAEA);
	background: linear-gradient(to bottom, #fff 70%, #EAEAEA);
	margin-bottom: 1px;
	border-top: 8px solid #7bbd2d;
}
#header_top { 
	width: 900px; 
	height: 95px; 
	margin:0 auto;
	position: relative;
	background:url(images/img_town.svg) 680px 45px no-repeat;
	background-size:224px 46px;
}
#header_top h1 {
	font-size: 30px;
	font-weight: bold;
	line-height:1;
	background:#fff url(images/title.svg) no-repeat;
	width:250px;
	height: 38px;
	display: block;
	text-indent:-9999px;
	position: absolute;
	top: 27px;
}
#header_top h1 a:link { color: #333; text-decoration: none;/* IE6対策 */}
#header_top h1 a:visited {color: #333;}
#header_top h1 a{	
	width:250px;
	height: 38px;
	display: block;
}
#header_top h2 {
	position: absolute;
	top: 65px;
	left: 81px;
	font-weight: normal;
	font-size: 14px;
	text-indent:-9999px;
}


/* topmenu */
#nav_wr { 
	width: 100%;
	background: -prefix-linear-gradient(top, #fff 50%, #E3E3E3);
	background: linear-gradient(to bottom, #fff 50%, #E3E3E3);
	background: -webkit-linear-gradient(#fff 0%, #E3E3E3 90%);
	border-top: #7bbd2d solid 3px;
	border-bottom: #7bbd2d solid 3px;
	line-height: 40px;
}
#topmenu{
    display: block;
    width:900px; 
	margin: 0 auto;
    padding:0;
	line-height:40px;
	border-right: #ccc solid 1px;
	border-left: #ccc solid 1px;
}
#topmenu ul{
    width:100%;
    height: 100%;
    margin:0;
    padding:0;	
}
#topmenu li{
    list-style:none;
    padding: 0;
    float:left;
    margin: 0px;
    border-right: solid 2px #D0D0D0;
	text-align: center;
	font-size:14px;
	line-height:40px;
	height:40px;
	overflow:hidden;
	width:19.8%;
}
#topmenu li a:link {
    display:block;    
    color: #444;
	font-weight: bold;
	text-decoration:none;
	width:100%; /* IE6対策 */
}
#topmenu li:last-child{ border-right:none;}
#topmenu li a:visited { color: #444;}
#topmenu a:hover { 
	background: -prefix-linear-gradient(top, #fff 20%, #cae5ab);
	background: linear-gradient(to bottom, #fff 20%, #cae5ab);
	background: -webkit-linear-gradient(#fff 0%, #cae5ab 50%);
	text-decoration: none;
}

/* バナー */
header {
	background:#fff url(images/ban.svg)  no-repeat 0px 13px;
	background-size:898px 264px;
	margin: 15px auto;
	width: 898px;
	height: 278px;
	border: 1px solid #7bbd2d;
	text-indent: -9999px;
}
#header_wr {
	height: 307px;
	border-top: 1px solid #fff;
	background: -prefix-linear-gradient(bottom, #fff 50%, #cae5ab);
	background: linear-gradient(to top, #fff 50%, #cae5ab);
	background: -webkit-gradient(linear, left top, left bottom, from(#cae5ab), to(#fff));
}

/****************************************
		カラムの設定
*****************************************/
/* space_1: サブカラム */
#space_1 {
	clear: both;
	float:left;
	text-align: center;
	padding: 0;
	width: 242px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	overflow: hidden;/* IE6のカラム落ち対策 */
	display: inline;/* IE6のカラム落ち対策 */
	background-color: #fff;
}
#space_1 .box {
	margin-left: auto;
	text-align: left;
	width: auto;
	margin-bottom: 15px;
}
#space_1 article {	border: 1px solid #7bbd2d;}
	

/* space_2: メインカラム */
#space_2 {
	float:left;
	text-align: center;
	width:642px;/* 実際には入れなくてもOK。eコミ側で設定できます。 */
	margin-bottom:30px;
	overflow: hidden; /* IE6のカラム落ち対策 */
	display: inline; /* IE6のカラム落ち対策 */
	margin-left: 15px;
}
#space_2 .box {
	text-align: left;
	margin-bottom: 15px;
	background-color: #FFF;
}
#space_2 article {	border: 1px solid #7bbd2d;}

/* space_3: 3カラム対応 */
#space_3 {
	margin-bottom:30px;
	overflow: hidden; /* IE6のカラム落ち対策 */
	display: inline; /* IE6のカラム落ち対策 */
}
#space_3 .box {
	text-align: left;
	margin-bottom: 15px;
	background-color: #FFF;
}
#space_3 article {	border: 1px solid #ccc;}


/* space_1 space_2  (カラーはここで指定) */
.box_menu {
	border-bottom:solid 2px #7bbd2d;
	line-height: 26px;
	padding: 5px 3px 2px;
	margin: 0 5px 10px;
}
.box_menu span { padding: 0 5px; }
.box_main {	margin: 0;	padding: 10px;}



/****************************************
		サイドメニュー
*****************************************/

.box_main ul.sideMenu01, #mod_blog_post ul.sideMenu01, .box_main ul.sideMenu01,
.box_main ul.sideMenu02, #mod_blog_post ul.sideMenu02, .box_main ul.sideMenu02{	padding-top: 0; margin-left:0; }

/* 「サイドメニュー01」 */
ul.sideMenu01 {
	border-top: 1px solid #8cbd53;
}
ul.sideMenu01 li {
	width: 100%;
	height: 32px;
	line-height: 32px;
	list-style: none;
	color:#444;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #999;
}
ul.sideMenu01 li a {
	display: block;
	padding-left: 27px;	
	color:#444;
	text-decoration: none;/* IE6対策 */
}
ul.sideMenu01 li.org{
	border-top: 1px solid #f2b180;
	border-bottom: 1px solid #f2b180;
}
ul.sideMenu01 li.org a{
	background-image: url(images/icn_org.svg), linear-gradient(to bottom, #fff 30%, #F9E0D0);
	background-repeat: no-repeat, repeat-x;
	background-size: 14px, auto;
	background-position: 5px 9px, bottom;
	
}
ul.sideMenu01 li.org a:hover{
	background-image: url(images/icn_org.svg), linear-gradient(to bottom, #fff 0%, #fed4b9);
	background-repeat: no-repeat, repeat-x;
	background-size: 14px, auto;
	background-position: 5px 9px, bottom;
}
ul.sideMenu01 li.ylw{
	border-bottom: 1px solid #ecc500;
}
ul.sideMenu01 li.ylw a{
	background-image: url(images/icn_ylw.svg), linear-gradient(to bottom, #fff 30%, #EEEEC1);
	background-repeat: no-repeat, no-repeat;
	background-size: 14px, auto;
	background-position: 5px 9px, bottom;	
}
ul.sideMenu01 li.ylw a:hover{
	background-image: url(images/icn_ylw.svg), linear-gradient(to bottom, #fff 0%, #DFD988);
	background-repeat: no-repeat, repeat-x;
	background-size: 14px, auto;
	background-position: 5px 9px, bottom;
}
ul.sideMenu01 li.grn{
	border-bottom: 1px solid #8cbd53;
}
ul.sideMenu01 li.grn a{
	background-image: url(images/icn_grn.svg), linear-gradient(to bottom, #fff 30%, #D7E6CC);
	background-repeat: no-repeat, no-repeat;
	background-size: 14px, auto;
	background-position: 5px 9px, bottom;	
}
ul.sideMenu01 li.grn a:hover{
	background-image: url(images/icn_grn.svg), linear-gradient(to bottom, #fff 0%, #BDD5AA);
	background-repeat: no-repeat, no-repeat;
	background-size: 14px, auto;
	background-position: 5px 9px, bottom;
}
ul.sideMenu01 li.grn_last{
	border: none;
}
ul.sideMenu01 li.grn_last a{
	background-image: url(images/icn_grn.svg), linear-gradient(to bottom, #fff 30%, #D7E6CC);
	background-repeat: no-repeat, no-repeat;
	background-size: 14px, auto;
	background-position: 5px 9px, bottom;	
}
ul.sideMenu01 li.grn_last a:hover{
	background-image: url(images/icn_grn.svg), linear-gradient(to bottom, #fff 0%, #BDD5AA);
	background-repeat: no-repeat, no-repeat;
	background-size: 14px, auto;
	background-position: 5px 9px, bottom;
}

ul.sideMenu01 li.blue{
	border-top: 1px solid #448aca;
	border-bottom: 1px solid #448aca;

}
ul.sideMenu01 li.blue a{
	background-image: url(images/icn_blue.svg),url(images/icn_trial.svg), linear-gradient(to bottom, #fff 30%, #CEE6F0);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 14px, 16px 22px, auto;
	background-position: 5px 9px, 195px 6px, bottom;
}
ul.sideMenu01 li.blue a:hover{
	background-image: url(images/icn_blue.svg),url(images/icn_trial.svg), linear-gradient(to bottom, #fff 0%, #AAD3E6);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 14px, 16px 22px, auto;
	background-position: 5px 9px, 195px 6px, bottom;
}



/* 「サイドメニュー02」使ってない */
ul.sideMenu02 li {
	margin-bottom: 3px;
	width: 100%;
	list-style: none;
	color:#444;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #999;
}
ul.sideMenu02 li a {
	display: block;
	padding: 3px 10px 3px 22px;
	color:#444;
	text-decoration: none;/* IE6対策 */
}
ul.sideMenu02 li a:visited {
	color:#444;
}
ul.sideMenu02 li a:hover {
	text-decoration: none;
	color:#444;
	background-color:#eaf2e2;
}
ul.tensen li {
	border-bottom: 1px dashed #CACACA;
	margin: 0 10px 5px;
	list-style: none;
	padding-bottom: 3px;
}
ul.sideMenu02 li{	position: relative;}
ul.sideMenu02 li::before  {
	content: "";
	border-top: 5px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #f19149;
	position: absolute;
	left: 0;
	top: 16px;
	margin-top: -8px;
	margin-left: 8px;	
}




/****************************************
		投稿内の設定（見出し等）
(ブログ記事個別)(ブログ記事一覧)(ブロックHTML)の順
*****************************************/
h2.mod_blog_block_title, h2#mod_blog_main_title /* ブログタイトル */ {
	border-bottom: 1px solid #999;
	padding-bottom:5px;
	margin-bottom: 25px;
	font-size: 16px;
}
h2.mod_blog_block_title, h2#mod_blog_main_title /* ブログタイトル(個別ページ） */ {
	border-bottom: 1px solid #999;
	padding-bottom:5px;
	margin-bottom: 20px;
	font-size: 16px;
}

h2.m_page_subject/* ブロックHTML */ {
	border-bottom: 1px solid #999;
	padding:5px 5px 3px;
	margin-bottom: 10px;
}

#mod_blog_post h1, .mod_blog_list_body h1, .m_page_body h1{
	background-color: #DCEEC8;
	padding: 2px 5px;
	margin: 10px 0 5px;
}
h1.org{
	background-color: #f8ddc5 !important;
	padding: 2px 5px;
	margin: 10px 0 5px;
}
#mod_blog_post h2, .mod_blog_list_body h2, .m_page_body h2 {
	border-bottom: 1px dashed #666;
	padding-bottom:3px;
	margin: 10px 0 5px;
	padding-left: 5px;
}
#mod_blog_post h3, .mod_blog_list_body h3, .m_page_body h3 {
	position: relative;
	margin: 10px 0 5px 15px;
}
#mod_blog_post h3::before, .mod_blog_list_body h3::before, .m_page_body h3::before {
	content: "";
	border-top: 4px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #F19149;
	position: absolute;
	left: -10px;
	top: 14px;
	margin-top: -8px;
}
#mod_blog_post h4, .mod_blog_list_body h4, .m_page_body h4 {
	position: relative;
	padding-left:11px; 
	margin: 10px 0 0 6px;
}
#mod_blog_post h4::before, .mod_blog_list_body h4::before, .m_page_body h4::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 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: 30px; margin-bottom: 5px;}
#mod_blog_post ol, .mod_blog_list_body ol, .m_page_body ol { margin-left: 33px; margin-bottom: 5px;}



/****************************************
		フッター
*****************************************/
footer {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 14px;
	line-height:30px;
	height: 30px;
	color: #333;
	
}
#footer_wr { 
	height: 200px;
	clear: both;
	margin-top:0;
	border-top:8px solid #7bbd2d;
}

#footer_contents {
	text-align: center;
	width: 900px;
	margin: 0px auto;
	padding-bottom: 10px;
}
#footer_soshiki{
	width:300px;
	float: left;
	text-align: left;
	margin-left:10px;
	color: #ccc;
}
#footer_soshiki img {
	margin-left: -3px;
	margin-bottom: 10px;
}
#footer_soshiki a, #footer_soshiki a:visited { color: #333;}
#footer_linkL {
	width:140px;
	float: left;
	margin-left:230px;
	text-align:left;
}
#footer_linkR {
	width:180px;
	float: left;
	margin-left:20px;
	text-align:left;
}

#footer_wr ul li {	
	list-style: none;
	font-size: 14px;
}
#footer_wr ul li a {
	position: relative;
	margin: 10px 0 5px 15px;
	color: #333;	
	list-style: none ;
	padding-left:6px;
}
#footer_wr ul li a::before {
	content: "";
	border-top: 4px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #F19149;
	position: absolute;
	left: -10px;
	top: 14px;
	margin-top: -8px;
	list-style: none ;
}
#footer_wr ul li a:visited { color: #333;}




/* トップページ 「あなたの地域を知ろう」*/
#know_town{
	padding: 8px;
	background: url(images/ban_town_know.png) no-repeat 18px 0;
	height: 230px;

}

#know_search{
	background: url(images/icon_know_graph.png) 425px 2px no-repeat;
	z-index: 0;
	margin-top: 0px !important;
	height: 135px;
	padding-top: 0;
}
#know_search p {
	margin-top: 13px ;
	margin-left: 170px ;
	width: 250px;
	padding: 0 !important;
	overflow-x:hidden;

}
#know_search + p {
	margin: 0 20px 10px;
	font-size: 14px;
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #know_search p {
		margin-top: 19px ;
		height: 200px;
	}
}

@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #know_search {
		background: url(images/icon_know_graph.png) 425px 20px no-repeat;
	}
}


/****************************************
		その他
*****************************************/
/* 「ページの上部へ」ボタン */
.pagetop_wr {
	width:900px; 
	margin:0 auto;
	position: fixed;
    bottom:30px;
	right: 0;
    z-index: 9999;
}
.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:#fff;
	background-color: #7bbd2d;
	float: right;
}
.pagetop a:visited {color:#fff} 
.pagetop a:hover {text-decoration: none; background-color: #5c8e22;}

/* フォームボタン（オレンジ） */
.form_org {
	background:#f39700 url(images/icon_arrow_w.png)  50px 12px no-repeat;
	width: 370px;
	line-height:40px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 20px auto;
    display: block;
    zoom: 1;    
	overflow: visible;
    text-decoration: none;   
    border-radius: 10px;
}
.form_org a {
	display: block;
	width:350px;
	line-height:40px;
	padding-left: 20px;
	border-radius: 10px;
	color: #fff;
}
.form_org a:visited {
	color: #fff;
	line-height:26px;	
	}
.form_org a:hover{
	text-decoration: none;
	background:#f0aa35 url(images/icon_arrow_w.png)  50px 12px no-repeat;
}

/* もっと詳しく */
.btn_more {
	background:#7bbd2d url(images/icon_arrow_white.png)  15px 6px no-repeat;
	line-height: 24px;
	width: 150px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	margin: 20px auto 20px 470px;
    display: block;
    zoom: 1;    
	overflow: visible;
    text-decoration: none;   
    border-radius: 5px;
	
}
.btn_more a {
	display: block;
	line-height: 24px;
	width: 120px;
	border-radius: 5px;
	color: #fff;
	padding: 0 10px 0 20px;
}
.btn_more a:visited {
	color: #fff;
	line-height:26px;	
	}
.btn_more a:hover{
	text-decoration: none;
	background:#95ca57 url(images/icon_arrow_white.png)  15px 6px no-repeat;
}



