@charset "UTF-8";

body{
	width:100%;
	text-align:center;
	background:url(../../common/img/pattern_1.gif) 0 0 repeat;
}

#container{
	margin:0 auto;
	width:960px;
	font-size: 14px;
	line-height: 1.6em;
	text-align:left;
	background:#fff;
}
#container .section{
	margin: 0 0 20px 0;
}

#view{
	position: relative;
}
#view .backBtn{
	position: absolute;
	top:13px;
	top:5px;
	left: 19px;
}

.main{
	margin: 24px 0 0 48px;
	width:864px;
}
.main .ttl{
	margin: 0 0 20px 0;
}
.main .subTtl{
	margin: 0 0 20px 0;
	font-size: 16px;
}
.main .sub2Ttl{
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}
.main .opt{
	font-size: 12px;
}
.main .strong{
	font-weight: bold;
}
.main .pagetop{
	text-align: right;
}
.section ul{
	padding: 5px 0 0 0;
}
.section ul li{
	margin: 0 0 5px 0;
}
.bnrSection{
	margin: 0 0 20px 0;
}
.bnrSection .bnr{
	margin: 0 0 5px 0;
}
.bnrSection code{
	color: #000;
	font-size: 12px;
	line-height: 1.5em;
}

#footer{
	width: 100%;
	background: #fff;
}
#footer .inner{
	margin:0 auto;
	width:960px;
	text-align:left;
}
#footer .credit{
	padding:8px 0 8px 0;
	width:100%;
	border-top:1px solid #65312b;
}
#footer .copy{
	float:left;
	width:480px;
}
#footer .sitelink{
	float:right;
	width:480px;
	font-size:17px;
	text-align:right;
}

.underline {
	text-decoration:underline;
}

.posRight {
	float: right;
}
.clear {
clear:both;
}