@charset "utf-8";

body {
	background: url(../img/bg.gif) left top repeat;
}

.abstBox {
	width: 980px;
	margin: 0 auto;
}

.txtTitle {
	width: 100%;
	margin-bottom: 10px;
	float: left;
	border-bottom: 1px solid #CCC;
}

/* ヘッダー
----------------------------------------------- */
#header {
	width: 100%;
	height: 104px;
	margin: 0 auto;
	background: #FFF;
	border-top: solid 5px #005aab;
}

#logo {
	width: 232px;
	height: 64px;
	margin-top: 20px;
	float: left;
}

#logo a {
	width: 232px;
	height: 64px;
	background: url(../img/logo.gif) left top no-repeat;
	display: block;
}

#tel {
	width: 261px;
	height: 65px;
	margin-top: 20px;
	float: right;
	display: block;
}

/* グローバルナビ */
#gNav {
	width: 100%;
	height: 50px;
	background: url(../img/g_nav_back.gif) left top repeat-x;
}

.gNavLi {
	height: 50px;
	float: left;
	background: #000;
}

/* コンテンツ
----------------------------------------------- */
#contents {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
}

/* フッター
----------------------------------------------- */
#footer {
	width: 100%;
	height: 80px;
	clear: both;
	background: url(../img/footer_back.gif) left top repeat-x #FFF;
}

#footerLogo {
	width: 280px;
	height: 80px;
	float: right;
}

#copy {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	clear: both;
	background: #FFF;
}