*{
	margin:0;
	padding:0;
	font-family:"Verdana","Arial","Helvetica",sans-serif;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body{
	margin:0;
	padding:0;
	background-color:#ffffff;
/*	width:800px;*/

}

#all{
	width:820px;
}

a img{
	border-width:0;
	border-style:none;
	border-color:transparent;
}

a:link{
	color:#003399;
}
a:visited{
	color:#330066;
}
a:active{
	color:#003399;
}
a:hover{
	color:#ff0033;
}





.hide{
	display:none;
}



/* head */


#header{
	border-width:6px 0 0 0;
	border-style:solid none none none;
	border-color:#F67800;
	width:800px;
}

#headertop{
	background-color:#F67800;
	width:800px;
	font-size:5px;
	margin:0;
}


.history{
	background-color:#F6FAFB;
	padding:5px 0 5px 0;
	color:#8F8F8F;
	font-weight:bold;
	font-size:10px;
	clear:left;
	border-width:1px 0 1px 0;
	border-style:solid none solid none;
	border-color:#E4E4E4;
	width:800px;
}

.history a{
	color:#8F8F8F;
	text-decoration:none;
	margin-left:10px;
}

.history a:hover{
	color:#606060;
	text-decoration:underline;
}





#subnavigation{
	background-color:#F67800;
	width:175px;
	height:59px;
	vertical-align:bottom;
	float:right;
	padding:0 0 0 0;
	margin:0;
}

#subnavigation li{
	background-color:#F67800;
	list-style-type: none;
	padding:0 0 1px 0;
	font-size:10px;
	text-align:right;
	line-height:1.3em;
}

#subnavigation li a{
	color:#FFFFFF;
	text-decoration:none;
}

#subnavigation li a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

/* foot */
#footer{
	width:800px;
	background-color:#e4e4e4;
}

#foot1{
	width:800px;
	background-color:#e4e4e4;
	background-image: url("/common/img/footer_circle.gif");
	background-repeat: no-repeat;
	background-position: bottom right;

}

#totop{
	width:181px;
	height:75px;
	padding:60px 0 3px;
	vertical-align:bottom;
	border-width:0 1px 0 0;
	border-style:none solid none none;
	border-color:#FFFFFF;
}

#foot2{
	width:800px;
	background-color:#F67800;
	text-align:center;
}



/* main */

body{
	background-image: url("/common/img/wall.gif");
	background-repeat: repeat-y;
	background-position: left;
}

#logo{
	float:left;
	with:156px;
}
#headgrad{
	background-image: url("/common/img/head_grad.jpg");
	background-repeat: repeat-y;
	background-position: left;
	height:59px;
	width:469px;
	float:left;
}


#mainnabvigation{
	
}

.navbox{
	width:180px;
	float:left;

}



ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
}





#contents{
	width:620px;
	float:left;
	margin:0 0 50px 20px;
}


#footer{
	width:800px;
	clear:left;
}



div#gmo_foot {
	width:800px;padding-bottom: 10px; background: #fff;
}
div#gmo_link {
	width:630px;
}

div#gmo_foot:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

div#gmo_foot {
	zoom: 100%;
}
