/* ================================================= */
/* CSS目次　10.1.31　www.kanazawa-rc-hosp.jp

■01.各パーツの設定
・bodyの設定、リンクカラー設定,見出し用タグの設定
　フォームタグの設定など
　
■02.ページ全体のサイズなどの設定（container）

■タブメニュー設定

■診療科紹介・部門紹介（メニュー）設定

■スライドショー設定

■サブページ・ヘッダBG設定

■サブページ・タブメニュー設定

■スライドショー設定（トップページ）
================================================= */
/* 01.bodyの設定 */
body {
margin: 0px 0px 0px 0px;
background-image: url(../image/bg-main.gif);
background-repeat: repeat-x;
text-align:center;
background-color: #FFF;
font-family:"Osaka","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","san-serif";}

/* リンクカラー設定 */
a:link {
color: #06c;
text-decoration: none;}

a:visited {
color: #039;
text-decoration: none;}

a:active {color: #f06;}

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

/* 見出し用タグの設定 */
h1, h2, h3, h4, h5 { 
margin: 0px;
padding: 0px;
font-weight: normal;}

/* パラグラフ（P）タグの設定 */
p {
margin: 0px 0px 10px 0px;
padding: 0px;
font-weight: normal;}

/* ページ内スキップの設定 */
.hide {
	position: absolute;
	left: -100em;
	top: -100em;}

/* BLOCKQUOTEタグの設定 */
blockquote {
margin: 0px 20px 0px 20px;
padding: 0px;
font-weight: normal;}

/* フォームタグの設定 */
form {
margin: 0px;
padding: 0px;}

/* フォームタグの文字拡大追従設定 */
textarea,input {
font-size: 1em;}

/* テキストサイズ　80% */
/* line-heightに単位指定をしないのは文字の重なりを防ぐため */
.text-80 {
font-size: 80%;
line-height: 1.5;}

/* テキストサイズ　90% */
.text-90 {
font-size: 90%;
line-height: 1.5;}

/* テキストサイズ　100% */
.text-100 {
font-size: 100%;
line-height: 1.5;}

/* テキストサイズ　110%　*/
.text-110 {
font-size: 110%;
line-height: 1.5;}

/* テキストサイズ　120%　*/
.text-120 {
font-size: 120%;
line-height: 1.5;}

/* テキストサイズ　1.5%　 */
.text-150-strong {
font-size: 150%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　2.0% */
.text-200 {
font-size: 200%;
line-height: 2.0;}

/* テキストサイズ　100%　太い */
.text-100-strong {
font-size: 100%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　110%　太い */
.text-110-strong {
font-size: 110%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　120%　太い */
.text-120-strong {
font-size: 120%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　1.5%　太い */
.text-150-strong {
font-size: 150%;
line-height: 1.5;
font-weight: bold;}

/* テキストサイズ　2.0%　太い */
.text-200-strong {
font-size: 200%;
line-height: 2.0;
font-weight: bold;}

/* テキスト白色-表示 */
.text-white {
color: #FFFFFF;}

/* テキスト赤色-表示 */
.text-red {
color: #FF0000;}

/* テキスト青色-表示 */
.text-blue {
color: #515faa;}

/* テキスト明青色-表示 */
.text-lightblue {
color: #c0bedc;}

/* テキスト緑色-表示 */
.text-green {
color: #4ea940;}

/* テキスト桃色-表示 */
.text-pink {
color: #c51a8a;}

/* テキスト紫色-表示 */
.text-purple {
color: #8169b0;}

/* テキスト橙色-表示 */
.text-orange {
color: #ff9900;}

/* テキスト茶色-表示 */
.text-brown {
color: #993300;}

/* 10/2/1　北　追加分
----------------------------------------------- */	
.hr-ccc {
border-width: 1px 0px 0px 0px;
border-style: dotted;
border-color: #ccc;
height: 1px;}

/* 02.ページ全体のサイズなどの設定（container）
----------------------------------------------- */
#container {
margin-right: auto;
margin-left: auto;
text-align: center;
padding: 0px;
width: 1000px;
background-image: url(../image/bg-container.png);
background-repeat: repeat-y;
overflow: auto;}

/* タブメニューの設定（Style for Usual tabs）
----------------------------------------------- */
#tab-info {
height:240px;
margin: 0px;
padding: 0px;
overflow: auto;}

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

.usual {
  background:#e4e4e4;
  color:#111;
  padding:7px;
  width:95%;
  border:1px solid #ccc;
  margin:2px auto;}
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:5px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:75% "Osaka","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","san-serif";
  color:#FFF;
  background:#999;}
.usual ul a:hover {
  color:#FFF;
  background:#f06;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#fff;
  background:#06c;
  border-bottom:1px solid snow;
  line-height:19px;
  cursor:default;
  }
.usual div {
  padding:5px 5px 10px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:#fff;
  font:80% "Osaka","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","san-serif";}
.usual div a { color:#06c; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }


/* 診療科紹介・部門紹介（メニュー）
----------------------------------------------- */
#menu,menu2{
width:690px;}

#menu ul,#menu2 ul{
list-style:none;}

#menu li,#menu2 li{
list-style:none;
display:block;
float:left;
margin:0 1px;}

#menu li a,#menu2 li a{
display:block;
float:left;
width:145px;
height:40px;
color:#06c;
font-size:90%;
font-weight:bold;
background:url(../image/menu_027_l.png) no-repeat left;
line-height:40px;
padding:0 0 0 10px;
margin: 1px;
text-decoration:none;
background-color: #e4e4e4;}

#menu li a span,#menu2 li a span{
display:block;
float:left;
background:url(../image/menu_027_r.png) no-repeat right;
width:145px;
height:40px;
color:#06c;
line-height:40px;
padding:0 20px 0 9px;
background-color: #e4e4e4;}

#menu li a:hover,#menu2 li a:hover{
display:block;
float:left;
background:url(../image/menu_027_h_l.png) no-repeat left;
width:145px;
height:40px;
background-color: #fe7ed7;}

#menu li a:hover span,#menu2 li a:hover span{
display:block;
float:left;
background:url(../image/menu_027_h_r.png) no-repeat right;
color:#333;
width:145px;
height:40px;
background-color: #fe7ed7;}

#menu li a.current,#menu2 li a.current{
display:block;
float:left;
width:145px;
height:40px;
color:#333;
font-size:90%;
font-weight:bold;
background:url(../image/menu_027_h_l.png) no-repeat left;
line-height:40px;
padding:0 0 0 10px;
text-decoration:none;}

#menu li a.current span,#menu2 li a.current span{
display:block;
float:left;
background:url(../image/menu_027_h_r.png) no-repeat right;
width:145px;
height:40px;
color:#333;
line-height:40px;
padding:0 20px 0 9px;}


/* サブページ・h2ヘッダBG設定
----------------------------------------------- */
.h2-bg {
text-align:left;
padding:25px 0 29px 25px;
margin:0 0 10px 0;
background-image:url(../image/head-sub-h2-bg.jpg);
background-repeat:no-repeat;
}

/* サブページ・h3ヘッダBG設定
----------------------------------------------- */
.h3-bg {
text-align:left;
padding:15px 0 14px 25px;
margin:0 0 10px 0;
background-image:url(../image/head-sub-h3-bg.jpg);
background-repeat:no-repeat;
}

/* サブページ・タブメニュー設定
----------------------------------------------- */
#sub-tab {
	text-align: center;
	float: left;
	width: 100%;
	padding: 0px;
	background-image:url(../image/bg-sub-tab-normal.png);
	background-repeat:repeat-x;
	background-color: #fff;
	}

#sub-tab ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sub-tab li {
	display: inline;
	}

#sub-tab a {
	display: block;
	width: 115px;
	height: 30px;
	float: left;
	margin: 0px;
	padding-top: 6px;
	font-size: 70%;
	line-height: 110%;
	/*	text-align: center !important;
	text-decoration: none;
	font-weight: bold; */
	background-image:url(../image/bg-sub-tab-off.png);
	background-color: #fff;
	}
	
#sub-tab a:hover {
	background-color: #fff;
	background-image:url(../image/bg-sub-tab-hover.png);
	color: #06c;
	}

#sub-tab-01 #on-sub-tab-01 a {
	color: #FFF;
	background-color: #fff;
	background-image:url(../image/bg-sub-tab-on.png);
	}

#sub-tab-02 #on-sub-tab-02 a {
	color: #FFF;
	background-color: #fff;
	background-image:url(../image/bg-sub-tab-on.png);
	}

#sub-tab-03 #on-sub-tab-03 a {
	color: #FFF;
	background-color: #C00;
	background-image:url(../image/bg-sub-tab-on.png);
	}

#sub-tab-04 #on-sub-tab-04 a {
	color: #FFF;
	background-color: #fff;
	background-image:url(../image/bg-sub-tab-on.png);
	}

#sub-tab-05 #on-sub-tab-05 a {
	color: #FFF;
	background-color: #fff;
	background-image:url(../image/bg-sub-tab-on.png);
	}

#sub-tab-06 #on-sub-tab-06 a {
	color: #FFF;
	background-color: #fff;
	background-image:url(../image/bg-sub-tab-on.png);
	}

#sub-tab-07 #on-sub-tab-07 a {
	color: #FFF;
	background-color: #fff;
	background-image:url(../image/bg-sub-tab-on.png);
	}


/* 追加分
----------------------------------------------- */
.imgr {
	margin-left: 15px;
	}
.imgl {
	margin-right: 15px;
	}



#page-link {
	margin: 10px 0px ;
	font-size : 84% ;
	line-height: 1.5;
/* 10/2/1　北　追加分
----------------------------------------------- */	
	text-align:left;
	}


.box {
	margin: 10px 0px ;
/* 10/2/1　北　数値変更
----------------------------------------------- */	
	padding : 10px 30px ;
	border : 1px solid #0066cb ;
	}


/* 10/2/2　米谷　追加分
----------------------------------------------- */	
.border-blue {
	border-bottom : 1px solid #525faa ;
	}

/* テキスト黄色-表示 */
.text-yellow {
color: #ffff66;}


/* 10/2/3　北　追加分　各課-新着RSS表示
----------------------------------------------- */	
.news-list	{
border-bottom:1px dashed #ddd;
line-height: 2;
padding : 0px 0px 20px 0px ;
}


/* 10/2/3　米谷　追加分
----------------------------------------------- */	
ul.list {
	margin : 15px 0px 15px 30px ;
	}

ul.list li{
line-height: 1.5;}


/* 10/2/17　米谷　追加分
----------------------------------------------- */	

#popup {
	border : 1px solid #666666 ;
	margin : 10px auto;
	text-align: left;
	padding: 20px;
	width: 700px;
}

/* 10/2/25　北　追加分
----------------------------------------------- */	
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 1px solid #fff;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}