@charset "utf-8";

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,input,img { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
body {font-family: serif;}

body {
	background-color:#FAFAE4;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}
#header {
	width: 800px;
	height: 340px;
}
#header_sub {
	width: 800px;
	height: 290px;
}
#content {
	width: 780px;
	margin: 20px 10px;
}
#sidemenu {
	width: 180px;
	float: left;
	margin: 0 0 0 20px;
}
#main {
	width: 580px;
	float: left;
}
#sidemenu ul{

}
#sidemenu ul li {
	background: url(image/bg_smenu.jpg) no-repeat;
	width: 180px;
	height: 35px;
	margin: 0 0 5px 0;
	font-size: 14px;
	line-height: 2.5em;
	padding-left: 15px;
}
#main h2 {
	color:#808000;
	border-bottom: solid 2px #808000;
	margin: 0 0 10px 0;
}
#main h3 {
	color:#808000;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-style: solid;
	border-color:#808000;
	font-size: 0.85em;
}
p {
	line-height: 150%;
	font-size: medium;
	margin-bottom: 5px;
	color:#000000;
}
a {
	color:#808000;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}
#sidemenu ul li a {
	color:#ffffff;
	text-decoration: none;
}
#sidemenu ul li a:hover {
	color:#0000FB;
	text-decoration: none;
}
#access {
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
#footer {
	width: 800px;
	margin: 10px auto;
	border-top: solid 1px #cccccc;
	padding: 10px;
}

.txt_alignright {
	text-align: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright {
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}
