@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote,th, td{margin:0; padding:0;}
html{overflow-y: scroll;border:0;}
h1, h2, h3, h4, h5, h6{font-size: 100%; font-weight: normal;}
ol, ul{list-style:none;}
fieldset, img{border:0;}
table{border-collapse:collapse; border-spacing:0;}
caption, th{text-align: left;}
address, caption, cite, code, dfn, em, strong, th, var{font-style: normal; font-weight: normal;}
p {margin:12px 0px;}
img {vertical-align:bottom;}
@media screen and (max-device-width: 480px) {body {-webkit-text-size-adjust: 100%;}}
A:link,A:visited,A:hover,A:active {color:#0066CC;}
A:hover {text-decoration: underline;}
A {text-decoration:none;}
strong{font-weight: bold;}
/*--reset--*/
body {
	border:0;
	text-align: center;
	font-size: 90%;
	color:#4e0300;
	line-height: 1.7;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", "ＭＳ Ｐゴシック";
	background:#faefd9;
	margin:0;
}

/*ヘッダー*/
header{
	overflow: hidden;
	background:transparent;
}
header h1{
	font-size:90%;
	margin-top:4px;
	margin-bottom:1px;
	text-align:center;
}

/*メニューバー*/
#menubar{
	width: 100%;
	height: 80px;
	background: rgba(75,69,32,0.3);
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 1000;
}
#menubar a{
	display: block;
	float: left;
	width: 10%;
	height: 80px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 35px;
}
#menubar a:hover{
	text-decoration: none;
	background: rgba(75,69,32,0.3);
}
#menubar img{
	margin-top: 7px;
}

/*コンテンツ*/
#content{
	background:#f0debb;
	width:980px;
	margin:0px auto 15px;
	text-align:left;
	border-radius:5px;
	padding-bottom:5px;
}
h1{
	font-weight: bold;
}
h3{
	font-size:130%;
	background:url(../img/arr_red.png) no-repeat;
	background-position:2px 8px;
	padding-left:20px;
	font-weight:bold;
	position:relative;
	margin-left:20px;
	top:15px;
}
h4{
	font-weight:bold;
	font-size:100%;
	background:#4e0300;
	color:#faefd9;
	border-radius:5px;
	padding:2px 8px;
	letter-spacing:0.1em;
}
h4 img{
	position:relative;
	top:-6px;
	margin-right:3px;
}
section{
	background:#faefd9;
	border:1px solid #d6bb87;
	border-radius:5px;
	padding: 20px;
	margin:18px 25px 15px 25px;
}
#news{
	padding: 0;
}
article{
	margin:20px 20px 30px;
	border-left:3px double #e24c00;
	padding-left:10px;
}

/*上に戻る*/
.pt{
	text-align:right;
	margin:-20px 20px -20px 0;
}
.ptb{
	text-align:right;
	margin:5px 20px 5px 0;
}

/*フッター*/
footer{
	background:#4d0300;
	border-top: double 7px #faefd9;
	overflow:hidden;
	padding-bottom: 15px;
}
footer > div{
	width: 980px;
	margin: 10px auto 0;
	overflow: hidden;
}
footer > div > *{
	float: left;
}
footer ul{
	width: 25%;
	text-align: left;
}
footer ul a{
	display: block;
	color:#f0ddbb !important;
}
footer ul a:hover{
	background:#5A0300;
	text-decoration: none;
}
footer > div:nth-of-type(2){
	width:536px;
}
footer address{
	width:340px;
	background:#f0debb;
	border-radius:5px;
	height:65px;
	margin:15px;
	font-size:80%;
	text-align:left;
}
footer address p{
	margin:0 10px;
	padding:5px;
	font-weight:bold;
	line-height:1.5;
}
small{
	color: #f0ddbb;
}

/*文字装飾*/

.size80{
	font-size:80%!important;
}
.red{
	color:#aa0000;
}
.center{
	text-align:center!important;
}
.right{
	text-align:right!important;
}
.left{
	text-align:left!important;
}

/*ホバー*/
a img:hover{
	position:relative;
	top: 2px;
}