@charset "utf-8";

html,body{
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/* IE6＋MSゴシック環境テストのため、メイリオ指定をコメントアウト。公開前に戻すこと。
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/
	height:100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* IE6でロールオーバーの際、ちらつきをなくす */
* html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}


h1,h2,h3,h4,h5,img,ul,dl,dt,dd,ol,ul,li {
	padding:0;
	margin:0;
}

img{
	border-style: none;
}

ul li {
	list-style-type: none;
}

/*----------------------------------------------------
  float関連
------------------------------------------------------*/
.clear {
	clear: both;
	font-size: 0;
	height: 0px;
	line-height: 0;
	visibility: hidden;
}

.clear br {
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.fl_r{
	float: right;
}

.fl_l{
	float: left;
}



/*----------------------------------------------------
  aタグ書式
------------------------------------------------------*/

a {
	color: #333;
	text-decoration: none;
}
a:link {
}

a:visited {
}

a:hover {
	color: #CC3333;
	text-decoration: none;
}

a:active {
}


