
body {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		width:100%;
		height:100%;
		text-align:center;
		background:url("./img/bacbord01.gif") repeat-x fixed center 0;
	}


#header {
		width:100%;
		text-align:center bottom;
		border-width: 0px 0px 0px 0px;
		height: 75px;
		background-color: #3d3d40;
		position: fixed;

	}


#header a {
		font-size: 14px;
		color:#FFFFFF;
		text-decoration:none;
		padding: 0px 10px 0px 0px;
	}

#headermenu {
		width: 780px;
		margin: 0 auto;
		text-align: center;
	}


#ibody {
		width: 100%;
		margin: 0 auto;
		padding:  75px 0px 0px 0px;

	}


#maindiv {
		width: 100%;
		height: 840px;
		background:url("./img/kouji.jpg");
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center 75px;

}


#menubox {
		text-align: center; 
		width: 100%;
		padding: 0px;
		margin: 5px 0px 0px 50px;
		list-style: none;
		z-index: 10;
		height: 20px;
		overflow: hidden;
		position:relative;
		font-size: 12px;
	}


#menubox li { width: 170px; float: left;}



#menubox a {
		padding: 2px 0px 0px 0px;
		width: 160px;
		height: 20px;
		text-decoration: none;
		display: block;
		font-weight: bold;
		color: #FFFFFF;
		background-color:#004498;
		background:url("./img/bg001.gif") repeat-x;
		filter:Alpha(opacity=70); -moz-opacity:0.7; opacity:0.70;
	}

#menubox a:hover {
		width: 160px;
		height: 20px;
		text-decoration: none;
		display: block;
		z-index:3;
		color: #000000;
		background:url("./img/bg000.gif") repeat-x;
		background-color:#FFFFFF;

		filter:Alpha(opacity=100); -moz-opacity:1; opacity:1;
	}


#main {

		text-align: center;
		background-color: #FFFFFF;
		padding:  0px 0px 0px 5px;
		margin:  0 auto;
		width: 780px;
	}


span.other {
		display: inline-block;
		width: 180px;
	}

#msgline {

		list-style: none;
		padding:0px;
		margin:0px;
	}

#copyright {
		clear: both;
		background-color: #223366;
	}

