@charset "Shift_JIS";
/*___________ 基本設定 ___________ */
body {
	margin:0;
	padding:0;
	text-align:center;
	color:  #333333;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	background-color: #E7E6E2;
}

#WRAP {
	width:789px;
	margin:0 auto;
	color:  #333333;
	padding: 0px;
	height: auto;
	background-repeat: repeat-y;
	background-image: url(../images/main_back.jpg);
}
#WRAP-BOTTOM {
	width:789px;
	margin:0 auto;
	color:  #333333;
	padding: 30px 0px 0px;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/main_bottom.jpg);
}
div,td,th {
	text-align:left;
	margin:0;
}

p,pre {
	font:14px/160% 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 0px;
	margin-left: 0px;
}
li {
	margin: 0;
	list-style-type: none;
	padding: 0px;
}
ol, ul {
	margin: 0;
	padding:0;
}
select {
	display:block;
}
a {
	color: #0033CC;
	text-decoration: underline;
}
a:hover,
a:active, 		/* for IE (Keyboard) */
a:focus {		/* for Netscape (Keyboard) */
	color: #FF6600;
	text-decoration: none;
}


/*___________ レイアウト設計【HEADER】 ___________ */
h1 {
	font-size:10px;
	margin: 0;
	text-indent: 14px;
}

#HEADER {
	width: 789px;
	height: 360px;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
}

/*___________ レイアウト設計【MAIN】 ___________ */
#MAINWRAP {
	width:789px;
	height: auto;
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
}
.mainwrap_pad {
	padding-right: 35px;
	padding-left: 36px;
	padding-top: 360px;
}

/*___________ レイアウト設計【FOOTER】 ___________ */
#FOOTER2 {
	width:799px;
	margin:0 auto;
	color:  #333333;
	padding: 0px;
	height: auto;
	background-color: #FFFFFF;
	background-image: url(../images/back2.jpg);
	background-repeat: repeat;
}
#FOOTER1 {
	padding: 0px 0px 0px 42px;
	margin:0 0px 0 0;
	height: auto;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: url(../images/main_bottom.jpg);
	width: 879px;
}

#FOOTER1 p {
	font-size:12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.footer-pad {
	padding: 5px 10px 10px;
	text-align: center;
}

.page-top {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/index_pagetop1.jpg);
	height: 31px;
	width: 718px;
	background-repeat: no-repeat;
	text-align: right;
}

/* ____ フロートボックス解除用。htmlでは<br class="clear" />で使用 ____ */
.clear {
	clear:both;
}
/* ____ テキスト用 ____ */
em {
	font-style: normal;
	font-weight: bold;
}
.b {
	font-weight: bold;
}
.s {
	text-decoration: line-through;
}
.u {
	text-decoration: underline;
}
.f9 {
	font-size: 9px;
	line-height:150%;
}
.f10 {
	font-size: 10px;
	line-height:150%;
}
.f11 {
	font-size: 11px;
	line-height:150%;
}
.f12 {
	font-size: 12px;
	line-height:150%;
}
.f14 {
	font-size: 14px;
	line-height:150%;
}
.f16 {
	font-size: 16px;
	line-height:150%;
}
.f18 {
	font-size: 18px;
	line-height:150%;
}
.f24 {
	font-size: 24px;
	line-height:150%;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
/* ____ テキスト・色 ____ */
.red {
	color: #FF0000;
}
.pink {
	color: #FA58D5;
}
.orenge {
	color:#FF6600;
	font-weight:bold;
}
.blue {
	color: #0000FF;
	font-weight: bold;
}
.navy {
	color: #033770;
	font-weight: bold;
}
.green {
	color:#407805;
}
.yellow-back {
	background-color: #FFFF00;
}
.pink-back {
	background-color: #FFCCFF;
	padding-top: 2px;
	padding-bottom: 2px;
}
.gry {
	background-color: #FFFFFF;
	color: #999999;
}
.white {
	color: #ffffff;
}

/* ____ 画像用 ____ */
img {
	border:0;
}
.float_left {
	float: left;
	margin-right: 6px;
}
.float_right {
	float: right;
}
/* ____ フォーム用 ____ */
form {
	margin:0;
}
textarea {
	font-size: 12px;
	width:400px;
	height:150px;
}

/* ____ パッディング用 ____ */
.pad-all-10 {
	padding: 10px;
}
.pad-all-15
{
	padding: 15px;
}
.pad-top-10 {
	padding-top: 10px;
}
.pad-bottom-10 {
	padding-bottom: 10px;
}
.pad-bottom-20 {
	padding-bottom: 20px;
}
.pad-top-40 {
	padding-top: 40px;
}
.pad-bottom-40 {
	padding-bottom: 40px;
}
.pad-bottom-100 {
	padding-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 789px;
}
.pad-side-20 {
	padding-right: 20px;
	padding-left: 20px;
}
/* ____ マージン用 ____ */
.mar-top-15
{
	margin-top: 15px;
}
.mar-bottom-15
{
	margin-bottom: 15px;
}


/* ____ 特典 ____ */
.tokuten {
	background-color: #FBEFC1;
	height: auto;
	width: 718px;
	margin-top: 30px;
}
.tokuten1_left {
	float: left;
	height: auto;
	width: 208px;
}
.tokuten1_right {
	float: left;
	width: 490px;
}
.tokuten_left {
	float: left;
	height: auto;
	width: 125px;
}
.tokuten_right {
	float: left;
	width: 573px;
}

.step2 {
	background-image: url(../images/step2-back.jpg);
	height: auto;
	width: 718px;
	background-repeat: repeat;
}

.step2-left {
	height: auto;
	background-color: #FBEFC1;
	width: 373px;
	float: left;
}

.step2-right {
	float: right;
	height: auto;
	background-color: #FBEFC1;
	width: 322px;
}
.step3-bottm {
	background-image: url(../images/oubo_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	width: 718px;
}
.step3-top {
	background-image: url(../images/oubo_title.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 718px;
}
.step3-pad {
	padding-top: 42px;
	padding-right: 16px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.step3-form {
	background-position: bottom;
	width: 687px;
	background-repeat: no-repeat;
	background-image: url(../images/step3_sen.gif);
}
.step3-form-left {
	float: left;
	width: 200px;
	height: auto;
	padding-top: 10px;
}
.step3-form-right {
	float: right;
	width: 465px;
	padding-top: 10px;
}
.book-left {
	float: left;
	width: 222px;
	height: auto;
}
.book-right {
	float: left;
	width: 496px;
	height: auto;
}
.box {
	background-color: #FBD88D;
	width: 716px;
	height: auto;
	border: 1px solid #FF0000;
}
.sikaku {
	border: 1px solid #333333;
}
#MAINWRAP2 {
	width:789px;
	height: auto;
	background-image: url(../images/shoten_title.jpg);
	background-repeat: no-repeat;
}
.tokuten_left2 {
	float: left;
	height: auto;
	width: 172px;
	text-align: center;
}
.tokuten_right2 {
	float: left;
	width: 546px;
	height: auto;
}
