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


span.red_color, span.hissu{
	font-weight: normal;
	color:#F00;
}



a.quit_form{
	text-decoration:underline;
	color:#060;
	}
	
a.quit_form:hover{
	text-decoration:none;
	color:#F60;
	}


/*----------------------------------------------------------------------------------
//
//　TABLEタグ
//
//----------------------------------------------------------------------------------*/
table.table1{
	background-color:#EEEEEE;
	width:719px;
	margin-top:30px;
}

table.table1 th{
	font-weight: normal;
	color:#333333;
	background-color:#cccccc;
	padding:3px;
}

table.table1 th span{
	font-size:10px;
	margin-left:0.5em;
}


table.table1 td{
	font-weight: normal;
	background-color:#ffffff;
	padding:3px;
	font-size:12px;
	letter-spacing:1pt;
 }



table.table1 table td span{
font-size:10px;
}





/*----------------------------------------------------------------------------------
//
//　Commonタグ
//
//----------------------------------------------------------------------------------*/
.clear{
	padding:0px;
	margin:0px;
	clear:both;
}

.pagetop_onecolum{
	padding:10px;
	padding-right:0px;
	text-align:right;
}
.pagetop_twocolum{
	padding:10px;
	padding-right:10px;
	text-align:right;
}

.space{
	padding:0px;
	margin:0px;
	padding-bottom:30px;
	text-align:left;
}
.text_line_img{
	vertical-align:text-bottom;
}
.layout_center{
	margin-right:auto;
	margin-left:auto;
	
	padding-top:10px;
	
	text-align:center;
}

.layout_left{
	margin-right:auto;
	margin-left:auto;
	
	padding-top:10px;
	
	text-align:left;
}

