body{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	font: small/150% "Hiragino Kaku Gothic Pro", "Lucida Grande", Lucida, Verdana, sans-serif;
	background:#e4f9fe url(../images/body_bg.gif) repeat-x;
}

img{
	border: none;
}

p{
	margin-bottom: 20px;
}

/* layout */

#Header{
	height: 360px;
	background: url(../images/mainimages.gif);	
}

#Wrap{
	width:800px;
	overflow: auto;
	background:#fff url(../images/wrap_bg.gif) repeat-y;
}

#Maincolumn{
	width: 560px;
	margin: 0;
	padding: 20px;
	float: left;
	background: #fff;
}

*html body #Maincolumn{
	padding: 10px;
}

#Subcolumn{
	width: 180px;
	padding: 0 10px 10px 10px;
	float: right;
	background: #bbe6fb;
}

#Footer{
	margin-top: 20px;
	padding-bottom: 30px;
}

/* detail */

#Header h1{
	margin: 0;
}

#Header h1 a{
	display: block;
	width: 800px;
	height: 300px;
}

#Header h1 a span{
	display: none;
}

#Maincolumn h2{
	margin: 0;
}

#Maincolumn h3{
	height: 45px;
	margin: 50px 0 10px;
	padding: 25px 0 0 60px;
	color: #ff0000;
	background: url(../images/img_title.gif) no-repeat;
	border-bottom: 1px dotted #ccc;
}

#Maincolumn p.kimagure{
	height: 100px;
	background: url(../images/img_sleeping.gif) no-repeat right bottom;
}

#Maincolumn ul.pricelist{
	margin: 0 0 10px;
	padding-left: 0;
	list-style-type: none;
}

#Maincolumn ul.pricelist li{
	padding: 5px;
}

#Maincolumn ul.pricelist li.odd{
	background-color: #fde8e5;
}

#Maincolumn ul.pricelist li.even{
	background: #fef9f3;
}

#Subcolumn .button{
	text-align:center;
}

#Subcolumn ol{
	margin: 0 0 0 -10px;
	padding-left: 0;
	list-style-type: none;
}

#Subcolumn h3{
	margin: 20px 0 10px;
	text-align: center;
}

#Subcolumn ol li p{
	margin-left: 44px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #84acc0;
}

#Subcolumn ol .step1{
	background: url(../images/step1.gif) no-repeat;
}

#Subcolumn ol .step2{
	background: url(../images/step2.gif) no-repeat;
}

#Subcolumn ol .step3{
	background: url(../images/step3.gif) no-repeat;
}

#Subcolumn .caution{
	margin-top: 20px;
	padding: 10px;
	background: #add7eb;
	border: 1px solid #84acc0;
}

#Subcolumn .caution h4{
	margin: 0;
	font-size: 16px;
}

#Subcolumn p span.followers{
	font: italic 26px Georgia, "Times New Roman", Times, serif;
}

#Subcolumn .description{
	margin: 20px 0;
	font-size: x-small;
	line-height: 130%;
}

#Subcolumn .button{
	margin-top: 10px;
}

#Footer p{
	text-align: center;
}

/* Main & Sub  */

div.profile{
	margin-bottom: 20px;
}

div.profile ul{
	margin: 0;
	list-style-type: none;
}

p.proficon{
	height: 70px;
	float: left;
	margin: 0;
	padding-right: 10px;
}

p.name{
	margin:0;
	font-weight: bold;
}

.error{
	margin: 10px 0;
	padding: 10px;
	color: red;
	font-weight:bold;
	text-align: center;
	border:1px solid red;
}

.recruit{
	margin: 10px 0;
	padding: 10px;
	text-align: left;
	border: 1px solid #999;
	border-radius:6px;
}

#Maincolumn .recruit h3{
	margin-top: 0px;
}
.recruit p{
	margin: 0;
	padding: 0;
}

.recruit p.btn{
	margin-top: 10px;
	padding: 6px;
	text-align: center;
	background: #ff9cb7;
	border-radius: 10px;
}

.recruit p.btn a{
	color: #fff;
	font-weight: bold;
}
