﻿@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	color: #333;
	line-height: 140%;
	font-size: 14px;
}

img {
	border-style: none;
}

body {
	background: #ebf0f1;
	text-align: center;
}



#wrapper {
	text-align: center;
	width: 828px;
	background: url('img/bg.gif') repeat-y;
	margin-left: auto;
	margin-right: auto;

}


#contents {
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#toku {
	width: 808px;
	height: 796px;
	background: url('img/toku_back.gif') no-repeat;
	float: left;
}

.toku_box {
	margin-left: 30px;
	width: 620px;
	line-height: 1.4;
	overflow: auto;
}

.toku_box_left {
	float: left;
	width: 80px;
}

.toku_box_right {
	float: left;
}

.toku_box_right p{
	margin-top: 10px;
	width: 530px;
}


.step {
	margin-left: 105px;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	border-top: 1px #999 solid;
	padding-top: 7px;
	padding-bottom: 10px;
}
