body {
	color: #000000;
	background-color: #FFFFFF;
	margin: 10px;
}

/*--font style--*/
.FS1 {
 font-size: 70%;
}
.FS2 {
 font-size: 85%;
}
.FS3 {
 font-size: 100%;
}
.FS4 {
 font-size: 115%;
}
.FS5 {
 font-size: 130%;
}
#point {
	color: #FF6600;
}

/*--link style--*/
a:link {
	color: #000000;
	text-decoration: underline;
	border: 0;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}

/*--header--*/
.nav {	border-bottom: 5px solid #000099;	margin-bottom: 10px;
}

/*--contents--*/h1 {	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;	font-size: x-large;	font-weight: bold;	text-align: center;	padding: 0.1em;	margin-bottom: 10px;	color: #006666;}
/*h1 {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	font-weight: 900;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	color: #006666;
	padding: 0.1em;
	margin-bottom: 10px;
}*/
h2 {	font-size: medium;	font-weight: bold;	margin-top: 20px;	margin-right: 0px;	margin-bottom: 0px;	margin-left: 20px;
}

p {
	line-height: 140%;
	margin: 0px 20px 0px 35px;
}
p#txt {	margin-left: 40px;	border-top: 1px solid #999999;	border-left: 5px solid #999999;	padding: 5px;}

.btn1 {
	background-image: url(../img/btn_arrow.gif);
	background-repeat: no-repeat;
    padding-left: 20px;
}
#title {	border-top-width: 8px;	border-bottom-width: 2px;	border-top-style: solid;	border-bottom-style: solid;	border-top-color: #006666;	border-bottom-color: #006666;	padding-top: 10px;	margin-bottom: 10px;}

div.comment 
{
	margin: 0px 0px 0px 20px;
}

/*--footer styles--*/
div#footer {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	clear: both;
	border-top: 1px solid #666666;
}
#footer #tit {
 font-weight: bold;
}
