@charset "ISO-8859-1";
/*-----NACCS 2006/07/04-----*/

/*---------------------------BASIC-----------------------*/
body {
	line-height: 130%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px 12px;
	padding: 0px;
	text-align: center;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
}

/*----------------Link----------------*/
a:link {
	color: #000099;
}

a:visited {
	color: #666699;
}

a:hover {
	color: #0099FF;
}

a:active {
	color: #0099FF;
}

/*---------------Tags----------------*/
img {
	border: 0px none;
}

form, h1 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-size: 90%;
}

address {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-size: 90%;
}

hr {
	display: none;
	margin: 0px;
	padding: 0px;
}

/*--------------------------------Class--------------------------------*/
.echooff {
	display:none;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.clear {
	clear: both;
}
.a-center {
	text-align: center;
}
.a-left {
	text-align: left;
}
.a-right {
	text-align: right;
}
.va-middle {
	vertical-align: middle;
}

.text-small {
	font-size: 86%;
}

/* Top Margin */
.top05 {
	margin-top: 5px;
}

.top10 {
	margin-top: 10px;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

/* Left Margin */

.left05 {
	margin-left: 5px;
}

.left08 {
	margin-left: 8px;
}

.left10 {
	margin-left: 10px;
}

.left20 {
	margin-left: 20px;
}

.left30 {
	margin-left: 30px;
}

.left40 {
	margin-left: 40px;
}

.left50 {
	margin-left: 50px;
}

.left60 {
	margin-left: 60px;
}

.left70 {
	margin-left: 70px;}

.left100 {
	margin-left: 100px;
}

/* bottom Margin */

.bottom00 {
	margin-bottom: 0px;
}

.bottom05 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom25 {
	margin-bottom: 25px;
}

.bottom30 {
	margin-bottom: 30px;
}

/*------------------------------Layout--------------------------------*/

/*----------Main-------------*/
#top-main {
	width: 700px;
	background-image: url(../images/main_back.gif);
	background-repeat: repeat-y;
}

#top-main-tb {
	padding-top: 18px;
}

#menu {
	white-space: nowrap;
	width: 700px;
}
/*------------------------------Contents--------------------------------*/

/*Information*/
.ichiran {
	font-size: 80%;
	text-align: right;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	width: 430px;
}


/*BBS*/
#bbs {
	margin-top: 0px;
	background-color: #D9D9D9;
	border: 1px solid #999999;
	padding: 7px;
}

/*BBS button*/
.bbs-btn {
	text-align: center;
	margin-top: 7px;
}

/*BBS Notice*/
.bbs-notice {
	margin-top: 7px;
	font-size: 80%;
}


/*--------------------------------Footer----------------------------------*/

#footer {
	background-color: #666666;
	padding: 5px 0px 5px 5px;
	margin-top: 20px;
}

/*-----------------------------------Added-------------------------------------*/
