@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------
base setting
------------------------------------------------------ */

html { height:100%;}

body{
	margin:0;
	padding:0;
	color:#333333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background:url(../images/bg_clover.jpg) 0 0 repeat-x #fff;
	height:100%;
	text-align:center;
	line-height:130%;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div, form, address {
list-style-type:none;
margin:0;
border:0;
padding:0;
font-style:normal;
font-weight:normal;
font-size:100%;
}

img {
border:none;
}

a{
	color:#5a5c5d;
	text-decoration:underline;
	overflow: hidden;
}

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

/*
p{
line-height:180%;h
}

dd{
line-height:160%;
}
*/

/*
.webkit body { font-size:80%;}
.opera body { font-size:80%;}
.win.ie6 body { font-size:80%;}
.win.ie7 body { font-size:80%;}
.win.ie8 body { font-size:80%;}
.win.ff2 body { font-size:80%;}
.win.ff3 body { font-size:80%;}
.mac.ff2 body { font-size:80%;}
.mac.ff3 body { font-size:80%;}
.mac.safari body { font-size:75%;}
*/

.mt0 {margin-top:0px !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt20 {margin-top:10px !important;}
.mt30 {margin-top:30px !important;}
.mt40 {margin-top:40px !important;}
.mt50 {margin-top:50px !important;}

.mb0 {margin-bottom:0px !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}

.ml0 {margin-left:0px !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}
.ml40 {margin-left:40px !important;}
.ml50 {margin-left:50px !important;}

.mr0 {margin-right:0px !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}
.mr40 {margin-right:40px !important;}
.mr50 {margin-right:50px !important;}

p.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0% !important;
	height:0px !important;
	width:0px !important;
	float:none;
}


.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


div#print_header {
	display:none;
}

/*----------wrapper----------*/
#wrapper{
	text-align: left;
	width:980px;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;
}

/*----------cont----------*/
div#cont{
	width:978px;
	padding:0 0 0 0;
	border:#b4b4b4 1px solid;
	border-top:none;
	float:none;
	background:#fff;
	position:relative;
	top:0;
	left:0;
}

/*----------clover----------*/
span.clover01{
	display:block;
	position:absolute;
	top:-60px;
	left:-76px;
	background:url(../images/clover_01.png) 0 0 no-repeat;
	width:112px;
	height:110px;
	text-indent:-9999px;
}

span.clover02{
	display:block;
	position:absolute;
	top:-90px;
	right:-111px;
	background:url(../images/clover_02.png) 0 0 no-repeat;
	width:143px;
	height:146px;
	text-indent:-9999px;
}

/*------------------------------ header全体 ------------------------------*/
#header{
	position:relative;
	top:0;
	left:0;
	background:url(../images/bg_header.jpg) 0 0 repeat-x;
	padding:0;
	border-left:#b4b4b4 1px solid;
	border-right:#b4b4b4 1px solid;
	height:152px;
}

h1 {
	background:url(../images/h1.gif) 0 0 no-repeat;
	width: 308px;
	height: 54px;
	display:block;
	margin:0;
	position:absolute;
	top:21px;
	left:19px;
	text-indent:-9999px;
}

h1 a{
	background:url(../images/h1.gif) 0 0 no-repeat;
	width: 308px;
	height: 54px;
	display:block;
}

/*----------各ボタン----------*/
ul.btn{
	display:block;
	margin:0;
	position:absolute;
	top:20px;
	left:463px;
}

ul.btn li{
	height: 26px;
	display:block;
	margin:0 3px 0 0;
	float:left;
}

ul.btn li a{
	height: 26px;
	display:block;
	text-indent:-9999px;
}

ul.btn li.btn_01 a{
	width:80px;
	background:url(../images/btn_01.jpg) 0 0 no-repeat;
}

ul.btn li.btn_02 a{
	width:100px;
	background:url(../images/btn_02.jpg) 0 0 no-repeat;
}

ul.btn li.btn_03 a{
	width:80px;
	background:url(../images/btn_03.jpg) 0 0 no-repeat;
}

ul.btn li.btn_04 a{
	width:80px;
	background:url(../images/btn_04.jpg) 0 0 no-repeat;
}


ul.btn li a:hover{
	background-position:0 -26px;
}

/*----------検索窓----------*/
div.search{
	width:208px;
	height:34px;
	position:absolute;
	top:18px;
	right:36px;
	background:url(../images/bg_search.jpg) 0 0 no-repeat;
}

input.search{
	display:block;
	width:123px;
	height:18px;
	margin:0;
	position:absolute;
	top:4px;
	right:47px;
	padding:0;
	border:1px solid #b9bbbd;
	padding-top:4px;
	padding-left:5px;
}

.win.ie6 div#header.top input.search { width:130px;height:24px;}

.search_btn{
	display:block;
	width:45px;
	height:28px;
	margin:0;
	position:absolute;
	top:2px;
	right:0;
}

/*----------文字サイズ変更リンク----------*/
ul#sizenav{
	display:block;
	position:absolute;
	top:59px;
	right:345px;
	margin:0;
	padding:0;
}

.win.ie6 ul#sizenav{

}

ul#sizenav li{
	display:block;
	float:right;
	height:18px;
	line-height:0;
	text-indent:-9999px;
}

ul#sizenav li a{
color: #333;
text-decoration: underline;
width:17px;
height:17px;
display:block;
line-height:100%;
text-decoration:none;
margin-left:3px;
}

ul#sizenav li.btn_01 a{background: url(../images/change_s_off.gif) 0 0 no-repeat;}
ul#sizenav li.btn_02 a{	background: url(../images/change_m_off.gif) 0 0 no-repeat;}
ul#sizenav li.btn_03 a{	background: url(../images/change_l_off.gif) 0 0 no-repeat;}

ul#sizenav li.text{
	margin:3px 0 0 0;
	width:72px;
	height:12px;
	background: url(../images/sizeNav_text.gif) 0 0 no-repeat;
}

/*----------subnav----------*/
ul.subnav{
	display:block;
	position:absolute;
	top:63px;
	right:37px;
	margin:0;
	padding:0;
	height:13pxpx;
}

ul.subnav li{
	display:block;
	height:13px;
	line-height:0%;
	font-size:0px;
	text-indent:-9999px;
	float:left;
	margin:0 0 0 10px;
}

ul.subnav li a{
	display:block;
	height:13px;
}

ul.subnav li.subnav_01 a{	background: url(../images/subnav_01.gif) 0 0 no-repeat; width:129px;}
ul.subnav li.subnav_02 a{	background: url(../images/subnav_02.gif) 0 0 no-repeat; width:49px;}
ul.subnav li.subnav_03 a{	background: url(../images/subnav_03.gif) 0 0 no-repeat; width:88px;}

ul.subnav li a:hover{
	background-position:0 -13px;
}

/*----------グローバルナビゲーション----------*/
ul.gnav{
	display:block;
	position:absolute;
	top:91px;
	left:7px;
	width:964px;
	height:50px;
}

ul.gnav li{
	display:block;
	height:50px;
	text-indent:-9999px;
	line-height:0% !important;
	font-size:0em !important;
	float:left;
	margin:0;
	padding:0;
}

ul.gnav li a{
	display:block;
	height:50px;
	line-height:0% !important;
	font-size:0em !important;
	margin:0;
	padding:0;
	text-indent:-9999px;
}

ul.gnav li.gnav_01 a{ background:url(../images/gnav.png) 0 0 no-repeat;width:162px;}
ul.gnav li.gnav_01 a:hover{ background:url(../images/gnav.png) 0 -50px no-repeat;}
ul.gnav li.gnav_01_on a{ background:url(../images/gnav.png) 0 -50px no-repeat;width:162px;}

ul.gnav li.gnav_02 a{ background:url(../images/gnav.png) -162px 0 no-repeat;width:160px;}
ul.gnav li.gnav_02 a:hover{ background:url(../images/gnav.png) -162px -50px no-repeat;}
ul.gnav li.gnav_02_on a{ background:url(../images/gnav.png) -162px -50px no-repeat;width:160px;}

ul.gnav li.gnav_03 a{ background:url(../images/gnav.png) -322px 0 no-repeat;width:160px;}
ul.gnav li.gnav_03 a:hover{ background:url(../images/gnav.png) -322px -50px no-repeat;}
ul.gnav li.gnav_03_on a{ background:url(../images/gnav.png) -322px -50px no-repeat;width:160px;}

ul.gnav li.gnav_04 a{ background:url(../images/gnav.png) -482px 0 no-repeat;width:160px;}
ul.gnav li.gnav_04 a:hover{ background:url(../images/gnav.png) -482px -50px no-repeat;}
ul.gnav li.gnav_04_on a{ background:url(../images/gnav.png) -482px -50px no-repeat;width:160px;}

ul.gnav li.gnav_05 a{ background:url(../images/gnav.png) -642px 0 no-repeat;width:160px;}
ul.gnav li.gnav_05 a:hover{ background:url(../images/gnav.png) -642px -50px no-repeat;}
ul.gnav li.gnav_05_on a{ background:url(../images/gnav.png) -642px -50px no-repeat;width:160px;}

ul.gnav li.gnav_06 a{ background:url(../images/gnav.png) -802px 0 no-repeat;width:162px;}
ul.gnav li.gnav_06 a:hover{ background:url(../images/gnav.png) -802px -50px no-repeat;}
ul.gnav li.gnav_06_on a{ background:url(../images/gnav.png) -802px -50px no-repeat;width:162px;}



/*----------footer全体----------*/
#footer{
padding:2px 0 0 0;
margin:0 0 100px 0;
}
/*----------txtNav----------*/
ul.txtNav{
	display:block;
	font-size: 82%;
	float: left;
}

.txtNav li {
	display: inline;
}

.txtNav a {
	color: #333;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.txtNav a:hover{
	color:#ff6000;
	text-decoration:underline;
}

/*----------copyright----------*/
address.copy{
	display:block;
	float: right;
	font:Arial, Helvetica, sans-serif;
	text-align:right;
	width:470px;
	font-size: 72%;
	display:block;
	margin:0;
	width:400px;
}

/*----------pagetop----------*/
.pagetop{
padding:40px 0 16px 80px;
}
.pagetop_cont{
text-align:right;
padding:45px 11px 8px 0;
}

/* ------------------------------------------------------
下層ページ setting
------------------------------------------------------ */

div#pankuzu{
	margin:0;
	padding:7px 0 20px 14px;
	font-size:90%;
}


div#pankuzu a{
	color:#333;
	text-decoration:underline;
}

div#pankuzu a:hover{
	color:#ff6000;
	text-decoration:underline;
}



/*----------サブメニュー----------*/
div#submenu_area{
	margin:0 0 0 20px;
	padding:0;
	width:206px;
	float:left;
}

.win.ie6 div#submenu_area{ margin-left:10px;margin-right:20px;}

div#submenu_area h2{
	width:206px;
	height:30px;
}

div#submenu_area dl{
	margin:0;
	padding:0 0 0px 0;
	width:206px;
	background:#efeee4;	
}

div#submenu_area dt{
	margin:0;
	padding:0;
	width:206px;
	height:40px;
	display:block;
	line-height:0%;
	font-size:0px;
	text-indent:-9999px;
}

div#submenu_area dt a{
	display:block;
	line-height:0%;
	font-size:0px;
	width:206px;
	height:40px;
	margin:0;
}

div#submenu_area dd{
	margin:0;
	padding:0;
	display:block;
	line-height:110%;
	width:206px;
	font-size:100%;
}

div#submenu_area dd a{
	margin:0;
	padding:6px 10px 6px 25px;
	display:block;
	width:171px;
	color:#4c3a1d;
	text-decoration:none;
	background: url(../kidney_disease/images/icon_sb_arrow_off.gif) 13px 8px no-repeat #efeee4;	
}



div#submenu_area dd a:hover{
	color:#4c3a1d;
	text-decoration:none;
	background: url(../kidney_disease/images/icon_sb_arrow_on.gif) 13px 8px no-repeat #d7d2bd;	
}

div#submenu_area dd.on a{
	color:#4c3a1d;
	text-decoration:none;
	background: url(../kidney_disease/images/icon_sb_arrow_on.gif) 13px 8px no-repeat #d7d2bd;
}


div#submenu_area dd.sub{
	margin:0 0 0 40px;
	padding:6px 0;
	height:;
	display:block;
	font-size:90%;
	line-height:100%;
}


div#submenu_area dd.sub_on a{
	margin:-1px 0 0 18px;
	padding:0 0 0 0 ;
	color:#ff6000;
	display:block;
	text-decoration:underline;
	padding:0 0 0 7px;
	font-size:90%;
	background: url(../images/icon_sb_off.gif) left center no-repeat;	
}

div#submenu_area dd.sub_on a:hover{
	margin:-1px 0 0 18px;
	padding:0 0 0 0 ;
	color:#ff6000;
	display:block;
	text-decoration:underline;
	padding:0 0 0 7px;
	font-size:90%;
	background: url(../images/icon_sb_on.gif) left center no-repeat;	
}

div#submenu_area dd.sub a{
	color:#5d5d5d;
	text-decoration:underline;
	padding:0 0 0 7px;
	background: url(../images/icon_sb_off.gif) left center no-repeat;	
}

div#submenu_area dd.sub a:hover{
	color:#ff6000;
	text-decoration:underline;
	padding:0 0 0 7px;
	background: url(../images/icon_sb_on.gif) left center no-repeat;	
}






div#submenu_area dd.line{
	margin:0;
	padding:0;
	text-decoration: underline;
	text-indent: -9999px;
	font-size:0px;
	display: block;
	width:225px;
	height:2px;
	background: url(../kidney_disease/images/line_sb.gif) 0 0 no-repeat;
}

div#submenu_area span.line_b{
	margin:0 0 30px 0;
	padding:0;
	text-decoration: underline;
	text-indent: -9999px;
	font-size:0px;
	display: block;
	width:228px;
	height:3px;
	background: url(../kidney_disease/images/line_sb_bottom.gif) 0 0 no-repeat;
}

.bm {
	margin-bottom:6px !important;
}

.tm_6{
	margin-top:6px !important;
}

/*----------サブメニュー 腎臓病の基礎知識----------*/
dl.education dt.sb01 a{
background-image: url(../kidney_disease/images/sb_01.jpg);
background-position:0 0;
}
dl.education dt.sb01 a:hover{
background-image: url(../kidney_disease/images/sb_01.jpg);
background-position:0 -40px;
}
dl.education dt.sb01_on a{
background-image: url(../kidney_disease/images/sb_01.jpg);
background-position:0 -40px;
}

dl.education dt.sb02 a{
background-image: url(../kidney_disease/images/sb_02.jpg);
background-position:0 0;
}
dl.education dt.sb02 a:hover{
background-image: url(../kidney_disease/images/sb_02.jpg);
background-position:0 -40px;
}
dl.education dt.sb02_on a{
background-image: url(../kidney_disease/images/sb_02.jpg);
background-position:0 -40px;
}

dl.education dt.sb03 a{
background-image: url(../kidney_disease/images/sb_03.jpg);
background-position:0 0;
}
dl.education dt.sb03 a:hover{
background-image: url(../kidney_disease/images/sb_03.jpg);
background-position:0 -40px;
}
dl.education dt.sb03_on a{
background-image: url(../kidney_disease/images/sb_03.jpg);
background-position:0 -40px;
}

/*----------病院検索ツーツボタン----------*/
div#submenu_area span.tool{
	margin:0 0 30px 5px;
	display:block;
}

/*----------関連リンク----------*/
div.links{
	margin:0 0 0 16px;
	display:block;
}

div.links h2{
	margin:0 0 10px 0;
	padding:0;
}

div.links ul{
	margin:0;
	padding:0;	
}

div.links li{
	background: url(../images/list_dot.gif) 0 0.5em no-repeat;
	margin:0;
	padding:0 0 5px 7px;
}

div.links li a{
	color:#5a5c5d;
	text-decoration:underline;	
}

div.links li a:hover{
	color:#ff6000;
	text-decoration:underline;
}



/*----------メインエリア----------*/
div#main{
	margin:0 0 0 43px;
	padding:0;
	float:left;
}

*html div#main{
	margin:0 0 0 20px;
	padding:0;
	float:left;
}

div.box_main{
	margin:0;
	padding:20px 0 5px 0px;
	width:685px;
	background: url(../images/box_main.gif) 0 0 no-repeat;
}

div.box_main_bottom{
	margin:0;
	padding:0;
	width:685px;
	height:27px;
	background: url(../images/box_main_bottom.gif) 0 0 no-repeat;
}

div#main h2{
	margin:0 0 5px 0;
	padding:0;
}

div#main h3{
	margin:0 0 0 21px;
	padding:0 0 28px 0;
}

div#main h4{
	margin:0 0 0 21px;
	padding:0 0 12px 0;
}

div#main h6{
	margin:0 0 0 21px;
	padding:0 0 5px 0;
	color: #044684;
	font-weight: bold;
	font-size: 130%;	
}

div#main p{
	margin:0 0 0 21px;
	padding:0 10px 15px 10px;
	width:622px;
	line-height:150%;
}

div#main p.note{
	font-size:90%;
}

div.box_cap{
	margin:20px 0 20px 21px;
	padding:0 0 20px 0;
	border:1px solid #e4e4e4;
	background:#fffee6;
	width:639px;
}

div#main div.box_cap h5{
	position:relative;
	top:-6px;
	left:-9px;
	margin:0;
	padding:0;
}

div#main div.box_cap h5.cap_news{
	margin:20px 0 10px 26px;
	padding:0;
}

div#main div.box_cap p{
	margin:0 0 25px 17px;
	padding:0 0 0 0;
	width:604px;
}

.figure{
	margin:0 0 0 17px;
	padding:0 0 0 0;
}

.subNav a:hover{
	color:#ff6000;
	text-decoration:underline;
}


.sizeNav a:hover{
	color:#ff6000;
	text-decoration:underline;
}

span.kanshu{
	padding-right: 40px;
	float: right;
	font-size: 80%;
}

p.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0% !important;
	height:0px !important;
	width:0px !important;
	float:none;
}

.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0% !important;
	height:0px !important;
	width:0px !important;
	float:none !important;
}

div#main div.kanren{
	margin:20px 0 0 0;
	padding:20px 0 5px 20px;
	width:685px;
	background: url(../images/box_lists.gif) 0 0 no-repeat;
	font-size:90%;
}

div#main div.kanren h2{
	margin:0 0 10px 0;
	padding:0;
	background:none;
	border:none;
}

div#main div.kanren ul{
	margin:0;
	padding:0;
	background:none;
	border:none;
	display:block;
	text-align:left;
	width:642px;
}

div#main div.kanren li{
	margin:0 20px 5px 0;
	padding:0;
	display:block;
	background:none;
	border:none;
	float:left;
	white-space: nowrap;
	
}

div.kanren li.on a{
	color:#ff6000;
	text-decoration:underline;
	padding:0 0 0 7px;
	background: url(../images/icon_sb_arrow_on.gif) left center no-repeat;
}

div.kanren li a{
	color:#ff6000;
	text-decoration:underline;
	padding:0 0 0 7px;
	background: url(../images/icon_sb_arrow_on.gif) left center no-repeat;	
}

div.kanren li a:hover{
	color:#5a5c5d;
	text-decoration:underline;
	padding:0 0 0 7px;
	background: url(../images/icon_sb_arrow_off.gif) left center no-repeat;		
}



div.kanren_bottom{
	margin:0;
	padding:0;
	width:685px;
	height:27px;
	background: url(../images/box_lists_bottom.gif) 0 0 no-repeat;
}


div#main p.prepare{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}

div.banner{
	margin:5px 0 0 0;
}

div.prepared{
	text-align:center;
	padding:70px 0;
	margin:50px 0;
	background: url(../images/prepared.gif) center 0 no-repeat;
	font-size:140%;
	font-weight:bold;
}


/*----------404error----------*/
div.error{
}

div.error div#header{
	height:77px;
}

div.error div#header.error{
	height:auto;
}

*html div.error div#header.error{
	height:77px;
}

div.error div#contents{
	border:1px solid #ccc;
	border-top:none;
	text-align:center;
	padding:100px 0px;
	font-size:120%;
}

/*----------404error----------*/
div.error2{
}

div.error2 div#header{
}

div.error2 div#contents{
	border:1px solid #ccc;
	border-top:none;
	text-align:center;
	padding:150px 0px;
	font-size:120%;
}



/*---------- link color----------*/

.link_or a{
	color:#ff6000 !important;
	text-decoration:underline;
}

.link_or  a:hover{
	color:#5a5c5d !important;
	text-decoration:underline;
}

span.conce{
	margin:0 !important;
	padding:0 !important;
	display:inline !important;
}

.link_gr a{
	color:#5a5c5d !important;
	text-decoration:underline;
}

.link_gr  a:hover{
	color:#ff6000 !important;
	text-decoration:underline;
}


em.link_or a{
	color:#ff6000 !important;
	text-decoration:underline;
	font-weight:normal !important;
}

em.link_or  a:hover{
	color:#5a5c5d !important;
	text-decoration:underline;
	font-weight:normal !important;
}

div#box_hint em.link_or a{
	color:#ff6000 !important;
	text-decoration:underline;
	font-weight:normal !important;
}

div#box_hint em.link_or  a:hover{
	color:#5a5c5d !important;
	text-decoration:underline;
	font-weight:normal !important;
}

p.link_big a{
	color:#044684 !important;
	text-decoration:underline;
	font-weight:normal !important;
	font-size:110%;
}

p.link_big  a:hover{
	color:#ff6000 !important;
	text-decoration:underline;
	font-weight:normal !important;
}


/*----------banner追記----------*/
div.banner_sheet {
	width:683px;
	height:97px;
	text-indent:-9999px;
}

div.banner_sheet a{
	display:block;
	width:683px;
	height:97px;
	margin:15px 0 0 0;
	background: url(../images/banner_sheet.jpg) 0 0 no-repeat;
}





