/* CSS Document */
html{
	height:100%;
}
body {
	color: #333333;
	font-size: 75%;
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	line-height: 140%;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	height:100%;
	/*	position:relative;*/
}
a {
	color:#000066;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
td {
	vertical-align:top;
}
h1 {
	font-size:20px;
	color:#666699;
	margin-bottom:15px;
}
h2 {
	font-size:14px;
	color:#ffffff;
	margin-top:25px;
	width:780px;
	padding:5px 10px;
/*	border-bottom:solid 1px #FF0000;*/
	background-color:#9999CC;
}
.submenu {
	font-size:larger;
}
.submenu a {
	padding-left:12px;
/*	margin-right:20px;*/
	background-image: url(../img/arrow_square.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#wrapper {
	position: relative;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0px auto;
	padding: 0px;
	margin-bottom: -30px;
}
#header {
	width: 900px;
	height:112px;
	background-image:url(../img/bg_header.gif);
}
#logo {
	float:left;
	padding-left:14px;
	padding-top:16px;
}
#logo a img:hover{
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}
#kaiin{
	float:right;
	padding-right:15px;
	padding-top:15px;
}
#menu{
	clear:both;
	top:131px;
	position:absolute;
	margin-left:47px;
}
#menu a{
	margin-right:1px;
}
#menu a img:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
#footer {
	position: fixed;
	clear:both;
	width: 100%;
	bottom:0px;
	background-image: url(../img/bg_gray.gif);
	color:#FFFFFF;
}
#footer_menu {
	width: 100%;
	background-image: url(../img/bg_gray.gif);
	padding:6px 0px;
}
#footer_menu ul {
	width: 900px;
	margin:0px auto;
}
#footer_menu li {
	float:left;
	padding-left:6px;
	margin-right:20px;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
#footer #footer_address {
	background-image: url(../img/bg_footer.gif);
	width:100%;
	margin:0px auto;
	padding:8px 0px;
}
#footer #footer_address div {
	width: 900px;
	margin:0px auto;
}