@charset "utf-8" ;
@import url(../../pc_css/themes/block/surface.css);
@import url(../../pc_css/themes/head/not_member.css);
@import url(../../pc_css/themes/menu/index.css);


/************************************************************/ 
/* 共通設定 */
/************************************************************/ 

#about {
	width: 556px ;
	margin: 0px auto 15px ;
	text-align: center ;
	border: #cdcdcd 1px solid ;
	background-color: #f6f6f6 ;
	overflow: auto ;
}

#about h2 {
	width: 556px ;
	height: 30px ;
	margin-bottom: 15px ;
	text-indent: -9999px ;
	border-bottom: #cdcdcd 1px solid ;
	background: url(../../pc_img/h2/about_l.gif) no-repeat ;
}

#about p {
	width: 466px ;
	padding: 0px 45px 30px ;
	line-height: 1.2em ;
	text-align: left ;
}

#about h3 {
	width: 466px ;
	padding: 0px 45px 15px ;
	font-size: 1.2em ;
	line-height: 1.2em ;
	font-weight: bold ;
	text-align: left ;
	clear:both;
}


#about p.illust {
	padding: 0px 20px 30px 45px ;
	width: 81px ;
	height: 80px ;
	float:left;
}


#about p.text {
	padding: 0px 45px 30px 0px ;
	width: 365px ;
	float:right;
}


