@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;
}
a img{
    border: 0;
}
body{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", tahoma, "ＭＳ Ｐゴシック";
	font-size:12px;
	color:#333333;
	line-height:1.4;
	text-align:center;
}
*html body{
	/*for WinIE6 */
	font-size:75%;
	font-family: Verdana,"ＭＳ Ｐゴシック";
	color:#333333;
	line-height:1.4;
}
*:first-child+html body{
	/*for WinIE7 */
	font-size:75%;
	font-family: "メイリオ";
	color:#333333;
	line-height:1.4;
}
#layout {
	width: 1100px;	
/*	width: 90%;*/
	margin: 0 auto 30px;
	text-align:left;
}

/*TAG*/
h1{
	font-size:12px;
	color:#999999;
	display:inline;
	float:right;
	padding:3px 10px 0 0;
}
h2{
	font-size:20px;
}
h4 {
	text-indent: 0.5em;
	font-size: 10px;
}

/*Links*/
a:link{
	color:#003399;
	text-decoration:none;
}
a:visited{
	color:#3366CC;
	text-decoration:none;
}
a:hover{
	color:#0066CC;
	text-decoration:underline;
}

