@charset "utf-8";
/* =reset
----------------------------------*/
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,
fieldset,legend,input,textarea,
blockquote,table,caption,
tbody,tfoot,thead,th,td,option{
margin:0;
padding:0;
}
table{
border-collapse:collapse;
border-spacing:0;
}
fieldset,img,
abbr,acronym{
border:0;
}
address,caption,cite,
code,dfn,th,var,
optgroup,em,b,i{
font-style:normal;
font-weight:normal;
}
ol,ul{
list-style:none;
}
caption,th{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}
q:before,q:after{
content:'';
}
a,ins,del{
text-decoration: none;
}
img{
vertical-align: bottom;
}
object,embed,th,td{
vertical-align: top;
}
input, textarea, select {
font-size: 1em;
}


.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.floatLeftMargin{
	float: left;
	margin-right: 10px;
}
.floatRightMargin{
	float: right;
	margin-left: 10px;
}
.clear { clear: both; }


.txtCenter{ text-align: center; }
.txtRight{ text-align: right; }

ul:after,
div:after,
.clrfix:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both;
	font-size: 0.1em; 
	visibility: hidden;
	line-height: 0;
}

.clrfix {
	display: inline-block;
	display: block;
	min-height:1%;
	font-weight: normal;
	text-align: right;
	}

.small{
	font-size:70%;
	font-weight:normal;
}
	
/*layout*/

body{
	background:url(img/base-bg.jpg);
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	line-height:1.3em;
	font-size:95%;
	color:#333333;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color:#F60;
}
a:hover,
a:active {
	text-decoration:underline;
	color: #29A2D6;
}

a img{
	border:none;
}
a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

#container {
	width: 910px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-weight: normal;
	font-size: 90%;
	margin-bottom: 20px;
}
#header {
	margin-bottom: 25px;
}

/* nav */
#nav{
    margin:0px auto 25px auto;
	width:925px;
	height:65px;
	background:url(img/nav-bg.png) no-repeat;
	margin-left:-8px;
}
#nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

#nav li{
  text-indent: -9999px;
  float:left;
  margin: 0;
  padding: 0;
}

#nav-in a{
	width:900px;
	display: block;
	width: 100%;
	height: 50px;
	background-image:url(img/nav.gif);
	margin:5px auto 0px 0;
}

#menu1 a{width:135px;background-position: 0 0;}
#menu2 a{width: 204px; background-position: -135px 0;}
#menu3 a{width: 204px; background-position: -339px 0;}
#menu5 a{width: 204px;background-position: -543px 0;}
#menu6 a{width: 151px; background-position: -748px 0;}

#nav a:hover{
  background-image: url(img/nav.gif);
  background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -50px;}
#menu2 a:hover{background-position: -135px -50px;}
#menu3 a:hover{background-position: -339px -50px;}
#menu5 a:hover{background-position: -543px -50px;}
#menu6 a:hover{background-position: -748px -50px;}

/* contents */
.preview {
	height: 300px;
	width: 910px;
	background:#DACCA3;
	margin-bottom:35px;
	position:relative;
}
#slider{
	margin:5px;
}
.top-contents p{
	font-size:85%;
	margin-top:10px;
}
.tc1{
	width:280px;
	margin-right:35px;
}
.tc2{
	width:280px;
	margin-right:35px;
	float:left;
}
.tc3{
	width:280px;
}

/* footer */
#footer{
	margin-top:50px;
}#footer-link {
	text-align: center;
	font-size: 90%;
	margin-top:10px;
	margin-bottom:30px;
}
.footer-p{
	text-align:left;
	font-size:85%;
}
.footer-logo{
	margin-top:20px;
}
#footer-contents{
	margin-bottom:20px;
}
#breadList { 
height: 30px; 
margin-top:-10px;
margin-bottom:10px;
}

#breadList * {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
	font-size: 12px;
}

#breadList ul li {
	float: left;
	background: url(img/breadlist_arrow.gif) no-repeat right center;
	padding-right: 15px !important;
	margin-right: 10px !important;
}

#breadList ul .end { background: url(none); }

#mainArea{
	width:690px;
	margin-right:20px;
	float:left;
	min-height:550px;
}
#rightArea{
	width:200px;
	float:right;
	text-align:left;
}
.cds-navi {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}

.cds-navi li { display: inline; }

.cds-navi li a {
  margin-bottom: 1px;
  padding: 10px 0 10px 10px;
  display: block;
  width: 185px;
  text-decoration: none;
  border-left: 5px solid #D2240B;
  background-color: #DDCCB7;
  color: #000000;
}

.cds-navi li a:hover {
  background-color: #E8E8E8;
  color: #843822;
  border-left: 5px solid #333;
}
h3{
	margin-bottom:10px;
}

table {
	width: 100%;
	border-collapse: collapse;
}
th.t_top {
    border-top: #b3b3b3 4px solid;
}
th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.bg01 {
	border-bottom: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}
td.t_top {
	border-top: #be1309 4px solid;
}
td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
	background-color:#FFFFFF;
}
.b0 td {
	border-top: 0;
}
.section{
	margin-bottom:30px;
}
.productth{
	background-color:#FFB877;
	border-right:solid 1px #e3e3e3;
	font-weight: bold;
	color: #B33C02;
}
.kakaku{
	font-size:85%;
	color:#F30;
	display:none;
}
#rightArea2{
	border:1px solid #8C3928;
	padding:5px;
}
.product-notice {
	border: 2px solid #BF2D17;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FAF1D6;
}
.kakaku2 {
	color: #F00;
}
.product-contents p{
	font-size:85%;
	margin-top:10px;
}
.pc1{
	width:210px;
	margin-right:30px;
}
.pc2{
	width:210px;
	margin-right:30px;
	float:left;
}
.pc3{
	width:210px;
}

dl.aboutlist {  
    overflow: hidden;  
    zoom: 1; 
}  
dl.aboutlist dt {  
    margin-bottom: 5px;  
    padding-bottom: 5px;  
    width: 120px;  
    float: left;  
    clear: both;    
}  
dl.aboutlist dd {  
    margin-bottom: 5px;  
    padding: 0 0 5px 120px;  
    border-bottom: 1px dotted #999;  
} 
#top_shop {
	overflow: hidden;
	margin-bottom: 20px;
}
#top_shop p {
	float: left;
	width: 450px;
}
#top_shop p a img {
	margin-right: 5px;
	float: left;
	width: 20px;
}
#top_shop div {
	float: right;
	width: 460px;
	text-align: right;
}