/* CSS Document */
/*全体
----------------------------------*/
* {
	font-style: normal;
	margin-top: 0px;
	padding-top: 0px;
}
body {
	line-height: 1.6;
	font-family: sans-serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
#wrapper {
	background-color: #FFCC00;
	width: 896px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#main {
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
#main h1 {
	font-size: 130%;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
	font-family: sans;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 3px;
}
#main h2 {
	font-size: 105%;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 10px;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	margin-top: 30px;
}
#main ul {
	list-style-type: none;
	margin-left: 0px;
	font-size: 90%;
}
#main table {
	border: 1px solid #333333;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	margin-bottom: 10px;
}
#main table th {
	padding: 5px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
#main table td {
	padding: 5px;
	border: 1px solid #333333;
}
.explain {
	line-height: 1.5;
	font-size: 90%;
	margin-left: 20px;
}
.process {
	font-size: 90%;
	line-height: 1.5;
	text-align: center;
}
#footer {
	width: 896px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
.image {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.term_box {
	overflow: auto;
	border: 1px solid #CCCCCC;
	font-size: 80%;
	height: 200px;
	width: 550px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	color: #000000;
	line-height: normal;
}
.term_box p {
	margin-left: 15px;
	margin-bottom: 10px;
}
.term_box h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
}
.term_box ul {
	list-style-type: none;
	font-size: 90%;
}
.float_left {
	float:left;
	margin-right: 20px;
}
.clear {
	clear:both;
	margin-top:30px;
}
.back {
	font-size: 80%;
	text-align: right;
}
.title {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-size: 90%;
}
.red {
	color: #FF0000;
}
.title_faq {
	font-size: 110%;
	font-weight: bold;
	color: #FF6600;
	vertical-align: text-top;
}