@charset "UTF-8";

body {
	background:#FFF;
	font-family:Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:180%;
	color:#484848;
	text-align:center;
}

#wrapper {
	width:1500px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 8px;
	background: #E6E6E6;
	margin-bottom: 10px;
	margin:12px;
}
/*
.block {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 16px 40px 11px 40px;
	background: #fff;
	margin-bottom: 10px;
	clear: both;
	text-align: left;
	}
.block h2 {
	font-size: 14px; font-weight: bold;
	}
*/
table {
	width:100%;
}


th, td {
	text-align:center;
	padding:5px;
	border:solid 1px #ccc;
	background-color:#FFF;
}

th { font-weight:bold; background-color:#F7F7F7; }

.tl { background-color:#FFF; }

.orange { background:#FDA826; color:#FFF; }
.orange2 { background:#FD9124; color:#FFF; }

.blue { background:#1B55FA; color:#FFF; }
.blue2 { background:#0036FF; color:#FFF; }

.note { margin:0 12px; margin-bottom:20px; text-align:left; }

.text {
	margin-top:3px;
	padding: 3px 5px;
	display:inline-block;
	color: #666;
	background: #fff;
	font-size: 11px;
}
