@charset "utf-8";
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
共通
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td
{
  margin: 0;
  padding: 0;
}
fieldset, img{
  border: 0;
}
abbr,acronym{
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
  font-style: normal;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
  font-size: 100%;
  font-weight: normal;
}
a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #047EC8;
}
a:active {
	text-decoration: none;
	color: #047EC8;
}
.black-11 {font-size: 11px}
.black-bold {
	font-weight:bold;
	color:#000000;
}
.black-bold-under {
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
}
.black-bold-15 {
	font-size: 15px;
	font-weight: bold;
}
.black-bold-16 {
	font-size: 16px;
	font-weight: bold;
}
.red {
	color:#CC0000;
}
.red-under {
	color:#CC0000;
	text-decoration:underline;
}
.red-bold {
	color:#CC0000;
	font-weight:bold;
}
.red-bold-16 {
	font-size: 16px;
	font-weight: bold;
	color:#CC0000;
}
.red-bold-under {
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
}
.red-bold-under-16 {
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
	font-size:16px;
}
.red-bold-under-18 {
	color:#CC0000;
	text-decoration:underline;
	font-weight:bold;
	font-size:20px;
}
.white {
	color: #FFFFFF
}
.marker-yellow {
	background: #FFE73C;
}
.marker-red {
	background: #F20000;
	color: #FFFFFF;
}
.F-red_M-yellow {
	background: #FAF37A;
	color: #EA0000;
	font-weight:bold;
}
.F-red_M-yellow_16 {
	background: #FAF37A;
	color: #EA0000;
	font-size:16px;
	font-weight:bold;
}
#outerImageContainer {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
#imageDataContainer {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}
h1 {
	font-size: 12px;
	padding:0px;
	height: 39px;
	width: 760px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	color: #FFFFFF;
	background-image: url(image/head-line.gif);
}
h2 {
	line-height: 0px;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
h3 {
	font-size:18px;
	margin: 60px 0px 0px;
	height: 90px;
	width: 630px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-image: url(image/midasi.jpg);
	background-repeat: no-repeat;
	padding: 35px 0px 0px;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h5 {
	font-size: 17px;
	font-weight: bold;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 40px 0px 20px;
	padding: 0px;
}
p {padding:10px 0 15px 0;}

img {vertical-align: bottom;}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ページレイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(image/back.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
	background-position: center top;
	background-position:50% 0%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
}
#wrapper {
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 760px;
	text-align:center;
	background-color:#FFFFFF;
}
.header-line {
	background:url(image/head-line.gif);
	width:760px;
	height:39px;
	margin:0px;
	text-align:center;
}
.header {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 760px;
}
.midashi {
	width:760px;
	margin:40px 0px 20px 0px;
}
.contents-inner {
	width: 630px;
	margin: 0px 65px;
	padding: 0px;
	height: auto;
	text-align: left;
	background: #FFFFFF;
}
.margin-top {margin-top:30px;}
.margin-bot {margin-bottom:60px; margin-top:30px;}
.margin-box {margin:30px 0px 30px 0px;}
.margin-qa {margin:30px 30px}
.margin-mds {margin-top:50px;margin-bottom:30px;}
.cebter {text-align:center;}
.right {text-align:right;}
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━
ライトボックス
━━━━━━━━━━━━━━━━━━━━━━━━━  
*/
#outerImageContainer {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
#imageDataContainer {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
体験談１
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.tkn_0 {
	background:url(image/tkn_02.gif) repeat-y;
	margin:0;
	height:auto;
	padding:5px 40px 5px 40px;
	font-size:16px;
	color:#003366;
	font-weight:bold;
}
.tkn_1 {
	background:url(image/tkn_02.gif) repeat-y;
	margin:0;
	padding:10px 40px 10px 40px;
}
.tkn_1 li {
	border-bottom: 1px dotted #CCCCCC;
	list-style:none;
	padding:10px 0px 0px 0px;
	font-size:12px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
お気に入りボタン
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.okiniiri {
	margin:30px 115px 70px 115px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特典
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.tktn {
	background:url(image/tktn_02.gif) repeat-y;
	margin:0px;
	padding:0px 40px 0px 40px;
	font-size:14px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
Q&A
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.q-a02 {
	background:url(image/q-a_02.gif) no-repeat;
	height:44px;
	color:#FFFFFF;
	font-size:14px;
	padding:5px 30px 5px 180px;
	line-height:150%;
}
.q-a04 {
	background:url(image/q-a_04.gif) repeat-y;
	color:#000000;
	font-size:12px;
	padding:5px 30px 5px 70px;
	margin:0px;
}



/*
━━━━━━━━━━━━━━━━━━━━━━━━━
人物紹介
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.shokai {
	background:url(image/shokai_02.jpg) repeat;
	padding:10px 40px 10px 40px;
	margin:0px;
	font-size:12px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス１
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.check-box1 {
	background:url(image/check-box_02.gif) repeat;
	height:auto;
	padding:10px 50px 10px 50px;
}

.check-box1 li {
	background: url(image/check.gif) no-repeat left top;
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 50px;
	font-size:16px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス２
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.check-box2 li {
	background: url(image/check2.gif) no-repeat left top;
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 20px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}




/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.footer {
	margin: 0px;
	height: auto;
	width: 760px;
	background-color: #000000;
}
.footer a:link {
	color: #666666;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #666666;
}
.footer a:hover {
	color: #666666;
}
.footer a:active {
	text-decoration: none;
	color: #666666;
}
address {
	font-size: 12px;
	text-align: center;
	color: #666666;
}
	

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターナビ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

div.fnavi {
	margin: 40px 0px 0px;
	padding: 0px;
	height: auto;
	width: 610px;
	text-align: center;
}
div.fnavi ul {
}
div.fnavi li {
	font-size: 11px;
	list-style: url(none) none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
申込み
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/





/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ウェイド氏プロフ
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.wade {
	background:url(image/wade_top.jpg) no-repeat;
	float:right;
	padding:325px 0px 5px 0px;
	width:240px;
	height:30px;
	text-align:center;
	font-size:14px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
効果リスト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.koka-a {
	background: url(image/yajirushi.gif) no-repeat left;
	background-color:#E6E6E6;
	padding:5px 40px 0px 100px;
	font-size:14px;
}
.koka-b {
	background: url(image/yajirushi2.gif) no-repeat left;
	background-color:#D9D9D9;
	padding:5px 40px 0px 100px;
	font-size:14px;
}
.koka-a p {
	line-height:160%;
}
.koka-b p {
	line-height:160%;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
プログラムの紹介
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.chapter-a {
	background:url(image/chap_02.gif) repeat;
	padding:5px 30px 0px 30px;
	font-weight:bold;
	line-height:160%;
	font-size:14px;
	color:#CC0000;
}
.chapter-b {
	background:url(image/chap_03.gif) repeat;
	padding:5px 30px 0px 30px;
	font-weight:bold;
	line-height:160%;
	font-size:14px;
	color:#CC0000;
}
.chapter-a p {
	line-height:160%;
}
.chapter-b p {
	line-height:160%;
}
.chapter-a li {
	margin-left:15px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.chapter-b li {
	margin-left:15px;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
商品特別価格のご案内エリア
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.shohin-kakaku {
	background:url(image/shohin_02.gif) repeat;
	padding:20px 30px 20px 30px;
	text-align:left;
}
.shohin-setumei {
	width:322px;
	margin-left:30px;
	line-height:160%;
	padding:0px;
	font-size:13px;
}
.shohin-setumei p {
	margin:0px 0px 15px 0px;
	padding:0px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
商品概要-お申し込み
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.shohin-gaiyo {
	background:url(image/gaiyo_03.gif) repeat;
	padding:20px 30px 10px 30px;
} 
.shohin-gaiyo-a {
	background:#E8E8E8;
	padding:10px 20px;
	text-align:left;
	font-size:12px;
	line-height:160%;
}

.shouhin-gaiyo2 {
	margin:30px 5px 0px 5px;
	text-align:left;
}
.shouhin-gaiyo3 {
	margin-bottom:20px;
	padding:0px 25px 0px 25px;
}
.shouhin-gaiyo3 li {
	background: url(image/check2.gif) no-repeat left top;
	list-style: none;
	margin:10px 0px 10px 0px;
	padding-left:20px;
	padding-bottom:10px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
	line-height:150%;
}
.order-kind1 {
	width:auto;
	height:43px;
	background:url(image/dl-image.jpg) no-repeat left;
	margin:20px 40px 0px 40px;
	padding-top:10px;
	padding-left:200px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#003333;
	text-decoration:underline;
}
.order-kind2 {
	width:auto;
	height:43px;
	background:url(image/haisou-image.jpg) no-repeat left;
	margin:0px 40px 20px 40px;
	padding-top:10px;
	padding-left:200px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#003333;
	text-decoration:underline;
}
.kessai {
	background:url(image/kessai-back.jpg);
	width:420px;
	height:80px;
	margin:0px 35px 0px 35px;
	padding:10px 40px 10px 40px;
}
.bot {
	margin:30px 50px 20px 50px;
}
.bot2 {
	margin:30px 115px 0px 115px;
	padding-bottom:20px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
お申し込みボタン　パターン２
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.bot_p2 {
	margin:30px 80px 0px 80px;
}
.bot_p2_2 {
	margin:30px 145px 0px 145px;
	padding-bottom:20px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
体験談２回目
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.tkn_2 {
	background:url(image/tikn2_03.gif) repeat;
	padding:10px 40px 10px 40px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	text-decoration:underline;
}
.tkn_2-0 {
	background: url(image/tknsha02.jpg) no-repeat center top;
	margin:0px;
	padding:120px 200px 10px 40px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#003366;
	text-decoration:underline;
	height:auto;
}
.tkn_2-2 {
	background:url(image/tikn2_03.gif) repeat;
	padding:0px 40px 10px 40px;
	text-align:left;
}
.tkn_2-2 li {
	border-bottom: 1px dotted #CCCCCC;
	list-style:none;
	padding:5px 0px 0px 0px;
	font-size:12px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターリンク
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.foot_link {
	margin:50px 0px 10px 0px;
	text-align:center;
	font-size:12px;
	line-height:normal;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特定商取引法
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.tokutei {
	text-align:center;
	margin:30px 0px;
}
.tokutei td {
	padding:10px 10px 10px 10px;
	font-size:12px;
	text-align:left;
}
.tokutei img {
	vertical-align:middle;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.privacy {
	text-align:center;
	margin:30px 0px;
}
.privacy_mid {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#000000;
	padding:10px 0 10px 0;
}
.privacy_naka {
	padding:10px 20px 10px 20px;
	font-size:12px;
	color:#000000;
	line-height:180%;
	text-align:left;
}
.privacy_naka ul{
	padding:0px 20px 10px 20px;
	font-size:10px;
	color:#000000;
	line-height:160%;
	text-align:left;
}
.privacy_naka ol{
	padding:0px 10px 10px 20px;
	font-size:10px;
	color:#000000;
	line-height:160%;
	text-align:leftl;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
プロフィール見出し
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.prof_mid {
	color:#003366;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	border-bottom: 1px dashed #CCCCCC;
	margin:40px 0px 20px 0px;
}
	
/*end*/
