@charset "utf-8";
/* CSS Document */

/* 基本設定 */

body#index {
	margin-top:460px;
	margin:0px;
	padding:0px;
	width:auto;
	line-height:0.5em;
	background:url(../img/header_bg.jpg) top center repeat-x;
	background-color:#ffffff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	line-height:0.5em;
	letter-spacing:0.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color:#336666;
	}

p {
line-height:175%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	
img{border:0px;}

/* ---------------------------------------------------------
　　　　　　　　　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn:hover{
position:relative;top:1px;left:1px;
}


/* 画像配置 */

.img-left {
	float:left;
	padding-right:12px;
}
.img-right {
	float:right;
	padding-left:12px;
}
.img-center {
	text-align:center;
}
.top10 {
	margin-top:10px;
}



/* -------- floatした中身がBOXからはみ出すのを回避 -------- */

.clearbox:after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
}
.clearbox {
	height: 100%;
}


/* レイアウト */

#wrapper {
	width:916px;
	text-align:left;
	margin:0 auto;
	background:url(../img/body_bg.gif) top center repeat-y;
}

#header {
	width:auto;
	height:537px;
	text-align:left;
	margin:0 auto;
}

#inner {
width:794px;
margin:0 auto;
}

.inner_t {
text-align:left;
text-align:justify;
font-size:13px;
line-height:1.6;
}

.inner_v {
text-align:left;
text-align:justify;
font-size:13px;
line-height:1.7;
margin-left:25px;
}

.inner_qa {
text-align:left;
text-align:justify;
font-size:13px;
line-height:1.7;
width:755px;
}

.inner_order {
padding:20px;
margin-top:20px;
text-align:left;
text-align:justify;
font-size:14px;
line-height:1.7;
width:725px;
background-color:#eeeeee;
}

#inner2 {
width:770px;
margin:0 auto;
}

#top {
width:770px;
margin:0 auto;
text-align:left;
}

.top_inner {
width:770px;
margin:0 auto;
text-align:left;
}

.top_inner2 {
font-size:12px;
width:630px;
margin:0 auto;
padding:10px;
text-align:left;
background-color:#eeeeee;
line-height:1.7;
}

.haisou {
width:740px;
height:425px;
position:relative;

}

.haisou_txt {
	font-size:13px;
	text-align:left;
	line-height:1.7;
	letter-spacing:-0.03em;
	position:absolute;
	left: 37px;
	top: 325px;
}


/*--------------------------------------------------
		会社概要・特定商・プライバシーポリシー
---------------------------------------------------*/
body#subpage{background:#fff}

.title{
	background:#542b2b;
	padding:5px 20px;
	margin:20px;
	font-weight:bold;
	}
table{margin:auto;width:700px;font-size:10pt;border:0;}
th{text-align:left;background:#ddd;padding:5px 10px;
color:#000;}
td{padding:5px 10px;line-height:1.5;
background-color:#FFFFFF;}

#privacy{width:700px;margin:auto;}
#privacy p{margin:0;line-height:1.5;}
.p_inner{background:#542b2b;padding:10px;margin:10px auto;line-height:1.5;}


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

#presenter {
font-size:14px;
padding:0 25px;
line-height:160%;
margin:0;
}

#suisen{
width:800px;
margin:0;
background:url(../img/suisen_side.png) top center repeat-y;
}


/* よくあるご質問枠 -------------------------------------- */


#shitsumon img {
margin-bottom:30px;
}


/* フッター -------------------------------------- */
#footer {
	text-align: left;
	width: 1500;
	height:131px;
	background:url(../img/footer_bg.gif) center no-repeat;
	position:relative;
	z-index:0;
	}

.footer-anc {
	height:10px;
	width:770px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	top: 12px;
	left: 214px;
	}

.menue {
padding:10px 0px 0 0px;
margin:0 auto;
	width:800px;
	height:86px;
	}
	
#footer a{text-decoration:none;}
#footer a:link {color:#fff;}
#footer a:visited {color:#fff;}
#footer a:active {color:#fff;}
#footer a:hover {color:#fff;}



/* =============================================================
　■□■ 4. hack 関連 ■□■
============================================================= */

/* -------- 中身をfloatした場合も背景を下まで伸ばす -------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	background-color: #FFFFFF;
}
/* End hide from IE-mac */



/* -------- IE5.5 ＆ IE6のみで起きる不具合の回避 -------- */

/* Hides from IE5-mac \*/
* html .hollyhack {
	height: 1%;
}
/* End hide from IE5-mac */



/* マージン */

.top0{margin-top:0px}
.top5{margin-top:5px}
.top10{margin-top:10px}
.top20{margin-top:20px}
.top30{margin-top:30px}
.top40{margin-top:40px}
.top50{margin-top:50px}
.top150{margin-top:150px}

.bottom0{margin-bottom:0px}
.bottom5{margin-bottom:5px}
.bottom10{margin-bottom:10px}
.bottom20{margin-bottom:20px}
.bottom30{margin-bottom:30px}
.bottom40{margin-bottom:40px}
.bottom50{margin-bottom:50px}

.right0{margin-right:0px}
.right5{margin-right:5px}
.right10{margin-right:10px}
.right20{margin-right:20px}
.right30{margin-right:30px}
.right40{margin-right:40px}
.right50{margin-right:50px}

.left0{margin-left:0px}
.left5{margin-left:5px}
.left10{margin-left:10px}
.left20{margin-left:20px}
.left30{margin-left:30px}
.left40{margin-left:40px}
.left50{margin-left:50px}
.left60{margin-left:60px}

.tokuten{
text-align:center;
background-color:#eeeeee;
padding:10px;
}

.voice-inner{
width:410px;
padding-left:20px;
margin:50px 0 0 0;
font-size:12px;
line-height:1.5;
text-align:justify;
}

.voice-inner2{
text-align:left;
width:410px;
margin-top:5px;
padding-left:30px;
font-size:12px;
line-height:1.5;
text-align:justify;
}

.voice-inner3{
text-align:left;
width:410px;
margin-top:5px;
padding-left:30px;
font-size:12px;
line-height:1.5;
text-align:justify;
}

.voice-inner h3{
font-size:14px;
color:#542b2b;
}

#blead-main{
width:720px;
padding-left:20px;
background:url(../img/suisen_side.png) top center repeat-y;
}

.bread{
width:680px;
margin-left:36px;
font-size:12px;
line-height:1.6;
}

.support{
width:720px;
margin-left:36px;
text-align:left;
font-size:12px;
line-height:1.6;
}

.support2{
width:720px;
margin-left:10px;
padding:10px;
text-align:left;
font-size:12px;
line-height:1.6;
background-color:#FFFFCC;
}

#min{
width:876px;
margin:50px 0;
background:url(../img/image_bg.jpg) no-repeat;
}


#taguti{
width:770px;
background:url(../img/taguti_bg.png) no-repeat;
}

#ball{
width:770px;
background:url(../img/ball_bg.png) no-repeat;
}

#cap{
width:230x;
padding:5px 5px 5px 5px;
font-size:11px;
line-height:160%;
}

#qa1{
margin:0;
width:770px;
height:270px;
background:url(../img/qa_01.gif) no-repeat;
}

#qa1_txt{
margin-top:20px;
line-height:160%;
padding:50px 0 0 40px;
width:700px;
height:220px;
text-align:left;
}

#qa2{
margin:0;
width:770px;
height:180px;
background:url(../img/qa_02.gif) no-repeat;
}

#qa2_txt{
margin-top:20px;
line-height:160%;
padding:50px 0 0 40px;
width:700px;
height:130px;
text-align:left;
}

#qa3{
margin:0;
width:770px;
height:220px;
background:url(../img/qa_03.gif) no-repeat;
}

#qa3_txt{
margin-top:20px;
line-height:160%;
padding:50px 0 0 40px;
width:700px;
height:170px;
text-align:left;
}

.voice_blead1{
line-height:160%;
width:770px;
margin:20px 0;
height:229px;
background:url(../img/voice_4-5.png) no-repeat;
text-align:justify;
}

.voice_blead2{
line-height:160%;
width:770px;
margin:20px 0;
height:237px;
background:url(../img/voice_6-7.png) no-repeat;
text-align:justify;
}

.voice_left{
font-size:12px;
line-height:160%;
margin-top:40px;
margin-left:30px;
width:330px;
float:left;
}

.voice_right{
font-size:12px;
line-height:160%;
margin-top:40px;
margin-right:16px;
width:330px;
float:right;
}

.suisen{
line-height:160%;
padding:5px 10px;
width:700px;
height:400px;
background-color:#f1f7f7;
}

.voice_name{
	line-height:160%;
	font-size:20px;
	font-weight:bold;
	color:#0e6043;
}

.voice_p{
	font-size:16px;
	padding:10px;
	margin-bottom:30px;
	background-color:#d9eae3;
}

.midashi
{
	font-weight:bold;
	border-bottom:1px dotted #DDD;
	border-left:5px solid #0e6043;
	padding-left:8px;
	font-size:1em;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.8em;
}

.midashi2
{
	font-weight:bold;
	border-bottom:1px dotted #DDD;
	border-left:5px solid #0e6043;
	padding-left:8px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.8em;
}

.hr1 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0e6043;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bg{
background-color:#d9eae3;
}

.center{
text-align:center;
}

.inner_text {
margin-left:30px;
}

.media1{
line-height:160%;
margin:50px 0;
width:770px;
height:424px;
position:relative;
background:url(../img/media.jpg) no-repeat;
}

.movie {
	width:300px;
	height:240px;
	margin:0 auto;
	position:absolute;
	left: 442px;
	top: 94px;

}

.red {color: #FF0000}
.blue {color: #4683ff}
.white {color: #ffffff}

.big16 {font-size:16px;}
.big18 {font-size:18px;}
.big24 {font-size:24px;}

/*注文受付ページ*/

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	line-height:0.5em;
	letter-spacing:0.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	
body#kounyuupage {
	margin:0px;
	padding:0px;
	padding-top:30px;
	width:auto;
	line-height:0.5em;
	background:url(../img/images/main_ttl_bg.png) top center no-repeat #fff;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


p {
line-height:175%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	
img{border:0px;}

#headerimg #top #textbg{
	height:380px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	padding-top:130px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:40px;
	}

#headerimg #top #textbg p{
	text-align:left;
	line-height:150%;
	}
	
#headerimg {
	width:auto;
	height:532px;
	text-align:left;
	margin:0 auto;
	background:url(../img/images/main_bg.png) top center no-repeat;
}
#wrapperimg {
	width:auto;
	text-align:left;
	margin:0 auto;
	background:url(../img/images/body_bg.png) top center repeat-y;
	background-color: #336666;
}