@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #6E4943;
	background-image: url(images/bk-body.jpg);
	background-repeat: repeat-y;
	background-color: #6E4943;
	background-position: center;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e9e4d4;
}


#header {
	height: 297px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header h1 {
	font-size: 0%;
	text-indent: -9999px;
}

#header p {
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
	text-align: right;
	margin-right: 30px;
}



#navigation {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#navigation h5 {
	font-size: 0%;
	width: 200px;
	float: left;
	height: 80px;
	text-indent: -9999;
	text-decoration: none;
	display: inline;
}
#navigation #btn01 h5 a {
	height: 80px;
	background-image: url(images/btn01.jpg);
	display: block;
	text-decoration: none;
	color: #593630;
}
#navigation #btn01 h5 a:hover {
	background-image: url(images/btnover01.jpg);
}

#navigation #btn02 h5 a {
	height: 80px;
	background-image: url(images/btn02.jpg);
	display: block;
	text-decoration: none;
	color: #80554F;
}
#navigation #btn02 h5 a:hover {
	background-image: url(images/btnover02.jpg);

}#navigation #btn03 h5 a {
	height: 80px;
	background-image: url(images/btn03.jpg);
	display: block;
	color: #AC7C7A;
	text-decoration: none;
}
#navigation #btn03 h5 a:hover {
	background-image: url(images/btnover03.jpg);

}#navigation #btn04 h5 a {
	height: 80px;
	background-image: url(images/btn04.jpg);
	display: block;
	color: #6E4943;
	text-decoration: none;
}
#navigation #btn04 h5 a:hover {
	background-image: url(images/btnover04.jpg);

}


#maincontent {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 50px;
}

#maincontent h2 {
	margin-bottom: 40px;
	margin-top: 60px;
}
#maincontent .articlebox {
	margin-bottom: 50px;
	margin-right: 30px;
	margin-left: 30px;
}


.photo-maincontent {
	float: left;
	display: inline;
}
#maincontent .articlebox-floatright {
	float: right;
	width: 510px;
	display: inline;
}

#topicpath {
	margin-bottom: 30px;
}
#maincontent .photogyallery {
	width: 500px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}
#maincontent h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 110%;
	color: #6E4943;
}

#topicpath p {
	font-size: 85%;
	color: #999;
}






#footer {
	background-image: url(images/footer.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #600;
	border-right-color: #600;
	border-bottom-color: #600;
	border-left-color: #600;
}
#footer h6 {
	font-size: 90%;
	color: #999;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	margin-bottom: 10px;
}
