/* CSS Document */

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック"sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック"sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック"sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: Meiryo"メイリオ""Hiragino Kaku Gothic Pro W3""ヒラギノ角ゴ Pro W3" Osaka "MS P Gothic""ＭＳ Ｐゴシック"sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	font-size:15px;
	background:#DA1F23;
	background-attachment:fixed;
	margin:0 auto;
}
a:link { color:#E22F32; text-decoration:none; }
a:hover { color:#00CC66; text-decoration:underline; }

h1{
	width:650px;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
	margin-bottom:10px;
	margin-top:5px;
}


/*共通のスタイル*/	
strong{
	font-weight:bold;
	color:#E22F32;
}
em{
	font-weight:bold;
	color:#E22F32;
	font-size:20px;
}
.red{
	color:#E22F32;
	font-weight:bold;
}
.blue{
	color:#0033CC;
	font-size:13px;
}
.blue2{
	color:#0033CC;
}
.txtbig{
	font-size:16px;
	font-weight:bold;
	line-height:1.58em;
}
.txtbig22{
	font-size:22px;
	font-weight:bold;
	line-height:1.58em;
}
.txtbig22red{
	font-size:22px;
	font-weight:bold;
	line-height:1.58em;
	color:#990000;
}
.txtsmall{
	font-size:12px;
}
.icon{
	float:right;
	padding-left:15px;
}
.marker{
	font-weight:bold;
	background:#FFFF33;
}
div.photo{
	text-align:center;
	margin-bottom:40px;
}
div.photo2{
	text-align:left;
	margin-bottom:40px;
	margin-top:80px;
}
div.photo p.cap{
	text-align:right;
	margin-left:220px;
	line-height:1.58em;
	margin-bottom:10px;
	padding-top:10px;
}

.images{
	text-align:center;
}
.abata{
	text-align:right;
	margin-left:10px;
	padding:3px;
	border:#CCCCCC 1px solid;
}
.rankimg{
	border:#CCCCCC 1px solid;
	padding:3px;
}
div#wrapper{
	width:650px;
	margin:0 auto;
	border-left:#D9333F 1px solid;
	border-right:#D9333F 1px solid;
}
/*containerのスタイル*/
div#container{
	width:630px;
	background:#FFFFFF;
	padding:15px 10px 20px 10px;
}
/*ヘッダーのスタイル*/

div#head{
	width:630px;
	text-align:center;
	background-color:#FFFFFF;
	margin-bottom:100px;
	margin-top:20px;

}
div#head h2{
	background:url(../img/headC.gif) no-repeat;
	width:563px;
	height:632px;
	text-indent:-9999px;
	margin-top:5px;
	margin-left:15px;
	margin-bottom:80px;
}
div#head h3{
	text-align:center;
	margin-top:60px;
	margin-bottom:20px;
}

/*メインコンテンツのスタイル*/
div#main{
	width:600px;
	margin:0 auto;
}
div#main p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
div#main h2{
	text-align:center;
	line-height:1.58em;
	margin-bottom:35px;
}
div#main p.wide2{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
/*intorduceのスタイル*/
div#intro{
	width:600px;
	margin-left:15px;
	margin-top:50px;
	margin-bottom:20px;
}

div#intro p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
div#intro p.wide{
	text-align:left;
	line-height:1.58em;
	margin-bottom:10em;
}
div#intro h2{
	margin-bottom:20px;	
}
div#intro ul{
	margin-bottom:60px;
}
div#intro li{
	line-height:1.45em;
	list-style-position:inside;
	margin-left:1em;	
}
div#intro dl{
	margin-bottom:60px;
}
div#intro dt{
	line-height:1.45em;
	margin-bottom:10px;
	font-weight:bold;
}
div#intro dd{
	line-height:1.45em;
	margin-left:20px;
	margin-bottom:20px;
}

div#intro div#framin{
	width:460px;
	height:400px;
	overflow: auto;
	border:#00964C 2px solid;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
	margin-bottom:30px;
	margin-left:65px;
	text-align:center;
}
div#intro div#framin p{
	text-align:right;
	color:#00964C;
	font-size:12px;
}
div#intro div#framin_second{
	width:550px;
	height:400px;
	overflow: auto;
	border:#00964C 2px solid;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:15px;
	margin-bottom:30px;
	margin-left:25px;
	text-align:left;
}
div#intro div#framin_second p{
	text-align:right;
	color:#00964C;
	font-size:12px;
}
/*モニターの声*/
div.tester{
	width:600px;
	margin-left:15px;
	margin-top:50px;
	margin-bottom:20px;
	border-top:#CF3437 solid 3px;
	padding-top:30px;
}

div.tester p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:15px;
	margin-left:10px;
	width:580px;
	border-bottom:#CCCCCC 1px dotted;
	padding-bottom:0.2em;
}
div.tester p.handle{
	text-align:right;
	line-height:1.58em;
	margin-top:2.5em;
	margin-bottom:15px;
	margin-right:10px;
	width:580px;
}
div.tester p.handle2{
	text-align:right;
	line-height:1.58em;
	margin-top:1.5em;
	margin-bottom:15px;
	margin-right:10px;
	width:580px;
}
div.tester h2{
	margin-bottom:20px;	
}
/*リピートのスタイル*/
div#rep{
	width:600px;
	margin-left:15px;
	margin-top:50px;
	margin-bottom:20px;
}

div#rep p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
div#rep p.long{
	text-align:left;
	line-height:1.58em;
	margin-bottom:80px;
}
div#rep h2{
	margin-bottom:20px;	
}
div#rep ul{
	margin-bottom:60px;
}
div#rep li{
	line-height:1.85em;
	list-style-position:inside;
	margin-left:2em;	
}
div#rep div#can{
	width:600px;
	background:url(../img/bg_dekiru.gif) ;
	background-repeat : no-repeat ;
	background-position:320px 100px;
}
/*プライスのスタイル*/
div#price{
	width:600px;
	margin-left:15px;
	margin-top:100px;
	margin-bottom:20px;
}

div#price p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}


/*特典のスタイル*/
div#tokuten{
	width:600px;
	margin-left:15px;
	margin-top:100px;
	margin-bottom:20px;
}
div#tokuten p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}

div#tokuten div.item{
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}
div#tokuten div.item h2{
	margin-bottom:25px;
}
div#tokuten div.item h3{
	margin-bottom:10px;
	text-align:center;
}

div#tokuten div.item p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
/*追伸のスタイル*/
div#ps{
	width:600px;
	margin-left:15px;
	margin-top:100px;
	margin-bottom:20px;
}
div#ps p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
div#ps p.short{
	text-align:left;
	line-height:1.58em;
	margin-bottom:15px;
}
/*追伸2otoのスタイル*/
div#ps2{
	width:600px;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:20px;
}
div#ps2 p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
/*フッターのスタイル*/
div#footer{
	width:650px;
	background:#FFFFFF;
}
div#footer p{
	line-height:1.58em;
	margin-bottom:20px;
	text-align:center;
}
div#footer h2{
	background:url(../img/titlefoot.gif) no-repeat;
	width:650px;
	height:79px;
	text-indent:-9999px;
	margin-bottom:0px;
}


/*特定商取引のスタイル*/
div#logo{
	width:650px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background:#FEF000;
}
div#tokusyo{
	width:610px;
	margin-top:15px;
	margin-bottom:20px;
	padding:10px;
}
div#tokusyo p{
	text-align:left;
	line-height:1.58em;
}
div#tokusyo h2{
	text-align:left;
	line-height:1.58em;
	margin-bottom:15px;
	margin-top:10px;
	font-weight:bold;
}
div#tokusyo h3{
	text-align:left;
	line-height:1.58em;
	margin-bottom:15px;
	margin-top:10px;

}
div#tokusyo table,td{
	padding:10px 5px 10px 5px;
	text-align:left;
	line-height:1.45em;
	border:#CCCCCC 1px solid;
	margin:0 auto;
}
div#tokusyo th{
	font-weight:bold;
	padding:10px 5px 10px 5px;
	text-align:left;
	margin-bottom:5px;
	line-height:1.45em;
}	

/*ワンタイムオファーのスタイル*/
div#oto{
	width:610px;
	margin-top:15px;
	margin-bottom:20px;
	padding:10px;
}
div#oto p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:4.0em;
}
div#oto p.wide4{
	text-align:left;
	line-height:1.58em;
	margin-bottom:5.8em;
}
div#oto h2{
	text-align:left;
	line-height:1.58em;
	margin-bottom:15px;
	margin-top:10px;
	font-weight:bold;
}
div#oto h3{
	text-align:left;
	line-height:1.58em;
	margin-bottom:15px;
	margin-top:10px;

}
div#tokutenoto{
	width:600px;
	margin-left:15px;
	margin-top:10px;
	margin-bottom:20px;
}
div#tokutenoto p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
div#tokutenoto p.wide5{
	text-align:left;
	line-height:1.58em;
	margin-bottom:5.8em;
}
div#tokutenoto div.item{
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
}
div#tokutenoto div.item h2{
	margin-bottom:25px;
	text-align:center;
}
div#tokutenoto div.item h3{
	margin-bottom:10px;
	text-align:center;
	margin-bottom:25px;
}

div#tokuten div.item p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
div#senkou{
	width:600px;
	margin-left:15px;
	margin-bottom:5px;
}
div#senkou p{
	text-align:left;
	line-height:1.58em;
	margin-bottom:35px;
}
div#senkou h2{
	text-align:left;
	line-height:1.58em;
	margin-bottom:10px;
	font-weight:bold;
	color:#E22F32;
}
