@charset "UTF-8";
* {margin: 0; padding:0}
/*タグセレクタ*/
body {
	background-color: #1e1204; /*全体の背景色を指定*/
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#wrapper {
	width: 810px;
	padding:15px 19px 15px 19px;
	background-color: none;
}
h3 {
	color: #ccc;
	font-size: 15px;
	margin-bottom: 10px;
}
p {
	color: #bbb;
	font-size: 13px;
	line-height: 1.5em;
	text-align:justify;
	text-justify: inter-ideograph;
	margin-top: 10px;
}
img {
	margin-top: 5px;
}
table,tr,td {
	margin-bottom: 30px;
	border:1px solid #333;/*枠線を指定*/
	border-collapse:collapse;/*表の境界線を結合してを表示する*/
	padding: 0px 10px 0px 15px;/*内側に15pxの余白を入れる*/
	font-size:13px;
}
td {
	color:#ccc;
	height:47px;/*セルの高さを47pxに指定*/
	vertical-align:middle;/*文字をセルの高さの真ん中に指定*/
}
.t-00 {
	width:75px;/*幅を80pxに指定*/
	font-weight: bold;
	text-align: center;
	background-color: none;
}
.t-01 {
	width:63px;/*幅を70pxに指定*/
	font-weight: bold;
	text-align: center;
	background-color: none;
}
.t-02 {
	width:610px;;/*幅を600pxに指定*/
	line-height: 1.5em;
	background-color: none;
}

.na {
	color: #8fb44d;
}
.sa {
	color: #008ac8;
}
.as {
	color: #f59b31;
}
.oc {
	color: #d43411;
}
.eu {
	color: #fdd64c;
}
.b {
	font-weight: bold;
}
.e {
	color: #aaa;
}
