@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");
/* ===================================================================
 style info : 個別用
=================================================================== */
#wrapperAll {background:url(../img/bg_datapresent.png) no-repeat center top;}
.btn {
	margin: 10px auto;
	width: 163px;
}

/*.mainTop {
	width:821px;
	margin:0 auto;
}
*/
h4 { margin:20px 0 0px 45px;}
.mainTop {
	width:821px;
	/*padding-bottom:70px;*/
	background:url(../img/bg_content_top.gif) no-repeat top center;
}

.mainAera {
	width:821px;
	margin:-45px auto 0;
	/*padding-bottom:70px;*/
	background:url(../img/bg_content_middle.gif) repeat-y;
}
.mainAera p {
	width:754px;
	margin:0 auto;
}
.mainAera p.lead,.mainAera p.syohin { text-align:center; padding:30px 0 0;}
.mainAera p.titObo { padding-top:30px; }
.mainAera p.text {
	width:744px;
	margin:0 auto;
	line-height:1.8;
}

ul.attention {
	width:708px;
	margin:20px auto 20px;
	background: #4f7178;
	padding: 18px;
	color:#fff;
}

a { color:#FF6666; text-decoration:underline; display:block;} 
a:hover { text-decoration:none; }
