------------------------------------
@charset "UTF-8";

/*
************************************************************

 Copyright (C) media kraft fuzoku aaa.

************************************************************
*/

/*////////////////////////////////////////////

	1. ヘッダータブ部分
	2. メインカタログ部分

////////////////////////////////////////////*/

/************************
 1. 最新カバーガール 
************************/

------------------------------------


/* 1. ヘッダータブ部分 */

.catalog_header_base{
	width:720px;
	height:auto;
	margin:0px auto;
	text-align:left;
	background-color:#F9D730;
}

#header_macro_tab{
	width:720px;
	height:32px;
}

.header_middle_list{
	width:700px;
	height:auto;
	margin:0px auto;
	border:7px #4C4C4C solid;
	padding:3px;
	text-align:left;
	background-color:#FFF;
}

#pankuzu{
	width:710px;
	height:auto;
	margin:0px auto;
	border-top:10px #F9D730 solid;
	border-bottom:10px #F9D730 solid;
	padding:3px 0px 3px 10px;
	text-align:left;
	background-color:#FFF;
}


/* 2. メインカタログ部分 */

#body_base{
	width:720px;
	height:atuo;
	margin: 0px auto;
	background-color:#F9D730;
}


.main_macro_header {
	heihgt: 33px;
}


.main_macro_body{
	width:680px;
	height:auto;
	margin:0px auto;
	border-right:1px #C7CBCE solid;
	border-left:1px #C7CBCE solid;
	padding:7px;
	background-color:#FFF;
}

.main_middle_header{
	clear:both;
	width:674px;
	height:15px;
	margin-top:15px;
	padding:3px;
	text-align:left;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background-color:#4C4C4C;
}

.main_middle_body{
	width:680px;
	height:auto;
	text-align:left;
}

.main_shop_list{
	width:330px;
	height:auto;
	float:left;
	padding:5px;
}

.main_shop_list_right{
	width:329px;
	height:auto;
	float:left;
	border-left:1px #C4C4C4 solid;
	padding:5px;
}

/* 下枠 */
.main_macro_footer{
	width:683px;
	height:17px;
	margin: 0 auto 5px;
	padding:3px 10px 3px 3px;
	background: url("/image/catalog/main_macro_footer.gif") top left no-repeat;
}


/*////////// NEWYEAR INFO //////////*/


div#newyear_tab_area_base {
	background-color: #ffcccc;
	clear: both;
	height: auto;
	margin: 0 auto 0;
	padding: 3px 0;
	width: 720px;
}

div#newyear_body_base{
	width:720px;
	height:atuo;
	margin: 0px auto 10px;
	background-color: #ffcccc;
}


div#newyear_tab_area_base div.newyear-search {
	background-color: #FFF;
	clear: both;
	height: auto;
	margin: 5px auto;
	padding: 1px 0;
	text-align: left;
	width: 700px;
}

div.newyear_footer {
	background: url("/image/top/special/newyear_footer.gif") no-repeat scroll left top transparent;
	height: 17px;
	margin: 0 auto 5px;
	padding: 3px 10px 3px 3px;
	width: 683px;
}

/* LINK */



div#newyear_tab_area_base dl.newyear-link dt.newyear-midarea {
}

div#newyear_tab_area_base dl.newyear-link dd.newyear-smallarea {
}



div#newyear_tab_area_base ul.newyear-link {
	padding: 5px;
}

div#newyear_tab_area_base ul.newyear-link li.newyear-area {
	display: inline;
	padding-right: 5px;
	margin: 0 5px 5px 0;
	border-right: 1px solid #000;
	font-size: 90%;
}


div#newyear_tab_area_base ul.newyear-link li.area-end {
	border: 0px;
}


/* LIST */


table#newyear {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table#newyear tr,
table#newyear th,
table#newyear td {
	margin: 0;
	padding: 2px;
	border: 1px solid #000;
}


table#newyear thead tr th {
	text-align: center;
}

table#newyear thead tr th.shop-name {
	width: 40%;
}

table#newyear thead tr th.date {
	width: 10%;
}

table#newyear tbody tr td.info {
	text-align: center;
	line-height: 1.1em;
}

table#newyear tbody tr td.day-off {
	color: #ff0000;
}




/* 北関東 */

#body_base_kitakanto{
	width: 720px;
	height: atuo;
	margin: 0px auto;
	background-color:#e3e3e3;
}




------------------------------------
