/* CSS Document */

body {
  margin: 0px;
  padding: 0px;
}

body#top {
  font-size: 12px;
  line-height: 160%;
  color: #FFFFFF;
  background-image: url(../images/bg-body1.gif);
  background-repeat: repeat-y;
  background-position: center top;
}
body#top a:link{color:#FFFFFF; text-decoration: underline;}
body#top a:visited{color:#FFFFFF; text-decoration: underline;}
body#top a:hover{color:#D6BD7F; text-decoration: underline;}
body#top a:active{color:#FFFFFF; text-decoration: underline;}

body#top #information {
	margin: 3px 0px 0px 0px;
}
body#top #information a:link{color:#473024; text-decoration: underline;}
body#top #information a:visited{color:#473024; text-decoration: underline;}
body#top #information a:hover{color:#FF9901; text-decoration: underline;}
body#top #information a:active{color:#473024; text-decoration: underline;}

body#top #footer a:link{color:#FFFFFF; text-decoration: underline;}
body#top #footer a:visited{color:#FFFFFF; text-decoration: underline;}
body#top #footer a:hover{color:#D6BD7F; text-decoration: underline;}
body#top #footer a:active{color:#FFFFFF; text-decoration: underline;}

body#common {
  font-size: 12px;
  line-height: 160%;
  color: #473024;
  background-image: url(../images/bg-body2.gif);
  background-repeat: repeat-y;
  background-position: center top;
}

body#common a:link{color:#473024; text-decoration: underline;}
body#common a:visited{color:#473024; text-decoration: underline;}
body#common a:hover{color:#FF9901; text-decoration: underline;}
body#common a:active{color:#473024; text-decoration: underline;}

body#common #footer {
	font-size: 10px;
	color: #FFFFFF;
}
body#common #footer a:link{color:#FFFFFF; text-decoration: underline;}
body#common #footer a:visited{color:#FFFFFF; text-decoration: underline;}
body#common #footer a:hover{color:#D6BD7F; text-decoration: underline;}
body#common #footer a:active{color:#FFFFFF; text-decoration: underline;}

body#common input.trackback { width: 350px; }

h1 {
	font-size: 14px;
	line-height: 180%;
	margin: 0px;
	font-weight: normal;
}

#gradation {
  background-image: url(../images/bg-gradation.jpg);
  background-repeat: repeat-x;
  background-position: center top;
}

#shadow {
  background-image: url(../images/bg-shadow.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

#main {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.font10-160 {
	font-size: 10px;
	line-height: 160%;
}
.font12-160 {
	font-size: 12px;
	line-height: 160%;
}
.font14-180 {
	font-size: 14px;
	line-height: 180%;
}
.font16-bold {
	font-size: 16px;
	font-weight: bold;
}

.err {
	font-size: 10px;
	color: #FF0000;
}

*:first-child+html div#main { 
position: relative; 
left: 1px; 
} 
* html div#main { 
position: relative; 
left: 1px; 
}
