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

*
{
	margin:0;
	padding:0;
	text-align: left;
	line-height: 180%;
}

a:link    {color:#660000;}
a:visited {color:#660000;}
a:active  {color:#660000;}
a:hover   {color:#000;}

body {
	font-size: 100%;
	line-height: 140%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	background-image:url(../img/common/common_bg.gif);
	background-repeat:repeat-x;
	margin-left: auto;
	margin-right: auto;
}

.abc {
	font-size:0px;
	line-height:0px;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size:1.6ex;
	text-align: left;
	color: #000000;
}

img {
    border: 0px;
}

a:link    {color:#3399ff;}
a:visited {color:#660000;}
a:active  {color:#0154fd;}
a:hover   {
	color:#0154fd;
}

.clear {clear: both;}

.nvi {
	margin-left:0px;
	margin-right: 0px;
}

h1 {
    margin:0px;
	padding:0px;
}
h2 {
    margin:0px;
	padding:0px;
}

h3 {
    margin:0px;
	padding:0px;
}

/* 文字装飾
---------------------------------------------------- */
.style1 {
	color: #FF3300;
	font-weight:bold;
	font-size:110%;
	line-height:100%;
}
.style2 {
	color: #009933;
	font-size:1.5ex;
	font-weight: normal;
}
.style3 {
	color: #FF3300;
	font-size:1.8ex;
	font-weight: normal;
}         

.style4 {
	color: #000000;
	font-size:1.6ex;
	font-weight: normal;
}

.style6 {
	color:#FF33FF;
	font-size: 1.8ex;
}

.style7 {color: #FF6600};


/* レイアウト設定
---------------------------------------------------- */
#shadow {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
}




#wraper {
	height: auto;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/common/wraper_end.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#header {
	height: 80px;
	width: 810px;
	background-image: url(../img/common/head_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 80px;
	width: 810px;
	background-image: url(../img/common/head_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

/* safari only \*/ 
body:first-of-type #header {
	height: 79px;
	width: 810px;
	background-image: url(../img/common/head_bg.gif);
	background-repeat: no-repeat;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:-1px;
}


#logo {
	float: left;
	padding-left: 0px;
	height:80px;
}

.logo_bt {
	float: left;
	margin-top: 25px;
	padding-left: 5px;
}

#main_img {
	width:810px;
	height:245px;
	margin-top:10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}




/* ヘッダーナビ設定
---------------------------------------------------- */

#headernavi {
	margin-top: 0px;
	font-size: 15px;
	float: right;
	width: 340px;
	height: 35px;
}



#headernavi ul {
	font-size:12px;
	color:#333333;
}

#headernavi ul li {
	background-image:url(../img/common/point_2.gif);
	background-repeat:no-repeat;
	float:left;
	font-size:12px;
	color:#333333;
	width: 100px;
	padding-left:13px;
	list-style:none;
}

.headernavip a {
    color:#666666;
}
.headernavip a:hover {
	color:#666666;
}


/* グローバルナビ設定
---------------------------------------------------- */
#g {
	width:810px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

#g_navi {
	width:800px;
	margin-left: auto;
	margin-right:auto;
	height: 40px;
	list-style-type: none;
	background-image:url(../img/common/g_nav.gif);
	margin-top:-1px;
}

*html #g_navi {
	width:800px;
	margin-left: auto;
	margin-right:auto;
	height: 40px;
	list-style-type: none;
	background-image:url(../img/common/g_nav.gif);
	margin-top:0px;
}

*+html #g_navi {
	width:800px;
	margin-left: auto;
	margin-right:auto;
	height: 40px;
	list-style-type: none;
	background-image:url(../img/common/g_nav.gif);
	margin-top:0px;
}


#g_navi li {
    float:left;
	width:200px;
}

#g_navi li a {
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 40px;
	padding-top: 40px;
	color: #FFFFFF;
	background-image:url(../img/common/g_nav.gif);
}

/*　オフマウス時　*/
#nav01 a { background-position: 0      0; }
#nav02 a { background-position: -200px 0; }
#nav03 a { background-position: -400px 0; }
#nav04 a { background-position: -600px 0; }

/*　選択済み　*/
#nav01 a.stay { background-position:  0     -40px; }
#nav02 a.stay { background-position: -200px -40px; }
#nav03 a.stay { background-position: -400px -40px; }
#nav04 a.stay { background-position: -600px -40px; }


/*　オンマウス時　*/
#nav01 a:hover { background-position:  0     -40px; }
#nav02 a:hover { background-position: -200px -40px; }
#nav03 a:hover { background-position: -400px -40px; }
#nav04 a:hover { background-position: -600px -40px; }

#pankuzu {
	width:500px;
	margin-left: 4px;
	height: 28px;
	list-style-type: none;
	background-repeat: no-repeat;
}

#pankuzu li {
	float:left;
	margin-left:10px;
	font-size: 11px;
}

/* サイドナビ設定
---------------------------------------------------- */

#s_navi {
	width: 200px;/* ir{bNX */
	height:300px;
	overflow:hidden;
	background-image: url(../img/common/side_navi.jpg) repeat-x left top;
	background-repeat: repeat-y;
	margin-left: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-indent: -9999px;
}

#s_navi ul {
	width:200px;
	height: 50px;
	list-style-type: none;
}
#s_navi li {
	width:200px;
	height:50px;
}
#s_navi li a {
	display: block;
	width: 200px;
	height: 50px!important;
	height /**/: 75px;
	padding-left:200px;
	color: #FFFFFF;
	background-image: url(../img/common/side_navi.jpg);
}

/*オフマウス*/
#s_navi01 a { background-position: 0      0; }
#s_navi02 a { background-position: 0 -50px; }
#s_navi03 a { background-position: 0 -100px; }
#s_navi04 a { background-position: 0 -150px; }
#s_navi05 a { background-position: 0 -200px; }
#s_navi06 a { background-position: 0 -250px; }

/*ステイ*/
#s_navi01 a.stay { background-position:  0     -39px; }
#s_navi02 a.stay { background-position: -95px -39px; }
#s_navi03 a.stay { background-position: -190px -39px; }
#s_navi04 a.stay { background-position: -285px -39px; }
#s_navi05 a.stay { background-position: -380px -39px; }
#s_navi06 a.stay { background-position: -475px -39px; }

/*オンマウス*/
#s_navi01 a:hover { background-position: -200px  0px; }
#s_navi02 a:hover { background-position: -200px -50px; }
#s_navi03 a:hover { background-position: -200px -100px; }
#s_navi04 a:hover { background-position: -200px -150px; }
#s_navi05 a:hover { background-position: -200px -200px; }
#s_navi06 a:hover { background-position: -200px -250px; }


/* コンテンツ設定
---------------------------------------------------- */
#main_contents {
	height: auto;
	width: 810px;
	padding: 0;
}

.news {
	margin-left:28px;
	margin-right:28px;
	width:520px;
	height:520px;
	overflow:auto;
	background-image:url(../img/top/news_bg.gif);
	background-repeat:repeat-y;
}

.news_box {
	border-bottom:dotted #CCC  1px;
	margin-bottom:9px;
}


/* listページ設定
---------------------------------------------------- */
.list_box {
	width:540px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
}

.list_item_box {
	float:left;
	width:120px;
	margin:20px 0 10px 4px;
	text-align:center;
	padding: 5px;
	height: 220px;
}

.list_item_box a{
	width:130px;
	text-align:center;
	line-height:100%;
}

.list_item_box p {
	width:120px;
	text-align:center;
	line-height:100%;
}

.list_item_titile a {
	font-weight:bold;
	text-align:center;
	font-size:110%;
	line-height:120%;
}

.list_item_price {
	text-align:center;
	font-size:10px;
	margin-top:10px;
	line-height:80%;
}


/* detailページ設定
---------------------------------------------------- */

.detail_contents {
	margin-left:25px;
	width:520px;
	height:auto;
	padding-top: 20px;
}

.detail_item_title {
	font-size:130%;
	font-weight:bold;
}

.detail_item_price {
	font-size:90%;
	margin-top:10px;
	line-height:80%;
}

.detail_left_top {
	width:287px;
	height:8px;
	background-image:url(../img/common/contents_left/item_left_1.gif);
	background-repeat:no-repeat;
	font-size: 0px;
	line-height: 0;
	margin-top: 0px;
}


.detail_right_top {
	width:290px;
	height:8px;
	background-image:url(../img/common/contents_left/item_right_1.gif);
	background-repeat:no-repeat;
	font-size: 0px;
	line-height: 0;
	margin-top: 0px;
}

.sozai_box {
	margin-left:40px;
	float:left;
	width: 230px;
}

*html .sozai_box {
	margin-left:20px;
	float:left;
	width: 230px;
}

.sozai_box2 {
	margin-left:20px;
	float:left;
	width: 230px;
}

*html .sozai_box2 {
	margin-left:10px;
	float:left;
	width: 230px;
}

.sozai_box2 ul li {
	list-style-type:circle;
	margin-left:20px;
	margin-bottom:5px;
	font-size:90%;
}

.detail_img {
	width:200px;
	float:left;
}

.detail_text {
	width:320px;
	float:left;
}




/* 左コンテンツ設定
---------------------------------------------------- */

#left {
	width:578px;
	float:left;
	height: auto;
}

.left_top {
    background-image:url(../img/common/contents_left/common_1.gif);
	background-repeat:no-repeat;
	width:578px;
	height:11px;
	font-size: 0px;
	line-height: 0;
}

.left_mid {
    background-image:url(../img/common/contents_left/common_3.gif);
	background-repeat:repeat-y;
	width:578px;
	height:auto;
}

.left_end {
    background-image:url(../img/common/contents_left/common_2.gif);
	background-repeat:no-repeat;
	width:578px;
	height:21px;
	font-size: 0px;
	line-height: 0;
}


.left_contents_top {
	background-image:url(../img/common/contents_left/top_1.gif);
	background-repeat:no-repeat;
	width:578px;
	height:9px;
	font-size: 0px;
	line-height: 0;
}

.left_contents_mid {
    background-image:url(../img/common/contents_left/top_3.gif);
	background-repeat:repeat-y;
	width:578px;
	height:auto;
}

.left_contents_end {
	background-image:url(../img/common/contents_left/top_2.gif);
	background-repeat:no-repeat;
	width:578px;
	height:14px;
	font-size: 0px;
	line-height: 0;
}

/* TOP商品左
-------------------- */
.item_left {
	float:left;
	width:287px;
}

.item_left_top {
	width:287px;
	height:8px;
	background-image:url(../img/common/contents_left/item_left_1.gif);
	background-repeat:no-repeat;
	font-size: 0px;
	line-height: 0;
	margin-top: 6px;
}

.item_left_mid {
	width:287px;
	height:auto;
	background-image:url(../img/common/contents_left/item_left_3.gif);
	background-repeat:repeat;
}

.item_left_end {
	width:287px;
	height:9px;
	background-image:url(../img/common/contents_left/item_left_2.gif);
	background-repeat:no-repeat;
	font-size: 0px;
	line-height: 0;
}

/* TOP商品右
-------------------- */
.item_right {
	float:left;
	width:290px;
}

.item_right_top {
	width:290px;
	height:8px;
	background-image:url(../img/common/contents_left/item_right_1.gif);
	background-repeat:no-repeat;
	font-size: 0px;
	line-height: 0;
	margin-top: 6px;
}

.item_right_mid {
	width:290px;
	height:auto;
	background-image:url(../img/common/contents_left/item_right_3.gif);
	background-repeat:repeat;
}

.item_right_end {
	width:290px;
	height:9px;
	background-image:url(../img/common/contents_left/item_right_2.gif);
	background-repeat:no-repeat;
	font-size: 0px;
	line-height: 0;
}

/* TOP商品中
-------------------- */

.item_img_box {
	margin-left:30px;
	float:left;
	width: 80px;
}

*html .item_img_box {
	margin-left:15px;
	float:left;
	width: 80px;
}



.item_text_box {
	float:left;
	width: 160px;
}


.item_img_box2 {
	margin-left:13px;
	float:left;
	width: 80px;
}
*html .item_img_box2 {
	margin-left:6px;
	float:left;
	width: 80px;
}


/* 右コンテンツ
---------------------------------------------------- */
#right {
	width:232px;
	height: auto;
	float: left;
	padding: 0;
}

.right_top {
    background-image:url(../img/common/contents_right/top_1.gif);
	background-repeat:no-repeat;
	width:232px;
	height:11px;
	font-size: 0px;
	line-height: 0;
}

.right_mid {
    background-image:url(../img/common/contents_right/top_3.gif);
	background-repeat:repeat-y;
	width:232px;
	height:auto;
}

.right_end {
	background-image:url(../img/common/contents_right/top_2.gif);
	background-repeat:no-repeat;
	width:232px;
	height:21px;
	font-size: 0px;
	line-height: 0;
}

.bn_space {
    text-align:center;
}

.bn_space a {
    text-align:center;
}


.bn_space img {
	text-align:center;
	margin-top:4px;
}

.bn_info {
	width:190px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	font-size: 80%;
	line-height: 110%;
}



/* フッター設定
---------------------------------------------------- */

#footer {
	height: auto;
	width: 100%;
	font-size: 12px;
	background-repeat: repeat;
	background-image: url(../img/common/footer_bg.gif);
	height:94px;
	clear: both;
}

#footbox {
   width:810px;
   margin-left:auto;
   margin-right:auto;
}


#footernavi {
	width:809px;
	float: left;
	height:94px;
}

#footernavi ul li {
	background-image:url(../img/common/foot_point.gif);
	background-repeat:no-repeat;
	float:left;
	font-size:12px;
	color:#FFFFFF;
	padding-left:10px;
	list-style:none;
	margin:10px 0 10px 13px;
}

#footernavi ul li a {
    color:#FFFFFF;
}

#re_top {
	width:191px;
	float:right;
	text-align: center;
	margin-top: 0px;
	height:auto;
}

#re_top a {
	color:#FFF;
}


#copy {
	font-size:10px;
	padding-top:25px;
	text-align:left;
	float:left;
	width:360px;
	margin-left:20px;
	color: #FFFFFF;
}



/* Q＆A　お客様の声
---------------------------------------------------- */



.qa {
    width:95%;
	border:double  #999999;
	margin-left:auto;
	margin-right:auto;
}



.qa_img {
	float:left;
	padding:10px 10px 10px 10px;
}



.co_img {
	float:left;
	padding:10px 10px 10px 10px;
	margin-bottom: 400px;
}



.qa_title {
	float:right;
	width: 73%;
	padding:10px 10px 10px 10px;
	line-height:170%;
}





.qa_a {
	margin-left:auto;
	margin-right:auto;
	padding-left: 15px;
}



.qa_a1 {
	float:left;
	padding-top: 10px;
}



.qa_a1b {
	float:left;
	padding-top: 3px;
}



.qa_a2 {
	float:left;
	font-size:1.6ex;
	font-weight:bold;
	color:#009933;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: left;
}

.qa_koe {
	float:left;
	font-size:1.5ex;
	color:#009966;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	width: 430px;
}

.qa_koe2 {
	float:left;
	padding-left: 10px;
	padding-top: 3px;
	width: 430px;
	padding-bottom: 5px;
	color: #0066FF;
	font-size: 1.5ex;
}


.qa_a3 {
	float:right;
	padding-right: 15px;
	font-size: 1.5ex;
	padding-top: 5px;

}



.qa_a3 a:link {color:#669999; }

.qa_a3 a:visited {color:#669999; }

.qa_a3 a:hover {color:#ff9900; }





.qa_a4 {
	float:left;
	padding-left: 10px;
	padding-top: 3px;
	width: 430px;
	padding-bottom: 5px;
	color: #FF0066;
	font-size: 1.5ex;
}

/* プライスリスト
---------------------------------------------------- */

.price_p2 {
	float:left;
	width:200px;
	border-bottom:1px #999999 dotted;
	margin-left: 26px;
	padding-left:20px;
	padding-top: 10px;
}
*html .price_p2 {
	float:left;
	width:170px;
	border-bottom:1px #999999 dotted;
	margin-left: 13px;
	padding-left:20px;
	padding-top: 10px;
}

.price_p3 {
	float:left;
	width:100px;
	border-bottom:1px #999999 dotted;
	margin-left: 26px;
	padding-left:20px;
	padding-top: 10px;
}
*html .price_p3 {
	float:left;
	width:120px;
	border-bottom:1px #999999 dotted;
	margin-left: 13px;
	padding-left:20px;
	padding-top: 10px;
}

.price_t2 {
	width:195px;
	float: left;
	padding-left: 40px;
	padding-right: 5px;
	border-bottom:1px #999999 dotted;
	text-align:right;
	padding-top: 10px;
}
*html .price_t2 {
	width:255px;
	float: left;
	padding-left: 20px;
	padding-right: 5px;
	border-bottom:1px #999999 dotted;
	text-align:right;
	padding-top: 10px;
}

.price_t3 {
	width:330px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom:1px #999999 dotted;
	text-align:right;
	padding-top: 10px;
}
*html .price_t3 {
	width:320px;
	float: left;
	padding-left: 0px;
	padding-right: 5px;
	border-bottom:1px #999999 dotted;
	text-align:right;
	padding-top: 10px;
}

.rig {
    text-align:right;
}

.cent {
    text-align:center;
}


.ta1 {
	border-bottom:1px #999999 dotted;
	padding-top:5px;
}	
	
.ta2 {
	border-bottom:1px #999999 dotted;
	padding-top:5px;
}	
	
.table {
    text-align:center;
	margin-left:22px;
}

.privacy {
    margin-left:30px;
}	
	
/* お問い合わせフォーム
---------------------------------------------------- */
#form {
     padding:20px 10px 20px 20px;
}

.form_title {
 padding-left: 10px;
 width: 130px;
 padding-top: 16px;
 padding-bottom: 10px;
 border-bottom-width: 1px;
 border-bottom-style:dotted;
 border-bottom-color: #333333;
 font-size:0.9em;
}

.form_title_top {
 padding-left: 10px;
 width: 130px;
 padding-top: 16px;
 padding-bottom: 10px;
 border-bottom-width: 1px;
 border-bottom-style:dotted;
 border-bottom-color: #333333;
 border-top-width: 1px;
 font-size:0.9em;
}

.form_input {
 width: 340px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-bottom-style:dotted;
 border-bottom-color: #333333;
}

.form_input_top {
 width: 340px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-bottom-style:dotted;
 border-bottom-color: #333333;
}

.input03 {
 background-color: #FFFFFF;
 border: 1px solid #cccccc;
 padding: 5px;
 text-align:center;
}




.td_1 {
	width:160px;
	padding:10px 0 0 10px;
	border-bottom:#CCC dotted 1px;
}

.td_2 {
	width:330px;
	padding:10px 10px 0 5px;
	border-bottom:#CCC dotted 1px;
}

.td_3 {
	width:50%;
	padding:5px 0 0 10px;
	border-bottom:#CCC dotted 1px;
}


/* お問い合わせフォーム
---------------------------------------------------- */

#contact {
	width:540px;
	float:left;
	margin:15px 0 0 0;
}


#form {
     padding:20px 10px 20px 20px;
}

.table {
	width:540px;
}

.form_title {
	padding-left: 10px;
	width: 130px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
	background-color:#efefed;
}

.form_title2 {
	padding-left: 10px;
	width: 130px;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
}

.form_title_sub {
	padding-left: 10px;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	font-size:0.9em;
	background-color:#efefed;
}

.form_title_top {
	padding-left: 10px;
	width: 130px;
	padding-top: 16px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #c3c1c1;
	border-top-width: 1px;
	font-size:0.9em;
	background-color:#efefed;
}

.form_input {
	width: 390px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.form_input_top {
	width: 390px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color: #c3c1c1;
	border-top-width: 1px;
	border-top-style:dotted;
	border-top-color: #c3c1c1;
	padding-left: 10px;
}

.input03 {
 background-color: #FFFFFF;
 border: 1px solid #cccccc;
 padding: 10px 20px;
 text-align:center;
}

.span_m {
	float:left;
	padding:3px;
	width:80px;
}

.co_ta {
	margin-left:auto;
	margin-right:auto;
}

.co_ta1 {
    width:23%;
	padding:5px 0 3px 0;
	border-bottom:#CCC dotted 1px;
}

.co_ta2 {
    width:5%;
	border-bottom:#CCC dotted 1px;
}

.co_ta3 {
    width:70%;
	padding:5px 0 3px 0;
	border-bottom:#CCC dotted 1px;
}

.co_ta4 {
    text-align:center;
	padding:5px 0 3px 0;
}

.co_ta5 {
    width:120px;
	padding:5px 0 3px 0;
	border-bottom:#CCC dotted 1px;
}


.co {
    font-size:10px;
}

.item_no {
	padding:5px;
	border:#F39 solid 1px;
	background-color:#FCF;
	width:90px;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-top:-60px;
	margin-bottom:30px;
}

.item_semi {
	padding:5px;
	width:90px;
	text-align:center;
	margin-left:auto;
	margin-top:-80px;
}
.item_no_2 {
	padding:5px;
	border:#F39 solid 1px;
	background-color:#FCF;
	width:90px;
	font-weight:bold;
	text-align:center;
}

