@charset "shift_jis";

/*全体の設定*/
html {

}
/*背景画像・全体の設定*/
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	color: #553f20;
	margin: 0px;
	text-align: center;
	line-height:180%;
	background-image: url(../image/base/bg.png);
	background-repeat: repeat-y;
}


/*標準のリンク*/
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}


/*全体の枠と横幅・背景色・背景画像など*/
#outline {
	margin: 0px auto;
	padding: 0px;
	width: 980px;
	background: #FFFFFF;
}


/*タイトル部分画像の変更*/
#title {
	margin: 0px;
	padding: 0px 0px;
	height: 90px;
	position: relative;
	text-align: left;
	background-image: url(asets/head.jpg);
}


#title h1 {
	font-size: 10px;
	font-weight:normal;
	line-height: 100%;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	text-align: left;
	float: right;
}

#title .logo{
	float:left;
	margin-top: 25px;
}

#title .contact{
	float:right;
	margin-top: 20px;
}


/*タイトル下のグローバルナビ*/
#globalnavi{
	margin: 0;
	padding: 0;
	height: 44px;
	background-image: url(../image/base/navi-bg.png);
}

#globalnavi ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#globalnavi li{
	float: left;
	margin: 0;
	padding: 0;
	display:inline;
	list-style-type:none;
	padding-left: 72px;
	padding-right: 72px;
	border-left: dashed 1px #6fd659;
}


#globalnavi a{
  text-align: center;
  padding: 0;
  display:inline;
   list-style-type:none; 

}

#globalnavi .first{border-left:none;}

#globalnavi li img,dt img,dd img{
vertical-align:bottom;
}

#globalnavi a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}


.top-image{margin-top:5px;
margin-bottom:5px;}




/*コンテンツ部分の大枠*/
#text {
	margin: 0px auto;
	position: relative;
	text-align: left;
	width:980px;
	padding-top: 10px;
}


/*コンテンツ部分の中身*/
#contents {
	margin: 0px;
	padding: 0px;
	width: 695px;
	position: relative;
	float: right;
	font-size: 12px;
}

#contents li {
	margin-top: 3px;
	margin-bottom: 3px;
}

/*病院紹介の中身*/
#contents2 {
	margin: 0px;
	padding: 0px;
	width: 770px;
	position: relative;
	float: right;
	font-size: 12px;
}

#contents li {
	margin-top: 3px;
	margin-bottom: 3px;
}

/*サイドバー*/
#left{
	margin: 0px 0px 10px;
	width: 270px;
	position: relative;
}

#left2{
	margin: 0px 0px 10px;
	width: 200px;
	position: relative;
}

#left a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}


/*サイドナビ*/
#mainlink {
	margin: 0px;
	list-style: none outside;
	padding-left:0px;

}
#mainlink li {
	display: block;
	margin-bottom: 5px;


}
#mainlink a:link, #mainlink a:visited {
	display: block;
	color: #6C6C6D;
}


/*コピーライト部分・最下段*/
#bottom {
	margin: 0px;
	position: relative;
	text-align: center;
	clear: right;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	background-color: #179f00;

}

#bottom a:link, #bottom a:visited {
	color: #ffffff;
	font-size: 10px;

}
#bottom a:hover, #bottom a:active {
	color: #fce524;
	font-size: 10px;
}

#bottom #footer {
	text-align:center;
}
#bottom #footer li {
	display:inline;
	list-style-type:none;
	margin-right:6px;
	padding-left:10px;
	border-left:1px solid #ffffff;
	margin-bottom: 0px;
}
#bottom #footer li.sampleFooterHome {
	border-left:0;
	padding-left:0;
}



/*リンク画像の枠を消す*/
img {
	border-width: 0px;
}


/*文字の色を変更*/
.color-a {
	color: #CC0000;
}

.color-b{
	color: #3300CC;
}

.color-c{
	color: #336600;
}

.color-d{
	color: #FFCC00;
}

.color-e{
	color: #FF6600;
}

.title-a{
	font-size:13px;
	background-color:#FF66FF;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.title-b{
	font-size:13px;
	background-color:#3366FF;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.title-c{
	font-size:13px;
	background-color:#339900;
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
}

.small{
	font-size:9px;
}

.midium{
	font-size:16px;
}

.large{
	font-size:21px;
}


.td{
	vertical-align: top;
}


h2{
	font-weight:normal;
}

h1{
	font-weight:normal;
}

strong{font-weight:bold;}
