a:link {
	font-size: 14px;
	color: #605F20;
	text-decoration: none;
}

a:hover {
	color: #605F20;
	text-decoration: underline;
	font-size: 14px;
}

a:visited {
	text-decoration: none;
	color: #B9A231;
	font-size: 14px;
}

body {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #0D0300;
}

#container {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #211500;
	background-attachment: fixed;
	background-image: url(../images/ind.jpg);
	background-repeat: no-repeat;
	background-position: center center;
        background-size: auto;
	height: 600px;
	margin-top: 20px;
}
@media screen and (max-width: 480px){
#container {
	width: auto;
	height: auto;
	background-image: none;
	margin-top: 20px;
  }
}

.nts {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 10px;
	line-height: 1.7em;
	color: #766912;
	text-align: right;
	width: 300px;
        padding-top: 50px;
	margin-right: 100px;
	margin-left: 400px;
}
@media screen and (max-width: 480px){
.nts {
	width: 270px;
	font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-right: auto;
	margin-left: auto;
  }
}