@charset "utf-8";
@import url("menu.css");

BODY	{
	background:#ececec;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	text-indent:0pt;
	letter-spacing:0em;
	color:#333333;
	font-size:13px;*font-size:small;*font:x-small;
	font-family:arial,helvetica,clean,sans-serif;
	line-height:140%;
	margin:0;
	padding:0px;
	}

a:link { color: #2c427b; text-decoration: underline; }
a:visited { color: #2c427b; text-decoration: underline; }
a:hover { color: #c37d00; text-decoration: underline; }
a:active { color: #2c427b; text-decoration: underline; }

#wrapper{
	width:100%;
	margin:0px auto;
	padding:0;
}
#container{
	background:#ffffff url(../images/common/in_bg.jpg) top center repeat-y;
	width:890px;
	margin:auto;
	padding:0;
	border-left: solid 1px #194aa7;
	border-right: solid 1px #194aa7;
}
#contentbody{
	background:#ffffff;
	width:890px;
	margin:auto;
	padding:0;
}
#in_contentbody{
	background:url(../images/common/in_bg.jpg) top center repeat-y;
	width:890px;
	margin:0;
	padding:0;
}
/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1% }
.clearfix {display:block;}

h1,h3,h4,h5,h6{
	margin:0;
	padding:0;
	border:0;
	font-size:14px;
	font-weight:normal;
}
h2{
	margin:0;
	padding:0;
	border:0;
	font-size:10px;
	font-weight:normal;
}
#menu{
	position : relative;
	width:890px;
	height:30px;
	margin:auto;
	padding:0;
}
#menu a:link{
	color:#553b1e;
}
#menu a:visited{
	color:#553b1e;

}
#menu a:hover{
	color:#757575;
}
#menu a:active{
	color:#553b1e;
}
#space0{
	margin:auto;
	padding:0;
	font-size:10px;
	text-align:left;
	line-height:100%;
}
.pagetop{
	text-align:right;
	margin:0;
	padding:0;
	float:right;
}
#foot{
	background:url(../images/common/foot_base.gif) bottom center no-repeat;
	position: relative;
	width:890px;
	height:72px;
	margin:auto;
	padding:10px 0 0 0;
	font-size:12px;
	line-height:120%;
	text-align:center;
	font-weight:400;
	color:#ffffff;
}
#foot a:link{
	color:#eada80;
	text-decoration: none;
}
#foot a:visited{
	color:#eada80;
	text-decoration: none;
}
#foot a:hover{
	color:#ffffff;
	text-decoration: none;
}
#foot a:active{
	color:#eada80;
	text-decoration: none;
}
.clear{
	clear:both;
}
#pagetop{
	position: relative;
	width:890px;
	margin:0;
	padding:0;
	/padding:5px 0 0 0;
	text-align:right;
}
img {
border:0px;
}