@charset "shift_jis";


/*初期設定
##################################################################################### */

html, {
    margin: 0;
    padding: 0;
}

body {
	font-size: 1em;
	color: #333333;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	line-height: 1;
	font-family: "ＭＳ ゴシック";
}


h1,h2,h3,h4,h5,h6 { line-height:1.6; }
p,li,dt,dl { line-height:2; }
p { margin:0 0 1em 0; }
ul li { list-style-type:none; }
a img { border:0; }
a:link {
	color:#006600;
	text-decoration:none;
}
a:visited {
	color:#006600;
	text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#666;
}







/*レイアウト設定*/
/* ##################################################################################### */

#site{
	width: 718px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


/*ブロック設定*/
/* ##################################################################################### */


/*-----------------------------------------------------------------------------------------
headerの設定
-----------------------------------------------------------------------------------------*/

#header{
	width: 718px;
	height: 500px;
	text-align: center;
	padding: 0px;
	border-style: none;
	background-color: #fff;
	margin: 0px;
}
.er{
	visibility: hidden;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#header p{
	margin: 5px auto;
	text-align: center;
}

/*-----------------------------------------------------------------------------------------
ボックスの設定
-----------------------------------------------------------------------------------------*/

/*
本文の設定
---------------------------------------------*/

.common-text{
	width: 600px;
	margin: 0px auto;
}

/*
囲みの設定
---------------------------------------------*/

.border-box{
	width: 498px;
	margin: 10px auto;
	padding: 20px;
	border: 1px solid #555;
}



/*-----------------------------------------------------------------------------------------
自己紹介の設定
-----------------------------------------------------------------------------------------*/

#mypr{
	width: 600px;
	margin: 0px auto;
}

#mypr dl{
	width: 600px;
	margin: 10px auto;
	border: none;
	clear: both;
	overflow: hidden;
}

#mypr dt{
	width: 140px;
	margin: 10px;
	float: left;
}

#mypr dd{
	width: 410px;
	margin: 10px 0px;
	float: left;
}


/*-----------------------------------------------------------------------------------------
チェックリスト
-----------------------------------------------------------------------------------------*/

ul{
	list-style-type: none;
	margin: 40px auto;
	padding: 0;
}

li{
	margin: 2px 0px;
	padding-left: 25px;
	background: url(images/check.gif) no-repeat center left;
}


/*-----------------------------------------------------------------------------------------
商品決済
-----------------------------------------------------------------------------------------*/

#settlement{
	width: 580px;
	border: 1px #555 solid;
	margin: 0px auto;
	padding: 0px 10px;
	text-align: center;
}

#settlement p{
	text-align: center;
}

#settlement p.text{
	text-align: left;
}

#settlement strong{
	font-size: 120%;
	color: #f00;
}


/*-----------------------------------------------------------------------------------------
推薦者の声
-----------------------------------------------------------------------------------------*/


h3.title{
	color: #000;
	font-size: 105%;
	margin: 0;
	padding: 0;
	border: none;
}

p.name{
	font-size: 90%;
	margin: 0;
}

p.voice_text{
	font-size: 90%;
	margin: 15px 0px 0px;
}


/*-----------------------------------------------------------------------------------------
お客さんの声
-----------------------------------------------------------------------------------------*/

#use{
	font-size: 1em;
}

#use dl{
	width: 600px;
	margin: 30px auto;
	border: 1px solid #555555;
	display: block;
	clear: both;
}

#use dt{
	color: #FF0000;
	font: bold 120% sans-serif;
	margin: 5px 10px;
	clear: both;
	width: 570px;
}

#use dd{
	width: 570px;
	clear: both;
	margin: 5px 10px;
}


/*-----------------------------------------------------------------------------------------
質問の設定
-----------------------------------------------------------------------------------------*/

#faq{
	width: 600px;
	margin: 40px auto;
}

#faq dl{
	width: 600px;
	margin: 10px auto;
	border: none;
	clear: both;
	overflow: hidden;
}

#faq dt{
	width: 30px;
	margin: 10px;
	float: left;
}

#faq dd{
	width: 530px;
	margin: 10px 0px;
	float: left;
}



/*-----------------------------------------------------------------------------------------
追伸の設定
-----------------------------------------------------------------------------------------*/

p.by-name{
	text-align: right;
	font-size: 1.5em;
	margin: 0px 0px;
}


/*-----------------------------------------------------------------------------------------
footerの設定
-----------------------------------------------------------------------------------------*/

#footer{
	clear: both;
	margin: 20px 0px 5px 0px;
	border-top:solid 1px #194d7c;
}


/*
footer用のサブリンク設定
---------------------------------------------*/

#footer p{
	text-align: center;
	line-height: 150%;
	margin: 0;
	padding:10px 0px;
}

p.copyright{
	font-size: 10pt;
	padding:10px 0px;
	line-height: 120%;
}


/*ページ設定*/
/* ##################################################################################### */

h1{
	/*キャッチコピー*/
font-size: 2em;
	line-height: 1.3em;
	color: #f00;
	margin: 0 0px;
	padding: 50px 10px 25px;
	text-align: left;
	font-family:HGP創英角ｺﾞｼｯｸUB;
}

h2{/*文言*/
	text-align:left;
	width: 585px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: 30px;
	color: #0066FF;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h3{/*小見出し*/
	color: #333333;
	text-align:left;
	border-left-color: #000000;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	width: 550px;
	font-size: 1em;
}

p{
	margin: 10px 0px 30px;
	text-align: center;
}

p.border-text{
	margin: 0px 0px;
}

p.img-center{
	margin: 10px 0px;
	border: none;
	text-align: center;
}

/*特定商取引法*/
/* ##################################################################################### */

#site-law{
	width: 700px;
	margin: 0px auto;
	padding: 20px 0px;
	background: #FFFFFF;
}

h1.law{
	font-size:1.5em;
	margin: 0px 20px 40px 20px;
	padding: 0px 0px 0px 10px;
	color: #ff0000;
	text-align:left;
	border-left: 5px solid #194d7c;
	border-bottom: 1px solid #194d7c;
	line-height: 36px;
}


td.title{
	color: #fff;
	background: #194d7c;
}
.level2 {
	text-align: center;
	margin: 0px auto;
	width: 600px;
	color: #FF0000;
}
h1 {
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #3198FF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#site #top {
	text-align: center;
	padding: 0px;
	width: 718px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tokufx {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}
.kiji {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.lead {
	padding: 0px;
	height: 245px;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-image: url(images/lead.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.lead2 {
	margin: 0px;
	padding: 0px;
	height: 265px;
	width: 700px;
	background-image: url(images/lead2.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.article {
	height: auto;
	width: 430px;
	text-align: left;
	margin-left: auto;
	font-size: 15px;
	margin-right: auto;
	line-height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.article2 {
	height: auto;
	width: 460px;
	text-align: left;
	margin-left: auto;
	font-size: 14px;
	margin-right: auto;
}
.under-line {
	text-decoration: underline;
}
.caution {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 14px;
	line-height: 19px;
	margin-top: 20px;
	margin-bottom: 25px;
	border: 1px solid #FF6600;
	padding: 10px;
}
.chek {
	height: 520px;
	width: 643px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.torikeshi {
	text-decoration: line-through;
}
.lead1 {
	height: 520px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.sousa1 {
}
.sousa1 {
	height: 500px;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.sousa2 {
	height: 475px;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.jushin {
	height: 336px;
	width: 420px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}
.gift1 {
	width: 564px;
	height: 254px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.gift2 {
	height: 236px;
	width: 564px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gift3 {
	height: 285px;
	width: 564px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gift4 {
	height: 235px;
	width: 564px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.gift5 {
	height: 242px;
	width: 564px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.price {
	width: 390px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 364px;
}
.tokutei {
	padding: 0px;
	height: 709px;
	width: 584px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.cpy {
	font-size: 1.2em;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	line-height: 1.3em;
	color: #FF0000;
}
.mac {
	padding: 20px;
	height: auto;
	width: 380px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	border: 1px solid #FF6600;
	text-align: left;
}
.txmid {
	text-align: center;
	height: auto;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
}
.txmid {
	text-align: center;
	height: auto;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
}
.txmid {
	text-align: center;
	height: auto;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	line-height: 24px;
}
.fxmid {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
