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

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


#layout_main {
	width: 730px;
}

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

#localheader {
	margin-bottom: 1px;
}

#layout_main h2 {
	margin: 0 0 35px 0;
}



/** Chapter
-----------------------------------------*/
.chapter {
	margin-bottom: 3em;
}
.chapter h3 {
	margin-bottom: 1.25em;
}
.chapter h4 {
	margin-bottom: 0.8em;
	font-size: 85%;
	color: #415395;
}
.chapter p {
	margin-bottom: 0.5em;
	line-height: 1.5;
	font-size: 77%;
}
.chapter p.linkbutton {
	margin-top: 15px;
}
.chapter p.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
.chapter p.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
.chapter p span.cap {
	display: block;
	margin-top: 0.5em;
	font-size: 90%;
}
.chapter .link {
	display: block;
	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;
}
.chapter .centercolumn {
	float: left;
	padding: 0 35px;
}
.chapter .rightcolumn {
	float: right;
}


#chapter1 ul li {
	width: 350px;
}

#chapter2 ul li {
	width: 220px;
}


#chapter3 {
	float: left;
	width: 350px;
}

#chapter4 {
	float: right;
	width: 350px;
}
#chapter4 dl {
	margin: 0;
	font-size: 77%;
}
#chapter4 dl dt {
	margin-bottom: 0.3em;
}
#chapter4 dl dd {
	margin: 0 0 1em 1em;
}

/** Bottom Info
-----------------------------------------*/
#bottominfo {
	margin-top: 40px;
	padding: 10px;
	border: 2px solid #FFDCCB;
}
#bottominfo h3 {
	margin-bottom: 0.5em;
	font-size: 90%;
	color: #A25205;
}
#bottominfo p {
	float: left;
	margin: 0;
	font-size: 77%;
}
#bottominfo p#bottominfo_inquiry {
	float: right;
}
