@charset "Shift_JIS";

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;
	font-size:100%;
	font-weight:100%;
}
img {
	border:none;
	vertical-align:top;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
 	height: 0;
 	visibility: hidden;
}

.clearfix {
 	min-height: 1px;
}

* html .clearfix {
	height: 1px;
}





/* body */
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:18px;
	background-color:#FFFFFF;
}


/* LINK */
a {
	color: #898A8C;
	text-decoration: none;
}
a:hover {
	color: #898A8C;
	text-decoration: underline;
}


/* wrap */
#wrap {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

/* header */
#header {
	width: 980px;
	height: 354px;
	background: url(img/01.jpg) no-repeat top center;
}
h1 {
	display: none;
}
	


/* footer */
div.footer {
	margin: -80px 0 0 0;
	padding: 0 65px 0 0;
	line-height: 14px;
	text-align: right;
}

