@charset "utf-8";


body{
	background-color: black;
	color: orange;
	font-size: 14px;
	text-align: center;
}

#wrapper {

	margin: 0px auto 0;
	text-align: center;
    overflow: visible;
}
/*スクルールバー*/
#scroll-all .scroll-box{
	overflow: auto;
}
#scroll-all .scroll-box::-webkit-scrollbar{
	width: 5px;
	background: gray;
}
#scroll-all .scroll-box::-webkit-scrollbar:horizontal{
	height: 5px;
	background: gray;
}
#scroll-all .scroll-box::-webkit-scrollbar-thumb{
	background: black;
	border-radius: 2px;
}
#scroll-all .scroll-box::-webkit-scrollbar-thumb:horizontal{
	background: black;
	border-radius: 2px;
}/*
 *--------------------------------------------------------------------
 */
 a:link, a:visited{
 	color: yellow;
 	text-decoration: underline;
 }
 
 a:hover{
 	color: orange;
 }
 
 #main-contents {
 
 	text-align: center;
 }
 
 .line1table{
 	margin: 20px 0px 0px;
 	text-align: left;
 }

.line1table td{
	border: 1px solid #493001;
	padding: 10px;
	font-size: 14px;
	color: #bc7a01;
	line-height: 135%;
	margin-top: 0;
}


#address{
	color: #493001;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
}
/*フッター部分*/


#bottomfooter{
	text-align: center;
	padding-bottom: 50px;
	font-size: 14px;
	color: orange;
	padding-top: 15px;
}
