/*---ヘッダ部---*/
#header {
	height: 88px;
}

#title {/*--タイトル画像--*/
	display: block;
	width: 900px;
	height: 102px;
	background-position: -1px 0px;/*タイトル画像のズレ調整*/
	background-repeat: repeat-x;
}

#title h2 {
	text-indent: -9999px;
}

#title p{
	padding: 20px 0px 0px 40px;
}

/*--ボディ部--*/
#body {
	display: block;
	width: 782px;
	margin: 0px auto 30px auto;
}

#body h3 {/*--h3設定--*/
	display: block;
	width: 762px;
	height: 23px;
	background-image: url(../images/2nd_title_bg.png);
	margin: 20px 0px;
	padding: 7px 0px 0px 20px;
	color: #333333;
}

#body .bt_dashed {/*--上部破線ボックス--*/
	border-top: 1px dashed #CCCCCC;
	margin-top: 10px;
}

#body .note_t {/*--注意文タイトル--*/
	display: block;
	float: left;
	font-size: 0.8em;
	color: #000000;
	width: 10px;
	margin: 5px 0px;
}

#body .note_d {/*--注意文本文--*/
	display: block;
	float: left;
	font-size: 0.8em;
	color: #000000;
	width: 772px;
	margin: 5px 0px;
}


/*--お問い合わせ・採用情報フォーム--*/

#main-title {/*--エラータイトル--*/
	color: #FF0000;
	font-size: 1.5em;
	font-weight: bold;
}

.y_mail b {/*--エラーメッセージの太文字のみ赤色表示--*/
	color: #FF0000;
}

