@charset "Shift_JIS";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}




div.contents{
	color: #fff;
	line-height: 1.3;
}

ul.chapter li,
dl.chapter dt,
dl#maniac-talk dt{
	position: relative;
	margin: 0 0 10px;
	font-weight:bold;
}

dl.chapter dt,
dl#maniac-talk dt{
	margin: 10px 0 0;
}

dl.chapter dt#intro{
	margin:  0;
}

ul.chapter li span.sub-text{
	font-size:93%;
	font-weight:normal;
	line-height: 1.2;
}


ul.section li,
dl.chapter dd,
dl#maniac-talk dd{
	position: relative;
	margin: 3px 0 3px 1em;
	line-height: 1.2;
}

dl.chapter dd{
	margin: 3px 3.5em 3px 1em;
}

li#chapter-two ul.section li{
	margin: 3px 0 10px 1em;
}

li#chapter-two ul.section * li{
	margin: 3px 0 3px 1em;
}

li#remodel ul.section li{
	font-weight: normal;
}


ul.sub-section li{
	font-size:93%;
	font-weight:normal;
	line-height: 1.2;
}

span.page{
	display: block;
	position:absolute;
	top:5px;
	right: 15px;
	font-size:13px;
	font-weight: normal;
}

span.uppercase,
strong.uppercase{
	text-transform: uppercase;
}

#40th-anniversary,
#kaitai-shinsho{
	text-transform: capitalize;
}