body{
	margin:0px;
	padding:0px;
	font-size: 12px;
	line-height: 150%;
}

h1{
	width:381px;
	height:56px;
	margin:0;
	padding:0;
	font-size:12px;
	position:absolute;
	top:0;
	left:0;

}
h1 a{
	display:block;
	width:381px;
	height:56px;
}
h1 a span{
	display:none;

}

/* ヘッダーの設定*/
#head{
	width:950px;
	background-image: url(../imgs/header1.jpg);
	background-repeat: no-repeat;
	height:70px;
	text-align: right;
}
#head2{
    width:950px;
    height:252px;
}
/* ラッパーの設定*/
#wrap{
    position:relative;
    width:950px;
}
/* 左側の設定*/
#left{
	float:left;
	width:200px;
	background-color: #FFFFFF;
}
/* 真ん中の設定*/
#center{
    float:left;
    width:580px;
    background-color:#FFFFFF;
}
/* 右側の設定*/
#right{
	float:left;
	width:170px;
	background-color: #FFFFFF;
}
/* フッターーの設定*/
#foot{
	height:60px;
	width:950px;
	clear:both;
	background-image: url(../imgs/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#foot2{
	padding: 10px;
	width: 930px;
	text-align: center;
}
