/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
CONTENTS
==================================================================
*/

.main_bar{
	margin:5px 0px 10px 10px;
	width:560px;
	height:49px;
	background:url(./image/main_bar.jpg);
}

.title_bar{
	margin:5px 0px 10px 10px;
	width:560px;
	height:30px;
	background:url(./image/title_bar.jpg);
}

.title_text{
	text-align:left;
	margin:0px 0px 0px 10px;
	line-height:30px;
	width:500px;
	color:#FFFFFF;
}

.content_area{
	margin:0px 0px 0px 10px;
	width:560px;
}

.shomei{
	margin:30px 0px 10px 320px;
	width:240px;
	height:100px;
	background:url(./image/shomei.gif);
}

.text{
	letter-spacing:-1px;
	padding:60px 0px 0px 15px;
	line-height:20px;
	color:#000000;
	width:530px;
	text-align:left;
}

.text_02{
	padding:10px 0px 10px 15px;
	line-height:20px;
	color:#000000;
	width:530px;
	text-align:center;
}

/*
==================================================================
MAIL
==================================================================
*/

.require_tbl{
	margin:0px 0px 0px 15px;	
	width:530px;
}

.contact_tbl{
	margin:0px 0px 0px 15px;
	width:530px;
	}
	
.contact_td1{
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	background-color:#CC0033;
	width:20px;
	height:40px;
	border-bottom:1px #FFFFFF solid;
}

.contact_td2{
	color:#000000;
	font-size:12px;
	background:#FFCC00;
	width:100px;
	height:40px;
	border-bottom:1px #FFFFFF solid;
}

.contact_td3{
	color:#000000;
	font-size:12px;
	background:#DFDFDF;
	width:410px;
	height:40px;
	border-bottom:1px #FFFFFF solid;
}

.td_text_01{
	padding:0px 0px 0px 5px;
}

.line_td{
	background:#FFFFFF;
	font-size:1px;
}
	
.submit_box{
	text-align:center;
	margin:0px 0px 0px 10px;	
	width:530px;
	}


.form_head{
	margin:0px 0px 0px 10px;
	background:url(./image/form_head.jpg) no-repeat;
	width:560px;
	
}

.form_body{
	margin:0px 0px 0px 10px;
	background:url(./image/form_body.gif);
	width:560px;
}





	