@charset "utf-8";


ul#banner {
	display: inline;
	float: left;
}

#visual {
	clear: both;
	margin-top: 15px;
	margin-bottom: 20px;
}

/* information */
#index #information {
}

#index #information h2 {
	margin-left: -15px;
}

#index #information a.all {
	display: inline;
	float: right;
	position: relative;
	margin-top: -36px;
	margin-right: 5px;
	height: 17px;
}

#information dl {
	position: relative;
	min-height: 1px;
}
#information dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html #information dl {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

#information dl dt {
	clear: both;
	display: inline;
	float: left;
	width: 125px;
	padding: 10px 10px;
	border-bottom: 1px #c4bcb3 dotted;
}
* html #information dl dt {
	width: 145px;
}

#information dl dd {
	display: inline;
	float: left;
	width: 465px;
	padding: 10px 0;
	border-bottom: 1px #c4bcb3 dotted;
}

#information dl dd a {
	padding-left: 15px;
	background: url("/img/icon_arrow1.gif") no-repeat 0 center;
}

* html #information dl dd img {
	margin-top: 7px;
}

#index #information p {
	margin-top: 8px;
}

/* case */
#index #case {
	margin-top: 20px;
}

#index #case h2 {
	margin-left: -15px;
}

#index #case .autoscroller {
	width: 611px;
	height: 218px;
	overflow-y: hidden;
	background: #fff;
	border: 7px solid #ededed;
}

#index #case .autoscroller ul li {
	display: inline;
	float: left;
	text-align: center;
	padding: 10px;
	width: 180px;
	height: 198px;
	border-right: 1px solid #ededed;
}

* html #index #case .autoscroller ul li {
	width: 200px;
	height: 218px;
}

#index #case .autoscroller ul li a {
	display: block;
	text-decoration: none;
}

#index #case .autoscroller ul li a:hover,
#index #case .autoscroller ul li a:focus {
	text-decoration: underline;
}

#index #case .autoscroller ul li .case_title {
	display: block;
	height: 2.5em;
}
