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

/* Global */
*{
	margin:0;
	padding:0;	
}
h1,h2,h3,h4,h5,p,pre,form,blockquote,ul,ol,dl,dd{
	font-style:normal;
	text-decoration:none;
	font-size:100%;
}
a img{
    border: 0;
}

/* Global */
body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	font-size:11px;
	color:#999999;
	line-height:1.4;
	text-align:center;
	background-repeat:repeat-x;
	background-position:top center;
	background-attachment: scroll;
}
/*	background-position:110px 0;		*/

*html body{
	/*for WinIE6 */
	font-size:11px;
	font-family: Verdana,"ＭＳ Ｐゴシック";
	color:#999999;
	line-height:1.4;
}
*:first-child+html body{
	/*for WinIE7 */
	font-size:11px;
	font-family: "メイリオ";
	color:#999999;
	line-height:1.4;
}
