@charset "UTF-8";
/*******************************************/
/* home.css                                */
/* Use with KKR Dogo Yuzuki 2008           */
/*******************************************/

@import url("global_layout.css");
@import url("tags.css");
@import url("shared_class.css");
@import url("navigation.css");


/*************** Topics Navigation  *****************/

#homeVisual {
	margin: 0px auto 0;
	clear: both;
	width: 736px;
	border: 1px solid #99A3AF;
	background: #FFFFFF;
	height: 245px;
	text-align: center;
	padding: 1px;
}
#homeVisual img{
	border: 1px solid #FFFFFF;
}
/*
#homeWrap {
	background: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #8B9CA9;
	border-left: 1px solid #8B9CA9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8B9CA9;
	margin-top: 0px;
}
*/
#homeContents {
	font-family: "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, "Hiragino Kaku Gothic Pro W3", sans-serif;
	width: 750px;
	margin-left: auto;
	background: url(../img/bg_contents.gif) no-repeat center top;
	margin-right: auto;
	margin-top: 20px;
}

*html body #homeContents {
}

#leftBox{
	float: left;
	width: 340px;
	margin-left: 25px;
	margin-bottom: 10px;
}
*html body #leftBox{
	/*float: left;
	width: 350px;
	height: 220px;*/
	margin-left: 10px;
}

#rightBox{
	margin-left: 400px;
	width: 350px;
	margin-top: 10px;
}

*html body #rightBox{
	margin-left: 390px;
	/*width: 330px;*/
	margin-top: 10px;
}

#rightBox img.banner{
	padding: 5px;
}


#season{
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}


#season ul,#season li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#season ul{
}

#season li{
	padding-left: 90px;
	height: 50px;
	margin-bottom: 10px;
	display: block;
	text-align: left;
	line-height: normal;
}
#season li img{
	display: block;
	padding-bottom: 5px;
}

#season li.plan01{
	background: url(../img/plan_dt01.jpg) no-repeat 0px 0px;
}
#season li.plan01 a:hover,#season li.plan01.gnav01 a.selected {
	overflow:hidden;
	/*display: block;*/

}

#season li.plan02{
	background: url(../img/plan_dt02.jpg) no-repeat left center;
	
}
#season li.plan03{
	background: url(../img/plan_dt03.jpg) no-repeat left center;
	
}
#season li.plan04{
	background: url(../img/plan_dt04.jpg) no-repeat left center;
	
}
#season li.plan05{
	background: url(../img/plan_dt05.jpg) no-repeat left center;
	
}
#season li.plan06{
	background: url(../img/plan_thum_kawara.jpg) no-repeat left center;	
}




#infoBox{
	margin-top: 20px;
	font-size: 75%;
}
*html body #infoBox{
	margin-top: 15px;
}

#infoBox p{
	background: url(../img/arrow01.gif) no-repeat left center;
	padding-left: 20px;
}
