@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#switch {
	margin:0;
	padding:0;
	float:left;
}

#switch a {
	display:block;
	height:50px;
	width:160px;
	background:url("image/switch.gif");
	line-height:40px;
	font-size:11.5px;
}

#switch a:hover {
	background-position:0 -50px;
}

#sidebox001t {
	width:200px;
	height:10px;
	background-image:url("image/sidebox001t.gif");
	font-size:1px;
}

#sidebox001m {
	width:180px;
	padding:0px 10px;
	text-align:left;
	font-size:11.5px;
	background-image:url("image/sidebox001m.gif");
}

#sidebox001b {
	width:200px;
	height:10px;
	background-image:url("image/sidebox001b.gif");
	font-size:1px;
}


#box01 {
	margin: 4px;
	padding: 4px;
	border: 2px dotted #000066;
}

#container {
	background-color: #FFFFFF;
	width:			800px;
	margin: 0 auto;
	border: 0px solid #000000;
}

#header {
	background-image: url(image/topimage.jpg);
	height: 360px;
	width: 800px;
}

#footer {
	clear:both;
	width: 800px;
	height: 50px;
	background-image: url(image/footer.gif);
	vertical-align: middle;
}

