@charset "utf-8";

body {
	text-align:center;
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka－等幅";
	color: #fff;
	line-height:150%;
	background-color: #000;
}

th, td {
	text-align:left;
	font-size: 12px;
}

a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}
a:active, a:hover {
	color:#ffcccc;
	text-decoration: underline;
}

strong { font-weight:normal; }
em { font-style:normal; }

.center { text-align:center; }
.left { text-align:left; }
.right{ text-align:right; }

.bold {font-weight:bold; }

.red {color:red;}

.size10 { font-size:10px;}
.size11 { font-size:11px;}
.size12 { font-size:12px;}
.size16 { font-size:16px;}

.orange_back{
	background-color:#CCCC00;
}
.yellow_back {
	background-color:#CCCC66;
}