@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /* IE 向けセンタリング指定 */
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
div#legal {
	clear : both;        /* 全ての回り込みの解除 */
}

div#index-bg {
	width : 950px;
	height: 677px;
	margin: 0 auto 0 auto; /* Firefox 向けセンタリング指定 */
	padding: 0px;
	background-image:url(../image/index_bg2011.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display:block;
}
div#index-left {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 677px;
}
h1#title {
	margin: 0px;
	padding: 0px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width: 550px;
	height: 677px;
}
h2#day {
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width: 400px;
	height: 150px;
}
div#kome {
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width: 400px;
	height: 57px;
}
h3#comment {
	margin: 0px;
	padding: 0px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width: 400px;
	height: 223px;
}
div#contens-box {
	margin: 0px 0 0 0px;
	padding: 0px 0 0 30px;
	width: 370px;
	height: 230px;
}
a#contens {
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 370px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}
a#contens:hover {
	background-image:url(../image/index_check.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent:-9999px;
	height: 37px;
	width: 370px;
}
