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

.voice_navi {
	display:none;
	height:0;
}

#menu_onsei {
	background:#777;
	width:100%;
	border-bottom:5px solid #333;
	clear:both;
}
#menu_onsei ul {
	behavior:url(/inc/iefixed.htc);/*IE6用*/
	width:94%;
	max-width:944px;
	min-width:640px;
	margin:0 auto;
	font-size:large;
}
#menu_onsei a:link, #menu_onsei a:visited {
	color: #eee;
}
#menu_onsei a:hover {
	color: #fff;
	text-decoration:underline;
}
#menu_onsei a {
	/*font-size:85%;*/
}

#main {
	padding:30px;
	font-size:large;
	line-height:1.9em;
}

h1 {
	font-size:xx-large;
	margin-bottom:30px;
}
h2 {
	font-size:x-large;
	margin:20px 0;
}

a.download {
	display: block;
	height: 80px;
	width: 110px;
	background:url(download_button.gif) no-repeat;
	text-indent: -9999px;
}
a.download_mp3 {
	display: block;
	height: 80px;
	width: 110px;
	background:url(download_button_mp3.gif) no-repeat;
	text-indent: -9999px;
}
a.about {
	display: block;
	height: 80px;
	width: 140px;
	background:url(about_button.gif) no-repeat;
	text-indent: -9999px;
}
