@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;
}
.black-under-18 {
	color:#000000;
	text-decoration:underline;
	font-size:18px;
}
	
.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;
	line-height: 150%;
}
.white {
	color: #FFFFFF
}
.marker-yellow {
	background: #FFFF00;
}
.marker-red {
	background: #CC0000;
	color: #FFFFFF;
}
#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;
	width: 800px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	color: #FFFFFF;
	background-image: url(image/head_01.jpg);
	height: 40px;
}
h2 {
	line-height: 0px;
	height: auto;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
h3 {
	
}
h4 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
h5 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 40px 0px 20px;
	padding: 0px;
}
h6 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	margin: 40px 0px 20px;
	padding: 0px;
}
p {padding:15px 0 15px 0;}

img {vertical-align: bottom;}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ページレイアウト
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: center top;
	background-position:50% 0%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 200%;
	font-weight: normal;
	font-variant: normal;
}
#wrapper {
	height: auto;
	padding: 0px;
	width: 800px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(image/back.jpg);
}
.header-line {
	width:800px;
	height:30px;
	text-align:center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.midashi {
	width:630px;
	margin:40px 0px 20px 0px;
}
.contents-inner {
	width: 630px;
	margin: 0px 85px;
	padding: 0px;
	height: auto;
	text-align: left;
	background-color: #FFFFFF;
}
.margin-top {margin-top:30px;}
.margin-bot {margin-bottom:40px;}
.margin-box {margin:40px 0px 30px 0px;}
.margin-qa {margin:30px 30px}
.cebter {text-align:center;}
.right {text-align:right;}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
お気に入りボタン
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.okiniiri {
	margin:30px 95px 50px 95px;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
Q&A
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.q-a {
	height: auto;
	color:#000000;
	font-size:16px;
	line-height:200%;
	padding-left: 10px;
	padding-right: 20px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス１
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.check-box1 {
	background: url(image/check_02.jpg) repeat;
	height:auto;
	padding-top: 10px;
	padding-right: 70px;
	padding-bottom: 10px;
	padding-left: 70px;
}

.check-box1 li {
	list-style: none;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 40px;
	font-size:16px;
	font-weight: bold;
	background-image: url(image/check_05.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}


/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス２　できること
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.check-box2 {
	background: url(image/dekirukoto_02.jpg) repeat;
	height:auto;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.check-box2 li {
	background: url(image/dekirukoto_04.jpg) no-repeat left top;
	list-style: none;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 70px;
	font-size:15px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FF3333;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス３ 青の点線
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.check-box3 {
	background: url(image/c-box3_02.gif) repeat;
	height:auto;
	padding:10px 40px 10px 40px;
}

.check-box3 li {
	background: url(image/check-blue.gif) no-repeat left top;
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 35px;
	font-size:15px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
チェックボックス４
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.check-box4 {
	background: url(image/c-box4_02.gif) repeat;
	height:auto;
	padding:10px 50px 10px 50px;
}

.check-box4 li {
	background: url(image/check-main.gif) no-repeat left top;
	list-style: none;
	margin-top:5px;
	padding-top:3px;
	padding-bottom: 3px;
	padding-left: 45px;
	font-size:16px;
	font-weight: bold;
	border-bottom: 1px dashed #CCCCCC;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
募集要項その１
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.yoko1 {
	background: url(image/yoko1_02.gif) repeat;
	height:auto;
	padding:10px 50px 10px 50px;
}

.yoko1 li {
	list-style: none;
	margin-top:10px;
	padding-top:;
	padding-bottom:;
	padding-left:;
	font-size:15px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
募集要項その２
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.yoko2 {
	background: url(image/yoko2_02.gif) repeat;
	height:auto;
	padding:10px 50px 10px 50px;
}

.yoko2 li {
	list-style: none;
	margin-top:10px;
	padding-top:;
	padding-bottom:;
	padding-left:;
	font-size:15px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
ひとくちメモ・対応ブローカーについて
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.memo1 {
	height:auto;
	padding:10px 40px 10px 40px;
	font-size:12px;
}

.memo1 li {
	list-style: none;
	margin-top:5px;
	padding-top:;
	padding-bottom:;
	padding-left:;
	font-size:12px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}
.shikaku {
	background:url(image/memo_04.gif) no-repeat;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	padding:12px 20px 0px 20px;
	widows:590px;
	height:42px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッター
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/

.footer {
	margin: 0px;
	height: auto;
	width: 760px;
	background-color: #006837;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.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;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
お申し込みボタン　パターン２
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.bot_2 {
	margin:40px 67px 60px 67px;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
商品特別価格のご案内エリア
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.kakaku {
	text-align:left;
	height: 153px;
	padding-right: 40px;
	padding-left: 260px;
	font-size: 12px;
	line-height: 200%;
	padding-top: 10px;
	background-image: url(image/youkou_02.jpg);
	background-repeat: repeat;
}

/*
━━━━━━━━━━━━━━━━━━━━━━━━━
お申し込み要項
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.shohin-gaiyo {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(image/youkou_04.jpg);
	background-repeat: repeat;
} 
.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:40px 37px 40px 37px;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
リスク及び手数料について（オレンジ色の斜線ボックス）
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.block {
	background:url(image/block-back.gif) repeat;
	width:580px;
	height:auto;
	margin:0px;
	padding:15px 25px;
	font-size:12px;
	text-align:left;
	line-height:150%;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
フッターリンク
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.foot_link {
	margin:50px 0px 10px 0px;
	text-align:center;
	font-size:12px;
	line-height:normal;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特定商取引法
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.tokutei {
	text-align:center;
	margin:0px 0px;
}
.tokutei td {
	padding:10px 10px 10px 10px;
	font-size:11px;
	text-align:left;
	line-height:190%;
}
.tokutei img {
	vertical-align:middle;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.privacy {
	text-align:center;
	margin:0px 0px;
}
.privacy_mid {
	text-align:center;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	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;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
返金保証
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.hosyou_naka {
	padding:10px 20px 10px 20px;
	font-size:12px;
	color:#000000;
	line-height:180%;
	text-align:left;
}
.hosyoumemo1 {
	height:auto;
	padding:10px 20px 10px 20px;
	font-size:14px;
}

.hosyoumemo1 li {
	list-style: none;
	margin-top:5px;
	padding-top:;
	padding-bottom:;
	padding-left:;
	font-size:14px;
	line-height:200%;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
講座
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.kouza_naka {
	padding:10px 20px 10px 20px;
	font-size:14px;
	color:#000000;
	line-height:180%;
	text-align:left;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
特典
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.tokuten_naka {
	padding:10px 60px 10px 60px;
	font-size:14px;
	color:#000000;
	line-height:180%;
	text-align:left;
}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
内容
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.naiyou {
	background:url(image/naiyou_04.jpg) repeat;
	padding:10px 70px 10px 70px;
	font-size:14px;
	color:#000000;
	line-height:180%;
	text-align:left;	
} 
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
詳細
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.syousai {
	padding:10px 10px 10px 10px;
	font-size:12px;
	color:#000000;
	line-height:180%;
	text-align:left;	
} 
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
一覧
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.itiran {
	background:url(image/itiran_02.jpg) repeat;
	padding:10px 30px 10px 30px;
	font-size:12px;
	color:#000000;
	line-height:200%;
	text-align:left;
} 
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
体験談
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
.taiken {
	background:url(image/namanokoe_01.jpg) repeat;
	font-size:15px;
	color:#0000CC;
	height: 44px;
	padding-left: 300px;
	font-weight: bold;
	padding-top: 45px;
} 
	.taiken2 {
	background:url(image/namanokoe_02.jpg) repeat;
	font-size:22px;
	color:#000000;
	height: 102px;
	padding-left: 70px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 150%;
} 
	.taiken2-2 {
	background:url(image/namanokoe_02.jpg) repeat;
	font-size:22px;
	color:#000000;
	height: 82px;
	padding-left: 70px;
	font-weight: bold;
	padding-top: 30px;
	line-height: 150%;
} 
	.taiken3 {
	background:url(image/namanokoe_04.jpg) repeat;
	font-size:14px;
	color:#000000;
	padding-left: 60px;
	line-height: 150%;
	padding-right: 60px;
} 
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
推薦
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
	.suisen {
	background:url(image/suisen_02.jpg) repeat;
	font-size:14px;
	color:#000000;
	padding-left: 60px;
	line-height: 150%;
	padding-right: 60px;
} 
	.suisen2 {
	background:url(image/suisen_03.jpg) repeat;
	font-size:13px;
	color:#ffffff;
	padding-left: 60px;
	padding-right: 60px;
	height: 33px;
	padding-top: 5px;
} 
	.suisen3 {
	background:url(image/suisen_04.jpg) repeat;
	font-size:14px;
	color:#000000;
	padding-left: 60px;
	line-height: 150%;
	padding-right: 60px;
} 
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
プロフィール
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
	.prof {
	background:url(image/prof_02.jpg) repeat;
	font-size:14px;
	color:#000000;
	padding-left: 30px;
	line-height: 150%;
	padding-right: 30px;
} 
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
悩み
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
	.nayami {
	background:url(image/nayami_02.jpg) repeat;
	font-size:14px;
	color:#000000;
	padding-left: 30px;
	line-height: 150%;
	padding-right: 30px;
	} 
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
CASE
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
	.case {
	background:url(image/case_02.jpg) repeat;
	font-size:14px;
	color:#000000;
	padding-left: 50px;
	line-height: 150%;
	padding-right: 50px;
	} 
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
無料スペース
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
	.muryou {
	background:url(image/muryouspace_02.jpg) repeat;
	font-size:14px;
	color:#000000;
	padding-left: 100px;
	line-height: 150%;
	padding-right: 100px;
	}
/*
━━━━━━━━━━━━━━━━━━━━━━━━━
メールサポート
━━━━━━━━━━━━━━━━━━━━━━━━━ 
*/
	.mail-sapo {
	background:url(image/mail_02.jpg) repeat;
	font-size:14px;
	color:#000000;
	padding-left: 40px;
	line-height: 150%;
	padding-right: 40px;
	}	
	.nichiji {
	background:url(image/back.jpg) repeat;
	width: 800px;
	text-align: left;
	padding-left: 50px;
	height: 100px;
	vertical-align: bottom;
} 	 		
body {
	background-color: #e6e6e6;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #FFFF66;
}
.style2 {
	font-size: 16px;
	color: #0000FF;
}
.style4 {font-size: 12}
.style5 {
	font-size: 24px;
	font-weight: bold;
}
.style8 {
	font-size: 15;
	line-height: 150%;
}
/*end*/
