@charset "EUC-JP";

/* 
=== JIKEI UNIVERSITY / Daisan  ======================

	第三病院共通スタイル指定
	[ 0 ] RESET
	[ 1 ] Common Style
	[ 2 ] HEADER
	[ 3 ] GlobalMenu
	[ 4 ] FOOTER
	[ 5 ] Left Column

====================================================== */
/*	Date : 2011.08	*/



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

	[ 0 ] RESET

 --------------------------------------------------- */
body {
    background: #FFFFFF;
    margin: 0;
    padding: 0;
	}  
p, div, 
form, 
ul, ol, li, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, 
input {
    margin: 0;
    padding: 0;
	} 
img, a img {
	border:0;
	} 
ul li, 
ol li {
	list-style: none;
	} 



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

	[ 1 ] Common Style

 --------------------------------------------------- */
#container { 
	clear: both; 
	width: 950px; 
	margin: 0 auto; 
	padding: 0 0 30px; 
	zoom: 1; 
	}
#container:after {
    content: ".";
    display: block;
    clear: both; 
	visibility: hidden; 
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	} 

/*	LINK
 ------------------------------------ */
a:link, 
a:visited { 
	color: #336699; 
	text-decoration: underline; 
	} 
a:hover, 
a:active { 
	color: #FF7200; 
	text-decoration: underline; 
	} 




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

	[ 2 ] HEADER

 --------------------------------------------------- */
#header { 
	width: 950px; 
	height: 93px; 
	margin: 0 auto 6px; 
	background: url(../image/1511/hd-bg.jpg) no-repeat left top; 
	} 
#header a:link, 
#header a:visited { 
	text-decoration: none; 
	color: #121481;
	} 
#header a:hover, 
#header a:active { 
	text-decoration: underline; 
	color: #121481; 
	} 

#header h1 { 
	float: left; 
	width: 302px; 
	padding: 29px 0 0; 
	} 
#header .hdRightBox { 
	float: right; 
	padding: 9px 10px; 
	} 



/* .searchBox
 ------------------------------------ */
#header .hdRightBox .searchBox { 
	float: right; 
	margin: 0 0 10px; 
	zoom: 1; 
	} 
* html #header .hdRightBox .searchBox { 
	margin: 0; 
	}
#header .searchTextBox { 
	width: 200px; 
	height: 20px; 
	border: 1px solid #999999; 
	color: #606060; 
	font-size: 12px; 
	line-height: 18px; 
	padding: 0 2px; 
	margin: 0 5px 0 0; 
	} 
#header .sitemap { 
	padding-left: 14px; 
	font-size: 12px; 
	} 
#header .sitemap a { 
	background: url(../image/1511/hd-link-arrow.gif) no-repeat 0 2px; 
	padding: 0 0 0 10px; 
	line-height: 1.2; 
	} 


/* .hdLink
 ------------------------------------ */
#header ul.hdLink { 
	clear: both; 
 	float: right; 
	zoom: 1; 
	font-size: 12px; 
	margin: 0 0 8px; 
	} 
#header .hdLink li { 
	float: left; 
	padding-left: 12px; 
	} 
#header .hdLink li a { 
	background: url(../image/1511/hd-link-arrow.gif) no-repeat 0 2px; 
	padding: 0 0 0 10px; 
	line-height: 1.2; 
	} 


/* #textChng
 ------------------------------------ */
#header #textChng { 
	clear: both; 
 	float: right; 
	zoom: 1; 
	} 
#header #textChng dt { 
	font-size: 12px; 
	line-height: 20px; 
	color: #121481; 
	font-weight: bold; 
	float: left; 
	}
#header #textChng dd { 
	vertical-align: bottom; 
	float: left; 
	padding-left: 10px; 
	}
#header #textChng dd a { 
	display: block; 
	width: 19px; 
	text-align: center; 
	} 
#header #textChng dd a:link, 
#header #textChng dd a:visited, 
#header #textChng dd a:hover, 
#header #textChng dd a:active { 
	text-decoration: none; 
	font-weight: bold; 
	} 
#header #textChng dd.small a { 
	font-size: 10px; 
	padding: 3px 0 2px; 
	} 
#header #textChng dd.default a { 
	font-size: 12px; 
	padding: 2px 0 1px; 
	}
#header #textChng dd.large a { 
	font-size: 14px; 
	padding: 0; 
	} 




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

	[ 3 ] GlobalMenu

 --------------------------------------------------- */
#globalMenu { 
	clear: both; 
	width: 950px; 
	height: 58px; 
	margin: 0 auto; 
	} 
#globalMenu ul { 
	text-align: center; 
	} 
#globalMenu li { 
	float: left; 
	margin-right: 2px; 
	} 



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

	[ 4 ] FOOTER

 --------------------------------------------------- */
#footer { 
	clear: both; 
	width: 950px; 
	height: 108px; 
	margin: 0 auto; 
	background: url(../image/footer-bg.jpg) repeat-x left top; 
	color: #535353; 
	} 
#footer .copyright { 
	float: left; 
	padding: 7px 0 10px 10px; 
	font-size: 12px; 
	} 
#footer ul { 
	float: right; 
	padding: 8px 10px 0 0; 
	} 
#footer li { 
	float: left; 
	} 
#footer li a { 
	display: block; 
	padding: 0 0 0 8px; 
	margin: 0 0 0 18px; 
	font-weight: bold; 
	font-size: 10px; 
	background: url(../image/footer-link-dot.gif) no-repeat left center; 
	} 
#footer li a:link, 
#footer li a:visited { 
	text-decoration: none; 
	color: #535353; 
	} 
#footer li a:hover, 
#footer li a:active { 
	text-decoration: underline; 
	color: #535353; 
	} 




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

	[ 5 ] Left Column

 --------------------------------------------------- */
.leftColumn { 
	width: 190px; 
	float: left; 
	padding-right: 15px; 
	} 
* html .leftColumn { 
	width: 205px; 
	} 


/*	sideTitle
 ------------------------------------ */
.leftColumn .sideTitle { 
	background: url(../image/side-ttl-bg.jpg) no-repeat left top; 
	font-weight: bold; 
	color: #13354d; 
	padding: 2px 8px 10px; 
	line-height: 20px; 
	}


/*	sideNav
 ------------------------------------ */
.leftColumn ul.sideNav { 
	width: 190px; 
	font-size: 14px; 
	margin-bottom: 12px; 
	} 
.leftColumn ul.sideNav li { 
	margin-bottom: 5px; 
	background: url(../image/nav-bg.gif) no-repeat left top; 
	padding: 1px 0 0; 
	} 
* html .leftColumn ul.sideNav li { 
	display: inline-block; 
	} 
.leftColumn ul.sideNav a:link, 
.leftColumn ul.sideNav a:visited, 
.leftColumn ul.sideNav a:hover, 
.leftColumn ul.sideNav a:active { 
	text-decoration: none; 
	color: #FFFFFF; 
	} 
.leftColumn ul.sideNav a:hover, 
.leftColumn ul.sideNav a:active { 
	background: url(../image/nav-ov-bg.gif) no-repeat left bottom;
	} 
.leftColumn ul.sideNav li a { 
	width: 190px; 
	display: block; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: url(../image/nav-bg.gif) no-repeat left bottom; 
	padding: 3px 0 4px 6px; 
	} 
.leftColumn ul.sideNav li a span {
	border-left: 3px solid #9dbde8;
	display: block;
	padding: 3px 0 3px 8px;
	color: #FFFFFF;
	} 
.leftColumn ul.sideNav li.on a { 
	width: 190px; 
	display: block; 
	font-weight: bold; 
	color: #FFFFFF; 
	background: url(../image/nav-ov-bg.gif) no-repeat left bottom; 
	padding: 3px 0 4px 6px; 
	} 
.leftColumn ul.sideNav li.on a span { 	
	border-color: #5b8fd6;
	}


/*	linkList
 ------------------------------------ */
.leftColumn .linkList dd { 
	margin: 0 0 8px 4px; 
	}
.leftColumn .linkList dd a { 
	background: url(../image/icon-dot-blue.gif) no-repeat left center; 
	padding: 0 0 0 8px; 
	}



/*	202409スタイル追加・整形外科ページ
 ------------------------------------ */

.dr_lists{
    position: relative;
    display: block;
    width: 740px;
    height: auto;
    margin: 0px auto 30px;
    clear: both;
}

.dr_name{
    display: block;
    text-align: left;
    font-weight: normal;
}

.dr_picbox{
    position: relative;
    display: inline-block;
    width: 300px;
    height: auto;
    text-align: left top;
}

.dr_picbox img{
    margin: 0px;
    padding: 0px;
}

.intro_txtbox{
    position: relative;
    display: inline-block;
    width: 430px;
    height: auto;
    vertical-align: top;
}

.intro_table_ht{
    display: block;
    margin: 0px 0px 10px;
    padding: 5px;
    background:#f6fafd;
}

.disease_list li{
    display: block;
    margin: 0px 0px 30px;
    padding: 0px;
}

.obj_center{
    display: block;
    margin: 10px auto 30px;
    padding: 0px;
}

.disease_title{
    display: block;
    width: 100%;
    font-size: 1.4em;
    margin: 0px;
    padding: 0px;
}

.th_name{
    font-size: 12px;
    vertical-align: middle;
}

.surgical_name{
    font-size: 12px;
    line-height: 17px;
    vertical-align: middle;
}

.n_ope{
    font-size: 12px;
    vertical-align: middle;
}

.txtB{
    font-weight: bold;
}