@charset "utf-8";

/******************************************

共通
フォント
カラー
位置調整
レイアウト
フォーム
見出し
特典
追伸
Q&A

******************************************/

/*共通*/

* {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", sans-serif;
	}
html{
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 0.9em;
	line-height: 1.5em;
	color: #000000;
	text-align: center;
	background: #F7F4F2;
	margin: 0px;
	padding: 0px;
}
a img{
	overflow:hidden;
}
a:link,
a:visited{
	color: #0000FF;
}
a:hover,
a:active{
	color: #FF6600;
}
img,
a:link img,
a:visited img{
	border:0
}
h1,h2,h3,h4,h5,h6{
	margin: 0px 0px 10px 56px;
	padding:0px;
}
h1{
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
}
p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: justify;
}
hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
}
ul,ol{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li{
	list-style-type: none;
}
form{
	margin: 0px;
	padding: 0px;
}

/*フォント*/

.bold{
	font-weight: bold;
}

.hgs14{
	font: 14px/21px "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}
.hgs16{
	font: 16px/24px "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}
.hgs18{
	font: 18px/27px "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}
.hgs24{
	font: 24px/36px "HGS創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";
}

*:first-child+html .hgs14,
*:first-child+html .hgs16,
*:first-child+html .hgs18,
*:first-child+html .hgs24{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
}
* html .hgs14,
* html .hgs16,
* html .hgs18,
* html .hgs24{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
} 

.line{
	text-decoration: underline;
}
.bgoff{
	background:none;
}
img{
	vertical-align: bottom;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/*カラー*/

.red{
	color: #FF0000;
}
.brown{
	color: #990000;
}
.bg_y{
	background: #ffff00;
}
.bg_o{
	background: #ff66f00;
}
.bg_d_y{
	background: #ffffee;
}
.bg_d_b{
	background: #f0f8ff;
}
.bg_m_r{
	background: #d02122;
}

/*位置調整*/

.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.imgL{
	float: left;
	margin-right: 5px;
}
imgR{
	float: right;
	margin-left: 5px;
}
.clear{
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent no-repeat;
}

/*レイアウト*/

#wrapper{
	margin: 0px auto 0px;
	padding: 0px;
	width: 714px;
}
#container{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 714px;
	background: url(images/bg.png) repeat-y left top;
	text-align: left;
}
#bg_end{
	background: url(images/bg_end.png) no-repeat left bottom;
	height: 27px;
	width: 714px;
}
*html #container,
*html #bg_end{
behavior: expression(IEPNGFIX.fix(this));
}
#header{
	background: url(images/header.jpg);
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 436px;
	width: 712px;
	text-indent: -5000px;
}
#header h1,#header p{
	margin: 0px;
	padding: 0px;
	line-height:0px;
}
.luxu_box{
	margin: 10px 0px 20px 6px;
	padding: 0px 0px 0px 0px;
	background: url(images/luxu_btm.gif) no-repeat left bottom;
	width: 700px;
}
.luxu{
	margin: 0px 0px 0px 0px;
	padding: 67px 0px 67px 0px;
	background: url(images/luxu_top.gif) no-repeat left top;
	width: 700px;
}
.luxu_item{
	border-right: 1px solid #B49D00;
	border-left: 1px solid #B49D00;
	margin: 0px 50px 0px 50px;
	padding: 0px 0px 0px 0px;
}
.luxu_item img{
	margin: -30px 0px 25px 79px;
}
.luxu_item p{
	margin: 0px 0px -30px 50px;
	width: 498px;
}

.boxg{
	margin: 0px 0px 20px 56px;
	padding: 0px 0px 12px 0px;
	background: url(images/boxbtm_g.gif) no-repeat left bottom;
	width: 600px;
}
.box_g{
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	background: url(images/boxtop_g.gif) no-repeat left top;
	width: 600px;
}
.boxg_item{
	border-right: 5px solid #029413;
	border-left: 5px solid #029413;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 40px;
	background: #FFFDEA;
}
.boxg_item p{
	width:500px;
	margin-bottom:0px;
}

.boxo{
	margin: 0px 0px 20px 56px;
	padding: 0px 0px 12px 0px;
	background: url(images/boxbtm_o.gif) no-repeat left bottom;
	width: 600px;
}
.box_o{
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	background: url(images/boxtop_o.gif) no-repeat left top;
	width: 600px;
}
.boxo_item{
	border-right: 5px solid #FFCD03;
	border-left: 5px solid #FFCD03;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 30px 40px;
	background: #FFFDEA;
}
.boxo_item p{
	width:500px;
	margin-bottom:0px;
}

.boxbw{
	margin: 0px 0px 20px 56px;
	padding: 0px 0px 12px 0px;
	background: url(images/boxbtm_bw.gif) no-repeat left bottom;
	width: 600px;
}
.box_bw{
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	background: url(images/boxtop_bw.gif) no-repeat left top;
	width: 600px;
}
.boxbw_item{
	border-right: 5px solid #E0E4E1;
	border-left: 5px solid #E0E4E1;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 40px;
	background: #FFFDEA;
}
.boxbw_item p{
	width:500px;
	margin-bottom:0px;
}

.content{
	margin: 0px 56px 0px 56px;
}

.box_btm{
	background: url(images/box_btm.gif) no-repeat left bottom;
	margin: 0px 61px 25px;
	padding: 0px 0px 11px 0px;
	height: auto;
	width: 550px;
}
.box_step{
	background: url(images/3step_btm.gif) no-repeat left bottom;
	margin: 0px 61px 25px;
	padding: 0px 0px 11px 0px;
	height: auto;
	width: 550px;
}
.box_step ul{
	margin: 0px 0px 0px 0px;
	padding: 68px 0px 10px 10px;
	background: url(images/3step.gif) no-repeat left top;
	height: auto;
	width: 550px;
}
.box_step li{
	list-style-type: none;
	background: url(images/add.jpg) no-repeat left 7px;
	padding: 0px 0px 7px 20px;
}

/* フォーム */

.mail_box{
	background: #13436A url(images/mailbottom.jpg) no-repeat left bottom;
	margin:  0px 0px 20px 56px;
	padding: 0px 0px 14px 0px;
	height: auto;
	width: 600px;
}
.mail{
	margin: 0px 0px 0px 0px;
	padding: 90px 0px 0px 0px;
	background: url(images/mailtop.jpg) no-repeat left top;
	width: 600px;
}
.mail p{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 20px 0px;
	width: 560px;
	color: #FFFFFF;
}
form{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
input{
}
input#submit{
	margin: 0px 0px 0px 143px;
}
.mail_box table{
	width:560px;
	margin: 0px 0px 20px 20px;
	border-collapse:separate;
	border-spacing: 2px; 
	font-size: small;
	color: #FFFFFF;
}
.mail_box th{
	background: #185689;
	font-weight: normal;
	text-align: right;
	padding: 15px 15px 15px 15px;
}
.mail_box td{
	background: #205F9D;
	padding: 15px 15px 15px 15px;
}

/*見出し*/

#hd01{
	background: url(images/hd01.gif) no-repeat center top;
	margin: 10px 0px 30px 6px;
	padding: 0px;
	height: 112px;
	text-indent: -5000px;
}
#hd02{
	background: url(images/hd02.gif) no-repeat left top;
	margin: 0px 0px 40px 56px;
	padding: 0px;
	height: 40px;
	text-indent: -5000px;
}
#hd03{
	background: url(images/hd03.gif) no-repeat center top;
	margin: 80px 0px 20px 0px;
	padding: 0px;
	height: 289px;
	text-indent: -5000px;
}
#hd04{
	background: url(images/hd04.gif) no-repeat center top;
	margin: 60px 0px 60px 0px;
	padding: 0px;
	height: 111px;
	text-indent: -5000px;
}
#hd05{
	background: url(images/hd05.gif) no-repeat center top;
	margin: 60px 0px 60px 6px;
	padding: 0px;
	height: 112px;
	text-indent: -5000px;
}
#hd06{
	background: url(images/hd06.gif) no-repeat center top;
	margin: 60px 0px 60px 6px;
	padding: 0px;
	height: 27px;
	text-indent: -5000px;
}
#hd07{
	background: url(images/hd07.gif) no-repeat center top;
	margin: 60px 0px 80px 6px;
	padding: 0px;
	height: 81px;
	text-indent: -5000px;
}
#hd08{
	background: url(images/hd08.gif) no-repeat center top;
	margin: 60px 0px 80px 6px;
	padding: 0px;
	height: 192px;
	text-indent: -5000px;
}
#hd09{
	background: url(images/hd09.jpg) no-repeat left top;
	margin: 60px 0px 20px 56px;
	padding: 0px;
	height: 89px;
	text-indent: -5000px;
}
#hd10{
	background: url(images/hd10.jpg) no-repeat left top;
	margin: 60px 0px 20px 56px;
	padding: 0px;
	height: 89px;
	text-indent: -5000px;
}
#hd11{
	background: url(images/hd11.gif) no-repeat center top;
	margin: 60px 0px 80px 6px;
	padding: 0px;
	height: 70px;
	text-indent: -5000px;
}
#hd12{
	background: url(images/hd12.gif) no-repeat center top;
	margin: 60px 0px 80px 6px;
	padding: 0px;
	height: 112px;
	text-indent: -5000px;
}
#hd13{
	background: url(images/hd13.gif) no-repeat center top;
	margin: 60px 0px 60px 0px;
	padding: 0px;
	height: 77px;
	text-indent: -5000px;
}
#hd14{
	background: url(images/hd14.gif) no-repeat center top;
	margin: 60px 0px 40px 0px;
	padding: 0px;
	height: 77px;
	text-indent: -5000px;
}
#hd15{
	background: url(images/hd15.gif) no-repeat center top;
	margin: 60px 0px 60px 6px;
	padding: 0px;
	height: 157px;
	text-indent: -5000px;
}
#hd16{
	background: url(images/hd16.gif) no-repeat center top;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	height: 107px;
	text-indent: -5000px;
}
#hd17{
	background: url(images/hd17.gif) no-repeat right top;
	margin: 20px 60px 20px 0px;
	padding: 0px;
	height: 107px;
	text-indent: -5000px;
}
#hd18{
	background: url(images/hd18.gif) no-repeat left top;
	margin: 0px 0px 20px 168px;
	padding: 0px;
	height: 24px;
	text-indent: -5000px;
}
#hd19{
	background: url(images/2005.gif) no-repeat left top;
	margin: 40px 0px 10px 56px;
	padding: 0px;
	height: 46px;
	text-indent: -5000px;
}

#hd20{
	background: url(images/2006.gif) no-repeat left top;
	margin: 40px 0px 10px 56px;
	padding: 0px;
	height: 46px;
	text-indent: -5000px;
}

#hd21{
	background: url(images/2007.gif) no-repeat left top;
	margin: 40px 0px 10px 56px;
	padding: 0px;
	height: 46px;
	text-indent: -5000px;
}
#hd22{
	background: url(images/2008.gif) no-repeat left top;
	margin: 40px 0px 10px 56px;
	padding: 0px;
	height: 46px;
	text-indent: -5000px;
}
#hd23{
	background: url(images/hd23.gif) no-repeat center top;
	margin: 40px 0px 40px 6px;
	padding: 0px;
	height: 46px;
	text-indent: -5000px;
}
#hd24{
	background: url(images/hd24.gif) no-repeat left top;
	margin: 40px 40px 40px 116px;
	padding: 0px;
	height: 26px;
	text-indent: -5000px;
}

/*特典*/

#point1{
	background: url(images/point1.jpg) no-repeat left top;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	height: 45px;
	text-indent: -5000px;
}
#point2{
	background: url(images/point2.jpg) no-repeat left top;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	height: 45px;
	text-indent: -5000px;
}
#point3{
	background: url(images/point3.jpg) no-repeat left top;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	height: 45px;
	text-indent: -5000px;
}
#point4{
	background: url(images/point4.jpg) no-repeat left top;
	margin: 40px 0px 40px 0px;
	padding: 0px;
	height: 45px;
	text-indent: -5000px;
}

/*追伸*/

#ps1{
	background: url(images/ps1.gif) no-repeat left top;
	margin: 0px 0px 5px 56px;
	padding: 0px;
	height: 39px;
	text-indent: -5000px;
}
#ps2{
	background: url(images/ps2.gif) no-repeat left top;
	margin: 0px 0px 5px 56px;
	padding: 0px;
	height: 39px;
	text-indent: -5000px;
}

/*Q&A*/

.txtq{
	background: url(images/q.jpg) no-repeat left top;
	height: 26px;
	padding-left:29px;
	margin-bottom:5px;
}
p.txtq{
	margin-bottom:5px;
}
.txta{
	background: url(images/a.jpg) no-repeat left top;
	height: 27px;
	padding-left:30px;
}
.check{
	background: url(images/check.gif) no-repeat left top;
	height: 27px;
	padding-left:30px;
}
p.check{
	margin-bottom:5px;
}
.box {
	font-size: 14px;
	border: 6px solid #036084;
	background-color: #eeeeee;
	padding: 10px 0px 10px 60px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.box1 {
	font-size: 14px;
	border: 6px solid #036084;
	background-color: #eeeeee;
	padding: 10px 30px 10px 60px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.box2 {
	font-size: 14px;
	border: 6px solid #ff0000;
	background-color: #eeeeee;
	padding: 20px 0px 10px 10px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}
.box3 {
	font-size: 14px;
	border-style: dotted;
	border-color: #ff0000;
	background-color: #eeeeee;
	padding: 30px 30px 30px 60px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
}
.box4 {
	font-size: 14px;
	border: 6px solid #ff0000;
	background-color: #eeeeee;
	padding: 20px 0px 10px 10px;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
}