@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'メイリオ','Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	background-color: #000;
}
.title_text{
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #CCC;
	background-color: #039;
	height: 22px;
	width: 100%;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.info_text{
	font-size: 12px;
	color: #CCC;
	letter-spacing: 1px;
	width: 782px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 15px;
}

