@import url(cmn.css);
@import url(base.css);
@import url(shop.css);


/*---------------------------- 左ナビ（#con_side） --------------------------------*/

/* shop.css　と同様 */

#snavi_menu h3{
	display: block;
	background-image: url(../shop/access_images/side_t.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration:none;
	text-indent: -9999px;
	outline:none;
	width: 188px;
	height: 28px;
}

/*---------------------------- Contents（#con_main） --------------------------------*/

#page_imag {
	background:url(../shop/access_images/page_img.jpg) right top no-repeat;
	width: 607px;
	height: 130px;
	padding-left: 10px;
	text-decoration:none;
	text-indent: -9999px;
	outline:none;
}


#con_blk2 {
	margin: 10px 0px 30px;
	padding: 0px 10px 0px 20px;
}

#con_blk2 p {
	line-height:160%;
}

dl.access {
	border-bottom: 1px solid #3C3A31;}

dl.access dt {  
	clear: left;  
	float: left;  
	margin: 0;  
	width: 8em;
	border-top: 1px solid #3C3A31;
	background-color:#231107;  
	padding-left: 10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10pt;
	}
	
dl.access dd {  
	margin-bottom: 0;
	margin-left: 8em;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10pt;
	border-top: 1px solid #3C3A31;
	}



/*---------------------------- ヘッダ --------------------------------*/

/* shop.css　と同様 */