@charset "utf-8";

/*----------基本設定----------*/

/* フォント */

body,td,th,p,address,h1,h2,h3,h4,h5,h6,li,dt,dd {
	font-family:"Courier New", "ＭＳ Ｐゴシック",Courier, mono;
/*
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
============================== */
	font-weight: normal;
	font-style: normal;
	line-height: 140%;
	color: #FFFFFF;
	}

/* ブラウザ設定解除 */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background: #000;
	text-align: center;
	}

h1 {
	display:none;

}

h1,h2,h3{
	font-weight:bold;
	text-align:left;
	line-height: 180%;
	}

h4,h5,h6,p,address,li,dt,dd {
	text-align:left;
	font-size:90%;	
	}

img,table {
	border: none;
	}

ul {
	list-style: none;
	}


/* テキストリンク */

a:link {
	color: #CCC;
	text-decoration: none;
	}

a:visited {
	color: #CCC;
	text-decoration: none;
	}

a:hover {
	color: #FFF;
	text-decoration: underline;
	}

a:active {
	color: #CCC;
	text-decoration: none;
	}

/* フロート解除 */
p.pageTop,
p.clear {
	margin-top:1em;
	clear:both;
	text-align:center;
}
p.pageTop{
	text-align:right;
	font-size:70%;
}


br.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	}







