@charset "UTF-8";
/* CSS Document */

body {
	/* 画像ファイルの指定 */
	background-image: url(../images/bg.png);
	/* 画像を常に天地左右の中央に配置 */
	background-position: center center;
	/* 画像をタイル状に繰り返し表示しない */
	background-repeat: no-repeat;
	/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-attachment: fixed;
	/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	background-size: cover;
	/* 背景画像が読み込まれる前に表示される背景のカラー */
	background-color: #333;
	line-height: 1.5em;
}
a:link {
	color: #f00;
}
a:visited {
	color: #f00;
}
a:hover {
	color: #f00;
}
a:active {
	color: #f00;
}
h1 {
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 1em;
	color:#DADF00;
}
p {
	margin: 0 0 1em 0;
	padding: 0;
}
#container {
	position: relative;
	width: 1000px;
	/*min-height:800px;*/
	margin: 30px auto;
	/*background-image: url(../images/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;*/
	background-color: rgba(3,5,28,0.82);
	/*padding:1em;*/
	color: #eee;
	border: 1px solid #666;
}
#header {
	height: 308px;
}
#menu {
	height: 50px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}
#contents {
	margin: 2em;
}
#footer {
	padding: 2em;
	font-size: 14px;
	text-align: center;
	line-height: 1.5em;
	
	border-top: 1px solid #666;
	position: bottom;
	color: #ccc;
	background-color:rgba(0,0,0,0.80);
}
#footer a {
	color: #f00;
	text-decoration: none;
}
.uc{
	text-align:center;
	padding:10em 0;
}
.bannerArea{
	text-align:center;
	box-sizing: border-box;
	border:1px dotted #aaa;
	padding:0;
}
.bannerArea img{
	width:22.5%;
	height:auto;
	margin:1.25%;
	box-sizing: border-box;
	border:1px solid #aaa;
}

.topmenu{
	width: 125px;
	/*height: 40px;*/
	float: left;
	text-align: center;
	padding: 4px 0;
	background:#93950E;
	margin-bottom: 2em;
}
.topmenu a {
	font-weight: bolder;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
