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

default

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

* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {
	behavior: url("csshover2.htc");
	font-size: 12px;/* 文字サイズ計算＝【基本サイズ ÷ 表示したいサイズ * 100 （小数点以下切り上げ） */
	font-family: "Osaka","ＭＳ Ｐゴシック",Arial,sans-serif;
}

/* for IE6 【12÷(10×100)】*/
* html body {
	font-size: 75%;
}

/* for IE7 */
*:first-child+html body {
	font-size: 75%;
}

/* for IE8 */
html>/**/body {
  font-size/*\**/: 75%\9;
}

table, pre, code, select, input, textarea, kbd, var, ins, del, samp, h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

br {
	vertical-align: middle;/* FFで改行あるなしで高さが微妙に変わるのを回避 */
}

address,cite,dfn,em,var {
	font-style: normal;
}

img{
	border: none;
	vertical-align: bottom;
	line-height: 1;
	-ms-interpolation-mode: bicubic; /* 大きい画像縮小してもキレイ */
}

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

ul,ol,li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

form label {
	cursor : pointer;
}

select option {
	padding : 0 5px;
}

input, textarea{
	margin:1px;
	padding:2px;
	line-height:1;
}

textarea{
	overflow:auto;
}

a {
	cursor:pointer;
}

/*-----------------------------------------------------------

共通スタイル

-----------------------------------------------------------*/

body {
	background: url(../data/img/bg.jpg) repeat-x;
	color: #333333;
	line-height: 1.6;
}

/*リンク表示方法*/
a:link {
	text-decoration: underline;
	color: #009142;
}

a:visited {
	text-decoration: underline;
	color: #009142;
}

a:active {
	text-decoration: none;
	color: #009142;
}

a:hover {
	text-decoration: none;
	color: #46B281;
}

/*a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}*/

/*-----------------------------------------------------------

#header

-----------------------------------------------------------*/

#header {
	position: relative;
	width: 900px;
	height: 115px;
	background: url(../data/img/header.jpg) no-repeat;
}

#header h1 {
	width: 900px;
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
}

#header .hInquiry {
	position: absolute;
	right: 10px;
	top: 50px;
}

#header ul.hn {
	position: absolute;
	right: 0;
	bottom: 2px;
}

#header ul.hn li {
	float: left;
	padding-left: 10px;
	font-size: 0;
}


ul.hn a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header .logo {
	float: left;
	margin-top: 23px;
	margin-left: 10px;
}

*html #header .logo {
	margin-left: 5px;
}

/*-----------------------------------------------------------

#navi

-----------------------------------------------------------*/

#navi {
	clear: both;
	width: 900px;
	height: 70px;
	margin-bottom: 20px;
}

#navi li {
	float: left;
	width: 225px;
	height: 70px;
}



/*-----------------------------------------------------------

#leftNavi

-----------------------------------------------------------*/

#leftNavi {
	clear: both;
	width: 230px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.lnTop {
	margin-bottom: 10px;
}

ul.ln{
	width: 224px;
	padding: 3px;
	background: #F2F2F2;
}

ul.ln2 li {
	margin-bottom: 5px;
}

ul.lnInpage{
	width: 224px;
	padding: 3px;
	background: #F2F2F2;
}


.lnAddress {
	width: 230px;
	height: 288px;
	overflow: hidden;
	background: url(../data/img/ln9_bg.jpg) no-repeat;
	text-align: center;
}

.lnAddress .lnbtn {
	width: 204px;
	margin: 247px auto 10px;
}

ul.lnkaritasu {
	width: 224px;
	padding: 3px;
	background: #F2F2F2;
}

/*-----------------------------------------------------------

#footer

-----------------------------------------------------------*/

#footer {
	clear: both;
	width: 900px;
	margin-top: 10px;
	margin-bottom:10px;
	background: #F2F2F2;
}

#footer .inner {
	width: 880px;
	margin-bottom: 10px;
	padding: 10px 10px;
	text-align: center;
}

ul.fn {
	clear: both;
	margin-bottom: 3px;
	padding: 5px;
}

ul.fn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0px 5px;
	border-left: 1px solid #00923F;
	line-height: 1.2;
	vertical-align: middle;
}

ul.fn li:first-child {
		border: none;
}

ul.fn li.first-child{ /*IE-expression (first-child) */
		border: none;
}

ul.fn li{ /* IE-expression (first-child) */
	behavior: expression(
	this.className += (this.previousSibling == null) ? " first-child" : "",
	this.style.behavior = "none");
}

ul.fn li a {
	zoom: 1;
}

#footer address.fCopyright{

}

#footer p.ext {

}

#footer p.ext a {
	padding: 0 5px;
	text-decoration: none;
}



/*↓これはロールオーバーのjs使うときはいらない

#leftNavi a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
*/


/*ページトップの設定*/
.pageTop {
	
}

.pageTop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/*パンくずの設定*/
#breadCrumb {
	margin:0 10px;
	width:600px;
}
#breadCrumb ul {
	clear: both;
	line-height: 1em;
}
#breadCrumb li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 1em;
	background: url(../data/img/icon_naviyajirushi.gif) no-repeat scroll 95% center;
	padding-right:15px;
}
#breadCrumb .last {
	background: none;
}

/* for IE6 */
* html #breadCrumb li {
	padding-top: 1px;
	padding-bottom: 1px;
}

/*------ボーダーのある写真------*/
.nm_style4 img {
	background: #FFFFFF;
	padding: 4px;
	border: #CCCCCC solid 1px;
}

/*診療科目一覧の設定*/
.nm_style6 table {
	margin: 10px auto;
}

.nm_style6 table td a {
	clear: both;
	background: url(../data/img/ico_top1.jpg) no-repeat 5px 50%;
	padding-left: 20px;
	zoom: 1;
}
/*新着情報の設定*/
.nm_style7 table {
	width: 660px;
}

.nm_style7 .csttbl_border2 {
	width: 600px;
}

.nm_style7 .csttbl_border4 {
	width: 600px;
}

.nm_style7 .csttbl_head {
	width: 60px;
	color: #00923F;
}

/*-----アンダーバーの表-----*/


.nm_style10 .csttbl_border1 {
	border-bottom: 1px solid #CCCCCC;
}

.nm_style10 td {
	padding: 10px;
}

.nm_style10 .csttbl_border2 {
	border-bottom: 1px solid #CCCCCC;
	width: 450px;
}

.nm_style10 .csttbl_border4 {
	border-bottom: 1px solid #CCCCCC;
	width: 450px;
}


.nm_style10 .csttbl_border3 {
	border-bottom: 1px solid #CCCCCC;
	width: 450px;
}

.nm_style10 .csttbl_head {
	width: 30%;
	font-weight: bold;
}
.nm_style10 .csttbl_head{
	background-color: #329a69;
	color:#FFFFFF;
}

/*受付時間のご案内テーブル*/

.nm_style11 table {
	clear: both;
	width: 620px;
	margin: 0 auto;
	margin: 10px;
	border-top: 2px solid #44B27E;
	border-right: 2px solid #44B27E;
	border-left: 2px solid #44B27E;
}

.nm_style11 table td {
	width: 33%;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.nm_style11 .csttbl_border3 {
	border-bottom: 2px solid #44B27E;
}

.nm_style11 .csttbl_border4 {
	border-bottom: 2px solid #44B27E;
}

.nm_style11 .csttbl_head b {
	width: 130px;
	background: url(../data/img/ico_tbl.gif) no-repeat 0 50%;
	padding: 2px 0 2px 20px;
	vertical-align: middle;
}

.nm_style11 .csttbl_head {
	background: #C2EFDA;
}

/*ボタンテーブルの設定*/
.nm_style12 .csttbl_input {
	padding: 0;
}

/*画像リンクボーダーの設定*/
.nm_style13 img {
	padding: 4px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

.nm_style13 a:hover img {
	background: #9CD8BE;
	border: 1px solid #9CD8BE;
}

/*診療科目一覧2の設定*/
.nm_style14 table {
	clear: both;
	margin: 10px 10px 0;
	overflow: hidden;
	zoom: 1px;
	border-top: 1px solid #9FD7BA;
}

.nm_style14 table td {
	padding: 10px;
	border-bottom: 1px solid #9FD7BA;
}


/*担当医表の設定*/

.nm_style17 table {
	margin: 10px auto;
}

.nm_style17 table td {
	border: 1px solid #999999;
}

.nm_style17 table td.csttbl_head {
	background: #C2EFDA;
	font-weight: bold;
}


/*担当医表の設定*/

.nm_style18 table {
	width: 300px;
	margin: 10px;
	border-top: 2px solid #44B27E;
	border-right: 2px solid #44B27E;
	border-left: 2px solid #44B27E;
}

.nm_style18 table td {
	border: 1px solid #999999;
	width: 300px;
}

.nm_style18 table td.csttbl_head {
	background: #C2EFDA;
	font-weight: bold;
}

.nm_style18 table td.csttbl_border4 {
	border-bottom: 2px solid #44B27E;
}

/*診療案内表の設定*/

.nm_style19 table {
	width: 640px;
	margin: 5px auto 30px;
	border: 2px solid #44B27E;
}

.nm_style19 table th {
	width: 130px;
	font-weight: bold;
	background: #C2EFDA;
	border: 1px solid #999999;
	padding: 5px;
}

.nm_style19 table td {
	border: 1px solid #999999;
	padding: 5px;
}

/*サイトマップ1*/
.nm_style21 table td {
	height: 30px;
	vertical-align: middle;
	background: url(../data/img/list_sitemap.gif) no-repeat 0 50%;
	padding-left: 70px;
}

/*サイトマップ2*/

.nm_style22 table {
	width: 600px;
}
.nm_style22 table td.csttbl_border1 {
	height: 30px;
	width: 130px;
	vertical-align: middle;
	background: url(../data/img/list_sitemap.gif) no-repeat 0 50%;
	padding-left: 70px;
}

.nm_style22 table td.csttbl_border3 {
	height: 30px;
	width: 130px;
	vertical-align: middle;
	background: url(../data/img/list_sitemap.gif) no-repeat 0 50%;
	padding-left: 70px;
}

.nm_style22 table td.csttbl_border2 a {
	height: 30px;
	vertical-align: middle;
	background: url(../data/img/list_sitemap2.gif) no-repeat 0 50%;
	padding-left: 70px;
}

.nm_style22 table td.csttbl_border2 {
	width: 400px;
}

/*---------ポップアップ----------*/
.nm_style24 table {
	margin: 5px;
	border: 5px double #66CC99;
}

.nm_style24 table td {
	padding: 10px;
}

.nm_style24 table td.csttbl_head {
	width: 70px;
	background: url(../data/img/ico_tbl.gif) no-repeat 10px 50%;
	padding-left: 30px;
	font-weight: bold;
	color: #279F67;
}

.nm_style24 table td.csttbl_input {
	width: 150px;
	background: url(../data/img/icon_naviyajirushi.gif) no-repeat 10px 50%;
	padding-left: 20px;
}
/*----　ポップアップ　-----*/

.popTitle {
	background: url(../data/img/ico_hospital.gif) no-repeat 0 50%;
	padding-left: 50px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-size: 1.5em;
	color: #279F67;
}

.tx_bggreen{
	font-weight: bold;
	color: #FFF;
	background-color: #66cc99;
	text-indent: 10px;
	padding: 2px;
	margin-bottom: 10px;
	width: 100px;
}
.ico_pdf{
	background: url(../data/l3/img/bt_pdf.jpg) no-repeat 0;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	text-indent: 40px;
	height: 29px;
	line-height: 2.5;
}

