/* ƒy[ƒW‚ÌƒŒƒCƒAƒEƒg—pCSS */
body {
	background: #E7FFC1 url(images/bg-body.jpg) repeat-y;
	background-position:top center;
	text-align:center;
	margin: 0;
  	padding: 0;
}

/* header */
.header {
  width: 900px;
  margin: auto;
  background: #E7FFC1 url(images/bg-header.jpg) no-repeat;
}
.header a {
	display: block; 
	float: left; 
	margin-top: 50px;
	margin-left: 30px;
	padding-bottom: 15px;
	width: 300px; 
	hight: 80px;
}

/* ƒ^ƒCƒgƒ‹ */
.title {
	background: #E7FFC1 url(images/bg-body.jpg) repeat-y;
	background-position:top center;
	text-align:center;
	margin: 0;
  	padding: 0;
  }
.title table {
	width: 900px;
	margin: auto;
	}
.title a {
	display: block; 
	float: left; 
	margin-left: 0px; 
	width: 128px; 
	hight: 38px
}
.title h1 {
	width: 900px;
	paddingt: 5px; 
	margin: auto;
	text-align: left; 
	text-indent: 1em; 
	color: #999999; 
	font-family: "Georgia", "Times New Roman", "Times, serif";
	font-size: 20px;
	font-weight: bold;
	background-color: #FFFFFF; 
	border-top:solid 3px #d1d6b6;
	border-bottom:solid 3px #d1d6b6;
	}

.title p {
	padding: 3px;
	margin: 0px 20px;
	color: #666666;
	vertical-align:top;
	text-align: left; 
	line-height: 150%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 13px;
 }


/* ƒRƒ“ƒeƒ“ƒc */
.contents {
	background: #E7FFC1 url(images/bg-body.jpg) repeat-y;
	background-position:top center;
	text-align:center;
	margin: 0;
  	padding: 0;
}
.contents table{
	margin: auto;
	background-color: #FFFFFF;
}
.contents h1 {
	width: 900px;
	paddingt: 2px; 
	margin: auto;
	text-align: left; 
	text-indent: 1em; 
	color: #009933; 
	font-family: "Georgia", "Times New Roman", "Times, serif";
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF; 
	border-top:solid 3px #009933;
	border-bottom:solid 3px #009933;
	}
.contents h2 a:link {
	color: #990000;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 13px;
	text-align:left;
	margin:1em 10px;	
	}
.contents h2 a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 13px;
	text-align:left;
	margin:1em 10px;	
	}
.contents h2 a:visited {
	color: #990000;
	text-decoration: none;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 13px;
	text-align:left;
	margin:1em 10px;	
	}
.contents h2 a:active {
	color: #FFCC00;
	text-decoration: none;
	}		
.contents h3 {
	margin: 0px;
	padding: 10px;
	text-align: left; 
	text-indent: 3em;
	background: url(images/bg-h3.jpg) no-repeat;
	color: #5ABC29;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 17px;
	}

.contents h4 {
    margin: 0px;
	text-align: left; 
	text-indent: 1em; 
	border-bottom:dotted 3px #5ABC29;
	color: #5ABC29;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 13px;
	}

.contents h5 {
    margin: 0px;
    text-align: left;
	border-bottom:dotted 3px #5ABC29;
	color: #5ABC29;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 13px;
}
	
.contents td {
	padding: 3px;
	margin: 0px;
	color: #666666;
	vertical-align:top;
	line-height: 150%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 13px;
 }
 .contents p {
	padding: 3px;
	margin: 0px 20px;
	color: #666666;
	vertical-align:top;
	text-align: left; 
	line-height: 150%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
	font-size: 13px;
 }
.contents a:link {
	color: #990000;
	text-decoration: none;
}

.contents a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

.contents a:active {
	text-decoration: none;
}
/* ƒtƒbƒ^[ */
.footer {
  padding: 9px 8px 35px;
  margin: auto;
  width: 900px;
  color: #666666;
  font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka,sans-serif;
  font-size: 11px;
  background: url(images/bg-footer.jpg) no-repeat bottom;
}


