@charset "UTF-8";

/* CSS Document */
* {
	font-family : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Arial,sans-serif;
	font-family : "ＭＳ Ｐゴシック",Arial,sans-serif;
	font-size   : inherit;
	line-height : normal;
	}
/* for IE6 */
* {
	_font-family : "ＭＳ Ｐゴシック",Arial,sans-serif;
	}
/* for IE7 */
*:first-child+html * {
	font-family : "ＭＳ Ｐゴシック",Arial,sans-serif;
	}

body { color: #262626; text-align: center; margin: 0 auto; padding: 0; background: #FFFFFF; }

a { outline: none; }
a,a:link { color: #262626; text-decoration: none; }
a:visited { color: #262626; text-decoration: none; }
a:active, a:hover { color:#ff3300; text-decoration: underline; }

a img { text-decoration:none !important; }

/*clearfix*/
.clearfix { zoom:1;/*for IE 5.5-7*/ }
.clearfix:after{/*for modern browser*/ content:"."; display: block; height:0; clear: both; visibility: hidden; }

.clearb { clear:both; }
