/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/
.bar_b{
	margin:20px 0px 10px 0px;
	width:720px;
	height:90px;
	background:url("image/bar_b.jpg");
}

.bar_b_font{
	padding:20px 0px 0px 10px;
	font-weight:bold;
	font-size:18px;
}

.bar_b_font_02{
	color:#000000;
	padding:30px 0px 0px 10px;
	font-weight:bold;
	font-size:12px;
}



.bar_s{
	margin:20px 0px 0px 0px;
	width:720px;
	height:30px;
	background:url("image/bar_s.jpg");
}

.bar_s_font{
	padding:0px 0px 0px 10px;
	line-height:30px;
	font-weight:bold;
	font-size:14px;
}


.form_area{
	width:500px;
	float:left;
}

.text_area{
	margin:30px 0px 0px 0px;
	width:200px;
	float:right;
}

.require_tbl{
	width:500px;
}

.contact_td1{
	height:40px;
	width:20px;
	background:#FFCC00;
	color:CC3300;
	border-bottom:1px solid #000000;
}

.contact_td2{
	height:20px;
	width:100px;
	background:#FFE88C;
	color:#000000;
	border-bottom:1px solid #000000;
}

.contact_td3{
	height:20px;
	color:#000000;
	background:#FFF5D0;
	font-size:10px;
	width:380px;
	border-bottom:1px solid #000000;
}

.info_text_01{
	color:FFE88C;
	padding:0px 0px 10px 0px;
}

.info_text_02{
line-height:18px;
	
}


.submit_box{
text-align:center;
}

