/* 会員登録について */
#about {
	margin-bottom: 3em;
	padding: 0px 20px;
}
#about #bar {
	margin-bottom: 2em;
	background: url(../../common/bar_back.gif) repeat-x;
	text-align: left;
	height: 40px;
}
#about #main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 740px;
}
#about h1 {
	background: url(../img/sholuder.gif) no-repeat 100% 0%;
	text-align: left;
}






#main h2 {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 0.5em;
	background: url(../img/about_h2.gif) no-repeat;
	height: 33px;
	width: 200px;
}
#main p.pc {
	margin-top: 0.5em;
	margin-left: 230px;
	color: #FF6633;
	font-size: 14px;
}
#main p.txt {
	clear: left;
	margin-bottom: 0.2em;
	margin-left: 2em;
	font-size: 15px;
	font-weight: bold;
}
#main p.txt span {
	color: #F00;
}
#main p.caution {
	margin-left: 2.5em;
	margin-bottom: 0.5em;
}





#main #waku {
	clear: left;
	margin-bottom: 1em;
	background: url(../img/about_waku_back.gif) repeat-y;
	text-align: center;
}
#waku h3 {
	text-indent: -9999px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	background: url(../img/about_h3.gif) no-repeat;
	width: 685px;
	height: 35px;
}
#waku img {
	vertical-align: bottom;
}



div.feature {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	padding-bottom: 1.5em;
	background: url(../img/about_line.gif) no-repeat 0% 100%;
	text-align: left;
	width: 685px;
}
div.noline {
	background-image: none;
}
.feature h4 {
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 0.2em;
	height: 22px;
}
.feature h4.n1 { background: url(../img/about_feature1.gif) no-repeat }
.feature h4.n2 { background: url(../img/about_feature2.gif) no-repeat }
.feature h4.n3 { background: url(../img/about_feature3.gif) no-repeat }
.feature h4.n4 { background: url(../img/about_feature4.gif) no-repeat }
.feature h4.n5 { background: url(../img/about_feature5.gif) no-repeat }
.feature h4.n6 { background: url(../img/about_feature6.gif) no-repeat; margin-bottom: 0.5em }

.feature h5 {
	margin-bottom: 0.2em;
	color: #F00;
	font-size: 16px;
	text-align: center;
}
.feature p.p1 {
	margin-left: 2em;
}
.feature p.p2 {
	margin-left: 2em;
	color: #F00;
	font-weight: bold;
}
.feature p.p3 {
	margin-left: 2em;
	margin-bottom: 0.5em;
	font-size: 12px;
	text-align: center;
}
.feature p.zu {
	text-align: center;
}
.feature p strong {
	font-size: 16px;
}




/* テーブル */
#main table.t1 {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1.5em;
	border: 1px solid #900;
	border-collapse: collapse;
	width: 80%;
}
#main .t1 th {
	padding: 0.1em 0.3em;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	text-align: center;
}
#main .t1 td {
	padding: 0.1em 0.3em;
	border-right: 1px solid #900;
	border-bottom: 1px solid #900;
	text-align: center;
}
#main table.btn {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	border: none;
	border-collapse: collapse;
	width: 100%;
}
#main .btn td {
	font-weight: bold;
	vertical-align: top;
	text-align: center;
	font-size: medium;
	width: 25%;
}



