@charset "EUC-JP";


body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/common_body_back.center.gif) repeat-y top center;
}

div#body_back_top{
	background: url(../images/common_body_top_back.gif) no-repeat top center;
}

div#body_back_bottom{
	background: url(../images/common_body_bottom_back.gif) no-repeat bottom center;
}

div#container{
	width: 950px;
	margin: 0 auto;	/* FireFox対応 */
	padding: 0;
	text-align: left;
}

div#common_logo{
	width: 950px;
	margin: 0;
	padding: 0;
	position: relative;
}

div#common_logo_text{
	margin: 0;
	padding: 0;
	top: 20px;
	left: 265px;
	font-size: 13px;
	color: #ababab;
	line-height: 140%;
	position: absolute;
}

div#contents_area{
	width: 950px;
	margin: 0;
	padding: 0;
}

/* メインメニュー */

div#common_main_menu{
	width: 245px;
	margin: 0;
	padding: 0;
	float: left;
}

h2#common_main_menu_title{
	width: 235px;
	margin: 20px 0 0 10px;
	padding: 0;
}

ul#common_main_menu{
	width: 235px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}

ul#common_main_menu li.sel1{
	width: 235px;
	height: 46px;
	margin: 2px 0 0 0;
	_margin: 2px 0 -4px 0;	/* IE6対応 */
	padding: 0;
}

ul#common_main_menu li.sel2,
ul#common_main_menu li.sel3,
ul#common_main_menu li.sel4,
ul#common_main_menu li.sel5,
ul#common_main_menu li.sel6{
	width: 235px;
	height: 46px;
	margin: 1px 0 0 0;
	_margin: 1px 0 -4px 0;	/* IE6対応 */
	padding: 0;
}

/* ショップ　INFO */

div#common_shop_info{
	width: 235px;
	margin: 10px 0 0 10px;
	_margin: 10px 0 -4px 10px;	/* IE6対応 */
	padding: 0;
	position: relative;
}

table#common_shop_info_table{
	margin: 0;
	padding: 0;
	top: 47px;
	left: 10px;
	font-size: 11px;
	color: #ffffff;
	line-height: 180%;
	position: absolute;
}

table#common_shop_info_table th{
	padding: 0;
	font-weight: normal;
	text-align: left;
}

table#common_shop_info_table td{
	padding: 0 0 0 10px;
}

table#common_shop_info_table td a{
	text-decoration: none;
	color: #ffffff;
}

/* コンテンツ */

div#contents{
	width: 705px;
	margin: 0;
	padding: 0;
	float: left;
}

/* ページ上部へ戻る */

div#common_to_top{
	width: 950px;
	margin: 20px 0 0 0;
	padding: 0;
}

/* フッターラップ */

div#common_footer_wrap{
	width: 950px;
	height: 140px;
	margin: 0;
	padding: 0;
	overflow: hidden;	/* IE6以外対応 */
}

/* フッターメニュー */

div#common_footer_menu{
	width: 950px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	background-color: #e6d4b0;
}

div#common_footer_menu a{
	text-decoration: none;
	color: #ffffff;
}

/* コピーライト */

div#copyright{
	width: 950px;
	margin: 72px 0 0 0;
	padding: 0;
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	background-color: #e6d4b0;
}

/* その他 */

div.clear_both{
	clear: both;
}
