@charset "utf-8";
body,td,th,h1,h2,h3 {
	font-family: "メイリオ","Meiryo", ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 10pt;
	line-height: 1.3em;
	color: #333333;
	margin: 0px;
}
body {
	background-color: #666666;
	background-image: url(img/bg-body.jpg);
	background-repeat: repeat;	
}

a:link {
	color: #8A4500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8A4500;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	height: 116px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 0px;
}
#main {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 116px;
	background-color: #FFFFFF;
	background-image: url(img/bg-main.gif);
	background-repeat: repeat-y;
}
#footer {
	height: 116px;
	width: 800px;
}
#left {
	float: left;
	width: 520px;
	padding-left: 16px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#right {
	float: right;
	width: 210px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 16px;
}

h1 {
	font-size: 10pt;
	font-weight: bolder;
	background-image:url(img/bg-h1.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 8px;
	padding-left:12px;
	padding-bottom:2px;
	padding-top:2px;
}
h2 {
	font-size: 10pt;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #333333;
	background-image:url(img/bg-h2.jpg);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 8px;
	text-indent: 1em;
	padding-bottom:5px;
	padding-top:5px;

}
h3 {
	display:block;
	color:#006666;
	border-bottom:dotted 1px #006666;
}
.kiji {
	margin-left:1em;
	margin-bottom:20px;
}
p {
	font-family: "メイリオ","Meiryo", ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
	font-size: 10pt;
	line-height: 1.5em;
	text-indent: 1em;
	margin-bottom:12px;
	text-align:justify;
	text-justify: inter-ideograph;
}
.pagetop {
	font-size:8.5pt;
	text-align:right;
	margin-bottom:20px;
}
.menu-1 {
	background-image: url(img/bg-menu-1.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}

/*clearfix*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}