@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	color: #8E740C;
	font-weight:normal;
	background-color: #FCFAFA;
	/*letter-spacing: 1px;*/
	font-size:10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p {
	text-align:justify; 
	text-justify:inter-ideograph;
}
img { 
	border-width:0px;
	display:block;
}
a:link {
	color: #8E740C;
}
a:visited {
	color: #8E740C;
}
a:hover {
	color: #CCB452;
}

.wrapper {
	background-image: url(../img/bg/bg01.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 840px;
	margin: 0 auto;
	border-top: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	text-align: left;
}
h1 {
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
	color: #C7B777;
	display: block;
	padding: 0 0 0 28px;
}
.container {
	margin: 0 18px 20px 18px;
	border: solid 1px #E5E5E5;
}
.header {
	background-image: url(../img/bg/bg02.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	height: 133px;
	width: 802px;
}
/*
.header p {
	padding: 30px 10px 0 0;
	font-size: 10px;
	color: #91760D;
	display:block;
	text-align: right;
	height: 28px;
	float: right;
}
*/

.header p {
	padding: 12px 10px 0 0;
	font-size: 10px;
	color: #91760D;
	display:block;
	text-align: right;
	height: 52px;
	float: right;
}

.header p img {
	margin:0 0 8px 154px;
}

.header-button {
	padding: 0 10px 0 0;
	float: right;
}
.header-button div {
	float:left;
}
.header-button a {
	background-image: url(../img/button/button02.gif);
	background-repeat: no-repeat;
	width: 126px;
	height: 30px;
	display: block;
}
.header .menu08 a {
	background-position: 0px 0px;
}
.header .menu09 a {
	background-position: -126px 0px;
}
.header .menu08 a:hover {
	background-position: 0px -30px;
}
.header .menu09 a:hover {
	background-position: -126px -30px;
}
.navi-menu {
	margin-left:1px;
}
.navi-menu a {
	display: block;
	height: 34px;
	background-image: url(../img/button/button01.gif);
	background-repeat: no-repeat;
}
.navi-menu div {
	float: left;
}
.navi-menu .menu01 a {
	background-position: 0px 0px;
	width: 114px;
}
.navi-menu .menu02 a {
	background-position: -114px 0px;
	width: 114px;
}
.navi-menu .menu03 a {
	background-position: -228px 0px;
	width: 114px;
}
.navi-menu .menu04 a {
	background-position: -342px 0px;
	width: 114px;
}
.navi-menu .menu05 a {
	background-position: -456px 0px;
	width: 114px;
}
.navi-menu .menu06 a {
	background-position: -570px 0px;
	width: 114px;
}
.navi-menu .menu07 a {
	background-position: -684px 0px;
	width: 116px;
}
/*　↓マウスオーバー時に背景を移動↓　*/
.navi-menu .menu01 a:hover {
	background-position: 0px -34px;
}
.navi-menu .menu02 a:hover {
	background-position: -114px -34px;
}
.navi-menu .menu03 a:hover {
	background-position: -228px -34px;
}
.navi-menu .menu04 a:hover {
	background-position: -342px -34px;
}
.navi-menu .menu05 a:hover {
	background-position: -456px -34px;
}
.navi-menu .menu06 a:hover {
	background-position: -570px -34px;
}
.navi-menu .menu07 a:hover {
	background-position: -684px -34px;
}
.footer {
	padding: 30px 10px 10px 10px;
}
.footerLink{
	text-align: center;
	margin: 0 0 15px 0;
}

.footer-inner {
	border-top: 1px solid #856D0C;
	font-size: 10px;
	color: #8E740C;
	padding: 10px 0 0 0;
}
.footer-inner p {
	display:block;
	float:left;
	background-image: url(../img/other/arrow01.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	line-height: 20px;
	padding: 0 0 0 22px;
	/*letter-spacing:1px;*/
}
.copy {
	padding: 5px 0 0 5px;
	font-size: 10px;
	line-height: 20px;
}
.go-top {
	float: right;
}
.go-top a {
	display: block;
	height: 20px;
	width: 51px;
	background-image: url(../img/button/button05.gif);
	background-repeat: no-repeat;
}
.go-top a:hover {
	background-position: 0px -20px;
}
body .wrapper .container .search {
	background-color: #FAF7F2;
	margin: 0 1px;
	height: 28px;
	padding: 0 0 0 228px;
}
.search-inner img {
	float: left;
	margin: 9px 15px 0 0;
}
.search-inner input {
	margin: 7px 5px 0 0;
	*margin: 3px 5px 0 0;
	padding: 0px;
	display: block;
	float: left;
}
.search-inner .input01 {
	margin: 5px 5px 0 0;
	*margin: 4px 5px 0 0;
	width: 200px;
}
.search-inner .input02 {
	margin: 3px 0 0 0;
}
.top-link {
	float: left;
	padding: 32px 0 0 30px;
}
.contents {
	background-image: url(../img/bg/bg04.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 5px 30px 0 30px;
}
.title01 {
	padding: 20px 0 0 10px;
}



/********** other **********/
.att{
	/*width: 250px;*/
	color: #F00;
	font-size: 12px;
	text-align: center;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}

.att li{
	margin-bottom: 3px;
}

.announce{
	display: block;
	line-height: 150%;
	margin-bottom: 15px;
}

.onsaleNewsList{
	font-size: 12px;
	text-align: right;
	background-color: #FAF7F2;
	padding: 0 5px 0 0;
	margin: 0 5px 5px 5px;
}

.onsaleNewsList a{
	background-image: url(../img/other/arrow01.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}


