@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
	line-height: 20px;
}
.header{
	background-color: #FFFFFF;
	height: 20px;
	width: 800px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.header h1{
	font-size: 12px;
	margin: 0px;
	font-weight: normal;
	padding-right: 3px;
}
.con {
	height: 100%;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#copy{
	text-align: center;
	height: 25px;
	width: 800px;
	padding-top: 5px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#logo{
	height: 80px;
	width: 800px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menu{
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: right;
	padding-top: 8px;
	background-image: url(../img/meb.jpg);
	background-repeat: repeat-x;
}
.menu a{
	color: #333333;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
	font-size: 14px;
}
.menu a:hover{
	color: #CC0000;
	text-decoration: underline;
}
.pan{
	text-align: left;
}
.pan a{
	padding-left: 10px;
	color: #006666;
	text-decoration: none;
}
.pan a:hover{
	color: #CC0000;
	text-decoration: underline;
}

