@charset "utf-8";
/*--------------------------------------------

	css/selfbook.css

----------------------------------------------*/


@import "reset.css";
@import "base02.css";
@import "module.css";
@import "dropdowns02.css";



/*	#ContentBody
----------------------------------------------*/
#ContentBody h2 {
	margin: 20px 0;}



/*	#Concept
----------------------------------------------*/
#Concept {
	background: url(../img/selfbook/concept_bg_repeat.gif) repeat-y;
	margin-bottom: 50px;}
#Concept div.innerBox {
	background: url(../img/selfbook/concept_bg_top.gif) no-repeat top;
	padding-top: 15px;}
#Concept div.clear {
	background: url(../img/selfbook/concept_bg_bottom.gif) no-repeat bottom;
	padding-bottom: 15px;}
#Concept a {
	color: #D30075;
	text-decoration: underline;}
#Concept h3 {
	float: left;
	text-align: center;
	width: 220px;
	margin-left: 28px;}
#Concept h3 img {
	margin-bottom: 15px;}
#Concept p {
	float: right;
	margin-right: 20px;
	width: 600px;
	line-height: 1.8;}



/*	#HowToEnter
-----------------------------------------------*/
#HowToEnter {
	width: 750px;
	margin: 0 auto 50px auto;
	background: url(../img/selfbook/how_to_enter_bg_repeat.gif) repeat-y center;}
#HowToEnter ul {
	background: url(../img/selfbook/how_to_enter_bg_bottom.jpg) no-repeat center bottom;
	padding-bottom: 20px;}
#HowToEnter p {
	margin: 1em 30px;}
#HowToEnter p strong {
	color: #333;}
#HowToEnter address {
	margin: 1em 30px;
	padding-left: 1em;}
#HowToEnter li {
	margin: 2px 30px;}