@charset "shift-jis";

/* --------------------------------------------------------------------
	for index.html
-------------------------------------------------------------------- */

#index #main {
	float:none;
	background:none;
	width:100%;
}
#index #footer {
	margin-top:20px;
}
.scene1,
.scene2,
.scene3 {
	float:left;
	width:238px;
}
.scene4 {
	float:left;
	width:236px;
}
#sceneOutline dl {
	background:url(../images/bg_function.gif) no-repeat left top;
	padding:20px 0 17px 20px;
	height:118px;
}
#sceneOutline dl dt {
	height:18px;
}
#sceneOutline dl dd {
	height:20px;
}
#index .notice {
	margin-bottom:5px;
	text-align:right;
}



/* -- clearfix */
#sceneOutline:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sceneOutline {zoom:1;}