@charset "shift_jis";
			html, body {
	height: 100%;
	padding: 0;
	margin: 0;
			}
			body {
	background-color: #f5f5f5;
	position: relative;
	min-height: 300px;
	overflow: hidden;
			}
			body * {
				font-family: Arial, Geneva, SunSans-Regular, sans-serif;
				font-size: 14px;
				color: #333;
				line-height: 22px;
					overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
			}
			body > h2 {
				text-align: center;
				font-size: 30px;
				font-weight: normal;
				color: #aaa;
				width: 100%;
				position: absolute;
				left: 0;
				bottom: 500px;
				text-shadow: 0 2px 0 #fff;
			}
			.waku{
	border: 2px solid #FFF;
	height: 270px;
			}
			.header{
	color: #FFF;
	background-color: #333;
	padding-top: 3px;
	padding-left: 5px;
			}
			#carousel {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
			}
			#carousel div {
	text-align: center;
	width: 100px;
	float: left;
	position: relative;
			}
			#carousel div img {
	border: 1px solid
#;
	width: 100%;
	height: auto;
	border: none;
			}
			#carousel div span {
				display: none;
			}
			#carousel div:hover span {
				background-color: #333;
				color: #fff;
				font-size:9px;
				display: inline-block;
				width: 100px;
				padding: 2px 0;
				margin: 0 0 0 -50px;
				position: absolute;
				bottom: 30px;
				left: 50%;
				border-radius: 3px;
			}
			a:hover img{
filter: alpha(opacity=70);
-moz-opacity:0.70;
opacity:0.70;
}
		
