
/*
layout(overwrite)
==============================================================================
*/

body#rule #wrapper {
	width:640px;
	margin-top:0;
	margin-right:auto;
	margin-left:auto;
}

/*
header(overwrite)
==============================================================================
*/

body#rule #header {
	margin-bottom:30px;
}

/*
footer(overwrite)
==============================================================================
*/

body#rule #footer {
	margin-top:50px;
	padding:20px 15px;
}

body#rule #footer p {
	text-align:right;
}

/*
link color(overwrite)
==============================================================================
*/

body#rule a {
	color:#3399FF;
}

/*
headline
==============================================================================
*/

h2 {
	height:32px;
	color:#3399FF;
	font-size:32px;
	font-weight:bold;
	line-height:1;
	margin-bottom:20px;
	padding-left:34px;
	background:url(/images/regist/icon_regist.gif) 0px 2px no-repeat;
}

h3 {
	color:#CC9900;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	margin-bottom:20px;
}

/*
content
==============================================================================
*/

.rule {
	margin-bottom:30px;
	padding:0 3px;
}

.rule h4 {
	color:#0066CC;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

.rule p {
	font-size:13px;
	line-height:1.5;
	margin-bottom:10px;
}

.rule ul {
	font-size:13px;
	line-height:1.5;
	margin-bottom:15px;
}

.rule li {
	margin-bottom:5px;
	padding-left:20px;
}

