﻿a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #C0C0C0;
}
a:hover {
	color: #C0C0C0;
}
body {
	margin: 0 auto;
	font-family: メイリオ, "MS UI Gothic", "ＭＳ ゴシック";
	font-size: 13px;
	color: #fff;
	background-image: url('../images/wall.png');
	background-repeat: repeat-x;
	background-color: #180F1E;
	width: 960px;
	height: auto;
}
.head {
	position: absolute;
	top: 30px;
	margin-left: 35px;
}
.main1 {
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 50px;
	width: 870px;
	height: auto;
}
.menu1 {
	background-color: #140D1C;
	background-image: url('../images/wall2.png');
	background-repeat: repeat;
	width: 100%;
	height: auto;
	top: 130px;
}
.text01 {
	width: 850px;
	height: auto;
	padding-top: 20px;
	float: left;
}
.text02 {
	width: 820px;
	height: auto;
	padding: 15px;
	float: left;
}
.text03 {
	padding-top: 10px;
	float: left;
}
.nobeyama {
	padding: 15px;
	background-image: url('../images/wall2.png');
	background-repeat: repeat;
}
.prof {
	vertical-align: top;
	background-color: #FFFDF7;
	color: #333333;
	padding-top: 25px;
	padding-left: 30px;
	border: thin solid #12161C;
	border-radius:20px;
	width: auto;
}
.prof a {
	color: #333333;
}
.prof a:visited {
	color: #333333;
}
.prof a:active {
	color: #C0C0C0;
}
.prof a:hover {
	color: #C0C0C0;
}
.main2 {
	width: 850px;
}
.spacer1 {
	height: auto;
	width: 1px;
	padding: 3px;
}
.info01 {
	background-image: url('../images/wall6.png');
	background-repeat: repeat;
	box-shadow:5px 5px 8px 0px #000;
	width: 750px;
	height: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	right: auto;
	left: auto;
	font-size: 13px;
}
.td1 {
	background-image: url('../images/ev04_wall.png');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	width: 870px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
.footer {
	font-size: 12px;
	color: #F2F7F9;
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	height: auto;
	width: 100%;
	text-align: right;
	margin: 0 auto;
	padding: 7px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
hr {
	border-color: #211B1F;
	border-width: 100%;
	border-style: solid;
	padding-top: 0;
	margin-top: 8px;
	margin-bottom: 10px;
}
