@charset "utf-8";
/* ===================================================================
	共通（ヘッダー、フッター）

26px : 197%
24px : 182%
22px : 167%
20px : 153.9%
18px : 139%
16px : 123.1%
15px : 116%
14px : 108%
13px : 100%
12px : 93%
11px : 85%
10px : 77%

=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	position: relative;
	height: 93px;
	padding-bottom: 7px;
	overflow: hidden;
}

* html #header { /*ie6*/
	height: 1%;
}

#header h1 {
	padding-top: 10px;
	float: left;
}

#header .tel {
	position: absolute;
	top: 0;
	right: 0;
}

/* #nav
----------------------------------------------------------- */
#header #nav {
	float: right;
	width: 705px;
	padding-top: 57px;
}

* html #header #nav {/*ie6*/
	height: 1%;
}

#header #nav li {
	float: left;
	padding-left: 5px;
}

#ad .nav01 {
	background: url(../images/nav01_on.png) no-repeat right top;
}

#company .nav02 {
	background: url(../images/nav02_on.png) no-repeat right top;
}

#contact .nav03 {
	background: url(../images/nav03_on.png) no-repeat right top;
}

#header #nav li a {
	display: inline-block;
	min-height: 36px;
	height: auto !important;
	height: 36px;
}

#ad .nav01 img,
#company .nav02 img,
#contact .nav03 img {
	visibility: hidden;
}

/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	background: #f8f8f8;
	border-top: 5px solid #ffde00;
	text-align: center;
}

#footer ul {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
}

#footer ul li {
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #666;
}

#footer ul li.firstChild,
#footer ul li:first-child {
	border-left: none;
}

#footer p.copyright {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
}

