/*************************************************
*
* 鈴乃屋
* Copyright(C)Suzunoya.  All rights reserved.
*
* contents.css
* コンテンツ
*
*************************************************/

#mainContainer .btm_contents,
#mainContainer .btm_contents_all {
	clear: both;
	margin: 0;
	width: 960px;
	background-color: #fff;
}
/*
#mainContainer
.btm_contents {
	background: url(../images/bg_btm_contents.gif);
}
*/

/*
#mainContainer .btm_contents h2,
#mainContainer .btm_contents_all h2 {
	margin-bottom:16px;
	padding: 0;
	text-indent: 0;
	border-left:none;
}
*/

/*
#mainContainer .btm_contents h3,
#mainContainer .btm_contents_all h3 {
	margin-bottom:0;
	padding: 0;
	text-indent: 0;
	border-left:none;
}
*/


/* Contents Left */
/*
.btm_contents
.btm_contents_left {
	margin: 5px 0 0 0;
	padding: 0;
	width: 680px;
	display: block;
	float: left;
}
*/

/* Contents Right */
.btm_contents
.btm_contents_right {
	margin: 0 0 0 10px;
	padding: 5px;
	width: 210px;
	float: right;
}


/* Contents Box */
.contents_box {
	clear: both;
	margin-bottom: 20px;
}


/* Contents Menu */
.related_menu {
	margin-top: 10px;
}
.menu_ttl img {
	margin-right: 3px;
	vertical-align: bottom;
}
p.menu_ttl {
	margin: 0;
	width: 200px;
	height: 35px;
	text-indent: 1em;
	font-size: medium;
	font-weight: bold;
	background: url(../images/menu_off_bg.gif) no-repeat;
	display: block;
}
.menu_ttl a {
	padding: 5px 0;
	width: 200px;
	height: 25px;
	background: url(../images/menu_off_bg.gif) no-repeat;
	display: block;
}
.menu_ttl a:hover {
	background: url(../images/menu_on_bg.gif) no-repeat;
}
p.menu_ttl_nolink {
	margin: 0;
	padding: 5px 0;
	width: 200px;
	height: 25px;
	text-indent: 1em;
	font-size: medium;
	font-weight: bold;
	background: url(../images/menu_off_bg.gif) no-repeat;
	display: block;
}
.contents_menu ul,
.related_menu ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	width: 178px;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	background: #fff;
}
.contents_menu li,
.related_menu li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	vertical-align: text-top;
	font-weight: bold;
	border-top: 1px dotted #ccc;
}
.contents_menu li {
	padding: 5px 0 5px 15px;
	background: url(../images/icon_menu01.gif) left center no-repeat;
}
.related_menu li span.ttl {
	text-indent: 10px;
	line-height: 130%;
	background: url(../images/icon_topics.gif) left 3px no-repeat;
	display: block;
}
.related_menu li img {
	margin: 3px 3px 5px 0;
	border: 1px solid #ccc;
}
.related_menu li p{
	font-weight: lighter;
}
.contents_menu li.top,
.related_menu li.top {
	border-top: none;
}


/* Bottom Button */
.btn_menu #contact_btn,
.btn_menu #shop_btn {
	margin-top: 10px;
}
.btn_menu #contact_btn a,
.btn_menu #shop_btn a {
	margin-bottom: 5px;
	width: 200px;
	height: 26px;
	display: block;
}
.btn_menu
#contact_btn a {
	background: url(../images/bt_contact.gif) 0 0 no-repeat;
}
.btn_menu
#shop_btn a {
	background: url(../images/bt_shop.gif) 0 0 no-repeat;
}
.btn_menu #contact_btn a:hover,
.btn_menu #shop_btn a:hover {
	background-position: 0 -26px;
}


/* Banner */
.btm_contents_right
.ban {
	margin-top: 10px;
}
#yoyaku_tx {
	margin-bottom: 5px;
}
#yoyaku_btn {
	margin: 0 auto;
	width: 180px;
	height: 26px;
	background: url(../../product/images/bt_yoyaku.gif) top no-repeat;
	display: block;
}
#yoyaku_btn:hover {
	background-position: bottom;
}


/* Shop_Map */

#shopMap {
	background: #ffffff;
	/*padding: 10px 0 10px 9px;*/
}