@charset "UTF-8";

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------MainPhoto*/
.header_area {
	background:url(../img/common_img/bg_footer.png) center top repeat-x;
	margin-bottom:15px;
}

.web_flow{
	background:url(../img/common_img/bg01.png);
	padding:10px 10px 5px 30px;
	margin:0 10px;
}
.web_flow li{
	list-style:decimal;
	font-size:12px;
	font-weight:bold;
	color:#23AC38;
}

.shinryo_img{
	text-align:right;
	margin-top:-20px;
	margin-right:10px;
}

#background_animation {
	width: 100%;
	height: 100%;
	background: url(../img/common_img/bg_body.png) center 260px no-repeat;
	background-size: 120% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
