/* CSS Document */

/* 基本設定 ======================================== */


body{ 
background-image:url(../img/bg_css.gif);
color:#878787;
font-family:Osaka, "ＭＳ Ｐゴシック", ヒラギノ角ゴ Pro W3, Arial, sans-serif; 
font-size:12px; 
font-weight:normal; 
line-height:18px; 
text-align:left; 
margin: 0px; 
padding: 0px; 
} 

td{ 
color:#878787; 
font-family:Osaka, "ＭＳ Ｐゴシック", ヒラギノ角ゴ Pro W3, Arial, sans-serif; 
font-size:12px; 
font-weight:normal; 
line-height:18px; 
} 

img{ 
margin:0px; 
padding:0px; 
border:none; 
text-align: left; 
} 

a:link{
color:#CC0000; 
text-decoration: none;
} 
a:visited{
color:#CC0000; 
text-decoration: none;
} 
a:hover{
color:#CC0000; 
text-decoration: underline;
}


a.navi:link {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
a.navi:visited {
	COLOR: #ffffff; TEXT-DECORATION: none;
}
a.navi:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline;
}

a.leftnavi:link {
	COLOR: #878787; TEXT-DECORATION: none;
}
a.leftnavi:visited {
	COLOR: #878787; TEXT-DECORATION: none;
}
a.leftnavi:hover {
	COLOR: #CC0000; TEXT-DECORATION: underline;
}

/* 2:レイアウト ======================================== */

#wrap{ 
width:800px; 
margin-left:auto; 
margin-right:auto; 
text-align:left; 
}

#head{ 
width:800px;
margin-left:0px;
margin-top:8px;
margin-right:0px;
margin-bottom:8px; 
text-align:left; 
}

#contents {
padding-left: 10px; 
padding-bottom: 5px; 
padding-right: 10px; 
padding-top:0px; 
color:#878787;
font-family:Osaka, "ＭＳ Ｐゴシック", ヒラギノ角ゴ Pro W3, Arial, sans-serif; 
font-size:12px; 
font-weight:normal; 
line-height:18px;
background-color:#FFFFFF;
}

#main {
padding-left: 0px; 
padding-bottom: 44px; 
padding-right: 0px; 
padding-top:15px; 
color:#878787;
font-family:Osaka, "ＭＳ Ｐゴシック", ヒラギノ角ゴ Pro W3, Arial, sans-serif; 
font-size:12px; 
font-weight:normal; 
line-height:18px;
background-color:#FFFFFF;
}

th{ 
font-weight:normal; 
text-align:left; 
} 

.clear { 
clear: left 
}

.searchform{
margin-top:4px;
margin-bottom:16px;
}

.headerbg{
background-image:url(../img/header_bg.gif);
background-repeat:no-repeat;
padding-right:10px;
padding-top:24px;
font-size:10px;
color:#000000;
line-height:16px;
}

.brandname{
margin-top:10px;
margin-bottom:16px;
}

.topimg{
margin-top:10px;
margin-bottom:10px;
}

.topbox{
margin-top:15px;
}

.cartbtn{
margin-top:10px;
}
.cartbtn2{
margin-top:3px;
}

/* 3:テキスト ======================================== */

h1, h2, h3, h4, h5, h6, dt{ 
font-size:12px; 
font-weight:normal; 
} 
.small{ 
font-size:10px; 
} 
.big{ 
font-size:14px; 
} 
.red{ 
color:#cc0000; 
}
.price{ 
color:#cc0000;
font-size:14px;
font-weight:bold;
}
.white{ 
color:#ffffff; 
}
.darkg{ 
color:#333333; 
}
.lightgray{ 
color:#999999; 
}

.trail{
color:#ffffff;
margin-left:10px;
}

.footer{
color:#999999;
}

/* 4:背景色 ======================================== */
.black{
background-color:#000000;
}

.darkgray{
background-color:#666666;
}

.darkred{
background-color:#CC0000;
}

.whitebg{
background-color:#ffffff;
}

.searchbox{
background-color:#eeeeee;
margin-top:10px;
margin-bottom:10px;
margin-left:0px;
margin-right:0px;
padding-bottom:14px;
padding-top:14px;
padding-left:8px;
padding-right:8px;
}

.dotyoko{
background-image:url(../img/dotline_yoko_bg.gif);
background-repeat:repeat-x;
height:1px;
}

.dotyoko10{
background-image:url(../img/dotline_yoko_bg.gif);
background-repeat:repeat-x;
height:1px;
margin-bottom:10px;
}

.dottate{
background-image:url(../img/dotline_tate_bg.gif);
background-repeat:repeat-y;
width:1px;
}

/* 5:商品写真 ======================================== */
.detailimg{
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

