/* CSS Document */

html , body {
	scrollbar-track-color: #d8e8cf;
　　scrollbar-face-color: white;
　　scrollbar-arrow-color: #d8e8cf;
　　scrollbar-shadow-color: #d8e8cf;
　　scrollbar-highlight-color:#d8e8cf;
　　scrollbar-darkshadow-color: white;
　　scrollbar-3dlight-color: white;
}


#container{
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}



#header{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#header dl{
	width: 600px;
	margin: 0px;
} 

#header dt {
	float: left;
	width: 480px;
	margin: 0px;
}
#header dd {
	float: left;
	width: 120px;
	margin: 0px;
	padding-top: 10px;
	text-align: right;
}
h1{
	background-image: url(logo.jpg);
	height: 40px;
	width: 158px;
	text-indent: -9999px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2{
	border: 1px solid #CCCCCC;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #006633;
	margin: 0px;
}
#verisign{
	height: 95px;
	width: 120px;
}




#contents {}

#contents h3 {
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	background-color: #009933;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

#contents p {
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
}

#contents a{
	color: #333333;
	text-decoration: none;
}
#contents a:hover{
	color: #FF6600;
	text-decoration: none;
}

#contents table{
	padding: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contents th{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #e5e5e5;
	text-align: left;
	vertical-align: top;
	padding: 7px;
	font-size: 12px;
	line-height: 18px;
	width: 160px;
}
#contents td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
	line-height: 18px;
	padding: 7px;
}


#send{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#thanks{}

#thanks p {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;
}
