﻿@charset "UTF-8";

/* ********** reset ********** */
* {
margin: 0;
padding: 0;
}

img {border:none;}
p {
	text-align:left;
	font-size:12px;
}
table, tr, td, th {border:none;}
ul,li,ol {list-style-type: none;}
body {
	padding: 10px 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #FFFFFF;
	font-size: 12px;
	background-position: center top;
	background-repeat: repeat-y;
	background-image: url(_img/back_rug.gif);
}

a { text-decoration: none;}
a:link { color: #333; }
a:visited { color: #333; }
a:hover { color: #F00; text-decoration:underline; }
a:active { color: #F00; text-decoration:underline;}


/* ********** layout ********** */

#header {
	width: 730px;
	margin:0 auto 0px;
}


/* **********ヘッダー始まり********** */
/* ************************************************** */
/* ************************************************** */
#header {
	width: 730px;
	background-color: #FFFFFF;
	margin: 0 auto 0;
}

h1 {
	text-align: center;
}

h2 {
	text-align: right;
	font-size: 9px;
	color: #999999;
	padding-bottom: 10px;
}

#header_menu {
	margin-left: 570px;
}

#header_menu ul {
	height: 17px;

	border-left: 1px solid #ccc;
}
#header_menu li {
	float: left;
	height: 13px;
	padding:2px 5px;
		
	border-right: 1px solid #ccc;
}
#header_menu li a {
	display:block;
	float: left;
	height: 13px;
	
	font-size:11px;
	color: #999;
}
#header_menu li a:hover {
	color: #000;
}


#footpath {
	width:718px;
	margin :0 auto 10px;
	clear: left;
}



/* **********フッター始まり********** */
/* ************************************************** */
/* ************************************************** */
.side_link {
	position : fixed!important;
	position : absolute;
	top: 300px;
	right: 2px;
}

.side_link_02 {
	margin-top: 12px;
	position : fixed!important;
	position : absolute;
	top: 100px;
	right: 2px;
}

.side_link_03 {
	position : fixed!important;
	position : absolute;
	bottom: 0px;
	right: 10px;
}
.corp_menu {
	clear:left;
	width: 700px;
	text-align: right;
	margin: 10px auto 10px;
}

.corp_menu li {
	display: inline;
	padding-right: 1em;
	font-size:10px;
}

#footer {
	clear: both;
	margin: 0 auto 0;
	height: 70px;
	background-image:url(_img/footer_corp.gif);
	width: 676px;
	padding: 12px;
}

#footer p {
	color: #333333;
	padding: 0 0 0 12px;
	line-height: 1.3em;
	font-size: 10px;
}

#footer img {
	display: block;
	float: right;
	padding: 5px 12px 5px 0;
}

/* ************************************************** */
/* ************************************************** */
/* **********フッター終わり********** */

#main_menu {
	width: 730px;
	height: 50px;
	margin: 0 auto 0;
}

#catgory_menu {
	width: 480px;
	height: 50px;
	background-image:url(_img/bg_menu480.gif);
	float: right;
}

#catgory_menu li {
	float: left;
	margin: 2em 0 0 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#catgory_menu li a {
	color :#999999;
}

#catgory_menu li a:hover {
	color :#ff0000;
}



h3 {
	width: 730px;
	margin: 12px 0 6px 0;
	border-left: solid 5px #999999;
	color: #999999;
	text-indent: 12px;
	border-bottom: solid 2px #999999;
	font-size: 12px;
	}

.comment {
	text-indent: 1em;
	padding: 12px 2em 12px;
	line-height: 1.2em;
}
	
.sub_title {
	font-size:16px;
	border-bottom: solid 1px #ffcc99;
	font-family: 'Times';
	font-style: oblique;
	margin-bottom: 6px;
	font-weight: bold;
	text-indent: 10px;
	border-left: solid 2px #ffcc99;
	color: #000000;
}

h4 {
	width: 250px;
	height: 50px;
	float: left;
}

.vl_title{
	font-size: 16px;
}

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

#rapper {
	width: 730px;
	margin:12px auto 0px;
}

#corp_menu {
	text-align: right;
	padding-top: 2px;
}

#corp_menu li {
	display: inline;
	padding: 0 5px 0 2px;
	font-size: 10px;
}

#product {
	background-color: #333;
	margin-top: 3px;
	padding: 3px 0 3px 12px;
}
	
#product li {
	display: inline;
	padding: 0 3px 0 2px
}

#product li a{
	color: #FFF;
}

#product a:hover{
	color: #F00; 
	text-decoration:underline;
}

#shopping{
	margin: 0 auto 0;
	width: 730px;
	clear: both;
}

#shopping02{
	margin: 0 auto 0;
	width: 400px;
	clear: both;
}

#cart {
	width: 730px;
	margin-bottom: 10px;
	text-align: center;
	border-collapse: collapse;
}

#cart02 {
	width: 400px;
	margin-bottom: 10px;
	text-align: center;
	border-collapse: collapse;
}

#cart03 {
	width: 300px;
	margin-bottom: 10px;
	text-align: right;
	background-color: #E6DCBF;
	font-size: 14px;
	border: solid 1px #999999;
}


#cart th, #cart td {
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
	font-weight: bold;
}

#cart02 th, #cart02 td {
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF6600;
	font-weight: bold;
}

.space_01 {
	width: 400px;

}

.space_01 p {

}

.item_cart {
	width: 100px;
	text-align: center;
	background-color: #FF6600;
	color:#FFFFFF;
	}
	
.size {
	width: 120px;
	text-align: center;
	background-color: #FF6600;
	color:#FFFFFF;
}

.price {
	color:#FFFFFF;
}
.botton {
	width: 95px;
	text-align: center;
	background-color: #cc3333;
	color:#FFFFFF;
}

.item_price {
	color:#FF3300;
	font-weight: bold;
}

.vlcategory {
	text-align:right;
	height: 22px;
	padding-top: 12px;
}

.vlcategory li{
	display: inline;
	padding: 0 3px  2px;
	font-size: 16px;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
}

.cnts-left {
	float: left;
	width: 400px;
}

.detail_img {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	text-indent: 10px;
	border-left: solid 2px #999999;
	margin: 12px auto 6px;
}

.itemthumb {
	width: 400px;
	margin:0 auto 6px;
}

#other_color {
	width: 400px;
	margin:30px auto 6px;
}

.cnts-right {
	float: right;
	width: 300px;
}

.detail, .item_color {
	margin-bottom: 20px;
}


.pic_caution {
	font-size: 10px;
	padding-left: 12px;
	line-height:1.25em;

}

.delivery p {
	padding-left: 12px;
}

.delivery_icon {
	width: 280px;
	margin: 0 auto 10px;
}

.detail dt {
	font-weight: bold;
	color: #999999;
}

.detail p {
	font-size: 9px;
	color: #999999;
}

dl {
	padding-left: 12px;
}

dt {
	font-weight: bold;
	color: #999999;
}

dd {
	text-indent: 12px;
	padding-bottom: 5px;
	line-height:1.25em;
	color: #999999;

}

dd li {
	list-style-type: none;
}

.feature_img {
	margin: 0 auto 12px;
	width: 250px;
	}

.main_img {
	margin: 0 auto;
	text-align: center;
	width: 400px;
}

.space_02 {
	width: 400px;
	margin: 0 auto 0;
}

#comparison{
	width: 730px;
	margin: 0 auto 0;
	clear: both;
	margin-top: 40px;
}

.recommend {
	width: 730px;
	margin: 0 auto 0;
	clear: both;
	height: 260px;
	border: 1px;
	border-style: solid;
	padding: 12px 12px 12px 12px;
}

.recommend_sub {
	width: 730px;
	font-size:16px;
	border-bottom: solid 1px #999999;
	font-family: 'Times';
	font-style: oblique;
	margin-bottom: 6px;
	font-weight: bold;
	border-left: solid 3px #999999;
	}

.item {
	text-align: left;
	width: 210px;
	height:220px;
	float:left;
	padding-left: 10px;
	padding-right: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	margin: 3px;
	border-width: 1px;
	padding-top: 5px;
}

.item_name {
	height: 15px;
	font-size: 11px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #993300;
}

.material {
	text-align: right;
	font-size: 10px;
	color: #999999;
}

.sale_price {
	text-decoration: line-through;
	text-align: right;
	color: #0000FF;
}	
	
.price {
	text-align: right;
	color: #ff0000;
}

.caption {
    text-align: right;
}

.index_icon {
	text-align: right;
	margin: 2px 0;
	
}

