/**
 * e-sohko.com
 * /css/member/index.css
 * @version 
 */

@import "../global.css";
@import "../layout_left.css";


#layout_main {
	width: 730px;
}

h1 {
	width: 730px;
	height: 54px;
	background: url(../../images/member/merit_head.gif) no-repeat;
	text-indent: -9999px;
}

#localheader {
	margin-bottom: 1px;
}

#layout_main h2 {
	position: relative;
	width: 730px;
	height: 140px;
	margin-bottom: 35px;
	background: url(../../images/member/merit_visual_bg.jpg) no-repeat;
}
#layout_main h2 span.text {
	display: block;
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}
#layout_main h2 span.image {
	display: block;
	position: absolute;
	left: 376px;
	top: 80px;
	width: 157px;
	height: 34px;
	padding: 6px 0 0 183px;
	background: url(../../images/member/merit_btn_goregist_bg.gif) no-repeat;
}
#bottom_btn {
	width: 157px;
	height: 34px;
	margin: 20px auto;
	padding: 6px 0 0 183px;
	background: url(../../images/member/merit_btn_goregist_bg.gif) no-repeat;
}


/** Chapter
-----------------------------------------*/
.chapter {
	margin-bottom: 20px;
	padding: 0 30px 15px 30px;
	background: url(../../images/member/merit_chapter_frame.gif) left bottom no-repeat;
}
.chapter h4 {
	margin-bottom: 1em;
	font-size: 85%;
	color: #415395;
}
.chapter p {
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 77%;
}
.chapter p.linkbutton {
	margin-top: 15px;
}
.chapter p span.cap {
	display: block;
	margin-top: 0.5em;
	font-size: 90%;
}
.chapter .link {
	margin-top: 0.5em;
	padding-left: 15px;
	background: url(../../images/first/allow_link.gif) 2px 0.4em no-repeat;
	font-weight: bold;
}

.chapter .leftcolumn {
	float: left;
	width: 380px;
}
.chapter .rightcolumn {
	float: right;
	width: 260px;
}

#forusers h4 {
	margin-bottom: 0.7em;
}
#forusers p {
	margin-bottom: 1.5em;
}


