@CHARSET "UTF-8";

.no-webp #index_bg {
	background-image: url("/images/common/index_bg.jpg")
					, url("/images/common/main_bg_r.jpg");
	background-repeat: no-repeat, repeat-y;
	background-position: top center,center;

	width: 100%;
	height: auto;
}

.webp #index_bg {
	background-image: url("/images/common/index_bg.webp")
					, url("/images/common/main_bg_r.webp");
	background-repeat: no-repeat, repeat-y;
	background-position: top center,center;

	width: 100%;
	height: auto;
}

#index_bg h1 {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	margin-bottom: 30px;
	font-size: 12px;
}

#index_bg h1 a {
	color: #ffffff;
	text-decoration: none;
}

#index_main {
	width: 800px;
	height: 500px;
	margin: 0 auto;
}

#index_main img {
	width: 800px;
	height: 500px;
}

#index_button_all {
	width: 100%;
	height: 170px;
	background: url("/images/common/index_line.png") bottom repeat-x;

}


#index_button_eria {
	width: 800px;
	height: 90px;
	padding: 30px 0 10px 0;
	margin: 0 auto;
}

#index_button_eria #left_button {
	width: 375px;
	float: left;
	height: 90px;
	padding-right: 25px;
	text-align: right;
}

#index_button_eria #left_button p {
	height: 20px;
	font-size: 12px;
	color: #333333;
}

#index_button_eria #left_button p a {
	text-decoration: none;
	color: #333333;
}

#index_button_eria #left_button p a:hover {
	text-decoration: underline;
	color: 333333;
}

#index_button_eria #right_button {
	width: 375px;
	float: right;
	height: 90px;
	padding-left: 25px;
	text-align: left;
}

#index_button_eria a:hover img {
	opacity: 0.6;
}


#index_banner_eria {
	width: 800px;
	height: auto;
	padding: 20px 0;
	margin: 0 auto;
}

#rec_banner {
	width: 800px;
	height: 200px;
}


#index_bg footer {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #000000;
	margin: 0 auto;
}

#index_bg footer p {
	width: 800px;
	text-align: center;
	color: #000000;
	margin: 0 auto;
}

#index_link_banner {
	height: auto;
	width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
}

#index_link_banner li {
	width: 88px;
	height: 31px;
	margin: 6px;
	float: left;
}

#index_text_eria {
	width: 800px;
	height: auto;
	margin: 20px auto;
	text-align: left;
}

#index_text_eria h2 {
	font-style: 12px;
	color: #249acb;
	margin: 5px 0;
}

#index_text_eria p {
	color: #000000;
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 20px;
}















