@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 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
		font-family:メイリオ, Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    min-width: 980px;
    color: #888;
background:url(../images/bgnoise_lg.png) left top repeat;
}

#contener {
    width: 980px;
    margin: 10px auto 15px;
background:#fff;
}

#topimg {
/*margin-bottom:10px;*/
}

#topimg img{
/*margin-top:-10px;*/
margin:20px;
-webkit-box-shadow: 0px 5px 8px #808080;
-moz-box-shadow: 0px 5px 8px #808080;
box-shadow: 0px 5px 8px #808080;

}
h1, h2, h3, p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: underline;
    color: #5a9440;
}

a:hover {
    text-decoration: none;
    color: #5a4029;
}

ul, li, dl, dd, dt {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#header{
margin:0;
}

#headline{
width:980px;
margin:0 auto 10px;
background:url(../images/head-bg.png) left top repeat;
height:130px;
}


#header h1 {
    padding: 20px 10px 0px 10px;
    font-size: 27px;
    width: 980px;
    margin: 0px 20px 5px;
text-shadow:1px 1px 0 #888;
}

#header h1 a {
    text-decoration: none;
color:#fff;
}


#header h2 {
    padding: 5px 10px 5px 10px;
/*    font-size: 14px;*/
font-weight:normal;
    margin: 0px 20px 15px;
color:#fff;
}

#wrapper {
    width: 980px;
    margin: 0px auto;
}

.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 */ 


/*サイドバー*/




.widget-title {
  position: relative;
  color: #fff;
  background: #7bc15a;
  font-size: 14px;
  line-height: 1;
  margin: 0px -10px 10px 0px;
  padding: 10px 5px 10px 30px;
  box-shadow: 0 1px 3px #777;
}
.widget-title:after{
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #5a9440;
}
.widget-title:after {
  left: 0;
  border-right: 5px solid #5a9440;
}
.widget-title:before {
  right: 0;
  border-left: 5px solid #5a9440;
}



/*サイドバーエリア*/
#sub-menu {
    padding: 0px 0px 10px 10px;
    float: right;
    margin: 10px 10px 30px 10px;
    width: 250px;
}

.widget-erea {
    margin-bottom: 10px;
border-bottom:#ddd 1px solid;
}

.widget-erea ul li {
    padding: 5px;
    font-size: 12px;
border-top:1px solid #eee;
    margin:0 10px 0px 10px;
}

.widget-erea ul li:first-child{
border-top:none;
}

.widget-erea ul li a {
text-decoration:none;
color:#555;
}
.widget-erea ul li a:hover {
color:#fff;
background:#5a9440;
text-decoration: none;
}

.widget-erea ul li ul {
    margin: 10px 0;
    margin-right: 2px;
}

.widget-erea ul li ul li {
    margin: 2px 0;
padding:0;
list-style-type: circle;
list-style-position: inside;
border-top:none;
}

#main-contents {
    float: left;
    width: 700px;
    margin: 10px 0px 0px 0px;

}

.pdr #main-contents {
    float: none;
    margin: 10px 0px 30px 0px;
    width: 100%;
}
/*記事見出しの設定*/



.text-title {
  position: relative;
  color: #fff;
  background: #7bc15a;
  font-size: 20px;
  line-height: 1;
  margin: 0px -10px 10px -30px;
  padding: 15px 5px 10px 40px;
  box-shadow: 0 1px 3px #777;
}
.text-title:after{
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #5a9440;
}
.text-title:after {
  left: 0;
  border-right: 5px solid #5a9440;
}
.text-title:before {
  right: 0;
  border-left: 5px solid #5a9440;
}



.text-title a{
  color: #fff;
text-decoration:none;
}

.text-title a:hover{
color:#8a5a2e;
text-decoration:none;
}

/*記事エリア部分の設定*/
.contentsArea {
   margin-bottom: 10px;
    padding: 0 0 10px 0;
background:#fff;
border-bottom:1px dashed #ddd;
margin:0 20px;
}
/*記事内編集*/
.post p, {padding-bottom:15px;}
.post dl{padding:0 20px;}
.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin:5px 0 0 15px;
list-style:disc;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1, .post h2, .post h3, .post h4{clear:both;}

.post h1{
margin:20px 0;
padding:5px 10px;
font-size:150%;
color: #fff;
border-radius:4px;
background:#007FB1;
box-shadow:0 0 3px rgba(0,0,0,0.2); 
}

.post h2{
margin:10px 0;
padding:3px 5px;
font-size:150%;
border-left:10px solid #ddd;
padding-left:20px;
margin-left:10px;
}

.post h3{
margin:10px 0;
font-size:140%;
padding:10px 20px;
margin:10px;
border:1px solid #ddd;
background:#eee;
}
.post h4{
margin:10px 0;
font-size:120%;
padding:10px 20px;
margin:10px;
border:1px solid #ddd;
background:#eee;
}


.post h5{
margin:10px 0;
font-size:120%;
font-weight:normal;
border-left:4px solid #ddd;
padding-left:20px;
margin-left:10px;
}

.post h6{
margin:10px 0;
font-size:120%;
font-weight:normal;
border-left:4px solid #ddd;
padding-left:20px;
margin-left:10px;
}

blockquote{
    width: 70%;
    background: #fff;
    padding: 10px; 
    margin: 5em 10px;
    border:5px solid #DBDBDB;
     border-radius: 10px;          
    -webkit-border-radius: 10px;   
    -moz-border-radius: 10px;
    -o-border-radius: 10px;   
    }
 
blockquote p{
    color:#333;
    font-weight:bold;
    line-height: 30px;
}
 
blockquote:before{
    content:"“";
    float: left;
    font-weight: bold;
    font-size: 500%;
    display:block;
    height:30px;
    color: #666;
    padding-right: 10px;
}
 
blockquote:after{
    content:"”";
    text-align:right;
    display:block;
    height:30px;
    font-weight: bold;
    font-size: 500%;
    color: #666;
    margin-top: -30px;
    padding-bottom: 10px;
}
.post table{
border: 1px #ddd solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #ddd solid;
border-width: 0 0 1px 1px;
font-weight:bold;
background:#f7f7f7;
}

.post table td{
padding:7px 5px;
border: 1px #ddd solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

/*記事内画像*/
.post img{
max-width:100%;
height:auto;
padding:5px;
}

img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}


/*ニュースエリア*/
.news_province, .topics_province, .sitemap_province {
/*background:#faa0c6;*/
    margin:0 0 10px;
    padding: 10px 10px 10px 10px;
}

.contentsArea p, .sitemap_province p {
    padding: 0px 20px 15px 20px;
}
.news-title {
  position: relative;
  color: #fff;
  background: #5a9440;
  font-size: 14px;
  line-height: 1;
  text-shadow: 1px 1px 1px #000;
 margin: 0px 10px 30px 10px;
  padding: 15px 5px 12px 10px;
}
.news-title:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #5a9440;
}
.news_province dl{
	min-height: 210px;
	overflow-y: scroll;

}
.news_province dt{
	padding: 5px 10px 5px 10px ;
	font-size: 12px;
}
.news_province dd{
	padding: 0px 20px 5px 20px ;
border-bottom:1px #ccc dashed;
}


.topics_province {
    margin: 10px 20px 0px 20px;
    border-bottom: 1px dotted #999;
}

.topics_province p {
    margin: 5px 20px 20px 20px;
}

.sitemap_province ul {
    padding: 0px 20px 0px 20px;
}

.sitemap_province li {
    padding: 3px 6px 10px 20px;
    background: url(../images/li_style.jpg) no-repeat 0px 7px;
}

/*フッター部分の設定*/
#footer {
    clear: both;
background:#222;
border-top:1px solid #ddd;
color:#fff;

}

#footer-in {
width:980px;
margin:0 auto;
}

#footer p {
    display: block;
    text-align: left;
    padding: 15px 0px 15px 30px;
    margin: 0px auto 10px;
}
#footer a{
/*    color: #B22222;*/
text-decoration:none;
}


/*トップへ戻る部分の設定*/
.backlink {
background:transparent;
/*    float: right;*/
    padding: 5px 30px 5px 15px;
/*    display: inline;*/
/*    margin-right: 180px;*/
/*		margin-top:10px;*/
text-align:right;


}

.backlink a {
    color: #fff;
/*トップへ戻るの色*/
background-color: #7bc15a;
    padding: 5px 10px;
text-decoration:none;
}

.pagenav {
    clear: both;
    width: 100%;
    min-height: 50px;
    margin: 5px 0 20px;
border-top:1px solid #ddd;
color:#888;
}

.prev {
    float: left;
margin-top:10px;
width:300px;
border-right:1px solid #ddd;
padding:5px 10px;
}

.next {
padding:5px 10px;
text-align:right;
    float: right;
margin-top:10px;
width:300px;

}

.prev a, .next a{
color:#000;
text-decoration:none;
}

.prev a:hover, .next a:hover{
text-decoration:underline;
}

#pageLinks {
    clear: both;
    color: #4f4d4d;
    text-align: center;
}


/*ウジェットのカレンダー*/
#wp-calendar {
width:100%;
padding:10px;
}

#wp-calendar td, #wp-calendar th{
text-align:center;
}

#wp-calendar caption{
padding:10px 10px 5px;
margin:0 ;
background-image: -moz-linear-gradient(top, #eee, #FFFFFF);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #eee), color-stop(1.0, #FFFFFF));
}


/*タグ欄*/

.tagcloud {
margin-bottom: 10px;
padding:0 10px 10px;
margin-top:20px;
}

.tagcloud a{
background:#666;
padding:5px;

text-decoration:none;
color:#fff;
}

