@charset "shift_jis";
/*-------------------------------------------------------------
	#content
-------------------------------------------------------------*/
#content .main{
	margin-left: 110px;
	margin-right: 110px;
}

#content .mainTB{
	margin-left: 100px;
	margin-right: 100px;
	padding: 5px;
	background: #ffc;
	border: 2px solid #f00;
}

#content .mainimg{
	margin-left: 100px;
	margin-right: 100px;
}

#content h2{
	margin-left: 100px;
	margin-right: 100px;
	padding: 0;
}
/*-------------------------------------------------------------
	table
-------------------------------------------------------------*/
/*table{
	margin: 20px auto;
	border-collapse: collapse;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}

th, td{
	padding: 3px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
}

th{
	background: #f00;
	color: #fff;
	font-size: 12pt;
	text-align: center;
}

td{
	background: #ffc;
	text-align: center;
	font-size:11pt;
}

*/
/*-------------------------------------------------------------
	.form
-------------------------------------------------------------*/
/*.form{
	width: 600px;
	margin-left: 100px;
	margin-right: 100px;
	padding: 0;
	background: url(../image/bg_formB.gif) no-repeat 0 bottom;
}

.form h3{
	width: 600px;
	height: 76px;
	background: url(../image/bg_formA.gif) no-repeat 0 0;
}

.form h3 span{
	display: none;
}

.form p{
	margin: 5px 25px;
}
*/

/*-------------------------------------------------------------
	#agreement
-------------------------------------------------------------*/
#agreement{
	border: 3px solid #cccccc;
	padding: 20px 30px;
	margin-top: 30px;
}

#agreement .box{
	border: 1px solid #666666;
	height: 164px;
	overflow: auto;
	margin-top: 10px;
	font-size: 12px;
	padding: 10px;
}

#agreement .box dt{
	font-weight: bold;
}

#agreement .box dd{
	margin-bottom: 10px;
}

#agreement .box ol li{
	margin-left: 30px;
	list-style: decimal;
}

#agreement .box ul li{
	margin-left: 30px;
	list-style: circle;
}
/*-------------------------------------------------------------
	.purchase
-------------------------------------------------------------*/
.purchase a{
	display: block;
	margin: 10px auto;
	width: 600px;
	height: 120px;
	background: url(../image/purchase.jpg) no-repeat 0 0;
}

.purchase a span{
	display: none;
}

.purchase a:hover{
	background-position: 0 -120px;
}
/*-------------------------------------------------------------
	.frame
-------------------------------------------------------------*/
.frame{
	padding: 10px;
	background: #ffc;
	border: 2px solid #f00;
}

/*-------------------------------------------------------------
	#profile
-------------------------------------------------------------*/
#profile{
	background: #ffc;
	padding: 15px;
}

#profile h3{
	font-weight: 600;
	font-size: 12pt;
	padding: 5px;
	background: #333;
	color: #fff;
}

#profile img{
	float: right;
	margin-left: 
}

#profile ul{
	list-style: none;
	margin-left:20px;
}

#profile li{
	margin: 3px 0;
}



/*---------- .right/.clear ----------*/
.right{
	float: right;
	margin: 0 10px;
}

.clear{
	clear: both;
}

/*---------- fonts ----------*/
.red {
	color: #ff0000;
}


.orange {
	color: #ff9900;
}

.blue {
	color: #0000ff;
}

.pink{
	color: #f12e9c;
}

.gray{
	color: #666666;
}

.small {
	font-size: smaller;
}

strong{
	font-weight: 600;
}

.underline{
	text-decoration: underline;
}

.bold600{
	font-weight: 600;
}

.taCenter{
	text-align: center;
}

.mt10{	margin-top: 10px;}
.mt20{	margin-top: 20px;}
.mt30{	margin-top: 30px;}
.mt40{	margin-top: 40px;}
.mt50{	margin-top: 50px;}
.mt60{	margin-top: 60px;}
.mt70{	margin-top: 70px;}
.mt80{	margin-top: 80px;}


.f11{ font-size: 11pt;}
.f12{ font-size: 12pt;}
.f13{ font-size: 13pt;}
.f14{ font-size: 14pt;}
.f15{ font-size: 15pt;}
.f16{ font-size: 16pt;}
.f17{ font-size: 17pt;}
.f18{ font-size: 18pt;}

.lh200{ line-height: 200%;}
.lh300{ line-height: 300%;}