@charset "utf-8";

/* pankuzu list
--------------------------------------------------------------*/
#pankuzu {
	font-size: 12px;
	margin-bottom: 20px;
	color: #666666;
	width: 560px;
	padding-right: 10px;
	padding-left: 10px;
}
#pankuzu a:link {
	color: #FF6600;
	text-decoration: underline;
}
#pankuzu a:visited {
	color: #FF6600;
	text-decoration: underline;
}
#pankuzu a:hover {
	color: #99CC00;
	text-decoration: underline;
}

/* contents
--------------------------------------------------------------*/
.h2_textbox {
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
#second_contents a:link {
	color: #FF6600;
	text-decoration: underline;
}
#second_contents a:visited {
	color: #FF6600;
	text-decoration: underline;
}
#second_contents a:hover {
	color: #99CC00;
	text-decoration: underline;
}

#second_contents h2 {
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 580px;
	font-size: 16px;
	line-height: 31px;
	font-weight: bold;
	text-indent: 45px;
	margin-bottom: 20px;
}
#second_contents h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	height: 26px;
	width: 530px;
	background-image: url(../img/h3.gif);
	background-repeat: no-repeat;
	text-indent: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.h3_textbox {
	width: 520px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 80%;
	line-height: 130%;
	padding-left: 10px;
}
.h3_textbox p {
	margin-bottom: 1em;
}

.h3_textbox img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #E8E8E8;
}
.h3_textbox ul {
	padding-left: 10px;
}
.h3_textbox li {
	list-style-type: none;
	background-image: url(../other/img/arrow.jpg);
	background-repeat: no-repeat;
	line-height: 14px;
	height: 14px;
	padding-left: 18px;
	margin-bottom: 10px;
	color: #666666;
}
.txtcolored {
	font-weight: bold;
	color: #FF6600;
}

.h4_textbox {
	width: 520px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 80%;
	line-height: 130%;
	padding-left: 10px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
	border-bottom-width: 1px;
}
.h4_textbox p {
	margin-bottom: 1em;
}

.h4_textbox img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #E8E8E8;
}
.h4_textbox ul {
	padding-left: 10px;
}
.h4_textbox li {
	list-style-type: none;
	background-image: url(../other/img/arrow.jpg);
	background-repeat: no-repeat;
	line-height: 14px;
	height: 14px;
	padding-left: 18px;
	margin-bottom: 10px;
	color: #666666;
}


/* item
--------------------------------------------------------------*/
#item_brand {
	height: 21px;
	width: 140px;
	margin-top: 20px;
	margin-left: 190px;
}
#item_brand a {
	background-image: url(../item/img/btn_01.gif);
	display: block;
	height: 21px;
	width: 140px;
	overflow: hidden;
}
#item_brand a:hover {
	background-position: 0px -21px;
}
#item_jewel {
	height: 21px;
	width: 140px;
	margin-top: 20px;
	margin-left: 190px;
}
#item_jewel a {
	background-image: url(../item/img/btn_02.gif);
	display: block;
	height: 21px;
	width: 140px;
	overflow: hidden;
}
#item_jewel a:hover {
	background-position: 0px -21px;
}
.brand_list {
	float: left;
	width: 150px;
	line-height: 120%;
}
.brand_list p {
	margin-bottom: 5px;
	font-size: 80%;
	padding-left: 10px;
	color: #666666;
}


/* staff
--------------------------------------------------------------*/
.staff {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.staff h3 {
	background-image: url(../staff/img/h3.jpg);
	height: 26px;
	width: 520px;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 10px;
}
.staff_pht {
	float: left;
	height: 100px;
	width: 100px;
}
.staff_txt {
	float: right;
	width: 430px;
}
.staff_txt p {
	font-size: 80%;
	line-height: 140%;
	color: #666666;
	margin-bottom: 1em;
	padding-right: 10px;
	padding-left: 10px;
}

/* faq
--------------------------------------------------------------*/
#faq {
	width: 540px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#faq dl {
	font-size: 80%;
	line-height: 130%;
}
#faq dt {
	background-color: #F7F7F7;
	background-image: url(../faq/img/q.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 45px;
	padding-bottom: 15px;
	padding-right: 10px;
	padding-top: 10px;
	background-position: 10px 10px;
	font-weight: bold;
}
#faq dd {
	background-color: #F7F7F7;
	background-image: url(../faq/img/a.jpg);
	background-repeat: no-repeat;
	background-position: 30px 0px;
	padding-left: 65px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
}

/* area
--------------------------------------------------------------*/
#image_area {
	text-align: center;
	margin-bottom: 25px;
}
#area_cityname {
	width: 520px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#area_cityname h4 {
	font-weight: bold;
	color: #FF6600;
	font-size: 80%;
	margin-bottom: 1em;
}

#area_cityname p {
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 1em;
	color: #666666;
	padding-left: 20px;
}

#area_cityname ul {
	font-size: 75%;
	line-height: 130%;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#area_cityname li {
	display: inline;
	list-style-type: none;
}

/* other
--------------------------------------------------------------*/
#oth_btn01 {
	height: 25px;
	width: 220px;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#oth_btn01 a {
	background-image: url(../other/img/btn_01.jpg);
	height: 25px;
	width: 220px;
	display: block;
}
#oth_btn01 a:hover {
	background-position: -220px 0px;
}
#oth_btn02 {
	height: 25px;
	width: 220px;
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#oth_btn02 a {
	background-image: url(../other/img/btn_02.jpg);
	height: 25px;
	width: 220px;
	display: block;
}
#oth_btn02 a:hover {
	background-position: -220px 0px;
}

/* privacy
--------------------------------------------------------------*/
#privacy {
	width: 530px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#privacy h3 {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 1em;
}
#privacy ul,#privacy ol {
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 2em;
	margin-left: 30px;
	margin-right: 20px;
}
#privacy li {
	margin-bottom: 0.5em;
}

#privacy p {
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 2em;
}

/* sitemap
--------------------------------------------------------------*/
#sitemap {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#sitemap li {
	margin-bottom: 1em;
	list-style-type: none;
	height: 15px;
	line-height: 15px;
	padding-left: 20px;
}
#sitemap li.sm01 {
	font-size: 12px;
	background-image: url(../sitemap/img/arrow01.gif);
	background-repeat: no-repeat;
}
#sitemap li.sm02 {
	font-size: 12px;
	background-image: url(../sitemap/img/arrow01.gif);
	background-repeat: no-repeat;
	margin-left: 50px;
}
#sitemap li.sm03 {
	font-size: 10px;
	background-image: url(../sitemap/img/arrow02.gif);
	background-repeat: no-repeat;
	margin-left: 60px;
	background-position: 10px 4px;
}

/* profile
--------------------------------------------------------------*/
table#tb_profile {
	width: 470px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
	line-height: 130%;
}
#tb_profile th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	background-color: #FBF0E3;
}
#tb_profile td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	background-color: #F7F7F7;
}
#prf_3r {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF9900;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #FFFBE8;
}
#prf_3r li {
	list-style-type: none;
}

.profile {
	width: 520px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 80%;
	line-height: 130%;
	padding-left: 10px;
}
.profile img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
.profile p {
	margin-bottom: 1em;
}


/* inquiry
--------------------------------------------------------------*/
table#tb_inquiry {
	width: 470px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
	line-height: 130%;
}
#tb_inquiry th {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	background-color: #FBF0E3;
}
#tb_inquiry td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E8E8E8;
	border-bottom-color: #E8E8E8;
	background-color: #F7F7F7;
}
#tb_inquiry td.submit {
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#inq_response {
	width: 400px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 10px;
	font-size: 80%;
	line-height: 150%;
	border: 1px solid #FFCC00;
	background-color: #F7F7F7;
}

/* campaign
--------------------------------------------------------------*/
#campaignpage {
	width: 530px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
#campaignpage img {
	margin-bottom: 20px;
}
#campaignbtn01 a {
	background-image: url(../campaign/0907/img/btn_coupon.jpg);
	display: block;
	height: 45px;
	width: 350px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
}
#campaignbtn01 a:hover {
	background-position: 0px -45px;
}
#campaignbtn02 a {
	background-image: url(../campaign/0907/img/btn_order.jpg);
	display: block;
	height: 45px;
	width: 350px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
}
#campaignbtn02 a:hover {
	background-position: 0px -45px;
}
#head_coupon {
	position: relative;
	height: 70px;
}
#head_coupon #logo {
	height: 37px;
	width: 191px;
	position: absolute;
	left: 5px;
	top: 25px;
}
#head_coupon #tel {
	height: 37px;
	width: 316px;
	position: absolute;
	left: 440px;
	top: 25px;
}


#coupon {
	width: 610px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}
#coupon img {
	margin-bottom: 20px;
}
#coupon button {
	margin-bottom: 20px;
}
#head_coupon {
	position: relative;
	height: 70px;
}
#head_coupon #logo {
	height: 37px;
	width: 191px;
	position: absolute;
	left: 5px;
	top: 25px;
}
#head_coupon #tel {
	height: 37px;
	width: 316px;
	position: absolute;
	left: 440px;
	top: 25px;
}


#coupon {
	width: 610px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}
#coupon img {
	margin-bottom: 20px;
}
#coupon button {
	margin-bottom: 20px;
}

#item_example {
	height: 21px;
	width: 200px;
	margin-top: 20px;
	margin-left: 190px;
}


#fourth td {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	width: 180px;
}
#fourth p {
	text-align: left;
		font-size: 12px;
	width: 177px;
	margin-left:15px;
	margin-top:5px;
}
