body {
	background-color: #000000;
	margin: 0px 0 0px 0;
	font-size: 13px;
	color: #ffffff;
	padding: 0;
	}

a:link {
	color: #FF6600;
	text-decoration: underline;
	}

a:visited {
	color: #FF6600; 
	color: #FF6600;
	text-decoration: none;
	}

a:hover {
	color: #FF6600;
	text-decoration: underline;
	}

a:active {
	color: #FF6600;
	text-decoration: none;
	}



#header {
    height: 587px;
	margin: 0px auto 0;
    background-image: url(../img/mainbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
    }


#wrapper {
    width: 830px;
	margin: 0px auto 0;
	padding: 15px 0px 20px 0px;
	}
	
	
#contents {
  	width: 830px;
	margin: 30px 0 30px 0;
	}

	
#title {
  	width: 830px;
	margin: 0px 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: dotted 1px #fff;
    }

#js-info {
	width: 810px;
	overflow: auto;
	padding: 0 10px 20px 10px;
	margin: 0px 0 20px 0;
	border: 0px solid #36c;
    }

#js-info p {
	margin: 0;
	padding: 0px 0 20px 0;
    }


#tenpo_texterea {
	width: 630px;
	float: right;
	display: inline;
	line-height: 23px;
	margin-bottom: 50px;
    }



.margin-top-10px {
    margin: 10px 0 0px 0;
	}

.margin-bottom-5px {
    margin: 0px 0 5px 0;
	}

.margin-bottom-10px {
    margin: 0px 0 10px 0;
	}
	
.margin-bottom-20px {
    margin: 0px 0 20px 0;
	}

.fontsize-14px {
    font-size:14px;
	}
	
.fontsize-16px {
    font-size:16px;
	}

.fontsize-10px {
    font-size:10px;
	}
	
.fontsize-10px-left {
    font-size:10px;
	text-align: left;
	}
	
.address {
    font-size:14px;
	line-height:18px;
	margin-left: 7px;
	}




#footer {
    clear: both;
	width: 830px;
	font-size: 10px;
	padding: 0px 0 150px 0;
	margin: 0px 0 0px 0px;
	background: #000000;
	text-align:center;
	text-decoration:none;
	color:#999999;
	border-top: dotted 1px #FFFFFF;
	}
	
#footer a:link {
	text-decoration:none;
	color:#999999;
	}
	
#footer a:visited {
	text-decoration:none;
	color:#999999;
	}