*{
	margin:0px;
	padding:0px;
	
}

body{
/*	text-align:center;*/
	font-size:12px;
	line-height:1.3em;
	background-color:#EAE9DC;
}

a *{
	border:none;
}

.body{
	width:990px;
	margin:auto;
	text-align:left;
	background-color:#FFFFFF;
}

.left{
	text-align:left;
}

.right{
	text-align:right;
}

.center{
	text-align:center;
}

.img_left{
	float:left;
	margin-right:10px;
}

.img_right{
	float:right;
	margin-left:10px;
}

.clear{
	clear:both;
}

.clear_left{
	clear:left;
}

.clear_right{
	clear:right;
}

/* ヘッダー */
.header{
	width:990px;
	height:157px;
	border-bottom:solid 2px #226600;
	padding-bottom:2px;
}

.header ul, .sidemenu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.header li{
	float:left;
	margin:0px 8px 0px 8px;
	_margin:0px 8px 0px 7px;
}

.header li　img{
	margin:0px;
}

/* コンテンツ */
.contents{
	clear:both;
	min-height:930px;
	_height:930px;
	margin:0px 10px 0px 20px;
	padding-left:1px;
	background-image:url("../img/common/menu_line.gif");
}

/* 左メニュー */
.sidemenu{
	width:210px;
	float:left;
}

/* カレンダー */
.calendar{

}

.calendar *{
	text-align:center;
}

.calendar .title{
	text-align:left;
}

.calendar table{
	width:200px;
	margin:0px 0px 10px 5px;
}

.calendar #cal_y,
.calendar #cal_m{
	font-size:25px;
	line-height:25px;
	color:#555;
}

.calendar .cal_oh{
	color:#666;
	font-weight:bold;
	padding:0px 3px;
}

.calendar .target_cal{
	background-image:url("../img/common/target_cal.gif");
	background-repeat:no-repeat;
}

.calendar a{
	text-decoration:none;
}

.calendar .sunday{
	color:#FF0000;
}

.calendar .saturday{
	color:#3366cc;
}

.calendar .weekday{
	color:#333333;
}

.bottom_sun{
	padding-bottom:3px;
	border-bottom:solid 4px #FF0000;
}

.bottom_week{
	padding-bottom:3px;
	border-bottom:solid 4px #CCCCCC;
}

.bottom_sat{
	padding-bottom:3px;
	border-bottom:solid 4px #3366CC;
}

/* おすすめ情報 */
.menu_info{
	width:210px;
	margin:0px;
	padding:0px;
}

.menu_info li{
	margin:2px 5px 0px 5px;
}

/* SHOP LIST */
.menu_shop{
	margin-top:5px;
}

.menu_shop li, .menu_shop ul img{
	margin:0px;
	padding:0px;
	float:left;
}

.menu_shop li{
	border-bottom:solid 1px #999999;
}

/* 右コンテンツ */
.contents_r{
	width:740px;
	float:right;
	min-height:930px;
	_height:930px;
	padding-top:10px;
}

/* フッター */
.footer{
	clear:both;
	padding:15px 0px 20px 0px;
	border-top:solid 1px #999999;
	text-align:center;
}

.footer_menu a{
	margin:10px;
}

address{
	margin-top:10px;
	font-style:normal;
}


.search_comp{
	padding:5px 5px 20px 5px;
	text-align:center;
}



/***** カレンダー *****/
#testdiv1 table{
	width:150px;
}
#testdiv1 table th,
#testdiv1 table td{
	border:none;
	text-align:center;
	padding:2px;
}

#testdiv1 table td.cpCurrentDate{
	background-color:#ccc;
}

#testdiv1 table td.cpDayColumnHeader{
	background-color:#ccc;
}

#testdiv1 table td a.cpOtherMonthDate{
	color:#ccc;
}
