/* CSS Document */
body {
	margin: 0; padding: 0;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.headtitle {
	border-bottom: 50px #333333 solid;
}
.titlelogo {
	border-bottom: 8px #FFFFFF solid;
	text-align: center;
	height: 140px;
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x;
}

.mainbody {
	width: 1000px;
	padding: 40px 20px 40px 20px;
	margin: 0 auto;
}
.mainbody:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}

.leftcontents {
	width: 627px;
	background-image:url(../images/main_bg.png);
	background-repeat: repeat-y;
	background-position: top left;
	float:left;
}
.contents {
	width: 570px;
	margin: 20px 0 40px auto;
	padding-bottom: 23px;
	border-bottom: 20px #755559 solid;
}

.contents h1,.contents h2,.contents h3,.contents h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}
.contents h1 {
	font-size: 21px; font-weight: bold;
}
.contents h2 {
	font-size: 20px; font-weight: bold;
}
.contents h3 {
	font-size: 19px; font-weight: bold;
}
.contents h4 {
	font-size: 18px; font-weight: bold;
}

.contents p {
	font-size: 15px;
}
.contents p a {
	color: #da4038;
}
.contents p a:hover {
	color: #ea6928;
}

.contents .imgtop {
	width: calc(100% - 12px);
	padding: 5px;
	border: 1px #bb6f3d solid;
}
.contents .imgleft {
	width: 35%;
	float: left;
	padding: 5px;
	border: 1px #bb6f3d solid;
	margin: 0 10px 0 0;
}
.contents .imgright {
	width: 35%;
	float: right;
	padding: 5px;
	border: 1px #bb6f3d solid;
	margin: 0 0 0 10px;
}
.imgtop img,.imgleft img,.imgright img {
	width: 100%;
	vertical-align: bottom;
}
.contents .subcont {
	padding: 16px;
	background-color: rgba(117, 87, 92, 0.3);
	margin-top: 20px;
}
.contents .subcont a {
	font-weight: bold;
}


.rightnavi {
	width: 288px;
	float: right;
}
.naviarea {
	background-color: #fff6e4;
	border: 1px #8d7837 solid;
}
.menutitle {
	text-align:center;
	margin: 16px 0 0 0;
	font-size: 18px;
}
.naviarea ul {
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
	border-bottom: 1px #8d7837 dashed;
}
.naviarea ul li {
	margin: 0;
	font-size: 14px;
}
.naviarea ul li a {
	color: #493510;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
}
.naviarea ul li a:hover {
	color: #ea6928;
}

.naviimg {
	margin-top: 10px;
	text-align:center;
}

.footbody {
	background-color: #5b3c40;
	padding-top: 4px;
}
.foottxt {
	background: #5b3c40;
	border-top: 2px #FFFFFF solid;
	text-align: center;
	height: 66px;
	line-height: 66px;
	color: #FFFFFF;
}
.foottxt a {
	color: #FFFFFF;
	text-decoration: none;
}
.foottxt a:hover {
	color: rgba(255,255,255,0.5);
}

@media screen and (max-width: 680px) {
	.headtitle {
		border-bottom: 50px #333333 solid;
	}
	.titlelogo {
		border-bottom: 8px #FFFFFF solid;
		text-align: center;
		height: auto;
		background-image: url(../images/head_bg.png);
		background-repeat: repeat-x;
	}
	.titlelogo img {
		width: 100%;
		vertical-align: bottom;
	}
	
	.mainbody {
		width: 100%;
		padding: 10px 0;
		margin: 0 auto;
		background-image:url(../images/main_bg.png);
		background-repeat: repeat-y;
		background-position: top left;
	}
	.leftcontents {
		width: 100%;
		background-image: none;
		float:none;
	}
	.contents {
		width: 85%;
		margin: 0px 10px 20px auto;
		padding-bottom: 20px;
		border-bottom: 20px #755559 solid;
	}
	
	.contents h1,.contents h2,.contents h3,.contents h4 {
		margin: 0;
		padding: 0 0 10px 0;
		font-weight: normal;
	}
	.contents h1 {
		font-size: 20px;
	}
	.contents h2 {
		font-size: 19px;
	}
	.contents h3 {
		font-size: 18px;
	}
	.contents h4 {
		font-size: 18px;
	}
	
	.contents p {
		font-size: 14px;
	}
	.contents p a {
		color: #da4038;
	}
	.contents p a:hover {
		color: #ea6928;
	}
	
	.contents .imgtop {
		width: calc(100% - 12px);
		padding: 5px;
		border: 1px #bb6f3d solid;
	}
	.contents .imgleft {
		width: 35%;
		float: left;
		padding: 5px;
		border: 1px #bb6f3d solid;
		margin: 0 10px 0 0;
	}
	.contents .imgright {
		width: 35%;
		float: right;
		padding: 5px;
		border: 1px #bb6f3d solid;
		margin: 0 0 0 10px;
	}
	.imgtop img,.imgleft img,.imgright img {
		width: 100%;
		vertical-align: bottom;
	}
	
	
	.rightnavi {
		width: 83%;
		float: none;
		margin: 0 10px 0 auto;
	}
	.naviarea {
		background-color: #fff6e4;
		border: 1px #8d7837 solid;
	}
	.menutitle {
		text-align:center;
		margin: 16px 0 0 0;
		font-size: 18px;
	}
	.naviarea ul {
		margin: 0;
		padding: 0 0 10px 0;
		list-style: none;
		border-bottom: 1px #8d7837 dashed;
	}
	.naviarea ul li {
		margin: 0;
		font-size: 15px;
	}
	.naviarea ul li a {
		color: #493510;
		display: block;
		padding: 14px 10px;
		text-decoration: none;
	}
	.naviarea ul li a:hover {
		color: #ea6928;
	}
	
	.naviimg {
		margin-top: 10px;
		text-align:center;
	}
	.naviimg img {
		width: 100%;
	}
	
	.footbody {
		background-color: #5b3c40;
		padding-top: 4px;
	}
	.foottxt {
		background: #5b3c40;
		border-top: 2px #FFFFFF solid;
		text-align: center;
		height: auto;
		line-height: 1em;
		color: #FFFFFF;
		padding: 10px 0;
	}
	.foottxt a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.foottxt a:hover {
		color: rgba(255,255,255,0.5);
	}

}