@import "reset.css";
/* 東京 */
html{
	overflow:hidden;
	width: 100%;
	height: 100%;
}
*[lang="zh-cn"]{
	font-family: simsun;
}
body#songmu{
	padding: 0;
	margin: 0;
	color: black;
	background-color: #cc9;
}
#songmu .slide h1{
	font-size: 280%;
	margin: 0 10pt .3em 0;
	background: url('../img/fude_under.gif') no-repeat left bottom;
	padding: 8px 0 15px 0;
}

#songmu div.slide h1.takahashi{
	background: none;
	position: absolute;
	text-align: center;
	width: 800px;
	height: 1em;
	left: 50%;
	top: 50%;
	margin: -0.5em 0 0 -400px;
	padding: 0;
	font-size: 350%;
}
.slide li, ruby, p, table{
	font-size: 130%;
}
#songmu .slide li{
	list-style-type: none;
	background: url('../img/list_icon.png') no-repeat 3px 50%;
	text-indent: 1em;
}
#songmu .slide li.noimg{
	background: none;
	text-indent: 0;
}

strong{
	color: #F00;
	font-weight: bold;
}
div.container{
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 100%;
	background: #dfdfac url('../img/pre_back.gif') no-repeat 50% 50%;
}
pre{
	line-height: 1.5;
	margin-bottom: 1em;
}
#songmu div.slide{
/*	font-size: 120%;*/
}
dl{
	font-size: 125%;
}

dl.parallel{
	width: 30em;
	zoom: 1;
}
dl.parallel:after{
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
	height: 0.1px;
}
dl.parallel dt, dl.parallel dd{
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	border: 0;
}
dl.parallel dt{
	width: 10em;
	clear: both;
}
dl.parallel dd{
	width: 19em;
	white-space: nowrap;
}
dl.parallel dd li{
	font-size: 100%;
}
dl.parallel dd li.etc{
	font-size: 70%;
}
dl.parallel dd li.strong{
	font-size: 180%;
	font-weight: bold;
	color: #f00;
}
li.strong{
	font-size: 150%;
	color: #f00;
}


dl.demo dd{
	font-size: 380%;
}

ruby{
	font-size: 160%;
}

table{
/*	table-layout: fixed;*/
	width: 90%;
}
table td, table th{
	font-size: 200%;
	line-height: 1.6;
	margin-bottom: 0.5em;
}
table td{
	border-top: 1px solid #999;
}


.remark{
	font-size: 60%;
}


#songmu div.slide ul li ol{
	padding-left: 2em;
}

#songmu div.slide ul li ol li{
	line-height: 1.2;
	font-size: 80%;
	margin: 0;
}
#songmu div.slide ol li{
	list-style-type: decimal;
	background: none;
	text-indent: 0;
}

#songmu h2{
	margin: .5em 0
}
h2.rightbottom{
	position:absolute;
	bottom: 10px;
	right: 0px;
	font-size: 130%;
	text-align: right;
	line-height: 1.3;
}
h2 span{
	font-size: 75%;
}











/*  Timer */   /*
body > div#timer2{
	position: fixed;
}*/
div#timer2{
	position: absolute;
	visibility: visible;
	top: 5px;
	right: 5px;
	border: 1px solid #eee;
	background-color: white;
	padding: 2px;
	width: 302px;
	z-index: 1000;
}
div#timer2 div#bar{
	width: 300px;
	height: 15px;
	border: 1px solid #999999;
	background-color: #CCCCCC;
	overflow: hidden;
}