@charset "shift_jis";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	font-size:small;
	color:#616161;
	line-height:1.4;
}

img{
	vertical-align:bottom;
	border:none;
}

li,ol,dd{
	list-style:none;
}

table{
	border-collapse:collapse;
}

html{
}

.flt_l{
	float:left;
}

.flt_r{
	float:right;
}

/*****************************************************/

/*回り込み解除*/

/*****************************************************/
.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {/*IE6｡MAC*/
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*****************************************************/

/*リンク設定*/

/*****************************************************/

a:link{
	color:#617812;
	text-decoration:none;
}

a:visited{
	color:#617812;
	text-decoration:none;
}

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

a:active{
}


/*****************************************************/

/*背景画像*/

/*****************************************************/
body{
	_background: url(images/common/body_bg02_ie6.jpg) no-repeat fixed center center;
}

.mc-hide-scrolls{
	overflow:hidden;
}

body .mc-cycle {
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
	_display:none;
	
}

div.mc-image {
	background-size:cover;
	-moz-background-size:cover;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	width:100%;
}


/*****************************************************/

/*共通パーツ*/

/*****************************************************/
body{
}
div#header {
	height:20px;
	background-color:#E3263D;
}
div#header h1{
	width:900px;
	margin:0 auto;
	color:#FFFFFF;
}
div#wrap {
	width:900px;
	margin:0 auto;
}

div#column_l{
	width:260px;
	float: left;
}

div#column_l ul#gnavi{
	margin-bottom: 20px;
}

div#column_l ul#gnavi li{
	background: url(images/common/navi_bg.png);
	margin-bottom: 1px;
}

div#column_r{
	float:right;
	width:600px;
	margin-top: 20px;
}

div.contents{
	padding: 0px 9px 9px;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	background: #FFFFFF;
	margin-bottom: 20px;
}

div#footer{
	background: url(images/common/navi_bg.png);
}

div#footer_navi{
	width:900px;
	margin:0 auto;
	padding:10px 0;
}

div#footer_navi ul{
	width:215px;
}

div#footer_navi ul li{
	background: url(images/common/icon01.gif) no-repeat left center;
	padding: 2px 0px 2px 10px;
}

div#footer_navi ul li a{
	color:#444444;
}

div#footer_navi ul li a:hover{
	color:#A5161A;
}

p#copyright {
	text-align: center;
	padding: 20px;
	background-color:#999999;
	color: #FFFFFF;
}

h3.caption {
	background: url(images/interior/subttl_bg.gif) no-repeat;
	height: 43px;
	width: 550px;
	font-size: medium;
	color: #084680;
	padding-left: 30px;
	padding-top: 7px;
}





#column_l {
	width: 260px;
}

#sidebar {
position:relative;
}




/* INQUIRY ******************/
.tbl_inquiry {}

.tbl_inquiry th {
	border-left: 3px #CC0000 solid;
	border-bottom:1px #CCCCCC solid;
	background-color:#FFFFFF;
}

.tbl_inquiry td {
	border-bottom:1px #CCCCCC solid;
	padding:5px;
	background-color:#FFFFFF;
}






/*****************************************************/

/*マージン・パディング設定/

/*****************************************************/

.mt_5{
	margin-top:5px;
}

.mt_10{
	margin-top:10px;
}

.mt_15{
	margin-top:15px;
}

.mt_20{
	margin-top:20px;
}

.mt_30{
	margin-top:30px;
}

.mt_45{
	margin-top:45px;
}


.mb_5{
	margin-bottom:5px;
}

.mb_10{
	margin-bottom:10px;
}

.mb_15{
	margin-bottom:15px;
}

.mb_20{
	margin-bottom:20px;
}


.mb_30{
	margin-bottom:30px;
}

.mb_45{
	margin-bottom:45px;
}


.pt_5{
	padding-top:5px;
}


.pt_10{
	padding-top:10px;
}

.pt_15{
	padding-top:15px;
}

.pt_20{
	padding-top:20px;
}

.pt_25{
	padding-top:25px;
}


.pb_5{
	padding-bottom:5px;
}

.pb_10{
	padding-bottom:10px;
}

.pb_15{
	padding-bottom:15px;
}

.pb_20{
	padding-bottom:20px;
}

.pb_25{
	padding-bottom:25px;
}


/* 汎用設定*/
.clearBoth {
 clear:both;
 overflow:hidden;
 width:1px;
 height:1px;
 margin:0 -1px -1px 0;
 border:0;
 padding:0;
 font-size:0;
 line-height:0;
}
.clearFix:after{
 content: "."; 
 display: block; 
 height: 0; 
 font-size:0; 
 clear: both; 
 visibility:hidden;
 }
.clearFix{display: inline-block;} 
/* Hides from IE Mac */
* html .clearFix{height:1%;}
.clearFix{display:block;}
/* End Hack */ 
/* 印刷用設定*/

.flo_l {
	float:left;
}

.flo_r {
	float:right;
}

/**商品紹介**/
.productArticl {
	width:560px;
	margin:0 auto;
}

h3.productTit {
	background:url(images/product/subTitImg01.gif) 0 0 no-repeat;
	width:500px;
	height:46px;
	padding-top:40px;
	padding-left:80px;
	color:#7a4b00;
}

h3.productTit01 {
	background:url(images/product/subTitImg02.gif) 0 0 no-repeat;
	width:500px;
	height:46px;
	padding-top:40px;
	padding-left:80px;
	color:#7a4b00;
}

.shikkui {
	width:290px;
}

.glayText {
	background:#ebe9e9;
	margin-top:30px;
	border:1px #CCCCCC solid;
	padding:5px 10px;
}

td.p_td {
	padding-top:5px;
}

th.p_th {
	padding:20px 30px 20px 0;
	
}

th.p_th01 {
	padding:25px 30px 25px 0;
	
}

#productTable {
	width:598px;
	border-collapse:collapse;
	border:1px #CCCCCC solid;
	background:#FFF;
	
}

#productTable tr th {
	background:#f8f7f7;
	border:1px #CCCCCC solid;
	padding:5px 0;
}

#productTable tr td {
	
	border:1px #CCCCCC solid;
	padding:5px 0;
}
