@charset "utf-8";
/* CSS Document */



/* **************Index.html CSS*************** */
#main-img {
	background:url(../images/mainimg.jpg) no-repeat 0 0;
	width:900px;
	height:150px;
}
/* ***************Body*************** */
.main {
	height:100%;
}
h4 {
	margin:10px 0 7px;
}
.body_l {
	float:left;
	margin-right:20px;
	width:570px;
}
.body_l div {
	margin:15px 0 20px;
}
.body_r {
	float:left;
	width:280px;
}
.body_r p {
	margin-bottom:10px;
}
.way {
	background-color:#eee;
	padding:7px 3px;
	margin-bottom:10px;
}
.way img {
	margin-bottom:5px;
}
/* ----- table ----- */
.text01 {
	text-align:right;
	font-size:0.9em;
	margin-bottom:3px;
}
.red {
	color:#F39;
}
.body_l table {
	margin:0 auto;
}
.text_s {
	font-size:0.85em;
	line-height:110%;
}
.table {
	border-top:1px solid #c5c5c5;
	border-left:1px solid #c5c5c5;
	width:550px;
	line-height:120%;
}
.table td{
	border-right:1px solid #c5c5c5;
	border-bottom:1px solid #c5c5c5;	
}
.td01 {
	background-color:#f2f2f2;
}
.text_c {
	text-align:center;
	margin:7px;
}
.text_m {
	background:url(../images/tit_number2.gif) no-repeat 0 0;
	height:20px;
	margin-bottom:7px;
	padding:2px 0 0 23px;
}
/* ----- table_step ----- */
.table_step{
	width:560px;
}
.note {
	margin:10px 5px;
}
.note p {
	text-indent:-10px;
	padding-left:10px;
	margin:0 5px 5px;
}



/* form.html */
#submit_bt{
	text-align:center;
}
#error_box{
	border:3px solid #f00;
	padding:15px;
	color:#f00;
}
#error_box h2{
	font-size:1.2em;
	padding:0 0 5px;
}
/* check.html */
#submit_check{
	height:100%;
	width:200px;
	text-align:center;
	margin:0 auto;
}
.submit_bt_left{
	width:100px;
	float:left;
}
.submit_bt_right{
	width:100px;
	float:left;
}
.nr{
	color:#1c97cc;
}

/* ok.html */

.kanryou{
	color:#0fa400;
	text-align:center;
	padding:25px 15px;
	border:3px solid #0fa400;
	margin:20px 0;
	font-weight:bold;
}


