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

*{
	padding:0;
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html{
	height:auto;
}

body{
	width:100%;
	height:auto;
	text-align:center;
	line-height:1.4;
	letter-spacing:1px;
	background:url(../img/bg.jpg) repeat-x;
	background-color:#000;
	font-size:13px;
}

br{
	letter-spacing:0 !important;
}

img{
	border:none;
	vertical-align:text-bottom;
}

.wrap{
	width:917px;
	height:850px;
	background:url(../img/header.jpg) no-repeat;
	margin:0 auto;
	text-align:left;
	position:relative;
}

/* IE6,IE7対策 */
.wrap{
	/width:917px;
	_height:4192px;
	/background:url(../img/frame.jpg) repeat-y;
	/margin:0 auto;
	/text-align:left;
	/position:relative;
}

/* IE7対策 */
*:first-child + html .wrap{
	height:4324px;
}


.footer{
	width:917px;
	height:80px;
	background-color:#ff9611;
	margin-right:15px;
}

.copyright p{
	text-align:center;
	line-height:80px;
	color:#fff;
}