*{zoom:1;}

body {
	font-size: 80%;
	line-height: 1.7em;
	background-color: #eee;
	background-image: url(../img/bg_body_gray.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	padding:0;
	margin:0;
	letter-spacing:0.05em;
}

h1, h2{
	margin: 8px 0 8px 0;
	padding: 0;
	line-height:1.6em;
	font-size: 130%;
}

h2{
	background:#C9A56C;
	color:#FFF;
	padding:0 0 0 8px;
}

#main h3{
	margin: 8px 0 8px 0;
	padding: 0 0 0 8px;
	line-height:1.6em;
	font-size: 120%;
	border-color:#F9C;
	border-style:solid;
	border-width:0 0 2px 8px;
}

h4 {
	margin: 8px 0 8px 0;
	padding: 0;
	line-height:1.6em;
	font-size: 110%;
}


p {
	margin: 4px 0 16px 0;
	padding: 0;
}

div {
	margin:0;
	padding:0;
}

img {
	border:none;
}

a {
	color: #000;
	text-decoration: underline;
}

a:active, a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #F09;
}

table {
	border: 0;
	border-collapse:collapse;
}

th, td {
	margin: 18px;
	border: 0;
	vertical-align: top;
	padding: 0;
}

#container{
	width:800px;
	text-align:left;
	background:#FFF;
	margin:0 auto;
}

#header{
	height:80px;
	background:#FFF;
}

#footer {
	width: 800px;
	height:32px;
	background-image:url(../img/bg_footer.png);
	background-repeat:repeat-x;
	text-align:center;
	font-size:90%;
	padding-top:8px;
	margin-top: 32px;
}

#contents{
	min-height:400px;
}

div #main {
	width: 550px;
	margin:0; 
	padding-right:8px;
	float:right;
}

div #sidebar {
	width: 222px;
	margin:0;
	padding: 8px;
	float:left;
}

/*clearfix*/
div #sidebar:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear:both;
}

/*clearfix*/
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* div#navigation */

div#navigation {
	width: 800px;
	height: 66px;
	margin: 0;
	padding:0;
	background-color: #ffffff;
}

div#navigation em {
	background-image: url(../img/navi.png);
	width: 160px;
	height: 66px;
	list-style: none;
	text-indent: -9999px;
	float: left;
	padding: 0;
}

div#navigation a {
	background-image: url(../img/navi.png);
	display: block;
	width: 160px;
	height: 66px;
}

em#top {
	background-position: 0 66px;
	width: 134px;
}
em#visitor {
	background-position: -160px 66px;
}
em#services {
	background-position: -320px 66px;
}
em#about {
	background-position: -480px 66px;
}
em#access {
	background-position: -640px 66px;
}

em#top a {
	background-position: 0 0;
}
em#visitor a {
	background-position: -160px 0;
}
em#services a {
	background-position: -320px 0;
}
em#about a {
	background-position: -480px 0;
}
em#access a {
	background-position: -640px 0;
}


em#top a:hover {
	background-position: 0 66px;
}
em#visitor a:hover {
	background-position: -160px 66px;
}
em#services a:hover {
	background-position: -320px 66px;
}
em#about a:hover {
	background-position: -480px 66px;
}
em#access a:hover {
	background-position: -640px 66px;
}



/* Topics */

dl.topics dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  padding-left: 5px;
  color: #000;
}

dl.topics dd {
  margin-bottom: 0.8em;
  margin-left: 8em;
}

/* フッターのナビ */

#footer_navi{
		margin:0 auto;
}

#footer ul{
	list-style: none;
	margin:0 auto;
	padding:0;
	width:400px;
	display: block;
	text-align:center;
	}
	
#footer li{
	list-style: none;
	padding-left:30px;
	background:url(../img/head_footer.png) no-repeat 0 0.1em;
	display: block;
}

#footer a{
	color:#FFF;
}

#footer a:hover{
	color:#9BCF31;
}

div #copyright {
	margin: 16px 0 0 0;
	padding:0;
	color:#FFFFFF;
	font-weight:bold;
}

#sidebar ul{
	margin:0;
	padding:0;
}

#sidebar li{
	margin:0;
	padding:0 0 8px 0;
	list-style:none;
}

.menu_box{
	background-image: url(../img/menu_box_middle.png);
	background-repeat:repeat-y;
	padding-bottom:8px;
}

.menu_box_bottom{
	background:url(../img/menu_box_bottom.png) no-repeat;
	height:8px;
	width:222px;
	margin-bottom:8px;
}

#menu_clinic .menu_box{
	background-image: url(../img/menu_box_middle_02.png);
}

#menu_clinic .menu_box_bottom{
	background:url(../img/menu_box_bottom_02.png) no-repeat;
}

#menu_dept .menu_box{
	background-image: url(../img/menu_box_middle_dept.png);
}

#menu_dept .menu_box_bottom{
	background:url(../img/menu_box_bottom_dept.png) no-repeat;
}

.menu_box h3{
	margin:0;
	text-indent:-9999px;
}

#menu_clinic h3{
	height:34px;
	width:222px;
	background-image: url(../img/menu_clinic_02.png);
	background-repeat: no-repeat;
}

#menu_dept h3{
	background: url(../img/menu_dept_02.png) no-repeat;
	height:34px;
	width:222px;
}

#menu_visitor h3{
	background: url(../img/menu_visitor.png) no-repeat;
	height:34px;
	width:222px;
}

#menu_access h3{
	background: url(../img/menu_access.png) no-repeat;
	height:34px;
	width:222px;
}

#menu_about h3{
	background: url(../img/menu_about.png) no-repeat;
	height:34px;
	width:222px;
}



.menu_box dl{
	margin: 8px 8px 0 8px;
}

.menu_box dt{
	font-weight:bold;
	font-size: 110%;
}

.menu_box dd{
	margin-left:40px;
	font-weight:bold;
}



.right {
	text-align: right;
}


.column{
	background:#DDEADD;
	padding: 8px;
	overflow: hidden;
	margin-left:16px;
}

.box { 
  background: #DDEADD; 
}
.boxtop { 
  background: url(/img/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 8px;
  background: url(/img/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/img/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 8px; 
  background: url(/img/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 16px 0px 16px;
}

.box dl{
	margin: 8px 8px 0 8px;
}

.box dt{
	font-weight:bold;
	font-size: 110%;
}

.box dd{
	margin-left:40px;
	font-weight:bold;
}


.column_02{
	background:#ffffff;
	padding: 8px;
	overflow: hidden;
	margin-bottom:8px;
	text-align:left;
}

.column_03{
	width:550px;
	background:#ffffff;
	padding: 8px;
	overflow: hidden;
	margin-bottom:8px;
}

img.picFrame {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-color:#CCCCCC #666666 #666666 #CCCCCC;
border-style:solid;
border-width:1px;
padding:5px;
}

img.right{
float:right;
margin:0 0 10px 20px;
}

img.left{
float:left;
margin:0 20px 10px 0;
}

table#charge{
	border-collapse:collapse;
	border:solid 1px #666;
	background:#DDEADD;
}

table#charge td{
	border:solid 1px #666;
	background:#eee;
	padding:3px;
}

table#charge th{
	border:solid 1px #666;
	background:#9EC39E;
	padding:3px;
	text-align:center;
}

table#charge th.subject{
	background:#DDEADD;
	font-weight:bold;
	vertical-align: middle;
	text-align:left;
}


table#charge td a{
	font-weight:bold;
}

table#charge td.am{
	background:#eeeeee;
	vertical-align: middle;
	text-align:center;
}

table#charge th.am{
	background:#DDEADD;
	vertical-align: middle;
	text-align:center;
	font-weight:bold;
}

table#charge td.pm{
	vertical-align: middle;
	text-align:center;
	background:#eeeeee;
}

table#charge th.pm{
	vertical-align: middle;
	text-align:center;
	background:#DDEADD;
	font-weight:bold;
}



body#quotation{
	background:#FFF;
	background-image:none;
}

.name{
	font-size:110%;
	font-weight:bold;
}

.time{
	font-size:120%;
	font-weight:bold;
}

.go_schedule{
	padding:0 0 0 20px;
	background-image: url(../img/head_pink_circle.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}

.go_member{
	float:right;
	width:100px;
	margin-top:2px;
	padding:0 0 0 20px;
	background-image: url(../img/head_pink_circle_02.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}

.go_member_02{
	float:right;
	width:100px;
	margin-top:2px;
	padding:0 0 0 20px;
	background-image: url(../img/head_white_circle.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}

.charge_list{
	padding:0 0 0 20px;
	background-image: url(../img/head_pink_circle_03.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}.center {
	text-align: center;
}

.alert{
	font-weight:normal;
	font-size:90%;
	color: #F36;
}
