@charset "utf-8";
/* CSS Document */
.wrapper{
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #CCCCCC;
	width: 896px;
	margin-top: -10px;
}

/* ヘッダー */
h1{
	background: url(../img/common/header.jpg) no-repeat;
	width: 898px;
	height: 180px;
	overflow: hidden;
	text-indent: -5000px;
}

/* グローバルナビ */
ul.navi{
	list-style-type: none;
}
li.n1{
	float: left;
	width: 128px;
}
li.n1 a{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_top_off.jpg);
	background-repeat: no-repeat;
}
li.n1 a:hover{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_top_on.jpg);
	background-repeat: no-repeat;
}
li.n2{
	float: left;
	width: 128px;
}
li.n2 a{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_about_off.jpg);
	background-repeat: no-repeat;
}
li.n2 a:hover{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_about_on.jpg);
	background-repeat: no-repeat;
}
li.n3{
	float: left;
	width: 128px;
}
li.n3 a{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_member_off.jpg);
	background-repeat: no-repeat;
}
li.n3 a:hover{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_member_on.jpg);
	background-repeat: no-repeat;
}
li.n4{
	float: left;
	width: 128px;
}
li.n4 a{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_history_off.jpg);
	background-repeat: no-repeat;
}
li.n4 a:hover{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_history_on.jpg);
	background-repeat: no-repeat;
}
li.n5{
	float: left;
	width: 128px;
}
li.n5 a{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_schedule_off.jpg);
	background-repeat: no-repeat;
}
li.n5 a:hover{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_schedule_on.jpg);
	background-repeat: no-repeat;
}
li.n6{
	float: left;
	width: 128px;
}
li.n6 a{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_contact_off.jpg);
	background-repeat: no-repeat;
}
li.n6 a:hover{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_contact_on.jpg);
	background-repeat: no-repeat;
}
li.n7{
	float: left;
	width: 128px;
}
li.n7 a{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_link_off.jpg);
	background-repeat: no-repeat;
}
li.n7 a:hover{
	display: block;
	width: 128px;
	height: 95px;
	background-image: url(../img/common/navi_link_on.jpg);
	background-repeat: no-repeat;
}

/* コンテンツ */
p.path{
	margin-bottom: 20px;
}
.contents{
	clear: both;
	border-top-style: double;
	border-top-width: 4px;
	border-top-color: #CCCCCC;
	padding: 10px;
}
.left_col{
	float: left;
	width: 670px;
}
.right_col{
	float: right;
	width: 190px;
	margin-left: 10px;
}
.right_col img{
	margin-bottom: 5px;
}

/* サブナビ */
ul.sub_navi{
	clear: both;
	float: left;
	padding: 10px;
}
ul.sub_navi li{
	display: inline;
	margin-right: 10px;
}
ul.sub_navi a{
	font-size: 12px;
}


/* フッター */
div.footer{
	clear: both;
	border-top-style: double;
	border-top-width: 4px;
	border-top-color: #CCCCCC;
	padding: 10px;
}
ul.site{
	float: left;
}
ul.site li{
	display: inline;
	margin-right: 20px;
}
ul.site a{
	font-size: 12px;
}
address{
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
}
