@charset 'utf-8';

body {
	background: #222121;
	margin: 0;
	color: #CCCCCC;
}

/* MacIE Only */
body, td, th, div, p, a, pre {
	font-size: 12px;
	line-height: 1.3;
}
/* Css Hack Except MacIE5 \*/ 
body, td, th, div, p, a, pre {
	font-size: 12px;
	line-height: 1.3;
}
/* Css Hack End */

select, input, textarea {
	font-size: 100%;
}

body, td, th, div, p, a, pre,
select, input, textarea {
	font-family:
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 
		'平成角ゴシック', 'HeiseiKakuGothic', Osaka, 
		'ＭＳ Ｐゴシック', 'MS PGothic', 
		'ＭＳ ゴシック', 'MS Gothic',
		sans-serif;
}

a:link, a:visited{
	color: #ADBFD6;
}

a:active, a:hover {
	color: #FFCC00;
}

a img, noscript img {
	border: 0;
}

.B {
	font-weight: bold;
}

.TxtL {
	text-align: left;
}

.TxtC {
	text-align: center;
}

.TxtR {
	text-align: right;
}

.Clear {
	clear: both;
	line-height: 0;
}

.FloatL {
	float: left;
}

.FloatR {
	float: right;
}

small {
	font-weight: normal;
	font-size: 9px;
}

hr {
	border: 0;
	height: 2px;
	border-top: 1px dashed #222222;
	border-bottom: 1px dashed #444444;
	background: none;
}

th {
	color: #ffffff;
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 30px;
}

.T01 {
	background: url(../img/nm02.gif);
	padding-top: 7px;
}

.T02 {
	background: url(../img/nm03.gif);
	padding-top: 39px;
}

.T03 {
	background: url(../img/nm04.gif);
	padding-top: 7px;
}

.T03_1 {
	background: url(../img/nm04_1.gif);
	padding: 0 0 0 2em;
	color: #FF9933;
}

.T04 {
	background: url(../img/nm05.gif);
	padding-top: 22px;
}

.N01 {
	background: url(../img/nf01.gif);
	padding: 7px 0 0 20px;
}

.N02 {
	background: url(../img/nf02.gif);
	padding: 5px 25px;
}

.PdLt {
	padding: 5px 20px;
}

/* MacIE Only */
ul, ol {
	margin: 0 0 0 20;
}
/* Css Hack Except MacIE5 \*/ 
ul, ol {
	margin: 0 0 0 -20 !important;
	margin: 0 0 0 20;
}
/* Css Hack End */

li {
	margin-bottom: 0.5em;
}
