@charset "shift_jis"; 


/*marginとpadingの基礎値の設定*/
*{
	margin: 0px;
	padding: 0px;
}

/*imgタグのベースラインスペース削除*/
img {
	vertical-align: text-bottom;
	border: none;
}



/*////リストの表示を消す設定////*/
ol, ul, li {
	list-style: none;
	margin-left:0px;
	padding-left:0px;
	margin-top: 0px; 
 }


body {
	margin: 0px;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #999;
	background: #000\9;
}

h3{
	line-height	: 30px;
	background	: url(../img/h3.png) no-repeat left center;
	text-indent	: 30px;
	font-size	: 12px;
	color: #F9F;
	text-align: left;
	font-weight: bold;
	width: 100%;
	height: 30px;
	text-shadow: 1px 1px 1px #CCC;
	behavior: url(css/ie-css3.htc);	
}


/************************************/
/*  入力部分                    */
/************************************/






