body {
	padding: 0px;
	margin: 0px auto;
	background-color: #EBEBEB;
}
/*通常のリンクに適用*/
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #66CCCC;
	text-decoration: underline;
}
/*ページ全体の大きさを確定*/
#box {
	padding: 0px;
	width: 800px;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-size:small;
}
/*トップ上部小文字案内用BOX*/
#head1 {
	font-size: small;
	color: #666666;
	background-color: #999999;
	text-align: left;
	margin: 0px;
	padding: 3px;
}
#head2 {
	font-size: small;
	background-color: #666666;
	text-align: right;
	margin: 0px;
	padding: 3px;
}
#head2 a {
	color: #66CCCC;
	text-decoration:none;
	font-weight: normal;
}
h1 {
	font-size: small;
　　font-weight: normal;
　　margin: 0px;
}
/*トップ上部医院ロゴと紹介文*/
#top {
	margin: 0px;
	padding: 0px;
	height:122px;
	background: url(../image/top.jpg) repeat-x;
}
#top p {
	margin: 20px 30px 0px;
	font-size:11px;
	text-align:right
}
/*横長メニューバーの設定*/
#m_bar {
	padding: 5px;
	clear: both;
	margin: 0px;
	background: #666666;
	color: #FFFFFF;
}
#m_bar a {
	font-size: 12px;
	font-weight: normal;
	padding: 7px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
}
#m_bar a:hover {
	font-size: 12px;
	font-weight: normal;
	padding: 7px;
	color: #66CCCC;
	text-decoration: underline;
	margin: 0px;
}
/*ヘッダー部分パンくずリストの設定*/
.h_pan {
	font-size: 10px;
	text-align: left;
	margin: 0;
	padding: 3px 30px;
	clear: both;
	border-bottom: 1px solid #E8E8E8;
}
a.pan:link, a.pan:visited, a.pan:active {
	text-decoration:none;
	font-size: 10px;
}
a.pan:hover {
	text-decoration:none;
	font-size: 10px;
}
/*メインページBOXの設定*/
#main_box {
	margin: 0px 0px 0px 30px;
	padding: 20px 2px 2px;
	float: left;
	width: 496px;
}
/*メインページBOX　見出し文字の設定*/
h2 {
	text-indent: 10px;
	padding: 2px;
	margin: 7px 12px;
	font-size: medium;
	color: #666666;
	background: url(../image/h2.gif) no-repeat;
}
h2.top {
	background: none;
	text-indent:0;
	margin: 7px auto;
}
/*メインページBOX　中見出し文字の設定*/
h3 {
	text-indent: 10px;
	padding: 2px;
	margin: 7px 30px;
	font-size: small;
	color: #666666;
	background: url(../image/h3.gif) no-repeat;
}
/*メインページBOX　文字の設定*/
p {
	line-height: 160%;
	padding: 5px;
	margin: 7px 15px;
}
.main_f2 {
	line-height: 160%;
	padding: 5px;
	margin: 7px 15px;
	color: #339933;
}
.main_f3 {
	line-height: 160%;
	padding: 5px;
	margin: 7px 15px;
	color: #666666;
	border: 1px solid #666666;
}
.main_f4 {
	line-height: 160%;
	padding: 5px;
	margin: 7px 15px;
	color: #663366;
	border: 1px solid #9C6893;
	background-color: #EADDE6;
}
.main_f5 {
	font-size: medium;
	line-height: 160%;
	padding: 5px;
	color: #FF6666;
	font-weight: bold;
	margin: 0px 15px 5px;
}
li {
	list-style:square url(none);
	line-height: 160%;
}
.detail {
	text-align: right;
	padding: 0 10px;
}
/*サイドバーBOXの設定*/
#side_box {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}
/*サイドバーBOX　見出し文字の設定*/
h4 {
	color: #FFFFFF;
	margin: 5px 5px 0px;
	padding: 3px;
	background:#666666;
	border: 1px solid #666666;
}
h5 {
	color: #333333;
	margin: 0px 5px;
	padding: 3px 3px 3px 13px;
	background: #EEEEEE url(../image/h4.gif) no-repeat left center;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
.iin {
	margin: 0px 5px;
	border: 1px solid #666666;
}
/*サイドバーBOX　リンク状態の設定*/
a.side:link, a.side:visited {
	color: #666666;
	text-decoration: none;
	margin: 3px 6px 5px;
	padding: 2px;
	display: block;
	text-indent: 10px;
	border-bottom: 1px dotted #666666;
}
a.side:hover {
	color: #99CC33;
	text-decoration: none;
	margin: 3px 6px 5px;
	padding: 2px;
	display: block;
	text-indent: 10px;
	border-bottom: 1px dotted #99CC33;
}
/*サイドバーBOX　文字の設定*/
.side_f1 {
	line-height: 150%;
	padding: 2px;
	margin: 3px 7px;
	color: #666666;
}
.side_f2 {
	line-height: 150%;
	padding: 3px;
	margin: 0px 5px;
	color: #666666;
	border: 1px solid #666666;
	background: #EEEEEE;
	text-align: center;
}
.side_f3 {
	line-height: 150%;
	padding: 2px;
	margin: 3px 7px;
	color: #666666;
	border: 1px solid #CC9999;
}
.side_f4 {
	line-height: 150%;
	padding: 2px;
	margin: 3px 7px;
	color: #2B8080;
	border: 1px solid #2B8080;
	background-color: #F2FBFB;
}
.side_f5 {
	line-height: 150%;
	padding: 2px;
	margin: 3px 7px;
	color: #FFFFFF;
	border: 1px solid #2B8080;
	background-color: #000066;
}
/*フッターサイトマップ・医院情報の設定*/
h6 {
	font-size: 10px;
	color: #666666;
	text-align: center;
	font-weight: normal;
	margin: 0px;
	padding: 1px;
}
.site {font-family: "HGS創英角ｺﾞｼｯｸUB";
	font-size:14px;
}
.f {
	font-size: 10px;
	font-weight:normal;
	line-height: 120%;
	text-decoration:none;
	margin: 3px;
	padding: 7px;
}
a.f:link {
	font-size: 10px;
	font-weight:normal;
	line-height: 120%;
	color: #666666;
	margin: 3px;
	padding: 7px;
}
a.f:visited {
	font-size: 10px;
	font-weight:normal;
	line-height: 120%;
	text-decoration:none;
	color: #666666;
	margin: 3px;
	padding: 7px;
}
a.f:hover {
	font-size: 10px;
	font-weight:normal;
	line-height: 120%;
	text-decoration:none;
	color: #FF9900;
	margin: 3px;
	padding: 7px;
}
/*フッター横長メニューバーの設定*/
.f_box {
	margin: 10px 0px 0px;
	padding: 0px;
	clear: both;
	width: 800px;
	text-align: center;
	background-color: #CCCCCC;
}
a.f_bar:link {
	font: small bold;
	text-align:center;
	text-decoration:none;
	padding: 7px;
	color: #666666;
	margin: 0px;
}
a.f_bar:visited {
	font: small bold;
	text-align:center;
	text-decoration:none;
	padding: 7px;
	color: #666666;
	margin: 0px;
}
a.f_bar:hover {
	font: small bold;
	text-align:center;
	text-decoration:none;
	padding: 7px;
	color: #66CCCC;
	margin: 0px;
}
/*フッター医院名の設定*/
#f2 {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 800px;
	background: #666666;
}
#f2 p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
}
/*フッターＭＭＰリンクの設定*/
.f3 {
	font-size: 9px;
	color: #999999;
	text-align: center;
}
a.f3:link {
	font: 9px normal;
	color: #999999;
	text-align: center;
	text-decoration:none;
}
a.f3:visited {
	font: 9px normal;
	color: #999999;
	text-align: center;
	text-decoration:none;
}
a.f3:hover {
	font: 9px normal;
	color: #999999;
	text-align: center;
	text-decoration:none;
}
/* Link CSS Document */
table.non{
	border-collapse: collapse;
	width: 95%;
}
table.non td{
	width: 50%;
	vertical-align: top;
}
table.non a:link,non a:visited,non a:active{
	font-weight: normal;
}

table.list{
	border: 2px solid #CCCCCC;
	border-collapse: collapse;
	font-size: small;
	width: 95%;
}
table.list a:link,list a:visited,list a:active{
	font-size: small;
	color:#666666;
}
table.list a:hover{
	font-size: small;
}
table.list td{
	border-bottom: 1px solid #CCCCCC;
	border-right: 5px solid #CCCCCC;
	padding: 0.3em 0.4em;
}



img.r{
	float: right;
	margin: 10px 15px;
	padding: 2px;
}
img.l{
	float: left;
	margin: 0px;
	padding: 15px;
}
p.center{ text-align:center;}
p.center img a:hover {
	color: #666666;
}
ol.last,ul.last,p.last{ margin-bottom: 25px;}

table.price{
	border-collapse: collapse;
	width: 95%;
	border: 1px solid #B5B5B5;
	margin: 10px auto;
}
table.price th{
	padding: 10px;
	border: 1px solid #B5B5B5;
	font-weight: normal;
	background: #F0F0F0;
	text-align: center;
}
table.price td{
	vertical-align: middle;
	padding: 7px 12px;
	border: 1px solid #B5B5B5;
	line-height: 140%;
}
table.price colgroup.summary{	background: #F0F0F0;}
div.point{
	margin: 10px auto;
	border: 1px #C00 solid;
	width: 85%;
}

table.schedule{
	width: 90%;
	margin: 5px auto 25px;
	font-size: 93%;
	border: 1px solid #999999;
	border-collapse: collapse;
}
table.schedule th{
	padding:3px;
	border: 1px solid #999999;
	text-align: center;
	background: #EBEBEB;
}
table.schedule td{
	padding:3px;
	border: 1px solid #999999;
	text-align: center;
}
table.schedule td.red{ background-color: #FCC;}




/*新着情報*/
dl.topics{
	margin: 7px 15px ;
}

dl.topics dt{
	clear: left;
	float: left;
	width: 9em;
	padding: 10px 0.5em 5px 0.5em;
}

dl.topics dd{
	padding: 10px 0.5em 5px 10em;
	margin-left: 0px;
}

dl.topics dd.none{
	padding: 10px 0.5em 0px 8em;
}
