@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      index.css
 Author:         kase
 Style Info:     index　トップページのみに適用
----------------------------------------------------------- */

/*----------------------------------------------------
	#main
----------------------------------------------------*/

#main {
	width: 855px;
	position: relative;
	margin: 0 0 20px;
	padding: 0px;
	overflow: hidden;
}
#main #left {
	width: 200px;
	position: relative;
	float: left;
	margin-left: 22px;
}
#main #left li {
	font-size: 14px;
	list-style-type: none;
}

#main #middle {
	width: 360px;
	position: relative;
	float: left;
	margin-left: 20px;
}
#main #middle li {
	font-size: 14px;
	margin-left: 15px;
	padding-left: 25px;
	line-height: 2em;
	background: url(../img/list_mark.gif) no-repeat left center;
}
#main #right {
	width: 200px;
	position: relative;
	float: left;
	margin-left: 20px;
	height: 100%;
}

/*----------------------------------------------------
	#news
----------------------------------------------------*/
#news {
	width: 360px;
	line-height:200%;
	overflow: scroll;
	overflow-x: hidden;
	padding-bottom: 20px;
}
#news span {
	padding-right: 20px;
}
#news dt {
	width: 100px;
}
#news dd {
	width: 300px;
}


/*----------------------------------------------------
	#index 
----------------------------------------------------*/

#index {
	height: 330px;
	width: 860px;
	position: relative;
	color: #666666;
	margin-bottom: 0px;
}
#index .box {
	position: absolute;
	width: 175px;
	height: 125px;
	padding: 20px;
	font-size: 13px;
	line-height: 1.7em;
}
#index #no_1 {
	bottom: 0;
	left: 0px;
}
#index #no_2 {
	left: 215px;
	top: 0;
}
#index #no_3 {
	bottom: 0;
	right: 215px;
}
#index #no_4 {
	right: 0;
	top: 0;
}

#index #swf {
	position: absolute;
	left: 2.5px;
	top: 2.5px;
}
/*----------------------------------------------------
	etc
----------------------------------------------------*/

.banner {
	margin: 10px auto;
	display: block;
}
#details {
	padding-bottom: 20px;
}
#plan {
	height: 100px;
}
#middle p {
	margin-bottom: 10px;
}
#home .wrapper .container h2 {
	font-weight: normal;
	color: #666666;
	float: left;
}
#home .wrapper .container h1 {
	float: left;
}

/*----------------------------------------------------
	banners
----------------------------------------------------*/
#banners {
	clear: both;
	width: 900px;
	background-color: #FFFFFF;
	padding: 20px 0px 10px;
	margin: 0 auto;
}
#banners ul {
	margin:0 0 0 5px;
	padding: 0px;
}
#banners li {
display: inline;
width:153px;
height:53px;
	margin: 0 2px 5px 2px;
}
