@charset "euc-jp";
/* CSS Document */

*{
/*	font-size:0em;
	line-height:0em;*/
}

a:link { color:#7D623C;}
a:active { color:#DEBD78;}
a:hover { color:#DEBD78;}
a:visited {
	color:#7D623C;
}

img{
	border:0px;
	vertical-align: top;
}
h1{
	font-size:0em;
	line-height:0em;
	margin:0px;
	padding:0;
}
body{
	font-family:"¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro",  "¥á¥¤¥ê¥ª", Meiryo,"£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;/*"¥á¥¤¥ê¥ª", Meiryo,*/
	font-size:1em;
	background-image:url(../img/base_bg.jpg);
	margin:0px;
	padding:0;
}
#main{
	width:736px;
	background-color:#FFFFFF;
	margin:0px auto;
	padding:0;
	line-height:0.0em;
}
#header{
	width:100%;
	background-image:url(../img/header_bg.png);
}
#headerB {
	width:100%;
	background-image:url(../img/header_bgB.png);
}

#footer{
	clear:both;
	width:100%;
	height:24px;
	background-color:#000000;
	font-size: 10px;
	line-height: 24px;
	text-align: center;
}
#footer>img{
	margin:0px 0px 0px 300px;
	padding:0px;
	display: block;
	float: left;
}
#inner{
	width:100%;
}
#col_left{
	background-image:url(../img/colLeft_bg.png);
	background-repeat:repeat-y;
	background-color:#1F0B02;
}
#col_shopName{
	float:left;
	width:168px;
}
#col_right{
	width:568px;
	padding-bottom:56px;
	background-image:url(../img/colRight_bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	float:right;
}
#col_right_shopData{
	background-image:url(../img/backgroundBrown.jpg);
	width:568px;
	padding-bottom:56px;
	background-color:#1F0B02;
	float:right;
}

#col_right .contents{
	margin:auto 40px 80px;
	font-size:1em;
}
#menu{
	margin:0;
	padding:0;
	line-height:0.0em;
	font-size:0.01%;
	height:36px;
}
#menu li{
	float:left;
	list-style-type:none;
	background-image:url(../img/topMenu/topSep.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:1px;
}
#menu li img{
	border:0px none #000;
}
#menuB{
	margin:0;
	padding:0;
	line-height:0.0em;
	font-size:0.01%;
	height:36px;
}
#menuB li{
	float:left;
	list-style-type:none;
	background-image:url(../kyokane/img/topSep.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding-right:1px;
}
#menuB li img{
	border:0px none #000;
}
#sideMenu {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	display: block;
	width: 132px;
}
ul.sitemap {
	line-height: 20px;
	font-size: 80%;
	margin: 30px 0 0 0;
	display: block;
	list-style-type: circle;
}

.iriIcon {
	list-style-image: url(../img/irimoyaIcon.png);
}

.center{
	text-align:center;
}
.contents .left{
	float:left;
}

#col_shopName>#gnavi{
	text-align:center;
	display:block;
	margin:20px auto 0px auto;
}

/**-----**/
.clearfix:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}

/** clearfix IE hack **/
.clearfix {  
	zoom: 100%;  
}
