/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a:link{color:blue;text-decoration:underline;}
a:visited{color:blue;text-decoration:underline;}
a:hover{color:blue;text-decoration:none;}
a:active{color:blue;text-decoration:underline;}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像ボーダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

img { border-style: none }


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページ全体の色や背景色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

body {	margin: 0px;
	padding: 0px;
	background-color: white;
	background: url(image/header_bg.jpg) repeat-x;
	background-attachment: scroll;
	background-position: center top;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー　1枚画像部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


#header_image{
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 35px;
	letter-spacing: 1.5px;
	color: black;
	font-weight:normal;
	font-size: 18px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー　2枚画像部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


#header_image_2{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	line-height: 35px;
	letter-spacing: 1.5px;
	color: black;
	font-weight:normal;
	font-size: 18px;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー　1枚　左寄せ部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


#header_image_left{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 60px;
	line-height: 25px;
	color: black;
	font-weight:normal;
	font-size: 18px;
}

.h_img_left {
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダー　1枚　右寄せ部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


#header_image_right{
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 40px;
	line-height: 25px;
	color: black;
	font-weight:normal;
	font-size: 18px;
}

.h_img_right {
	float: right;
	padding: 2px;
	margin-top: 2px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ヘッダーテキスト部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */



#header_text1{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	letter-spacing: 1.5px;
	color: black;
	font-weight:bold;
	font-size: 18px;
}


.style2{	
	line-height: 35px;
	letter-spacing: 1.5px;
	color: black;
	font-weight:bold;
	font-size: 18px;
	background-color: #F3FF44;
}


#header_text2{
	margin-top: 0px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-size: 35px;
	color: red;
	font-weight:normal;
}

.style3{	
	line-height: 35px;
	letter-spacing: 1.5px;
	color: black;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 35px;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 空白エリア-特定の部分に多めに段落を入れたい時に使用 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.blank_100px{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 100px;
	clear: both;
}

.blank_70px{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 70px;
	clear: both;
}

.blank_40px{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 40px;
	clear: both;
}

.blank_20px{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 20px;
	clear: both;
}





/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1　h2　h3　部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


h1{	
	margin-top: 0px;
	color: black;
              font-size: 18px;
	font-weight:normal
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}

h2{
	margin-top: 0px;
	color: black;
              font-size: 18px;
	font-weight:normal
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-weight:normal;
}

h3{
	margin-top: 0px;
	color: black;
	font-size: 18px;
	color: black;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ページ全体の幅とボーダー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


#main1 {
	width:822px;
	margin-right: auto;
	margin-left: auto;
	background: url(image/sidebg.jpg) repeat-y;
	background-color: #eeeeee;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツエリア部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


#contents_all {
	margin-top: 10px;
	width:770px;
	font-size: 16px;
	margin-bottom: 0px;
	clear: both;
	padding-left: 30px;
	margin-left: 0px;
	margin-right: auto;
	line-height: 25px;
}

#contents_all p{
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	line-height: 25px;
	color: black;
}




#contents {
	margin-top: 10px;
	width:700px;
	font-size: 16px;
	margin-bottom: 0px;
	clear: both;
	padding-left: 30px;
	margin-left: 0px;
	margin-right: auto;
	line-height: 25px;
}

#contents p{
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	line-height: 25px;
	color: black;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 見出しテキスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.midasi_1{	
	line-height: 35px;
	letter-spacing: 1.5px;
	color: black;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 18px;
	background-color: #F3FF44;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像左寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.img_left {
	float: left;
	padding: 2px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 画像右寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.img_right {
	float: right;
	padding: 2px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトル画像部分１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.title1{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 17px;
	padding-left: 35px;
	font-size: 18px;
	color: black;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	height: 59px;
	line-height: 29px;
	background-image: url(image/title_img1.jpg);
	background-repeat: no-repeat;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイトル画像部分２ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.title2{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 0px;
	padding-top: 17px;
	padding-left: 35px;
	font-size: 18px;
	color: black;
	font-weight: bold;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	height: 59px;
	line-height: 29px;
	background-image: url(image/title_img2.jpg);
	background-repeat: no-repeat;
	clear: both;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* チェック画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.check{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	font-size:16px;
	font-weight: bold;
	background-image: url(image/checkbox1.gif);
	background-repeat: no-repeat;
	width: 550px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Q&A　Q画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.q_a_q{
	margin-top: 0px;
	margin-bottom: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 55px;
	font-size:16px;
	font-weight: bold;
	background-image: url(image/q_a1.gif);
	background-repeat: no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Q&A　A画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.q_a_a{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 55px;
	font-size:16px;
	font-weight: bold;
	background-image: url(image/q_a2.gif);
	background-repeat: no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ-ボックスエリア（テキスト） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.box_text{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ-ボックスエリア（外側） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.box_out {
	background-color: #F6F6F6;
	margin-top: 0px;
	margin-bottom: 25px;
	padding: 5px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* コンテンツ-ボックスエリア（内側） */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.box_in {
	background-color: #ffffff;
	border: 1px solid #D9D9D9;
	margin-bottom: 3px;
	padding: 8px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 申し込みボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.mousikomi a{
display:block;
width:550px;
height:75px;
background:url(image/mousikomi.jpg) no-repeat;
}

.mousikomi a:hover{
background:url(image/mousikomi_2.jpg) no-repeat;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューエリア−左右共通−ボックスエリア画像 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.review_top {
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	width: 720px;
	color: white;
	height: 60px;
	font-weight: bold;
	background-image: url(image/review_box/review_top.jpg);
	background-repeat: no-repeat;
}


.review_center {
	width: 720px;
	margin: 0px;
	font-size: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: auto;
	background-image: url(image/review_box/review_center.jpg);
	background-repeat: repeat-y;
}

.review_bottom {
	margin-bottom: 20px;
	width: 720px;
	height: 15px;
	background-image: url(image/review_box/review_bottom.jpg);
	background-repeat: no-repeat;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューエリア−左右共通−見出しテキスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.review_midasi_1{
	color: red;
	font-weight:bold;
	font-size: 21px;
	line-height: 30px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビュー右画像エリア-テキスト左表示部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.review_textarea_left {
	display: block;
	float: left;
	padding-top: 20px;
	padding-right: auto;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: auto;
	line-height: 20px;
	width: 680px;
	font-size: 14px;
	color:white;

}






/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューエリア−イメージ右寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.review_img_right {
	display: block;
	float: right;
	width: 160px;
	padding: 20px;
	margin: auto;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビュー左画像エリア-テキスト右表示部分 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.review_textarea_right1 {
	display: block;
	float: left;
	padding-top: 20px;
	padding-right: auto;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: auto;
	line-height: 20px;
	width: 200px;
	font-size: 14px;
	color:white;
}

.review_textarea_right2 {
	display: block;
	float: right;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: auto;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: auto;
	margin-bottom: auto;
	line-height: 20px;
	width: 450px;
	font-size: 14px;
	color:white;
}




/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* レビューエリア−イメージ左寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.review_img_left {
	display: block;
	float: left;
	width: 160px;
	padding: 0px;
	margin: auto;
}






/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品エリア１ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */



.s_top {
	font-size: 13px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	width: 700px;
	color: white;
	height: 80px;
	font-weight: bold;
	background-image: url(image/s_box_2/menu_top.jpg);
	background-repeat: no-repeat;
}

.s_textarea {
	padding-top: 0px;
	padding-right: auto;
	padding-left: 0px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: auto;
	line-height: 20px;
	width: 680px;
	font-size: 14px;
	color:white;
}

.s_center {
	width: 700px;
	margin: 0px;
	font-size: 15px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: auto;
	background-image: url(image/s_box_2/menu_center.jpg);
	background-repeat: repeat-y;
}

.s_bottom {
	margin-bottom: 20px;
	width: 700px;
	height: 15px;
	background-image: url(image/s_box_2/menu_bottom.jpg);
	background-repeat: no-repeat;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品名テキスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.s_midasi_1{
	color: red;
	font-weight:bold;
	font-size: 21px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品-申し込みボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.s_mousikomi a{
	display:block;
	width:350px;
	height:60px;
	margin-bottom: 10px;
	background:url(image/button3.gif) no-repeat;
}

.s_mousikomi a:hover{
	background:url(image/button4.gif) no-repeat;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 商品イメージ右寄せ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.s_img_right {
	float: right;
	padding: 0px;
	margin: 0px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 回り込みを解除して自動改行させるタグ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


.clear{
	clear: both;
	margin: 0px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


#footer{
	text-align: center;
	font-size: 15px;
	color: black;
	border-top:1px solid #eeeeee;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-left: 0px;
	padding-bottom: 15px;
	line-height: 20px;
	width:802px;
}

#footer a {color:black;text-decoration:none;
}

#footer a:hover {color:black;text-decoration:underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* プライバシーポリシー　特商法ページ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */


#tokutei {
	font-size:13px;
	line-height:170%;
	text-align:left;
	margin-top:0px;
	margin-left:25px;
	margin-bottom:0px;
	padding-bottom:50px;
}

#tokutei b {
	font-size:19px;
	text-align:left;
	font-weight:bold;
}

#tokutei table {
	width:750px;
	border-bottom:#cccccc solid 1px;
	margin-top:15px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#tokutei th {
	width:220px;
	font-size:13px;
	font-weight:bold;
	line-height:170%;
	text-align:left;
	padding:15px;
	background:#f3f3f3;
	border-top:#cccccc solid 1px;
}

#tokutei td {
	width:550px;
	font-size:13px;
	line-height:170%;
	text-align:left;
	padding:15px;
	background:#ffffff;
	border-top:#cccccc solid 1px;
}

