@charset "UTF-8";

/*　デフォールトのマージンをクリア　*/
p, h1, h2, ul {
	margin: 0;
}

/*　全体　*/
* {
	font-family: "MS Pゴシック", "Osaka", "メイリオ", "Meiryo" sans-serif;
}
.wrapper-nav{
	width: 1800px;
	margin: 0 auto 0 auto;
	background-color: #0000ff;
}
ul.nav{
	margin: 0 auto 0 auto;
	padding: 4px;
	width: 1200px;
	list-style-type: none;
	overflow: hidden;
}
.nav li{
	float: left;
	width: 14%;
}
.nav li a{
	display: block;
	background: #0000ff;
	padding: 4px;
	border-right: 3px solid #ff99cc;
	text-align: center;
	font-size: 24px;
	text-decoration: none;
	color: #ffffff;
}
.nav li:first-child a{
	border-left: 3px solid #ff99cc;
}
.nav li a:hover{
	background-color: #ffa320;
}
.nav li a:active{
	background-color: #ffa320;
}
#header{
	position: relative;
	margin: 0 auto 0 auto;
	width: 1060px;
	height: 340px;
	background-image: url(../photo/bg1.jpg);
	background-repeat: no-repeat;
}
#company{
	position: absolute;
	top: 120px;
	left: 160px;
}
#address{
	position: absolute;
	top: 50px;
	left: 420px;
}
#tel{
	position: absolute;
	top: 200px;
	left: 520px;
}

.a1{
	font-size: 26px;
	font-weight: bold;
}
.a2{
	font-size: 22px;
	font-weight: bold;
}
.a3{
	font-size: 24px;
	font-weight: bold;
}

