/* CSS Document */

.main {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_back.jpg);
	position: relative;
	background-repeat: repeat-y;
}
.info {
	font: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	position: absolute;
	left: 446px;
	top: 12px;
	width: 330px;
	line-height: 110%;
	font-size: 0.7em;
}

.menu {
	position:absolute;
	left: 26px;
	top: 93px;
	font: 12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
.menu a{
	color: #FFFFFF;
	text-decoration:none;
	line-height:2em;
	background:url(images/spacer.gif) repeat;
	white-space:nowrap;
}
.menu a:hover, .menu a:active{
	color: #00FF00;
}
.menu span{
	display:none;
}
.submenu{
	position: absolute;
	left:0px;
	top:14px;
	padding-top:10px;
	background:url(images/spacer.gif) repeat;
	visibility:hidden;
}
.submenu a{
	padding:2px;
	display:block;
	background-color:#333333;
	width:140px;
}
.submenu a:hover, .submenu a:active{
	background-color:#666666;
}

.english{
 	position: absolute;
	right: 30px;
	top:93px;
	font-size:1.0em;
	font-family:'Arial Black';
 }
.english a:link, .english a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.english a:hover, .english a:active{
	color: #FF0000;
}

.title {
	position: absolute;
	left: 196px;
	top: 130px;
	width: 173px;
}


.contents {
	font: 0.9em "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	vertical-align:top;
	background: url(images/main.jpg) no-repeat;
	padding-top: 170px;
	padding-right: 40px;
	padding-left: 210px;
	line-height:200%;
}
.foot {
	font: 0.8em "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #FFFFFF;
	text-align: center;
}

.yume {
	position: absolute;
	left:142px;
	top:5px;
}
.yume a{
	font: 0.6em "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#666666;
	text-decoration:none;
}
.yume a:hover, .yume a:active{
	color: #FF0000;
}

