/*ボディ*/
body {
	margin: 0px;
	padding: 0px;
	color:#666666;
	background-color: #ffffcc;
	scrollbar-base-color: #ffffcc;
    scrollbar-arrow-color: #0000ff; 
}

a {
	color:#0000ff;
	text-decoration:none;
}

a:hover {
	color:#ff0000;
}

#wrapper {
	width: 720px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #ffffff;
/*	background-color: #F2F2F2;*/
/*	border: 1px solid #000000;*/
}

#summary {
	padding: 0px;
	margin: 0px;
	height: 20px;
	width: 720px;
}
#summary h1 {
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size: 75%;
	color:#666666;
	font-weight:100;
	text-align: right;
}

/*ヘッダー*/
#header {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 720px;
	text-align: left;
	background-image: url(../images/head.gif);
	background-repeat:no-repeat;
}

#header h2 {
	font-size: 100%;
	visibility: hidden;
}

/*パンくず*/
#pan {
	clear:left;
	margin: 110px 0px 0px 30px;
	padding: 0px;
	height: 20px;
	width: 500px;
	font-size: 80%;
}

/*ナビゲーション*/
#topnavi {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: 130px;
	background-color: #ffffff;
	background-repeat:no-repeat;
	float:left;
}

#topnavi #menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topnavi #menu li {
/*	float: left;	*/
}

#topnavi #menu li img{
/*	float: left;	*/
}

#topnavi #menu li em {
	font-size:80%;
	visibility: hidden;
}

/*トップのボタン*/
#topnavi #menu #menu1 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/top1.gif);
	background-repeat:no-repeat;
}

#topnavi #menu #menu1 a:hover {
	background-image: url(../images/top2.gif);
	background-repeat:no-repeat;
}

/*ご案内のボタン*/
#topnavi #menu #menu2 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/annai1.gif);
	background-repeat:no-repeat;
}

#topnavi #menu #menu2 a:hover {
	background-image: url(../images/annai2.gif);
	background-repeat:no-repeat;
}

/*施設・設備のボタン*/
#topnavi #menu #menu3 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/setubi1.gif);
	background-repeat:no-repeat;
}

#topnavi #menu #menu3 a:hover {
	background-image: url(../images/setubi2.gif);
	background-repeat:no-repeat;
}

/*診察カレンダーのボタン*/
#topnavi #menu #menu4 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/calendar1.gif);
	background-repeat:no-repeat;
}

#topnavi #menu #menu4 a:hover {
	background-image: url(../images/calendar2.gif);
	background-repeat:no-repeat;
}

/*お知らせのボタン*/
#topnavi #menu #menu5 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/osirase1.gif);
	background-repeat:no-repeat;
}

#topnavi #menu #menu5 a:hover {
	background-image: url(../images/osirase2.gif);
	background-repeat:no-repeat;
}

/*お問合せのボタン*/
#topnavi #menu #menu6 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/mail1.gif);
	background-repeat:no-repeat;
}

#topnavi #menu #menu6 a:hover {
	background-image: url(../images/mail2.gif);
	background-repeat:no-repeat;
}

/*リンク集のボタン*/
#topnavi #menu #menu7 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/links1.gif);
}

#topnavi #menu #menu7 a:hover {
	background-image: url(../images/links2.gif);
	background-repeat:no-repeat;
}


/*サイトマップのボタン*/
#topnavi #menu #menu8 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/sitemap1.gif);
	background-repeat:no-repeat;
}

#topnavi #menu #menu8 a:hover {
	background-image: url(../images/sitemap2.gif);
	background-repeat:no-repeat;
}

/*個人情報の取扱のボタン*/
#topnavi #menu #menu9 a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 130px;
	text-decoration: none;
	background-image: url(../images/privacy1.gif);
	background-repeat:no-repeat;
}

#topnavi #menu #menu9 a:hover {
	background-image: url(../images/privacy2.gif);
	background-repeat:no-repeat;
}


/*メインコンテンツ*/
#contents {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 590px;
	float:left;
}

#contents h4{
	margin:0px 0px 20px 20px;
}

/*フッター*/
#footer {
	clear:both;
	background-image: url(../images/foot.gif);
	margin: 10px 0px 0px 0px;
	padding: 0px;
	height: 70px;
	width: 720px;
	font-size:80%;
}

#footer h6 {
	font-size: 90%;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #666666;
}

/*テキストリンク*/
#text_link {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 720px;
	text-align:center;
}
