body {
	font-size: 12px;
	color: #333333;
	background-color: #F2FAFD;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: center;

}
.all {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	background-color: #FFFFFF;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
}
li{
	font-size: 13px;
}
.guide {
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 64px;
	width: 472px;
	margin-left: 60px;
	margin-bottom: 25px;
}

.guide p {
	line-height: 170%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-top: 10px;
	font-size: 12px;
}
.todoufuken {
	margin-left: 45px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.todoufuken td {
	font-size: 13px;
	line-height: 135%;
	vertical-align: top;
}

.todoufuken th {
	color: #FFFFFF;
	background-color: #013085;
	text-align: left;
	font-size: 13px;
}
form {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box {
	background-image: url(images/box2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 472px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.box p {
	padding-right: 15px;
	padding-left: 25px;
	line-height: 130%;
	text-align: left;
}
.right {
	text-align: right;
	padding-right: 10px;
}

.copyright {
	background-color: #002F85;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	letter-spacing: 0.1em;
}

.common-table {
border-top: 0px;
border-right: 0px;
border-bottom: 1px solid #AFC8E7;
border-left: 0px;
margin-bottom: 20px;
}
.common-table th {
	font-weight: normal;
	width: 150px;
	text-align: left;
	background-image: url(../img/table_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: normal;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 9px;
	vertical-align: top;
	color: #333333;
	font-size: 13px;
}
.common-table td {
	line-height: 150%;
	font-size: 13px;
	color: #333333;
	padding-left: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AFC8E7;
	padding-top: 4px;
	padding-bottom: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-right: 5px;
}
.common-table td.blue {
	background-color: #E5F2FF;
}
.red {
	color: #FF0000;
	font-size: 12px;
}
.left-space{
font-weight: bold;
	padding-left: 20px;
}