@charset "utf-8";

/*---------------------------------------
 CSS Information
 File name:     	
 Author:       Nobue Kawano
 Style Info:     
-----------------------------------------*/

/* ============================ */
/* 各ページ共通 */
/* ============================ */
/* 千里ヘッダー　*/
#page_header {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	height: 135px;
	background-image: url(../img/senri/header.jpg);
	background-repeat: repeat;
}
#page_header h2 {
	padding-top: 2em;
	padding-left: 4em;
	letter-spacing: 0.5em;
	font-size: 22px;
	color: #009900;
}
#page_header p {
	padding-top: 1em;
	text-indent: 1.8em;
	font-size: 120%;
	font-weight: bold;
	color: #009900;
}

/* オープンウインドウ */
#open_page img {
	border: none;
}
#open_page p {
	font-size: 80%;
	font-weight: bold;
	color: #FF6600;
	text-align: center;
} 

/* ============================ */
/* 各ページ共通 ナビ */
/* ============================ */

#page_Nav {
	margin: 0 auto;
	padding: 0;
	width: 720px;
	height: 33px;
}
#page_Nav ul  {
	margin: 0 auto 0 0.2em;
	padding: 0;
	width: 720px;
	height: 33px;
}

#page_Nav li a span {
	display: none;
}
#page_Nav li {
	float: left;
	list-style: none;
}
/* 入所にあたって */
.b_for_enter a {
	display: block;
	width: 125px;
	height: 33px;
	background-image: url(../img/b_for_enter.jpg);
	background-repeat: no-repeat; 
}
.b_for_enter a:hover {
	background-image: url(../img/f2/b_for_enter.jpg);
	background-repeat: no-repeat; 
}
/* ご利用資格 */
.b_for_use a {
	display: block;
	width: 118px;
	height: 33px;
	background-image: url(../img/b_for_use.jpg);
	background-repeat: no-repeat; 
}
.b_for_use a:hover {
	background-image: url(../img/f2/b_for_use.jpg);
	background-repeat: no-repeat; 
}
/* サービス内容 */
.b_service a {
	display: block;
	width: 118px;
	height: 33px;
	background-image: url(../img/b_service.jpg);
	background-repeat: no-repeat; 
}
.b_service a:hover {
	background-image: url(../img/f2/b_service.jpg);
	background-repeat: no-repeat; 
}
/* 施設概要 */
.b_summary a {
	display: block;
	width: 118px;
	height: 33px;
	background-image: url(../img/b_summary.jpg);
	background-repeat: no-repeat; 
}
.b_summary a:hover {
	background-image: url(../img/f2/b_summary.jpg);
	background-repeat: no-repeat; 
}
/* ご利用料金 */
.b_use_rate a {
	display: block;
	width: 118px;
	height: 33px;
	background-image: url(../img/b_use_rate.jpg);
	background-repeat: no-repeat; 
}
.b_use_rate a:hover {
	background-image: url(../img/f2/b_use_rate.jpg);
	background-repeat: no-repeat; 
}
/* ご案内図 */
.b_access a {
	display: block;
	width: 118px;
	height: 33px;
	background-image: url(../img/b_access.jpg);
	background-repeat: no-repeat; 
}
.b_access a:hover {
	background-image: url(../img/f2/b_access.jpg);
	background-repeat: no-repeat; 
}

/* rules */
#lures {
	width: 550px;
	margin: 0.5em auto;
	text-align: center;
}

#lures li {
	float: left;
	list-style: none;
	margin-bottom: 0.5em;
	letter-spacing: 0.2em;
	margin-left: 0.5em;
}

#lures li a {
	text-decoration: none;
	border-bottom: 1px dotted #0066FF;
	color: #0066FF;
}
#lures li a:hover {
	border-bottom: 1px dotted #FF9900;
	color: #FF9900;
}


#frame {
	clear: both;
	width: 600px;
	margin: 1em auto;
	text-align: center;
}





































