@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 **********************************************************************************************/
#head {
	height: 70px;
	background-image: url(img/head/rule.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	text-align: right;
}

/*RULE **********************************************************************************************/
#rule {
	border: 1px solid #DAD1C5;
	padding: 10px;
	margin-top: 10px;
}

#rule .rule-head-code{
	background-image: url(img/head/member_rule_code.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	min-height: 1em;
}

#rule .rule-head-privacy{
	background-image: url(img/head/member_rule_privacy.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-top: 30px;
	min-height: 1em;
	margin-top: 10px;
	border-top: 1px solid #DAD1C5;
}

#rule .rule-note{
	float: left;
	width: 500px;
	font-size: 10px;
	line-height: 13px;
	border-left: 4px solid #333333;
	padding-left: 5px;
}

#rule .rule-date{
	float: right;
	width: 100px;
	font-size: 10px;
	line-height: 13px;
	text-align: right;
}

#rule .rule-content{
	height: 350px;
	overflow: auto;
	font-size: 10px;
	line-height: 16px;
	margin-top: 10px;
	padding-right: 5px;
}

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