@charset "UTF-8";

@import url("structure.css");

/* ======================================

 index.html

======================================= */

/* ======================================

 #####OVERRIDE#####

======================================= */

#global
{
	padding: 0 0 20px;
}

/* ======================================

 flash showcase

======================================= */

#showcase
{
	width: 960px;
	margin: 0 0 20px;
}

/* ======================================

 fair calendar

======================================= */

#fair
{
	float: left;
	width: 270px;
	padding: 0 0 20px;
}
#fair h2
{
	width: 264px;
	margin: 0 0 5px;
	padding: 0 3px 5px;
	border-bottom: 1px solid #dad2c1;
}
#fair .now
{
	width: 270px;
	letter-spacing: 1px;
	padding: 0 0.2em;
}
#fair .legend
{
	margin-bottom: 5px;
}
#fair .legend li
{
	float: left;
	padding-left: 20px;
	font-size: 84%;
	line-height: 200%;
}
#fair .legend .fair
{
	background: url(../img/index/ico_heart.gif) no-repeat left center;
	margin-right: 10px;
}
#fair .legend .visit
{
	background: url(../img/index/ico_triangle.gif) no-repeat left center;
	margin-right: 10px;
}
#fair .legend .honshu
{
	background: url(../img/index/ico_ball.gif) no-repeat left center;
}

/* ----- calendar table setting ----- */

#fair table.calendar
{
	width: 270px;
}
#fair table.calendar th,
#fair table.calendar td
{
	width: 14%;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	font-size: 84%;
	color: #333;
}
#fair table.calendar td
{
	padding: 5px 0;
}
#fair table.calendar .sat
{
	color: #099;
}
#fair table.calendar .sun
{
	color: #f33;
}
#fair table.calendar .fair
{
	background: url(../img/index/ico_heart.gif) no-repeat center center;
	color: #053a1e;
}
#fair table.calendar .fair a
{
	color: #053a1e;
}
#fair table.calendar .visit
{
	background: url(../img/index/ico_triangle.gif) no-repeat center center;
	color: #053a1e;
}
#fair table.calendar .visit a
{
	color: #053a1e;
}
#fair table.calendar .honshu
{
	background: url(../img/index/ico_ball.gif) no-repeat center center;
	color: #053a1e;
}
#fair table.calendar .honshu a
{
	color: #053a1e;
}
#fair table.calendar span.today
{
	color: #fff;
	background: #9c6;
	width: 50%;
	display: block;
	margin: 0 auto;
}
#fair table.calendar span.today a
{
	color: #fff;
}

/* ======================================

 features

======================================= */

#features
{
	float: right;
	width: 660px;
	padding: 0 0 20px;
}

/* ----- banners ----- */

#features .banners
{
	overflow: hidden;
	width: 660px;
	padding: 0 0 20px;
}
#features .banners li
{
	float: left;
	margin-right: 20px;
}
#features .banners .even
{
	margin-right: 0;
}

/* ----- desks ----- */

#features .desks
{
	width: 654px;
	padding: 2px;
	border: 1px solid #ccc;
}
#features .desks .wrapper
{
	overflow: hidden;
	width: 622px;
	padding: 15px;
	border: 1px solid #e8e8e8;
}
#features .desks li
{
	float: left;
	margin-right: 25px;
}
#features .desks li a
{
	padding-left: 10px;
	background: url(../img/com/arrow_r_green.gif) no-repeat left center;
}