body{
	background-color: #000000;
	background-repeat: no-repeat; 
	background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
	background-attachment:fixed;             /* 背景画像を固定する */
}

a{
	color: #ffff00;
}

ul{
	list-style: none;
}

li{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.centertext{
	margin-right : auto;	/*Chrome,FX用のセンタリング*/
	margin-left : auto;		/*Safariとかoperaなんぞ知るかって言いたいけどスマホは大体Safariだしなあ。*/
}

.verynarrow{
	width: 320px;
}

.narrow{
	width: 640px;
}

.medium{
	width: 780px;
}

.wide{
	width: 920px;
}

.border{
	border-style: ridge;
	border-width: 5px;
	border-color: #cccccc;
}

.title{
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
}

.subtitle{
	text-align: center;
	font-size: 16pt;
	font-weight: bold;
}



div.table{
	text-align: center;		/*IE用のセンタリング*/
}

table{
	margin-right : auto;	/*Chrome,FX用のセンタリング*/
	margin-left : auto;		/*Safariとかoperaなんぞ知るかって言いたいけどスマホは大体Safariだしなあ。*/
	border: 3px;
}

.table table.narrow{
	width: 640px;
}

.table table.medium{
	width: 780px;
}

.table table.wide{
	witdh: 920px;
}

.table table{
	width: 860px;
}

td, th{
	border: 1px;
	border-style: solid;
}

div.spacer{
	margin-top: 16px;
}

div#footer_common{
	margin-top: 16px;
	text-align: center;
}

div#footer_common table{
	text-align: center;
	width: 600;
}

div.headline{
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

.smalltext{
	font-size: 10pt;
}

div.ruby{
	font-size: 6pt;
}

div.aa_view{
	font-family: "MS Pゴシック",sans-serif;
}

div.monospaced_font{
	font-family: "MS ゴシック",monospace;
}

.hidden{
	display: none;
}