@charset "utf-8";
/* CSS Document */

html {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #fff;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
    background-color: #fff;
    color: #444;
    font:13px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    *font-size:small;
    *font:x-small;
    line-height: 1;
}

* html body {   /* for IF6 */
    font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* clearfix --------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* a ------------------------------------ */
a:link { color: #fd412b; } 

a:visited { color: #be3656; }

a:hover { color: #ff7189; } 


/* font setting ------------------------------------ */
.en {
	
}