@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: #333;
background:#ebeae5;
}

#contener {
    width: 980px;
    margin: 0px auto 0;

}

#topimg {
margin-bottom:10px;
width:980px; margin:0 auto;
}

#topimg img{
border-bottom:1px solid #888;
border-right:1px solid #888;
margin-top:10px;

}
h1, h2, h3, h4, p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: underline;
    color: #BB3B4C;
}

a:hover {
    text-decoration: none;
    color: #5a4029;
}

ul, li, dl, dd, dt {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#header{
margin:0;
background:#D04255;
}

#headline{
width:980px;
margin:0 auto;
color:#fff;
}


#header h1 {
    padding: 20px 10px 0px 10px;
    font-size: 27px;
    width: 980px;
    margin: 0px auto;
}

#header h1 a {
    text-decoration: none;
color:#fff;
}


#header h2 {
    padding: 0px 10px 10px 10px;
/*    font-size: 14px;*/
font-weight:normal;
    margin: 0px auto;
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 {
    font-size: 120%;
    margin: 0px;
    padding: 10px;
    margin:0 ;
font-weight:normal;
color:#2F4F4F;
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));
}
/*サイドバーエリア*/
#sub-menu {
    padding: 0px 0px 10px 10px;
    float: right;
    margin: 10px 0px 30px 10px;
    width: 250px;


}

.widget-erea {
    margin-bottom: 10px;
background:#fff;
border-bottom:#888 1px solid;
border-right:#888 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;

}
.widget-erea ul li a:hover {
color:#000;
}

.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 {
    font-size: 20px;
	font-weight:bold;
    line-height: 1.2em;
    padding: 10px;
    margin:0;
font-weight:normal;
color:#2F4F4F;
text-shadow:1px 1px 0 #ddd;
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));
}


.text-title a{
color:#2F4F4F;
text-decoration:none;
}

.text-title a:hover{
color:#888;
text-decoration:none;
}

/*記事エリア部分の設定*/
.contents-inner {
    margin-bottom: 10px;
    padding: 0 ;
border-bottom:#888 1px solid;
border-right:#888 1px solid;
background:#fff;
}
/*記事内編集*/
.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:130%;
padding:5px 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;
}

.contents-inner p, .sitemap_province p {
    padding: 0px 20px 15px 20px;
}
.news-title{
font-size:15px;
padding:10px;
border-bottom:2px solid #ddd;
color:#2F4F4F;
}

.news_province dl{
	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 h4 {
    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 {
margin-bottom:-10px;
    clear: both;
/*    width: 1000px;*/
background:#fff;
border-top:1px solid #ddd;

}

#footer-in {
width:980px;
margin:0 auto;

}

#footer p {
    display: block;
    text-align: center;
    padding: 15px 0px 15px 0px;
    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: #BB3B4C;
    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:320px;
border-right:1px solid #ddd;
padding:5px 10px;
}

.next {
padding:5px 10px;
text-align:right;
    float: right;
margin-top:10px;
width:310px;

}

.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;
}


/*ナビゲーション部分の装飾*/
#navigation ul { margin: 0; padding: 0; width:980px; margin:0 auto;}
#navigation li { margin: 0; padding: 0;}
#navigation a { margin: 0; padding: 0;}
#navigation ul {list-style: none;}
#navigation a {text-decoration: none;}
#navigation {height: 50px;
border-bottom:1px solid #eee;
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));

}


#navigation > ul > li {
    float: left;
/*    margin-left: 5px;*/
    position: relative;

}

#navigation > ul > li > a {
    color: #222;
    font-size: 12px;
    line-height: 50px;
    padding: 15px 20px;
-webkit-transition: color .15s;
   -moz-transition: color .15s;
     -o-transition: color .15s;
        transition: color .15s;
}

#navigation > ul > li > a:hover {
background:#BB3B4C;
color:#fff;
}


#navigation > 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);
}

#navigation > ul > li:hover > ul {
    opacity: 1;
    top: 65px;
    visibility: visible;
}

#navigation > 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;
}

#navigation > ul ul > li { position: relative;}

#navigation 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;
}

#navigation ul ul a:hover {background-color: rgb(240,240,240);}


#navigation 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);
}


#navigation ul ul > li:hover > ul { opacity: 1; left: 196px; visibility: visible;}


#navigation ul ul a:hover{
    background-color: #BB3B4C;/*ナビゲーション小ページの色*/
    color:#fff;
}



/*ウジェットのカレンダー*/
#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;
}

.tagcloud a{
background:#ddd;
padding:5px;
text-decoration:none;
}