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


/* ---------------------------
title&menu
------------------------------ */
#title{
	width: 950px;
	height: 90px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 50px;
	line-height: 2;
}

h1{
	float: left;
}

.menu{
	float: right;
	width: 550px;
	margin-top: 30px;
	font-weight: 300;
	font-size: 14px;
}

.menu table{
	width: 550px;
}

.menu table tr td{
	width: 150px;
	border-left: solid 1px #c0c6c9;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu p#here{
	background-color: #FAF5F0;
	opacity: 0.7;
 	filter: alpha(opacity=70);
	width: 140px;
}

.menu p#here01{
	background-color: #FAF5F0;
	opacity: 0.7;
 	filter: alpha(opacity=70);
	width: 140px;
	letter-spacing: 0;
}

#title .menu table tr td a.page:hover {
	background-color:#FAF5F0;　
 	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
}
#title .menu table tr td a {
	text-decoration: none;
}



/* ---------------------------
#FooterBox　お知らせ
------------------------------ */
#FooterBox{
	width: 100%;
	height: 150px;
	margin: 0 auto;
	padding-top: 50px;
	font-weight: 300;
	font-size: 14px;
}

#menu{
	width: 950px;
	margin: 0 auto;
}

#menu p#here{
	background-color: #FAF5F0;
	opacity: 0.7;
 	filter: alpha(opacity=70);
	width: 140px;
	}

#menu p#here01{
	background-color: #FAF5F0;
	opacity: 0.7;
 	filter: alpha(opacity=70);
	width: 140px;
	letter-spacing: 0;
}

table{
	float: right;
	width: 550px;
}

table tr td{
	width: 150px;
	border-left: dashed 1px #c0c6c9;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#FooterBox #menu table tr td a.page:hover {
	background-color:#FAF5F0;　
 	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
}
#FooterBox #menu table tr td a {
	text-decoration: none;
}

/* ---------------------------
menu　動くメニュー
------------------------------ */
.menuright{
	position: fixed;
	top: 65%;
	right: 0;
	z-index: 100;
	}
	
.menuright ul li {
	padding-bottom:0;
	line-height: 0;
 	opacity: 0.7;
 	filter: alpha(opacity=70);
 	-moz-opacity: 0.7;
}