@charset "utf-8";

/**
 *
 * 初期化
 *
 */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0;padding:0; }

body {
	color:#000;
	font-size:12px;
	line-height:1.45;
	}
/* for IE6 */
* html body{
	font-family: "ＭＳ ゴシック","ＭＳ Ｐゴシック","メイリオ";
	} 
/*for IE6*/

/* for IE7 */
*+html body{
	font-family: "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	}
 /*for IE7*/

/* for IE8 */
html>/**/body{
	font-family: "メイリオ","ＭＳ Ｐゴシック", sans-serif;
}

/* Mac-Safari-FF */
html>/**/body{
	font-family: Meiryo,"メイリオ","HiraKakuPro-W3",sans-serif,Osaka;
}

body * { font-weight:normal; font-style:normal;}
ul,ol{ list-style:none; }
table{ border-collapse:collapse; }
img,fieldset{ border:none; }
img{ vertical-align:top; }
strong,em{ font-weight:bold; }

a:link, a:hover, a:visited, a:active { color:#f11f49; }
a:hover { text-decoration:none; }
iframe::-webkit-scrollbar { display:none; }