html, body {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-size: 12px;
	font-family: 'Osaka', 'MS P ゴシック', sans-serif, serif;
	color: #222;
}

h1, h2, h3 { margin: 0; padding: 0; }
a { color: #004894; text-decoration: none; }
a:hover { text-decoration: underline; }

input.radio, input.checkbox { margin: 3px; vertical-align: bottom; }
label, button, input.submit, input.image { cursor: pointer; }
* html input.radio, * html input.checkbox { margin: -3px 0 0; vertical-align: middle; } /* ie6 */
*+html input.radio, *+html input.checkbox { margin: 0; vertical-align: middle; } /* ie7 */
input.text, input.password, textarea, select { margin: 0; font: 1em/1.3; vertical-align: bottom; }
input.text, input.password, textarea { padding: 2px; }

#all {
	width: 960px;
	margin: 15px auto 0;
	background: white;
}

#header {
	width: 100%;
	height: 145px;
	border-bottom: 10px solid white;
	background: url(../images/header_bg_danizerock.gif) no-repeat;
	text-align: right;
}
#menu, #content, #sub_content { float: left; }
#menu { width: 190px; border-right: 9px solid white; line-height: 1.8; }
#content { width: 478px; border-right: 9px solid white; font-size:16px; min-height: 860px; }
#sub_content { width: 274px; }
#footer {
	border: 1px solid #96c7ea;
	text-align: center;
	clear: both;
}

/*=======================================================*/

#header p {
	margin-right: 10px;
	font-size: 10px;
	line-height: 24px;
}
#header a { padding: 0 0.5em; }
#header .english { padding-left: 1.5em; padding-right: 0; }

#search_box p a { padding: 0 0.5em; }

#menu div {
	margin-bottom: 10px;
	border: 1px solid #96c7ea;
}
#menu h2, #menu h3 {
	padding-left: 8px;
	background: url(../images/bg_left_menu.png) right top repeat-y;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
}
#menu h2 {
	margin-left: 2px;
	border-left: 10px solid #076ab6;
}
#menu h3 {
	margin: 2px;
	border: 1px solid #96c7ea;
	border-left: 10px solid white;
}
#menu h3.others {
	border-left-color: #e95098;
	margin-bottom: 10px;
}
#menu h3.others a { padding: 10px 0; }
#menu h3.one_line { line-height: 34px; }
#menu li {
	list-style-type: none;
	padding-left: 20px;
}
#menu li li { padding-left: 1em; }
#all #menu li li { background: url(../images/dot_sub.png) 0.5em 7px no-repeat; }
#menu a { display: block; }
#menu .guests h3 { border-left-color: #27ad3a; }
#menu .guests li { background: url(../images/dot_guests.png) 5px 7px no-repeat; }
#menu .customers h3 { border-left-color: #fed900; }
#menu .customers li { background: url(../images/dot_customers.png) 5px 7px no-repeat; }
#menu .doctors h3 {
	padding-left: 18px;
	border-left: 1px solid #96c7ea;
}
#menu .doctors li { background: url(../images/dot_doctors.png) 5px 7px no-repeat; }
#menu .abouts h3 {
	line-height: 34px;
	border-left-color: #00a0e9;
}
#menu .abouts li { background: url(../images/dot_abouts.png) 5px 7px no-repeat; }


#content .box {
	margin-bottom: 10px;
	border: 1px solid #96c7ea;
	position: relative;
}
#content .box .bread_list { font-size: 12px; }


#sub_content .box {
	margin-bottom: 10px;
	border: 1px solid #96c7ea;
	position: relative;
	display: block;
}
#sub_content .box h3 {
	margin-bottom: 10px;
	border-bottom: 1px solid #96c7ea;
	background: url(../images/bg_left_menu.png) right top repeat-y;
}
#sub_content .box h3 span {
	margin-left: 2px;
	padding-left: 8px;
	display: block;
	border-left: 10px solid #076ab6;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
}
#sub_content ul { margin: 0 0 10px 20px; }

#sub_content ul li {
	width: 100%;
  font-size: 12px;
  line-height: 1.5;
}
#sub_content ul li span { display: block; }
#sub_content ul li span.latest { background: url(../images/sub_content_new_icon.png) no-repeat 80px center; }
#sub_content ul li * { zoom: 1; }  /* for IE bug */
#sub_content li a { display: block; }

.box .link_to_details,
#sub_content .link_to_details {
  width: 50px;
	background: url(../images/sub_content_index_sankaku.png) left no-repeat;
  margin: 0 0 5px 20px;
	text-indent: 10px;
  display: block;
}
#pick_up.box .link_to_details {
  width: 60px;
  left: 50px;
  position: relative;
}

#footer a { padding: 0 1em; }

#sub_content .rss_button {
  vertical-align: -1px;
}

/*=======================================================*/
/* BugFix */

/* clearfix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/* Mac Safari3 */
body:first-of-type { font-size : 88%; }
body:first-of-type #all #content { font-size : 14px; }
/* end Mac Safari3 */
