@charset "Shift-JIS";

/* CSS Document */


.shop_menu {
	background:url(../season/img/menu_bg.gif) repeat-x;
	float:left;
}

#shop01 {
	background:url(../season/img/shop01_bg.gif) no-repeat;
	width:760px;
	padding:30px;
}

#shop02 {
	background:url(../season/img/shop02_bg.gif) no-repeat;
	padding:10px;
}

.shop_list {
	background-color:#FFFFFF;
	width:700px;
	margin:0px;
	padding:0px;
 
}

dl.shop_list_le {
	width:320px;
	float:left;
	margin:0px 0px 15px;
}

dl.shop_list_ri {
	width:330px;
	float:right;
	margin:0px;
}

dt.shop_img {
	width:130px;
	float:left;
	display:inline;
}

table.sche_bk {
	width:670px;
	margin:20px 0px 10px;
	background-color:#C8C8C8;
	border:0px;
}

table.sche th {
	background-color:#E6E6E6;
	text-align:center;
	font-weight:normal;
	padding:3px 0px;
}
table.sche td.w {
	background-color:#FFFFFF;
	text-align:center;
	padding:3px 0px;
}
table.sche td.g {
	background-color:#F5F5F5;
	text-align:center;
	padding:3px 0px;
}

p.shop_dd {
	font-weight:bold;
	line-height:20px;
	padding:0px;
}

a.title {
    color:#B01627;
}
a.title:link {
    color:#B01627;
}
a.title:hover {
    color:#B01627;
    text-decoration:underline;
}
a.title:active {
    color:#B01627;
    text-decoration:none;
}
a.title:visited {
    color:#B01627;
}

.clear {
	clear:both;
}