@charset "utf-8";
/* CSS Document */



/* =======================================
	リセット
======================================= */


h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}
ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
}
li  {
	list-style-type: none;

}
table , img {
	border: none;
}
em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
	clear: both;
}

br.cl{ clear:both;}



.clearfix {
    zoom: 1; /* for IE5.5 - IE7 */
}
.clearfix:after { /* for modern browser */
    visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
}


.none{ display:none;}


/* =======================================
	全体設定
======================================= */


html{overflow-y:scroll; }

/* リンクカラー */
a:link,
a:visited,
a:active {
	color: #333333;
	text-decoration: none;
	outline:none;
	}
a:hover {
	color:#F00;
	text-decoration: none;
	}

/* 全体レイアウト */
body {
	padding:0;
	margin:0;
	width:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height:18px;
	text-align: center;
	letter-spacing:1px;
	}


