body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #FFFFFF;
}
a:link{ color: #0033FF; text-decoration: none }
a:visited{ color:#802080; text-decoration: none }
a:hover{ color:#22537D; text-decoration: underline }
a:active{ color:#B31B1B; text-decoration: underline }

#wrap{
	position: relative;
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}
#head{
	display: none;
	width: 800px;
    height: 81px;
	color: #000000;
	vertical-align: middle;
}
#menu {
	display: none;
    width: 170px;
    height: 500px;
    float: left;
	padding-top: 8px;
}
#main{
    width: 630px;
    float: left;
	padding-top: 8px;
}
#pageup{
	display: none;
    width: 630px;
	font-size: 75%;
	letter-spacing: 0.2em; 
	padding-bottom: 10px;
}
#foot{
	display: none;
    position: relative;
    width: 100%;
    height: 21px;
    clear: both;
}
/*** Menu ***/
.menubg-dot {
	background: url(../img/menu/dot_line.gif) x-repeat;
    width: 160px;
	height: 125px;
	margin-top: 8px;
}
/*** common ***/
.fs-m {
	font-size: 88%;
	line-height: 130%; 
	color: #313131; 
	background-color: #FFFFFF;
}
.fs-s {
	font-size: 80%;
	line-height: 130%; 
	color: #313131; 
	background-color: #FFFFFF;
}
.cell-title {
	font-size: 130%;
	font-weight: bold; 
	letter-spacing: 0.7em; 
	line-height: 130%; 
	color: #006699;
	background-color: #DDDDDD;
	padding-top: 5px; padding-bottom: 5px; padding-left: 20px; 
}
.cell-eee {
	font-size: 90%;
	line-height: 150%; 
	width: 20%;
	color: #313131;
	background-color: #EEEEEE;
	padding-top: 5px; padding-bottom: 5px; padding-left: 20px; 
}
.cell-eee-l {
	font-size: 90%;
	line-height: 150%; 
	width: 30%;
	color: #313131;
	background-color: #EEEEEE;
	padding-top: 5px; padding-bottom: 5px; padding-left: 20px; 
}
.cell-ddd {
	font-size: 90%;
	line-height: 150%; 
	width: 20%;
	color: #313131;
	background-color: #DDDDDD;
	padding-top: 5px; padding-bottom: 5px; padding-left: 20px; 
}
.cell-txt {
	font-size: 90%;
	line-height: 150%;
	color: #313131; 
	background-color: #FFFFFF;
	padding-top: 5px; padding-bottom: 5px; padding-left: 20px; 
}
/*** kouhou ***/
.k-title {
	color: #EEEEEE;
	background-color: #EEEEEE;
	padding-top: 4px; padding-bottom: 4px; padding-left: 18px; 
	border-left: 1px #138179 solid; 
	border-bottom: 4px #138179 solid; 
	border-top: 13px #138179 solid; 
}
.k-title01 {
	font-size: 90%;
	font-weight: bold; 
	letter-spacing: 0.2em; 
	line-height: 130%; 
	color: #FFFFFF;
	background-color: #138179;
	padding-top: 5px; padding-bottom: 5px; padding-left: 20px; 
}
.k-title02 {
	color: #EEEEEE;
	background-color: #EEEEEE;
	padding-top: 4px; padding-bottom: 4px; padding-left: 18px; 
	border-left: 1px #138179 solid; 
	border-bottom: 4px #138179 solid; 
}
#main h4 {
	font-size: 120%;
	letter-spacing: 0.1em; 
	color: #138179;
	background-color: #FFFFFF;
}
