﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: 140%;
	font-size: 14px;
}

body {
}



#wrapper {
	text-align: center;
}


#contents {
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	height: 2000px;
	background: #191621;
}

#left_shadow {
	width: 30px;
	height: 100%;
	overflow: auto;
	background: url("img/left_shadow.jpg") repeat-y;
	float: left;
}

#center_contens {
	width: 850px;
	background: url("img/back_img.jpg") no-repeat;
	float: left ;
}

#right_shadow {
	width: 30px;
	height: 100%;
	background: url("img/right_shadow.jpg") repeat-y;
	float: left;
}

#header{
	width: 850px;
	height: 85px;
	background: white;
}

#main_contents {
	width: 750px;
	margin-top: 375px;
	margin-left: 50px;
}

#main_contents_top {
	width: 750px;
	height: 3px;
	background: url("img/white_back_top.gif") ;
}

#main_contents_center {
	width: 750px;
	overflow: auto;
	background: url("img/white_back_center.gif") repeat-y;
}

#main_contents_bottom {
	width: 750px;
	height: 3px;
	background: url("img/white_back_bottom.gif") ;
	float: left;
}

#riyuu {
	width: 680px;
	height: 470px;
	background: url("img/riyuu_back.gif");
	margin-left: 35px;
	padding-top: 30px;
	float: left;
}

.kouza_bt {
	margin-left: 60px;
	margin-top: 45px;
	float: left;
}

.nagare1 {
	width: 626px;
	height: 79px;
	background: url("img/step1.gif");
	margin-left: 60px;
	float: left;
	margin-top: 18px;
	margin-bottom: 10px;
}

.nagare2 {
	width: 626px;
	height: 79px;
	background: url("img/step2.gif");
	margin-left: 60px;
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
}

.nagare3 {
	width: 626px;
	height: 79px;
	background: url("img/step3.gif");
	margin-left: 60px;
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
}

.nagare4 {
	width: 626px;
	height: 79px;
	background: url("img/step4.gif");
	margin-left: 60px;
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
}

.nagare5 {
	width: 626px;
	height: 79px;
	background: url("img/step5.gif");
	margin-left: 60px;
	float: left;
	margin-top: 8px;
	margin-bottom: 10px;
}



.nagare_no {
	float: left;
}

.nagare_title {
	width: 500px;
	float: left;
	margin-left: 15px;
}

.nagare_txt {
	float: left;
	width: 500px;
	font-size: 12px;
	margin-left: 105px;
	margin-top: 42px;
}

.next_bt{
	float: left;
	text-align: center;
	width: 740px;
}

.under_line{
	float: left;
	width: 600px;
	text-align: center;
	margin-top: 10px;
}

.support_bt {
	width: 393px;
	margin-left: 180px;
	margin-top: 25px;
	float: left;
	padding-bottom: 80px;
}

.support_bt img {
	border-style: none;	
}

.support_bt a{
	font-size: 14px;
	color: blue;
}

