/* 共通CSS読み込み  */
@import url("common.css");


/* ================================================
topのみ */

/*  ======================== 背景設定   */
body{
	background:url(../img/top/bgHead.gif) repeat-x top;
}


/* ======================== メイン画像 */
.topP h1{
	margin:50px auto 0;
}
.topP div#mainimg{
	width:597px;
	margin:40px auto 135px;
	color:#D35B2C;
}
.topP div#mainimg p{
        margin-top:20px;
	color:#696969;
	font-size:1.1em;
	font-weight: bold;
	line-height:1.7em;
	text-align:center;
}
