@charset "UTF-8";


/* リンクテキスト */
a:link, a:visited {
	color: #FFFF99;
	text-decoration: underline;
	}
a:hover, a:focus, a:active {
	color: #CC0000;
	text-decoration: none;
	}

/* ロゴ */
#logo {
	position: absolute;
	top: 10px;
	left: 20px;
}

/* 電話番号 */
#telephone {
	position: absolute;
	top: 14px;
	left: 540px;
}

/* ナビゲーション */
#navi {
	margin: 0px;
	padding: 59px 0px 0px;
	line-height: 1em;
	height: 17px;
}

#navi li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	line-height: 1em;
}

#navi a {
	line-height: 1em;
}

/* クリア */
.clear {
	clear: both;
	visibility: hidden;
}

/* 著作権表示 */
address {
	font-style: normal;
	}

/*ヘッダー */
#header {
	font-size: 100%;
	border-right: 1px solid #595B4E;
	border-bottom: 1px solid #595B4E;
	border-left: 1px solid #595B4E;
	background: url(../img/header_bg.jpg) no-repeat 3px 0px;
	margin: 0px 0px 27px;
	height: 76px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	position: relative;
}

/* フッター */
#footer {
	text-align: center;
	font-size: 10px;
	margin-bottom: 10px;
}
.links {
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 6px;
}

.links a:link, .links a:visited {
	color: #CCCCCC;
	text-decoration: none;
	}
	
.links a:hover, .links a:focus, .links a:active {
	color: #465EFF;
	text-decoration: underline;
	}
	
#main {
	height: 1%;
}