@charset "utf-8";

/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

html { height: 100%; }
body {
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	background-color: #000000;
	font-size: 12px;
	line-height: 1.7;
	color: #FFF;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", san-serif;*/
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}

ul, ol { list-style-type: none; }

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}


.weight_bold { font-weight: bold; }

.weight_caption {
	font-size: 83%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 110%;
}

.float_clear {
	display: block;
	height: auto;
	clear: both;
	visibility: hidden;
}
