﻿@charset "utf-8";
/* CSS Document */

/* =========================================================
■サイト全体
========================================================= */
body {
	font-size: 14px;
}
a:focus{
	outline: none;
}
a:link {
	color: #4e4e4e;
	text-decoration: none;
}
a:hover {
	color: #888888;
	text-decoration: underline;
}
a:visited {
	color: #ff69b4;
	text-decoration: none;
}
#wrapper {
	width: 825px;
	margin: 0px auto;
	position: relative;
}

/* =========================================================
■ヘッダー
========================================================= */
#header {
	width: 813px;
	margin: 0px 6px;
	overflow: hidden;
}
#header p {
	color: #ffffff;
	font-size: 12px;
	text-align: right;
	width: 600px;
	margin: 10px 10px 5px 0px;
	float: right;
}
#header a {
	color: #ffffff;
	text-decoration: none;
}
h1 {
	width: 813px;
	height: 80px;
}

/* =========================================================
■ナビゲーション
========================================================= */
#navi {
	width: 813px;
	margin: 0px 6px 10px 6px;
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
}
#navi ul {
	width: 813px;
	height: 35px;
	margin: 0px auto;
	overflow: hidden;
}
#navi ul li {
	width: 115px;
	height: 35px;
	border-right: 1px solid #aeaeae;
	float: left;
}
.btn1 {
	border-left: 1px solid #aeaeae;
}
.btn1 a {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../img/btn1_off.gif) no-repeat;
	text-indent: -9999px;
}
.btn1 a:hover {
	background: url(../img/btn1_on.gif) no-repeat;
}
.btn2 a {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../img/btn2_off.gif) no-repeat;
	text-indent: -9999px;
}
.btn2 a:hover {
	background: url(../img/btn2_on.gif) no-repeat;
}
.btn3 a {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../img/btn3_off.gif) no-repeat;
	text-indent: -9999px;
}
.btn3 a:hover {
	background: url(../img/btn3_on.gif) no-repeat;
}
.btn4 a {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../img/btn4_off.gif) no-repeat;
	text-indent: -9999px;
}
.btn4 a:hover {
	background: url(../img/btn4_on.gif) no-repeat;
}
.btn5 a {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../img/btn5_off.gif) no-repeat;
	text-indent: -9999px;
}
.btn5 a:hover {
	background: url(../img/btn5_on.gif) no-repeat;
}
.btn6 a {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../img/btn6_off.gif) no-repeat;
	text-indent: -9999px;
}
.btn6 a:hover {
	background: url(../img/btn6_on.gif) no-repeat;
}
.btn7 a {
	display: block;
	width: 115px;
	height: 35px;
	background: url(../img/btn7_off.gif) no-repeat;
	text-indent: -9999px;
}
.btn7 a:hover {
	background: url(../img/btn7_on.gif) no-repeat;
}

/* =========================================================
■フッター
========================================================= */
#copy {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 1.7;
	padding: 10px 0px;
	background-color: #696969;
}