html,body {
	text-align:center;
	width:100%;
}
body {
	background-color:#336600;
	background-image:url(../img/common/background.jpg);
	background-repeat:repeat-x;
}

table {
	margin:auto;
	background-color:#ffffff;
}
div {
	margin:auto;
	line-height:1.5;
}
div#base {
	margin:auto;
	margin-top:40px;
	padding:0px;
}
div#header {
	border:2px solid #003300;
	width:800px;
	padding:0px;
}
table#main_base {
	border:2px solid #003300;
	width:800px;
	margin:auto;
	border-collapse: collapse;
}
table#main_base td {
	padding:0px;
}
table#main_base td#header {
	border-bottom:2px solid #003300;
}
table#main_base td#navi {
	border-right:2px solid #003300;
	padding-top:20px;
	padding-left:5px;
	width:160px;
	text-align:center;
	font-size:90%;
}
table#main_base td#main {
	width:640px;
}
table#main_base td#navi img {
	border:0px;
}
div#navi_address {
	font-size:70%;
	margin-top:10px;
}
div.box {
	width:600px;
	margin:auto;
	margin-left:15px;
	margin-bottom:10px;
}
div.box div.box_title {
	background-image:url(../img/common/title.jpg);
	background-repeat:no-repeat;
	width:600px;
	height:23px;
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
}
div.top_title {
	margin:auto;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}
td#fotter {
	background-image:url(../img/common/fotter.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:100px;
}
div#fotter_info {
	color:#ffffff;
	text-align:center;
	font-weight:bold;
}
div#fotter_link {
	font-size:9pt;
	text-align:center;
	margin-top:7px;
}
div#fotter_link a {
	margin-left:5px;
	margin-right:5px;
	color:#dddddd;
	text-decoration:none;
}
div#fotter_link a:hover {
	color:#3300ff;
}
span.small {
	font-size:9pt;
}
div#copyright {
	margin:auto;
	margin-top:5px;
	margin-bottom:30px;
	font-size:9pt;
	color:#cccccc;
}
div#copyright a {
	color:#cccccc;
	text-decoration:none;
}
div#copyright a:hover {
	color:#3300ff;
}
div.area_list {
	width:580px;
	padding:0px;
	text-align:center;
	margin-bottom:10px;
}
div.area_list a {
	color:#000000;
	text-decoration:none;
	font-size:11pt;
	margin:0px 5px;
}
div.area_list a:hover {
	color:#ff9900;
}
