@charset "utf-8";

html{overflow-y:scroll;}

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, img, a img,
dl, dt, dd, ol, ul, li
 {
    margin : 0px ;
    padding : 0px ;
    border : 0px ;
    outline : 0px ;
    font-size:100%;
    vertical-align:baseline;
    list-style:none;
}

body {
    font-size : 14px;
    font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
	width: 100%;
	min-width: 900px;
	color: #333;
	background:url(../images/bg.png) left top repeat;/*サイト全体の背景色*/
	
}
ul, li, dl, dd, dt{
    list-style-type : none;
}
a {
    text-decoration: none;
    color: #dd1125;
}
a:hover {
position: relative;
top: 1px;
left: 1px;
text-decoration: underline;
}


#conteiner{
	width: 956px;
	margin: 10px auto 10px auto;
	overflow: hidden;
	background: #A7D9AD;/*コンテンツ部分の背景色*/
	padding: 0px 10px 10px 10px;

}
#header{
	/*text-align: center;*/
}
#header h1{
	font-size: 25px;/*H1タイトルの文字の大きさ*/
	padding: 20px 0px 0px 0px;
	line-height: 30px;
}
#header h1 a{
	color: #fff;/*H1タイトルの色変更*/
text-shadow:1px 1px 1px #000;
}

#header h1 a:hover{
    text-decoration: none;
	
}
/*ディスクリプションのとこ*/
#header h2{
	font-size: 15px;
	font-weight: 100;
	padding: 10px 5px;
	color: #fff;
background:#79B5AE;
}
.midasi{
background:#FCFCFE;
margin:5px 0;
padding:0 10px;
}

/*トップバナー部分の画像*/
.topimg img{
	margin: 10px 0px 10px 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
#main_contents{
	float: left;
	width: 711px;
	margin: 0px 10px 0px 0px;


}

.sub #main_contents{
	width: 100%;
	float: none;
	margin: 0px 0px 0px 0px;
}

.index_cols{
	margin-bottom: 10px;
	padding: 0px 0px 20px 0px;
	background: #F5F6D4;/*記事欄の背景色*/
	padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}

.content h3{
margin:5px 0 10px 0;
border:#79B5AE 1px solid;
	padding:8px 8px;
	line-height:140%;
	font-weight:bold;
	font-size:16px;
clear:both;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.content h4{
margin:0 0 10px 0;
border-bottom:#79B5AE 2px solid;
	padding:8px 8px;
	line-height:140%;
	font-weight:bold;
	font-size:14px;

}
.content h5{
margin:0 0 10px 0;
border-bottom:#79B5AE 2px solid;
	padding:8px 8px;s
	line-height:140%;
	font-weight:bold;
	font-size:12px;
}



.text_title{
	font-size : 100%;/*記事タイトルの文字の大きさ*/
	margin : 0px;
	line-height : 125%;
	padding: 12px 10px 10px 50px;
	font-size: 16px;
	color: #79B5AE;/*記事タイトルの色*/
border-bottom:3px solid #79B5AE;
background-image:url(../images/green_puzzle_icon.png) ;
background-position:1% 50%;
background-repeat:no-repeat;
}

.text_title a{
color:#79B5AE;
text-decoration:underline;
}
.widget-title{
	font-size : 100%;/*サイドバータイトルの文字の大きさ*/
	margin : 0px;
	line-height : 125%;
	padding: 12px 0px 10px 30px;
	font-size: 16px;
	color: #79B5AE;/*サイドバータイトルの文字色*/
border-bottom:3px solid #79B5AE;
/*background-color:#fff;*/
background-image:url(../images/bag_green.png) ;
background-position:3% 50%;
background-repeat:no-repeat;
}


.recommend_cols, .sitemap_cols{
	margin-bottom: 10px;
	padding: 0px 0px 20px 0px;
	background: #c9a1ff;
	padding: 10px;

}
.index_cols p, .sitemap_cols p{
	margin: 0px 20px 15px 20px;
}
/*サイドバーの外側の色*/
.news_cols{
	width: 215px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: #79B5AE;
	padding: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}
.news_cols dl{
	margin: 0px 10px 0px 10px;
    overflow-y:auto;
    max-height : 550px;
	_height: 550px;
}

.news_cols dt{
	padding: 0px 0px 0px 0px;
}
.news_cols dd{
	border-bottom: #999 dotted 1px;
	margin: 0px 0px 15px 0px;

}
/*サイドバーの内側の色*/
.widget-area{
background:#F5F6D4;
}
.widget-area ul{
margin-bottom:10px;
}

.widget-area ul li{
padding:10px 5px;
line-height:20px;
list-style-image: url(../images/checkmark.gif);
list-style-position:inside;
border-bottom:1px dotted #333;
}
.widget-area ul li:hover{
}


.sitemap_cols ul{
	padding: 0px 20px 20px 20px;
}
.sitemap_cols li{
	padding: 8px 0px 0px 0px;
	list-style: inside circle;
}
.recommend_cols h4{
	border-bottom: #999 dotted 1px;
	margin: 10px 20px 0px 20px;
	font-size: 14px;

}
.recommend_cols p{
	margin: 0px 20px;
	padding: 0px 0px 10px 0px;

}
#footer{
	clear: both;
    padding: 20px 0px 20px 0px;

}
#footer p{
    text-align : center;
	font-size: 12px;
    display : block;
	color: #000;
}

.entry-summary{
min-height:160px ;
/*background:#ff0;*/
}
.entry-summary img {
border:1px dotted #ddd;
background:#fff;
padding:5px;
margin:0 10px;
float:left;
}

.topback {
font-size:10px;
background:#79B5AE;/*トップへ戻るの色*/
float:right;
padding: 5px 15px 5px 15px;
margin: 20px 34px 0px 0px;
display: inline;
margin-right:200px;
}

.topback a {
color:#FFFFFF;
}

/*新着情報部分の設定*/
.news_province{
	margin: 0px 0px 0px 0px;
	background: #F5F6D4;
	padding: 10px;


}
.news_province dl{
	margin: 0px 10px 0px 10px;
    overflow-y:auto;
    max-height : 550px;
	_height: 550px;
}

.news_province dt{
	padding: 0px 0px 0px 0px;
}
.news_province dd{
	border-bottom: #999 dotted 1px;
	margin: 0px 0px 15px 0px;

}
.alignleft{
float:left;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 

#cssmenu {
/*position: absolute;*/

}
#cssmenu ul { margin: 0; padding: 0;}
#cssmenu li { margin: 0; padding: 0;}
#cssmenu a { margin: 0; padding: 0;}
#cssmenu ul {list-style: none;}
#cssmenu a {text-decoration: none;}
#cssmenu {height: 50px; background-color: rgb(35,35,35); box-shadow: 0px 2px 3px rgba(0,0,0,.4);}


#cssmenu > ul > li {
    float: left;
    margin-left: 15px;
    position: relative;
}

#cssmenu > ul > li > a {
    color: #fff;
/*    font-weight:bold;*/
    font-size: 15px;
    line-height: 50px;
    padding: 15px 20px;
-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
}

#cssmenu > ul > li > a:hover {color: rgb(250,250,250); }


#cssmenu > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
-webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

#cssmenu > ul > li:hover > ul {
    opacity: 1;
    top: 65px;
    visibility: visible;
}

#cssmenu > ul > li > ul:before{
    content: '';
    display: block;
    border-color: transparent transparent rgb(250,250,250) transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}

#cssmenu > ul ul > li { position: relative;}

#cssmenu ul ul a{
    color: rgb(50,50,50);
    font-size: 13px;
    background-color: rgb(250,250,250);
    padding: 5px 8px 7px 16px;
    display: block;
-webkit-transition: background-color .1s;
   -moz-transition: background-color .1s;
     -o-transition: background-color .1s;
        transition: background-color .1s;
}

#cssmenu ul ul a:hover {background-color: rgb(240,240,240);}


#cssmenu ul ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -16px;
    left: 206px;
    padding: 16px 0 20px 0;
    background-color: rgb(250,250,250);
    text-align: left;
    width: 160px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}


#cssmenu ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}


#cssmenu ul ul a:hover{
    background-color: rgb(205,44,36);
    color: rgb(240,240,240);
}