@charset "UTF-8";

/***************コンテンツ****************/

#contents h2,h3{ margin-bottom:10px;}

#contents{
	font-size:90%;
}

/***************「お問い合わせ」のロゴ****************/

#contents h2{
	width: 342px;
	height: 35px;
	background-image:url(../img/mail/mailas_title.gif);
	text-indent: -9999px;
}

/***************文章の配置****************/

#please{
	margin: 20px 0;
}

/***************電話番号、FAX番号の強調とロゴの配置****************/

#tel,#fax,#mail{
	color:#CC0000;
	font-weight:bold;
	font-size:120%;
	margin :0 0 20px 20px;
}

/***************入力項目などの配置****************/

table{ margin-left:20px;}

/***************「電話、FAX、メールでのお問い合わせ」のロゴ****************/

#tel h3,#fax h3,#mail h3{
	height: 17px;
	background-repeat:no-repeat;
	text-indent: -9999px;
}

#tel h3{
	width: 188px;
	background-image:url(../img/mail/tel2.gif);
}

#fax h3{
	width: 197px;
	background-image:url(../img/mail/fax2.gif);
}

#mail h3{
	width: 205px;
	background-image:url(../img/mail/mail2.gif);
}

/***************注意書きの文字の色****************/

.accent{ color:#CC0000;}

/***************テキストボックス、テキストエリアのborder****************/

td input,td textarea{
	border:#CCCCCC 1px solid; 
}

/***************再入力の警告メッセージの色****************/

.alert{
	font-size: 90%;
	color: #FF0000;
}

/***************送信ボタンの配置****************/

.switch{ margin:20px 0 0 100px;}

/***************送信確認画面の文章****************/

#finish{
	margin: 10px 0;
}
