@charset "utf-8";
/* CSS Document */

/*リセットここから*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* for Dreamweaver */
.clearfix {overflow:hidden;}
/* end Dreamweaver */


/*タグ共通*/
h3{
	background: url(../images/category/h3_icon.jpg) no-repeat left top;
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	font-size: 153.9%;
	font-weight: normal;
	width: 700px;
}

/*ボディ全体*/
body {
    background: #000;
    color: #333;
	font-family: "メイリオ", meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 80%;
	text-align: left;
    /*border: 0px;*/
}

/*イメージ下スペース削除*/
img { vertical-align:bottom; }

/*文字サイズ・装飾*/
strong { font-size: 100%; font-weight: bold;}
small {font-size: 93%;}
.red { color: #C33; }
.green { color: #22AC1F; }
.navy { color:#1C208B; }

.lineH18 { line-height: 138.5%; }
.lineH24 { line-height: 182%;}

.txtCenter { text-align: center;}
.txtRight { text-align: right;}
.txtSmall { font-size: 93%; line-height:123.1%; }
.txtKome { margin-left: 1em; text-indent: -1em; }
.txtIndent1 { text-indent: 1em; }
.txtBig { font-size: 116%; }
.txtStrong { font-weight: bold; }

/*リスト*/
ul.square{ list-style: square; }
ul.decimal { list-style: decimal;}
ul.disc { list-style: disc;}
ul.circle { list-style: circle; }
ul.lower-alpha { list-style: lower-alpha; }
ul.decimal li,ul.disc li,ul.circle li,ul.lower-alpha li { margin-bottom: 7px; margin-left:2em; }

/*テキストリンク*/
a:link {
	color:#333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
    color:#a7a7a7;
	text-decoration:underline;
}
a:active {
	color:#666;
}

/*テキストリンクブロック*/
a.btnTxt {
	background: url(../images/common/bg_btn_tbox.gif) repeat-x;
	border: 2px solid #DDDDDD;
	line-height: 22px;
	text-align: center;
	display: inline-block;
	text-align: center;
	text-indent: 0px;
	color: #666;
	padding: 0px 10px 0px 10px;
}
a:hover.btnTxt { border: 2px solid #EEEECC; color:#6E6; }

/*テーブル基本*/
table {
	margin-right: auto;
	margin-left: auto;
	line-height: 116%;
	border-collapse: separate;
	border-spacing: 0 1px;
}
th {
	width: 70px;
	border-left: solid 2px #ADDBF4;
	border-bottom: solid 1px #DDD;
	padding: 5px;
	text-align: left;
	margin: auto;
	font-weight: normal;
	white-space: nowrap;
}
td {
	border-left: dotted 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 5px;
	margin: auto;
}
caption {
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}
.verticalM { vertical-align: middle; }

/*ページ情報*/
#top {
	width: 600px;
	margin: 0 auto;
	padding-top: 70px;
}

h1 {
	color:aqua;
	font-size:38.0pt;
	font-style:italic;
	font-family:HGP創英角ﾎﾟｯﾌﾟ体, monospace;
	background:black;
	margin-bottom: 50px;
	text-align: center;
}

.yellow {
	width: 300px;
	margin: 0 auto;
	color:yellow;
	font-weight:700;
	background:black;
	line-height: 20px;
	margin-bottom: 20px;
}

h2 {
	color:white;
	font-size:20.0pt;
	background:black;
	margin-bottom: 30px;
	text-align: center;
}
.txt {
	width: 400px;
	margin: 0 auto;
	color:white;
	background:black;
	line-height: 17px;
	margin-bottom: 20px;
}

.red {
	width: 400px;
	margin: 0 auto;
	color:red;
	font-weight:700;
	background:black;
	margin-bottom: 10px;
	font-size: 14px;
}