@charset "utf-8";
/* CSS Document */
#global_nav {
	background-color: #FFFFFF;
	line-height: inherit;
	width: 100%;
}
.bigbanner {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0;
	text-align: center;
	width: 100%;
	background-image: url(../img/header.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
hr {
	display: none;
}
#Wallpaper {
	padding-bottom: 20px;
	height: 100%;
 *text-align: center;
}
#Contents {
	width: 801px;
	margin-left: auto;
	margin-right: auto;
 *text-align: left;
}
/*footer_menu*/
div#footer_menu {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 770px;
}
div#footer_menu a {
	line-height: 1;
	text-decoration: underline;
	font-size: 11px;
}
div#footer_menu a:hover {
	color: #d16005;
}
#main-visual {
	background-image: url(../img/back.png);
	height: 411px;
	position: relative;
}
#main-visual ul {
	position: absolute;
	top: 290px;
	left: 30px;
}
#main-visual li {
	text-align: center;
	float: left;
	width: 114px;
	margin-right: 18px;
}
#main-visual li a {
	font-size: 12px;
	line-height: 1;
}
#main-visual a:hover {
	text-decoration: none;
}
#main-visual img {
	display: block;
	margin-bottom: 5px;
	border: 2px solid white;
	/* box-shadow */
	box-shadow: 1px 1px 2px 0px #000000;
	-moz-box-shadow: 1px 1px 2px 0px #000000;
	-webkit-box-shadow: 1px 1px 2px 0px #000000;
}
#info {
	position: absolute;
	top: 321px;
	left: 459px;
}
#info th, #info td {
	line-height: 1;
	padding-bottom: 10px;
}
#info th {
	padding-right: 10px;
}
