@charset "utf-8";
/* ===================================================================
 style info : ファイル読み込み
=================================================================== */

/* default style - リセット・共通
----------------------------------------------------------- */
@import url("../../commons/styles/default.css");
@import url("../../commons/styles/module.css");
/* ===================================================================
 style info : 個別用
=================================================================== */

p#crtImg {
width:902px;
margin:20px auto 0 auto;}
#mainCnt02 {
	position: relative;
	width: 960px;
	padding: 0px 0px 20px 0px;
	margin:0 auto 0px auto;
	background: url(../../commons/img/share/sub_bk_bottom02.png) no-repeat;
	background-position: bottom;
	}
#mainCnt03 {
	position: relative;
	width: 960px;
	padding: 0px 0px 20px 0px;
	margin:0 auto 0px auto;
	background: url(../../commons/img/share/sub_bk_bottom03.png) no-repeat;
	background-position: bottom;
}
#mainCnt02 h3,#mainCnt03 h3 {
	padding:40px 0 0 30px;
}
#pageTop02 {
	position:absolute;
	bottom: 200px;
	right: 30px;
}
#pageTop02 a {
	display: block;
	}

