@charset "euc-jp";

.mt10{
	margin-top:10px;
}

/*　クリアライン
---------------------------------------------------- */
#cl_line{
	clear:both;
	width:612px;
	height:23px;
}

#cl_line02{
	clear:both;
	width:612px;
	height:23px;
	padding:0 0 25px 0;
}


/*　タイトル
---------------------------------------------------- */
.title01{
	padding:0 0 20px 0;
}

.title02{
	padding:20px 0 0 0;
}


/*　テキスト
---------------------------------------------------- */
.text00{
	text-align:justify;
	text-justify:inter-ideograph;
}

.text01{
	padding:10px 0 0 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

.bold_t{
	font-weight:bold;
}

.red_t{
	font-weight:bold;
	color:#A1201C;
}


/*　アイコンリンク
---------------------------------------------------- */
.icon_t00{
	margin:2px 0 0 0;
	background:url(../img/icon01.jpg) no-repeat left;
}

.icon_t00 a{
	color:#A1201C;
	padding:0 0 0 22px;
}

.icon_t00 a:hover{ 
	color:#FD6D17;
	padding:0 0 0 22px;
}


/*　テーブル
---------------------------------------------------- */
.table00{
	margin:15px 0 0 0;
	width:100%;
	border-collapse:collapse;
	border:none;
}

.table00 th{
	padding:8px;
	border:1px #DDD solid;
	text-align:center;
	background:url(../img/table_bg.gif) repeat left top;
	font-weight:bold;
}

.td00_l{
	padding:8px 5px;
	border:1px #DDD solid;
	background:#FFF;
}

.td00_c{
	padding:8px 5px;
	border:1px #DDD solid;
	background:#FFF;
	text-align:center;
}


/*　お問い合わせ
---------------------------------------------------- */
#contact_box{
	border:1px #A1201C solid;
	border-top:none;
	padding:15px;
	background:#FFFCEC;
}





