@charset "Shift_JIS";/*使用する文字コード*/

/***** gallery 11 *****/

* {
	padding: 0px;
	margin: 0px;
}
body {
 	text-align: center;
	background-color: #8b8985;
	overflow-x: hidden;
}
img {
	border: 0px;
	vertical-align: bottom;
}
a {
	color: #1072c5;
}
a:hover {
	color: #053156;
}
h1 {
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
}
h1 {
	text-align: left;
	font-size: 24px;
	color: #5b7aa9;
	margin: 20px 0 20px 10px;
}
p {
	font-size: 12px;
	color: #333333;
	line-height : 150%;
	padding-bottom: 2px;
	padding-top: 2px;
}
.clear {
	clear: both;/** 回り込みを解除するプロパティ **/
}
.top {
	background-color: #000;	
	background-image: url('../images/backgroundheader.jpg');
	background-repeat: repeat-x;
	background-position: bottom center;
}
.page {
	width: 600px;
	margin: 0px auto;
	background-image: url('../images/shadow.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 10px 145px 1px 145px;
}
.header {
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	text-align: right;
	width: 600px;
}
.content {
	width: 600px;
	background-image: url('../images/pagebackground.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 5px 0 10px 0px;
	}
.moognifyBorder {
	font-family: lucida grande, lucida sans, lucida sans unicode, arial, sans serif;
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	margin-bottom: 3px;
	}
.pagefooter {
	height: 5px;
	background-image: url('../images/pagefooter.gif');
	font-size: 12px;
	width: 600px;
	}
.bottom {
	background-image: url('../images/backgroundfooter.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	height: 124px;
}
.reflection {
	background-image: url('../images/backgroundreflection.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 88px;
	width: 890px;
	margin: 0px auto;
}
/***** top menu *****/
ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	clear: both;
	float: left;
	background-color: #fff;
	width: 600px;
}
ul#menu li{
	margin: 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height:32px;
}
ul#menu a, ul#menu span {
	padding: 6px 20px;
	float: left;
	text-decoration: none;
	color: #000;
	font-weight:bold; 
	text-transform: uppercase;
	clear: both;
	height: 20px;
	line-height: 20px;
}
ul#menu a {
	background-color: #fff;
	color: #000;
}
ul#menu span {
	display: none;
}
/***** side menu エレベーター *****/
#floatMenu {
	position:absolute;
	top:150px;
	left:50%;
	margin-left:290px;
	width:120px;
}
#floatMenu ul {
	font-size: 12px;
	margin-bottom:5px;
	list-style-type: none;
}
#floatMenu ul li a {
	text-align: left;
	display:block;
	border:2px solid #999;
	background-color:#222;
	text-decoration:none;
	color:#fff;
	padding:1px 5px 1px 20px;
}
#floatMenu ul li a:hover {
	color:#fff;
	background-color:#333;
}


#floatMenu ul.menu1 li a:hover {
	border-color:#09f;
}


#floatMenu ul.menu2 li a:hover {
	border-color:#9f0;
}


#floatMenu ul.menu3 li a:hover {
	border-color:#ff1;
}


#floatMenu ul.menu4 li a:hover {
	border-color:#f81;
}


#floatMenu ul.menu5 li a:hover {
	border-color:#f09;
}

/***** footer *****/
#left_footer {
	float:left;
	padding:10px 0 0 10px;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:11px;
}
#left_footer a {
	color:#FFFFFF;
}
#left_footer a:hover {
	text-decoration:none;
}
#right_footer {
	float:right;
	padding:10px 10px 0 0;
	text-transform:uppercase;
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-align:right;
}
#right_footer a {
	color:#053156;
	text-decoration:none;
}
#right_footer a:hover {
	color:#1072c5;
}