@import url(common.css);
@import url(outline.css);
@import url(form.css);

body {
	background-image: url(img/outline/shop.gif);
}

/*CONTENT(10-685-10px) /////////////////////////////////////////////////////////////////////////////*/
/*HEAD **********************************************************************************************/
#head01 {
	height: 70px;
	background-repeat: no-repeat;
	background-image: url(img/head/guide_shopping.png);
	margin-bottom: 5px;
	text-align: right;
}

#head02 {
	height: 70px;
	background-repeat: no-repeat;
	background-image: url(img/head/guide_member.png);
	margin-bottom: 5px;
	text-align: right;
}

/*GUIDE *********************************************************************************************/
#guide h2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(img/bar/shop_guide.png);
	background-repeat: no-repeat;
	padding-left: 8px;
	margin: 10px 0px 5px;
}

#guide h3 {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	border-left: 4px solid #333333;
	padding-left: 4px;
	margin: 7px 0px 5px;
}

#guide h4 {
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	padding-bottom: 3px;
	border-bottom: 1px dotted #999999;
	margin: 10px 0px 5px;
}

#guide p {
	font-size: 12px;
	line-height: 16px;
}

#guide div {
	border: 1px solid #999999;
	padding: 8px;
	margin-top: 5px;
}

#guide img {
	margin-top: 10px;
}

#guide .comment {
	border-left: 4px solid #990000;
	padding-left: 4px;
	margin-top: 7px;
}

/*LAW *********************************************************************************************/
#law h2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(img/bar/shop_law.png);
	background-repeat: no-repeat;
	padding-left: 8px;
	margin-top: 10px;
}

#law p {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}

#law div {
	border: 4px solid #dad1c5;
	padding: 8px;
	min-height: 1em;
}

#law .label {
	float: left;
	width: 15%;
}

#law .content {
	float: left;
	width: 85%;
}

/*PAGE **********************************************************************************************/
#page {
	background-color: #60696a;
}