@charset "UTF-8";

@import "../css/import.css";

h1{
	background-image: url(img/h1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 860px;
}

#event {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

/* index */

/* --------------------------------------------------
	sale_period
-------------------------------------------------- */

#this_week {
	width: 600px;
	margin: 20px 0 20px 0;
	padding-bottom: 10px;
	background: url(img/dot01.gif) no-repeat left bottom;
	/*\*//*/
	overflow: hidden;
	/**/
}

#this_week:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}

.this_week_time {
	float: left;
	width: 120px;
	padding-bottom: 10px;
}

.image_box {
	width: 120px;
	margin: 0 auto;
}

.this_week_cont {
	float: right;
	width: 460px;
	padding: 0 0 10px 20px;
}

.this_week_cont h3{
	color: #85b536;
	font-size: 1.2em;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #85B536;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}

.this_week_cont .place {
	padding-top: 10px;
}

.this_week_cont .place img{
	vertical-align: middle;
	margin-right: 5px;
}

.attention {
	width: 430px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 15px;
}

.attention h3 {
	padding: 10px;
0 10px 20px;
	border: 2px solid #85B536;
}



/* --------------------------------------------------
	
-------------------------------------------------- */


#event_week {
	margin-top: 10px;
	padding: 11px 0 12px 0;
	color: #418720;
	font-size: 1.2em;
	text-align: center;
	background-color: #dbe9c3;
}


/* --------------------------------------------------
	
-------------------------------------------------- */


#info_nav{
	margin-top: 10px;
	margin-bottom: 10px;
}

#info_nav ul{
}

#info_nav li{
	float: left;
}
