body{
	font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
	line-height: 1.5;
	margin: 0px auto;
}

h1,
h2,
h3{
	line-height: 1.5;
}

/* ヘッダ */
h1#header{
	background-color: #ddffdd;
	border-top: 4px solid #99ff99;
	margin: 12px 0px;
	padding: 2px 8px;
}

/* メニュー */
ul#menu{
	list-style-type: none;
	border-bottom: 4px solid #ffff66;
	margin: 0px 0px 12px 0px;
	padding: 0px 8px;
}

/* --- Start clearfix --- */
ul#menu:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* --- End clearfix --- */

	ul#menu li{
		float: left;
		width: 208px;					/* By Conf */
		text-align: center;
	}

		ul#menu li h2{
			background-color: #ffff66;
			padding: 6px 8px 2px 8px;
		}

		ul#menu li a{
			display: block;
			background-color: #ffffdd;
			margin: 4px 0px 0px 0px;
			padding: 2px 8px;
		}

		ul#menu li a:hover,
		ul#menu li a:active{
			background-color: #ffffaa;
			margin: 0px 0px 0px 0px;
			padding: 4px 8px;
		}

/* ページ送り */
ul.reference{
	list-style-type: none;
	background-color: #eeeeee;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}
/* --- Start clearfix --- */
ul.reference:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* --- End clearfix --- */

	ul.reference li{
		float: left;
		text-align: center;
	}

	ul.reference li.open{
		width: 1.8em;
		font-weight: bold;
		color: #ff0000;
		padding: 2px 4px;
	}

	ul.reference li.out{
		width: 1.8em;
		padding: 2px 4px;
	}

	ul.reference li.total{
		float: right;
		padding: 2px 4px;
	}

		ul.reference li a{
			display: block;
			width: 1.8em;
			padding: 2px 4px;
		}

		ul.reference li a:hover,
		ul.reference li a:active{
			background-color: #0000ff;
			color: #ffffff;
		}

		ul.reference li.total span{
			font-weight: bold;
			margin: 0px 4px;
		}

/* TODO Auto Pagerize's Style
hr.autopagerize_page_separator{
	display: none;
}

p.autopagerize_page_info{
	display: none;
}
*/

/* イントロダクション */
div#introduction{
	background-color: #ffcccc;
	border-top: 4px solid #ff9999;
	margin: 0px 0px 12px 0px;
}

	div#introduction h3{
		background-color: #ffdddd;
		padding: 2px 8px;
	}

	div#introduction ul,
	div#introduction ol{
		font-size: 90%;
		margin: 2px 4px 2px 0px;
	}

		div#introduction ul li,
		div#introduction ol li{
		}

/* フッタ */
p#footer{
	font-size: 90%;
	margin: 0px 0px 12px 0px;
}

/* アラート */
div#alert{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 500;
	background-image: url(../../parts/img/alpha_black_80.png);
	width: 100%;
	height: 100%;
}

	div#alert h3{
		color: #ffffff;
		margin: 20% 0px 0px 0px;
		padding: 2px 0px;
		text-align: center;
	}

	div#alert p{
		color: #ffffff;
		padding: 2px 0px;
		text-align: center;
	}

		div#alert p button{
			font-family: 'メイリオ', 'Microsoft Sans Serif', 'Tahoma';
			width: 4em;
		}

