@CHARSET "utf-8";
html, body{
	color: #333;
	font-size: 85%;
	background-color: #f30;
	line-height: 1.5;
}
body, form, h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote, dl, dd, dt, input, div, address, label {
	margin: 0px;
	padding: 0px;
}
img, table{
	border: 0px;
}
a {
	text-decoration:none;
	color:#06c;
}
a:hover {
	text-decoration:underline;
	color:#f60;
}
#page{
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}
#page #header{
}
#page #title{
	background: transparent url(../img/header-bg.png) repeat-x;
	height: 160px;
}
#page #title h1{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
}
#page #title #header-01{
	padding: 10px 10px 5px 10px;
}
#page #title #header-02{
	padding: 0 10px;
}
#page #title #header-03{
	padding: 5px 10px;
	text-align: right;
}
#page #explain{
	background-color: #f00;
	padding: 10px 10px 20px 10px;
	color: #fff;
}
#page #container{
	padding: 20px;
}
#page #footer{
	background-color: #f00;
	padding: 5px;
}
#page #footer #footer-in{
	color: #fff;
	text-align:center;
}
#page #footer #footer-in a{
	color: #fff;
}
.tbl{
	border-collapse: collapse;
}
.tbl th{
	background-color: #ddd;
	border: 1px solid #ccc;
	padding: 5px;
	text-align: center;
	font-weight: normal;
	width: 160px;
}
.tbl td{
	border: 1px solid #ccc;
	padding: 5px;
	width: 160px;
	vertical-align: top;
}
.tbl tr.blank th,.tbl tr.blank td{
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #fff;
}
.tbl .tbl-in{
	border-collapse: collapse;
}
.tbl .tbl-in td{
	border-top: 1px dotted #999;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.tbl .tbl-top{
	background: transparent url(../img/tbl-top.png) repeat-x;
	text-align: center;
	padding: 20px 0;
}
a.contact{
	display: block;
	background: transparent url(../img/btn-contact.png) no-repeat scroll 0px 0px;
	width: 160px;
	height: 80px;
	overflow: hidden;
	text-indent: -9999px;
}
a.contact:hover{
	background-position: 0px -80px;
}
#ad-bottom{
	text-align: center;
}
#ad-top{
	text-align: center;
}
