@charset "shift_jis";
/*-------------------------------------------------------------
	.form
-------------------------------------------------------------*/
.form{
	width:770px;
	margin:0 auto;
	background:url(../image/bg_form.jpg) no-repeat bottom;
}



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

/*---------- .point_text ----------*/
.point_text{
	background-color:#FFC;
	width:520px;
	margin:0 auto;
	padding:10px 20px;}

/*---------- .text ----------*/
.text{
	width:500px;
	margin:0 auto;
}

ol{
	width:470px;
	margin:0 auto;
	padding-left:30px;}
	
.ul1{
	list-style: none;
	margin-left:50px;
}

.ul1 li{
	margin: 10px 0;
	padding-left:20px;
	background:url(../image/bg_list.gif) no-repeat 0 0.2em;
	}

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

.clear{
	clear: both;
}

/*---------- .dl_bt ----------*/

.dl_bt a{
	display: block;
	margin: auto;
	width: 495px;
	height: 70px;
	background: url(../image/dl_bt.jpg) no-repeat 0 0;
}

.dl_bt a span{
	display: none;
}

.dl_bt a:hover{
	background-position: 0 -80px;
}


/*---------- .dl_bt2 ----------*/

.dl_bt2 a{
	display: block;
	margin: auto;
	width: 495px;
	height: 70px;
	background: url(../image/dl_bt2.jpg) no-repeat 0 0;
}

.dl_bt2 a span{
	display: none;
}

.dl_bt2 a:hover{
	background-position: 0 -80px;
}



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

.white{
	color: #ffffff;
}



.orange {
	color: #ff9900;
}

.blue {
	color: #0000ff;
}

.pink{
	color: #f12e9c;
}

.gray{
	color: #666666;
}

.green{
	color: #009245;
}

.lbiue{
	color:#00B4E3;
	}
.small {
	font-size: smaller;
}

strong{
	font-weight: 600;
}

.underline{
	text-decoration: underline;
}

.bold600{
	font-weight: 600;
}

.bold800{
	font-weight: 800;
}

.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;}


.f08{ font-size: 8pt;}
.f09{ font-size: 9pt;}
.f11{ font-size: 11pt;}
.f12{ font-size: 12pt;}
.f13{ font-size: 13pt;}
.f14{ font-size: 14pt;}
.f15{ font-size: 15pt;}
.f28{ font-size: 28pt;}

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