@charset "UTF-8";
/* common tag   ===================================================== */
div,span,
ol,ul,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,a,img,
table,td,th,
blockquote{
	margin:0;
	padding:0;
	border:0;
	font-size:small;
	line-height:1.6em;
	font-weight:normal;
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", MS PGothic,  Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#666;
}

body{
	margin:0;
	background: url(common-header/common_header.gif) top left repeat-x;	

}

ul,li{
	list-style:none;
}

a{
	color: #09f;
	font-weight: bold;
	text-decoration:underline;
}
a:visited {
	color: #09f;
}
a:hover,
a:active{
	color: #f60;
}

h1{
	position:absolute;
	z-index:1;
	width:100%;
	height:800px;
	top:60px;
	left:0;
}

h1 noscript{
	display:block;
	width:800px;
	margin:10px auto 0;
}