@charset "utf-8";
* {
    border: 0;
    margin: 0;
    padding: 0;
}
html {
    overflow-y:scroll;
}
body {
	font-family:"CI","Meiryo",verdana,"qMmpS Pro W3","Hiragino Kaku Gothic Pro",Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
	font-size: 14px;
	color: #343434;
	line-height: 20px;
	letter-spacing:1px;
	margin: 0px;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FCFCFC;
}
li {
    list-style-type: none;
}

select {
    border: solid 1px #ccc;
}

/*PHOTO*/
.picture {
    border: 0px;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}

a:link{
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color:#333333;
}
a:active {
	text-decoration: none;
}
.clear {
	clear:both;
}
.mb5{ margin-bottom:5px;}
/*-------------------------------font-------------------------------*/
.small {font-size:10px;}
.large{font-size:16px;}
/*-------------------------------color-------------------------------*/
.white{color:#FFFFFF;}
.white_b{color:#FFFFFF; font-weight:bold;}
.red {color:#990000;}
.red_b {color:#990000; font-weight:bold;}
.red_s {color:#990000; font-size:12px;}
.black {color:#444444;}
.black_b {color:#444444;}
.green {color:#336600;}
.green_b {color:#336600; font-weight:bold;}
.blown {color:#B4A394;}
.blown_b {color:#B4A394; font-weight:bold;}

.error {
	margin-bottom:5px;
	border:1px solid #E2DFD2;
	padding:10px;
	width:602px;
	color:#B4A394;
	text-align:center;
	float:left;
}

/* フロート回り込み解除
----------------------------------------------- */
br.clear {
    clear: both;
    display: none;
    font-size: 0px;
    line-height: 0%;
    height: 0px
}
/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 100%;
    line-height: 150%;
}
/* テーブル共通指定
----------------------------------------------- */
table  {
    margin: 10px auto 0 auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-collapse: collapse;
    text-align: left;
}
table th {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
}
table td {
    padding: 5px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.centertd {
    text-align: center;
}
#completetext {
    width: 470px;
    margin: 15px auto 0 auto;
    padding: 15px;
    border: 5px solid #ccc;
}
#completetext em {
    font-weight: bold;
}
#completetext p{
    padding: 20px 0 0 0;
    text-align: left;
}
/* ヘッダー
----------------------------------------------- */
#header {
	height: 100px;
	margin-top:10px;
	position: relative;
	background-image: url(../img/header/logo.jpg);
	background-repeat: no-repeat;
	background-position: 10px top;
}
h1#sitetitle {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-indent: -9999px;
	color: #666666;
}
h1#sitetitle a{
	display: block;
	width: 450px;
	height: 100px;
	text-indent: -9999px;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#h_button {
	display: inline;
	height: 27px;
	width: 350px;
	list-style: none;
	position: absolute;
	left: 570px;
	top: 38px;
}
/* ヘッダーメニュー
----------------------------------------------- */
#h_button li {
	display: inline;
	height: 27px;
	font-size: 1px;
	text-indent: -9999px;
}
#h_button a {
	display: block;
	float: left;
	height: 27px;
}
#h_button1 a {background: url(../img/header/cartin.jpg) no-repeat top left; width: 100px; margin-right: 5px;}
#h_button2 a {background: url(../img/header/entry.jpg) no-repeat top left; width: 100px; margin-right: 5px;}
#h_button3 a {background: url(../img/header/help.jpg) no-repeat top left; width: 100px;}

#h_button1 a:hover {background: url(../img/header/cartin.jpg)}
#h_button2 a:hover {background: url(../img/header/entry.jpg)}
#h_button3 a:hover {background: url(../img/header/help.jpg)}

/* グローバルメニューのスタイル */
#menu{
	height: 41px;
	width: 900px;
}

ul#menu{
	list-style:none;
	width:100%;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
}
ul#menu li{
	list-style:none;
	float:left;
	width:150px;
	margin: 0px;
	padding: 0px;
}
ul#menu a{
	display:block;
	width:150px;
	height:41px;
	text-indent:-9999px;
	font-size: 12px;
	background-image: url(../img/header/menu.jpg);
}
a.index{background-position:0px 0px;}
a:hover.index{background-position:0px -41px;}
a.shopping{background-position:750px 0px;}
a:hover.shopping{background-position:750px -41px;}
a.company{background-position:600px 0px;}
a:hover.company{background-position:600px -41px;}
a.howto{background-position:450px 0px;}
a:hover.howto{background-position:450px -41px;}
a.row{background-position:300px 0px;}
a:hover.row{background-position:300px -41px;}
a.contact{background-position:150px 0px;}
a:hover.contact{background-position:150px -41px;}

/* Wrapper
----------------------------------------------- */
#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* フレーム
----------------------------------------------- */
#container {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
}
#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

#left_column{
	width:230px;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
}

#leftcolumn h2 {
    padding: 15px 0 0 0;
}

#center_column{
	width:645px;
	float: right;
}

#centercolumn h2 {
    padding: 15px 0 0 0;
}

#right_column{
	width:645px;
	float: right;
	margin: 0px;
	padding: 0px;

}
#box{
    width:645px;
	float:right;
}

/* カラム設定
----------------------------------------------- */
#three_maincolumn {
    float: left;
    width: 432px;
    padding: 15px 0 0 0;
}

#three_maincolumn h2 {
    padding: 15px 0 0 0;
}

#two_maincolumn {
    float: left;
    width: 645px;
}

#one_column{
	width:900px;
	float: right;
}

/* メイン（TOP)
----------------------------------------------- */
#top_img{
	height: 180px;
	width: 640px;
	margin-top: 10px;
	float: left;
}

/* カゴの中
----------------------------------------------- */
#cartarea {
	width: 228px;
	color:#414141;
	margin-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom:10px;
}
#cartarea p {
    padding: 8px 0 0 0;
}
#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}
/* 検索
----------------------------------------------- */
#searcharea {
	width: 228px;
	color:#414141;
	margin-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom:10px;
}
#searcharea p {
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#searcharea .box200 {
    width:200px;
}
/* カテゴリー
----------------------------------------------- */
#categoryarea {
	width: 228px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom:10px;
}
#categoryarea dl {
    padding: 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

#categoryarea dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}

#categoryarea dl dt {
    padding: 0 0 0 20px;
    font-weight: bold;
    background: url("../img/common/arrow_blue.gif") no-repeat;
}

#categoryarea dl dt.onmark {
    padding: 0 0 0 20px;
    font-weight: bold;
    background: url("../img/common/arrow_red.gif") no-repeat;
}

#categoryarea dl dd {
    padding: 0 0 0 20px;
}
/* ランキング
----------------------------------------------- */
#rankingarea {
	width: 228px;
	color:#414141;
	margin-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom:10px;
}

#rankingarea a:link {color:#74A24F; text-decoration: none;}
#rankingarea a:visited {color:#74A24F; text-decoration: none;}
#rankingarea a:hover {color:#74A24F; text-decoration: none;}
#rankingarea a:active {color: #74A24F; text-decoration: none;}

/* インフォ
----------------------------------------------- */
#infoarea {
	width: 228px;
	color:#414141;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

/* ガイドリンク
----------------------------------------------- */
#guidearea{
	width: 228px;
	color:#414141;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid #E2DFD2;
}

/* ログイン
----------------------------------------------- */
#loginarea {
	width: 228px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom:10px;
}
#login{
	clear: both;
	float: left;
	margin-left: 150px;
}
/* テキストフィールド
----------------------------------------------- */
input[type='text'] {
    border: solid 1px #ccc;
}
input[type='password'] {
    border: solid 1px #ccc;
}
/* ボタン
----------------------------------------------- */
input[type='image'] {
    border: none;
}

input[type='image'].box190 {
    width: 190px;
    height: 30px;
}

input[type='image'].box180 {
    width: 180px;
    height: 30px;
}

input[type='image'].box150 {
    width: 150px;
    height: 30px;
}

input[type='image'].box140 {
    width: 140px;
    height: 30px;
}

input[type='image'].box130 {
    width: 130px;
    height: 30px;
}

input[type='image'].box51 {
    width: 51px;
    height: 22px;
}

/* フッター
----------------------------------------------- */
#footer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
}
#pagetop {
	height: 20px;
	width: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer_right {
	width: 900px;
}
#footer a:link {color:#74A24F; text-decoration: none;}
#footer a:visited {color:#74A24F; text-decoration: none;}
#footer a:hover {color:#74A24F; text-decoration: none;}
#footer a:active {color: #74A24F; text-decoration: none;}

/* おすすめ
----------------------------------------------- */
#recommen{
	width: 645px;
	float: left;
	padding-right: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	height: auto;
}
#recommen a:link {color:#74A24F; text-decoration: none;}
#recommen a:visited {color:#74A24F; text-decoration: none;}
#recommen a:hover {color:#74A24F; text-decoration: none;}
#recommen a:active {color: #74A24F; text-decoration: none;}


/* カートインデックス
----------------------------------------------- */
#cartpage{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* バナー
----------------------------------------------- */
#banner{
	width: 645px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
}
.banner01_m{
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 210px;
	margin-right: 5px;
}
.banner02_m{
	float: left;
	width: 210px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.banner03_m{
	float: left;
	width: 210px;
	margin-top: 5px;
}
.banner01{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 100px;
	width: 250px;
}
.banner02{
	float: left;
	width: 160px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.banner03{
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
/* その他
----------------------------------------------- */
.about_text{
	padding: 5px;
	width: 640px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.my_navi {
	padding:5px;
	width:622px;
	float:left;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}
.clearfix {
	display: inline-table;
	zoom: 1; /* for IE5.5 - IE7 */
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*  Margin
-----------------------------------------------*/
.m1 {
	margin-top:5px;
	margin-left:5px;
}
.m1_R{
	margin-top:5px;
	font-weight: bold;
	color: #FE0002;
	text-align: center;
	font-size: 14px;
}
.m2{
	margin-right:5px;
	margin-bottom:5px;
}
.m3{
	margin-bottom:5px;
}
.m4{
	margin-left:40px;
	margin-top:5px;
	padding-top:5px;
	width: 600px;
}
.b20 { margin-bottom:20px;}
.t5 { margin-top:5px;}
.t8{ margin-top:8px;}
.t10 { margin-top:10px;}
.t20 { margin-top:20px;}
.b5 { margin-bottom:5px;}
.b10 { margin-bottom:10px;}
.r5 { margin-right:5px;}

/* Padding
-----------------------------------------------*/
.p1{
	padding-top:5px;
	margin-left:5px;
}
.p1_G{
	padding-top:5px;
	margin-left:5px;
	color: #336600;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.p20{padding-bottom:20px;}
.p5{padding-left:5px;}
/* BOX
-----------------------------------------------*/
.box_01{
	height: 260px;
	width: 200px;
	float: left;
	margin-right: 10px;
}
.box_01_02{
	height: 190px;
	width: 200px;
	float: left;
	margin-right: 10px;
}
/*recomenで変更box_01*/
.box_02 {
	padding:10px;
	width:622px;
	color:#FFFFFF;
	float:left;
	background-color: #7CBF0D;
}

.box_03 {
	padding:10px;
	background-color: #7CBF0D;
	width: 622px;
}

.box_03_left {
	float:left;
}

.box_03_right {
	float:right;
}


.box_03 a:link {color:#FFFFFF; text-decoration: none;}
.box_03 a:visited {color:#FFFFFF; text-decoration: none;}
.box_03 a:hover {color:#FFFFFF; text-decoration: none;}
.box_03 a:active {color: #FFFFFF; text-decoration: none;}

.box_04 {
	width:330px;
	padding:5px 0;
}

.box_04_left {
	float:left;
}

.box_04_right {
	float:right;
}

.box_05 {
	width: 450px;
	height: 27px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

.box_05_left {
	float:left;
	width: 170px;
	height: 27px;
	text-align: right;
}

.box_05_right {
	float:right;
	width: 225px;
	text-align: right;
}

.box_06 {
	margin-bottom:5px;
	padding:10px;
	width:600px;
	color:#776453;
	float:left;
}

.box_07 {
	width:228px;
	border:1px solid #E2DFD2;
	margin-bottom:10px;
}
.box_08 {
	width:526px;
	padding:10px;
	border:1px solid #E2DFD2;
	background:#FFF;
}

.box_09 {
	padding:10px;
	width:622px;
	float:left;
}

.box_09 h4 {
	padding:10px;
	width:602px;
	color:#FFFFFF;
	background:#A37C53;
	margin-top:10px;
}

.box_10 {
	padding:10px;
	width:622px;
	color:#FFFFFF;
	float:left;
}

.box_11 {
	padding:10px;
	width:622px;
	float:right;
	margin-bottom: 10px;
}

.box_12 {
	padding:10px;
	width:602px;
	font-size: 14px;
	font-weight: bold;
}

.box_13 {
	padding:5px;
	width:622px;
	float:left;
	border: 1px solid #B4A394;
	margin-bottom: 10px;
}

.box_13 h4 {
	padding:10px;
	width:602px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B4A394;
}

.box_14 {
	padding:10px;
	width:600px;
	border: 1px solid #B4A394;
	margin: 10px;
	height: auto;
	float: left;
	background-repeat: repeat;
}
.box_15 {
	padding:10px;
	width:600px;
	margin: 10px;
	height: auto;}
.box30{
    width:30px;
}
.area60{
	width: 600px;
	border:1px #999999 solid;
}

.area50{
	width: 90%;
	border:1px #999999 solid;
}

#title{
	width:642px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background-image: url(../img/products/list_title.jpg);
	background-repeat: no-repeat;
	height: 35px;
	margin-bottom:5px;
	margin-top: 8px;
}
.intro_title{
	width:600px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	background-image: url(../img/title/title_sub.jpg);
	background-repeat: no-repeat;
	height: 35px;
}

.intro_text{
	padding-top: 5px;
	padding-left: 45px;
}
.intro_box{
	width: 600px;
}
.intro_img{
	float: left;
	width: 200px;
	text-align: center;
	margin-top: 5px;
}
.intro_img02{
	float: left;
	width: 250px;
	text-align: center;
	margin-top: 5px;
}
.intro_img03{
	float: left;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.intro_img04{
	float: left;
	width: 280px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.intro_com{
	width: 200px;
	text-align: left;
	padding: 3px;
}
.intro_com02{
	width: 270px;
	text-align: left;
	padding: 3px;
}
.intro_txt{
	float: right;
	width: 370px;
	margin-top: 5px;
	padding: 5px;
}
.intro_txt02{
	float: right;
	width: 320px;
	margin-top: 5px;
	padding: 5px;
}
.intro_txt li{
	list-style-type: decimal;
	list-style-position: inside;
}
.intro_txt02 li{
	list-style-position: inside;
	list-style-type:circle;
}
.sort_icon{
	background-image: url(../img/common/green.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	margin: 8px;
	height: 25px;
	padding-top: 2px;

}
.make_table{
	border: 1px solid #B4A394;
	font-size: 12px;
	line-height: 20px;
}
.prosses_table{
    width:580px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:0px;
}
.prosses_table th{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.prosses_table td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.prosses_table tr{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner_table{
	border: 1px solid #CCCCCC;
	font-size: 10px;
	line-height: 20px;
}
.camp_L{
	float: left;
	width: 65px;
}
.camp_R{
	float: left;
}
.imgs{
	margin-top:20px;
	border: 3px solid #666633;
    }
.one{
	margin-left: 5px;
	color:#330000;
	font-weight: bold;
}
.two{margin-left: 20px;
	color:#330000;}
.spece{
	width: 228px;
	padding-top: 5px;
}
.line{
    width:600px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B4A394;
}