@charset "utf-8";
/* CSS Document */

/*===============================*/
/*//基本設定//*/
/*===============================*/

*{ margin: 0; padding: 0;}

html,body{
	font-size: 12px;
	color: #725233;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	line-height: 1.8em;
	background-image: url(../img/background.jpg);
}

a{ }
a:hover{
	text-decoration: none;
	color: #D63595;
}

img{ vertical-align: top; border: none;}

li{ list-style: none;}



/*===============================*/
/*//各種設定//*/
/*===============================*/

.box980px{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.box860px{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.box650px {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 100%;
	height: 113px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: repeat-x;
}
#header #headerbox {
	height: 113px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header #headerbox .logo {
	float: left;
	margin-top: 40px;
}
#header #headerbox h1 {
	color: #AC876D;
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin-top: 45px;
	line-height: 16px;
	margin-left: 10px;
}
#header #headerbox #headertel {
	float: right;
	margin-top: 20px;
}

#gnavi {
	width: 100%;
	height: 70px;
	background-image: url(../img/gnavi_bg.jpg);
	background-repeat: repeat-x;
}
#gnavi #gnavibox {
	height: 70px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#gnavi #gnavibox li {
	float: left;
	height: 70px;
}
#pankuzu {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBC5BF;
}
#pankuzu a {
	color: #725233;
	text-decoration: none;
	padding-right: 30px;
	background-image: url(../img/icon_yajirushi2.jpg);
	background-repeat: no-repeat;
	background-position: 50px center;
	display: block;
}
#pankuzu a:hover {
	color: #D63595;
	text-decoration: none;
}
#pankuzu p {
	float: left;
}
#contents {
	background-image: url(../img/contents_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-bottom: 80px;
}





#footer {
	background-color: #331900;
	width: 100%;
	font-size: 12px;
	color: #B2A89E;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 40px;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #9ECB78;
	text-decoration: none;
}
#footer #footerlogo {
	margin-top: 40px;
}
#footer #copyright {
	margin-top: 30px;
	color: #B2A89E;
}
