@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css";

#content .top {
	background:url(../img/order_01_bg.jpg);
	width:886px;
	height:193px;
	position:relative;
}
#content .center {
	background:url(../img/order_02_bg.jpg);
	width:886px;
	height:194px;
	position:relative;
}
#content .bottom {
	background:url(../img/order_03_bg.jpg);
	width:886px;
	height:194px;
	position:relative;
}
	#content #order p {
		position:absolute;
		left:228px;
		top:42px;
	}
	
#scene {
	margin-bottom:44px;
}
	#scene .point01 dd {
		background:url(../img/scene_point01_dd.jpg) no-repeat;
		height:116px;
		padding:4px 0 0 45px;
	}
	#scene .point02 dd {
		background:url(../img/scene_point02_dd.jpg) no-repeat;
		height:113px;
		padding:4px 0 0 45px;
	}
	#scene .point03 dd {
		background:url(../img/scene_point03_dd.jpg) no-repeat;
		height:117px;
		padding:4px 0 0 45px;
	}

#function {
	margin-bottom:48px;
}
	#function .point01 dd {
		background:url(../img/function_point01_dd.jpg) no-repeat;
		height:150px;
		padding:4px 390px 0 45px;
	}
	#function .point02 dd {
		background:url(../img/function_point02_dd.jpg) no-repeat;
		height:113px;
		padding:4px 390px 0 45px;
	}
	#function .point03 dd {
		background:url(../img/function_point03_dd.jpg) no-repeat;
		height:91px;
		padding:4px 390px 0 45px;
	}
	#function .point04 dd {
		background:url(../img/function_point04_dd.jpg) no-repeat;
		height:118px;
		padding:4px 390px 0 45px;
	}
	
#athlete {
	margin-bottom:55px;
}
	#athlete dl {
		background:url(../img/athlete_bg.jpg) no-repeat;
		height:531px;
		padding:5px 30px 0 330px;
	}
		#athlete dl dt{
			font-size:20px;
			font-weight:bold;
		}
		
#rhea {
	margin-bottom:40px;
}
	#rhea p {
		background:url(../img/rhea_bg.jpg) no-repeat;
		padding:70px 60px 0 304px;
		height:151px;
	}