@charset "utf-8";
/* 全体 */	
body {
	width: 780px;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
/* コンテンツ */
#contents {
	width: 780px;
	height: 625px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: auto;
	top: 110px;
	right: auto;
	text-align: left;
}
/* ヘッダー */
#header {
	width: 780px;
	height: 98px;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #60F;
	position: absolute;
	left: auto;
	top: 0px;
	right: auto;
}
#header .catch {
	width: 292px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 20px;
	top: 10px;
}
#header .logo1 {
	width: 292px;
	height: 32px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 15px;
	left: 20px;
}
#header .logo2 {
	width: 144px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 18px;
	left: 95px;
}
#header .address {
	width: 280px;
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: 48px;
	left: 480px;
	text-align: right;
}
#header .tel_fax {
	width: 280px;
	padding: 0px;
	margin: 0px;
	position: relative;
	bottom: 47px;
	left: 480px;
	text-align: right;
}
/* メニュー */
#menu {
	width: 360px;
	height: 25px;
	padding: 0px;
	position: absolute;
	left: auto;
	top: 58px;
	right: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 410px;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu ul li {
	width: 5em;
	padding: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-color: #EEE;
	float: left;
	text-align: center;
}
/* フッター */
#footer {
	width: 780px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 745px;
	left: auto;
	right: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #60F;
}
#footer p {
	width: 300px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 480px;
}

