/* tsukema_shop.css */


#wapper {
	position:relative;
	background-image:url(../images/tsukema_bg02.gif);
	min-width:746px;
	background-position: center;
}

div#main_container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	width: 716px;
}

#wapper div#mc_wapper { min-width:746px; }

/* float reset
****************************************************/
div#main_container div#main div#shop_main_area:after {
	content:"";
	display:block;
	clear:both;
	height: 0;
	visibility: hidden;
}

/* text -> img
****************************************************/
div#main_container div#main div#tsukema_shop,
.tsukema_close_btn a,
.list .pagetop_btn a,
.list .pagetop_btn_last a{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
}

/* shop_main_area
**************************************************************************************************/
div#main_container div#main div#shop_main_area {
	position: relative;
	width: 716px;
}

/* tsukema_shop
**************************************************************************************************/

div#main_container div#main div#tsukema_shop {
	float: left;
	background-image: url(../images/tsukema_shop_ttl01.png);
	width: 716px;
	height: 107px;
}

.list {
	float: left;
	width: 660px;
	border: 8px solid #fef0f1;
	background-color: #fae4ed;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

.fll { float:left; }

.clear {
	clear: both;
	display:block;
}

.list .kenmei {
	margin-bottom: 9px;
	margin-top: 20px;
}

.bold {
	font-weight: bold;
	color: #000;
	margin-top: 8px;
}

.spb8 {
	margin-bottom: 8px;
	color: #000;
}

.pink {
	color: #f04894;
}

*html .list .kenmei { margin-bottom: -5px; }

*html .spb8 { margin-bottom: -5px; }

*:first-child+html .list .kenmei {
	margin-top: 15px;
	margin-bottom: -10px;
}

*:first-child+html .spb8 { margin-bottom: -14px; }

/* shop_btn
****************************************************/
div#main_container div#main div#shop_btn {
	float: left;
	width: 716px;
	height: 68px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}


div#main_container div#main div#shop_btn .tsukema_close_btn {
	float: left;
	height: 68px;
	width: 216px;
	margin-left: 249px;
}

div#main_container div#main div#shop_btn .tsukema_close_btn a {
	width: 216px;
	height: 68px;
	background: url(../images/tsukema_close.gif);
}

div#main_container div#main div#shop_btn .tsukema_close_btn a:hover { background-position: 0 -68px; }

*html div#main_container div#main div#shop_btn .tsukema_close_btn {
	float: left;
	margin-left: 125px;
}

div#footer_logo h3 a {
	background-image: url(../images/tsukema_arts_logo.gif);
	float: left;
	width: 150px;
	height: 49px;
	margin-top: 10px;
	margin-left: 20px;
}

/* pagetop_btn
****************************************************/

.list .pagetop_btn {
	position: relative;
	float: right;
	width: 79px;
	height: 10px;
	padding-top: 10px;
	top: 23px;
}

.list .pagetop_btn_last {
	position: relative;
	float: right;
	width: 79px;
	height: 10px;
	padding-top: 0px;
	margin-bottom: 20px;
	top: 23px;
}

.list .pagetop_btn a,
.list .pagetop_btn_last a{
	position: relative;
	float: right;
	width: 79px;
	height: 10px;
	background: url(../images/tsukema_pagetop.png);
}

.list .pagetop_btn a:hover,
.list .pagetop_btn_last a:hover { background-position: 0 -10px; }
