@charset "utf-8";
/* CSS Document */

table{
	width: 740px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	font-size: 14px;
}

table th{
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #F2F2F2;
	vertical-align: top;
	padding-top: 7px;
	width: 150px;
}
table td{
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 7px;
}


#message {
	width: 740px;
	background-image: url(../img/tizu.png);
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: right;
}

#message ol{
	margin-top: 15px;
	margin-bottom: 15px;
}

#message ol li{
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: decimal;
}

#think {
	width: 500px;
	background-image: url(../img/top/kamiya.png);
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 240px;
	height: 230px;
}

.b{
	font-size: 14px;
	font-weight: bold;
	}
