@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:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    list-style:none;
}
h1, h2, h3{
    margin:0px;
    padding:0px;
}
body {
    font-size : 14px;
    font-family:"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "sans-serif";
	margin: 0px;
	padding: 0px;
	min-width: 980px;
	color: #333;/*サイト全体の文字色*/

/*	background: url(../images/body.png) repeat left top;ボディ背景の色・画像変更*/
}
ul, li, dl, dd, dt{
    margin: 0px;
    padding:0px;
    list-style: none;
}
a {
    text-decoration: none;
	color: #6e290b;/*リンクの色*/
}
a:hover {
position: relative;
top: 1px;
left: 1px;
text-decoration: none;


}


img.bg {
  /* Set rules to fill background */
    min-height: 100%;
    min-width: 1024px;
  /* Set up proportionate scaling */
    width: 100%;
    height: auto;
  /* Set up positioning */
    position: fixed;
  /* またはabsolute; */
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    img.bg {
        left: 50%;
        margin-left: -512px;
    }
}

div#wrapperAll {
    position: relative;

}

#wrapperAll{
	width: 980px;
	margin: 20px auto;
	padding: 0px 10px;
	background: url(../images/conten_bg.png) repeat left top;/*コンテンツ背景の色・画像変更*/
-webkit-box-shadow: 3px 3px 7px #808080;
-moz-box-shadow: 3px 3px 7px #808080;
box-shadow: 3px 3px 7px #808080;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
#header{
	margin-bottom: 20px;
	background:transparent;/*ヘッダー部分の背景色*/
}
#header h1{
	font-size: 30px;/*H1タイトルの文字の大きさ*/
	padding: 20px 0px 0px 0px;
text-shadow:1px 1px #000;
}
#header h1 a{
color:#228B22;/*H1タイトルの色変更*/
text-shadow:1px 1px #fff;
}
#header h2{
	padding: 10px 0px 0px 0px;
	font-size: 14px;
	font-weight: normal;
}
#contentNavi{
	display: block;
	float: right;
	margin: 0px 0px 0px 0px;
background:#000;
	width:230px;
padding:0 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.widget_title{
	padding: 15px 0px 15px 40px;
	font-size: 16px;/*サイドバータイトルの文字の大きさ*/
	color:#FFF;/*サイドバータイトルの文字色*/
text-shadow:#000;
margin-bottom:5px;
border-bottom:3px #fff solid;
margin:5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-image:url(../images/side-menu.png);
background-position:0% 50%;
background-repeat:no-repeat;
}

#contentNavi ul li{
	margin-bottom: 0px;

}


#contentNavi ul li a{
	display: block;
background-image:url(../images/list.png);
background-position:1% 50%;
background-repeat:no-repeat;
	padding: 14px 0px 9px 20px;
	min-height: 18px;
	font-size: 13px;
	text-decoration:none;
	font-weight: bold;
color:#fff;
text-decoration:underline;
}
#contentNavi li a:hover{
	font-weight: bold;
background-image:url(../images/list.png);
background-position:1% 50%;
background-repeat:no-repeat;
color:#f00;
}

.children{
}
#contentNavi li ul li{
	margin: 0px 0px 0px 10px;
	width:220px;
}
#contentNavi li ul li a{
padding-left:30px;
}}
#image{
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
}
#conteiner{
	width: 710px ;
	overflow: hidden;
	float: left;
	margin: 10px 0px 0px 0px ;
}
#conteiner dl, #conteiner ul{
	margin-left: 10px;
}
.content_title{
	padding: 10px 10px 15px 60px;
	font-size: 18px;/*記事タイトルの文字の大きさ*/
	color:#6e290b;/*記事タイトルの文字の色*/
border-bottom:2px solid #609135;
margin:20px 10px;
text-shadow:1px 1px #fff;
background-image:url(../images/title_Banner.png);
background-position:0% 50%;
background-repeat:no-repeat;
}
.content_title a{
	color:#333;/*記事タイトルの文字の色*/
text-decoration:underline;
}


.post h2{
border:3px solid #8FBF1E;
padding:10px;
font-size:18px;
}
.post h3{
border:1px solid #8FBF1E;
padding:10px;
font-size:18px;
}
.post h4{
border-left:5px solid #8FBF1E;
padding:10px;
font-size:18px;
}
.post h5{
border-left:3px solid #8FBF1E;
padding:10px;
font-size:18px;
}
.sentence_region, .news_region, .topics_region, .sitemap_region{
	margin: 0 10px 15px 0;
	padding:15px;
background-color: #fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 3px 3px 7px #808080;
-moz-box-shadow: 3px 3px 7px #808080;
box-shadow: 3px 3px 7px #808080;
}

.sentence_region p{
	padding: 10px 20px 5px 20px ;
	margin: 0;
}
.topics_region h4{
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 20px ;
	font-weight: bold ;
	color: #42ba66;

}
.topics_region p{
	margin: 0px 0px 0px 0px;
	padding: 3px 20px 15px 20px;
}
.news_region dl{
	height: 210px;
	overflow-y: scroll;
}
.news_region dt{
	padding: 5px 10px 5px 10px ;
	font-size: 12px;
}
.news_region dd{
	padding: 0px 20px 15px 20px ;
}

.sitemap_region li, .sentence_region li{
	background: url(../images/li_style.jpg);
	background-repeat: no-repeat;	
	background-position: 10px 8px;
	padding: 2px 4px 4px 26px;
}
.sitemap_region ul, .sentence_region ul{
	margin: 10px 0px;
}
.sitemap_region p{
	padding: 10px 10px 5px 10px ;
	margin: 0;
}
#footer{
	clear: both;
min-height:100px;
}
#footer p{
    text-align : center;
	font-size: 12px;
    display : block;
    padding: 30px 0px 30px 10px;
	margin:0;
}
#footer a{
	color: #e8425e;
}

body.sub .topics_region p{
	padding: 10px 20px 5px 20px ;
	margin: 0;
}


.topback {
font-size:10px;
background-color:#008000;
float:right;
padding: 5px 15px 5px 15px;
margin: 0px 34px 0px 0px;
display: inline;
margin-right:200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

.topback a {
color:#FFFFFF;
}