
body {
	background-repeat: no-repeat;
	height: 100%;
	width: 80%;
	text-align:center;
	margin:  10px 10%;
}
.menu {
	color: #000000;
	background-color: moccasin;
/*	height:200px;*/
	width:100%;
	height:100%;
	vertical-align:top;
	
}
.rightm {
	border-right:1px solid #000000;
	padding-left:2px;
	vertical-align:top;
	border-bottom:1px solid #000000;
	height:900px;
}
.rightm2 {
	padding-left:2px;
	vertical-align:top;
	height:400px;
	width:55%;
}	
.leftm {
	vertical-align:top;
	
}
td {
	font-family:Tahoma;
	font-size:14px;
	color:#000066;
}
.lefth {
/*	height:19px;
	width:213px;
	height:19%;
	width:50%;*/
/*	font-size:14px;*/
	color:#ffffff;
	border-bottom:1px solid #000000
	
}
.link {
	font-family:Tahoma;
	font-size:11px;
}
.nav {
	width:800px;
	height:27px;
	background: url(k_02.jpg);
	text-align:center;
	font-size:13px;
	font-family:Tahoma;
}
a {
	color:#000066;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}

h4 {
    border-bottom:solid 1px #808080;  /* 下側の罫線 */
    background-color:#ccffff;         /* 背景色 */
    text-align:center;                /* 文字を中央表示 */
    padding-top:3px;                  /* 上部から文字までの距離 */
    width:300px;                      /* 全体の幅 */
   }

#bg-img{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
}

