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

/* ----------basic------------ */
* {
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}

body {
	background-color: #1b1b1b;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-size: 13px;
	*font-size: 13px;
	*font: x-small;
	text-align: center;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #CCCCCC;
}
a:active {
	color: #CC3399
}

/* ----------header------------ */
#wrapper {
	width: 780px;
	margin: auto;
}
#wrapper #header #globalNavi img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ----------menu------------ */
.menu {
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	width:650px;
	margin:0;
	position:relative;
	z-index:100;
	padding-left: 130px;
	background-image: url(../images/bg_menu.jpg);
	height: 450px;
}

.menu ul {
padding:0; 
margin:0;
list-style-type: none;
border:0;
}

.menu ul li {
float:left; 
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-align:center;
	text-decoration:none;
	width:129px;
	height:30px;
	color:#000000;
	line-height:28px;
	font-size:12px;
	background-color: #F5F1EE;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #535353;
}

.menu ul li ul {
display: none;
}

.menu ul li:hover a {
	color:#fff;
	background-color: #535353;
}

.menu ul li:hover ul {
	text-align:left;
	display:block;
	position:absolute;
	top:30px;
	text-align:left;
	z-index:100;
	left: 0px;
	padding-left: 130px;
}

.menu ul li:hover ul li {
	color:#1B1B1B;
	width:650px;
	overflow:hidden;
}

.menu ul li:hover ul li .thumbnail {
	height: 59px;
	width: 650px;
	background-color: #535353;
	margin-top: 10px;
}


.menu ul li:hover ul li .thumbnail img {
	float:left;
	border:0;
}

.menu ul li:hover ul li .thumbnail a {
	display:block;
	color:#1B1B1B;
	text-decoration:none;
	border:0;
	font-size: 20px;
	width: 650px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: left;
}


.menu ul li:hover ul li .thumbnail p {
	font-size:10px;
	margin-left: 0px;
}

.menu ul li:hover ul li .thumbnail a:hover {
	color: #FFFFFF;
	background-color: #009999;
	height: 59px;
}

.menu ul li:hover ul li .thumbnail a:active {
	background-color: #70A500;
}

/* ----------footer------------ */
#wrapper #footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	text-align: left;
	width: 100%;
}
#wrapper #footer #copyright {
	float: left;
	width: 130px;
	color: #999999;
	font-size: 10px;
	margin-top: 2px;
}
#wrapper #footer #mailto {
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	width: 260px;
}
#wrapper #footer::after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;

}
#wrapper #footerspace {
	clear: both;
	height: 30px;
	background-image: url(../images/bg_menu.jpg);
}

