﻿/*全体調整*/
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*文字間隔調整*/
h1,h2,h3,h4,h5,h6,p,a {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, ;
	line-height: 1em;
	font-size: 12px;
	color: #FFFFFF;
}

/*全体枠*/
body {
	background-color: #000000;
	text-align: center;
	background-image: url(img/spec/back.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
#wrapper {

	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	margin-right: 65px;
	margin-left: 65px;
}
#foot {
	width:570px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 65px;
	margin-left: 65px;
}
#head {
	width: 570px;
	margin-right: 65px;
	margin-left: 65px;	
}

address{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-style:normal;
	font-size:11px;
	color:#FFFFFF;
	line-height: 1.1em;
}
.upachi {
	position: absolute;
	left: 0px;
	top: 12px;
}
.p45 {
	position: absolute;
	top: 12px;
	right: 0px;
}
