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

html{
	margin: 0;
	padding: 0;
	}
body{
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-color: #F8F3ED;
	font-size: 0.75em;
	line-height: 1.8em;
	color: #6D5438;
	}
p{
	margin: 0;
	padding: 0;
	color: #333;
	}
a{
	outline: none;
	}
hr{
	border-bottom: 1px solid #ccc;
	border-top: none;
	}
#left_box a, #topic_pass a, #pagetop a{
	color: #6D5438;
	text-decoration: none;
	}
#left_box a:hover, #topic_pass a:hover, #pagetop a:hover{
	color: #0997BD;
	text-decoration: underline;
	}
.contents a, .info a{
	color: #0997BD;
	text-decoration: none;
	}
.contents a:hover, .info a:hover{
	text-decoration: underline;
	}
img{
	border: none;
	}
#wrapper{
	margin: 0 auto 0px auto;
	background-image: url(../img/bg_horizon.png);
	background-repeat: no-repeat;
	width: 950px; 
	}
#topic_pass{
	text-align: right;
	font-size: 10px;
	padding-top: 10px;
	}
.contents{
	padding: 0px 20px 20px 20px;
	background-color: #fff;
	border-left: 1px solid #E8E8DB;
	border-right: 1px solid #E8E8DB;
	}
h1{
	margin: 0;
	padding: 0;
	}
h2{
	margin: 0 0 50px 0;
	padding: 0;
	}
h3{
	margin: 30px 0 10px 0;
	padding: 0;
	color: #C59D66;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
	}
h4{
	margin: 30px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #E8E8DB;
	font-size: 1.3em;
	}
h5{
	margin: 30px 0 0px 0;
	padding: 0;
	font-size: 1.0em;
	}
h6{
	margin: 30px 0 0px 0;
	padding: 5px;
	font-size: 1.1em;
	background-color: #F8F3ED;
	color: #333;
	border: 1px solid #ccc;
	}
.txt_big{
	color: #C59D66;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
	}
.txt_small{
	font-size: 10px;	
	}
.txt_right{
	text-align: right;
	}
.img_left{
	float: left;
	padding: 0 20px 5px 0;
	}
.img_right{
	float: right;
	padding: 0 5px 0 20px;
	}
.list{
	list-style-type: none;
	color: #333;
	margin-left: 0px;
	padding-left: 0px;
	}
ol{
	color: #333;
	}
.ol_title{
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style-position: inside;
	}
.ol_title li{
	 margin: 15px 0 10px 0;
	}
.ol{
	font-weight: normal;
	margin: 0 0 0 15px;
	padding: 0;
	list-style-position: inside;
	}
.ol li{
	 margin: 0;
	}
.txt_color1{
	color: #C59D66;
	}
/*-----------------------------
		
		メニュー
		
-----------------------------*/
#left_box{
	float: left;
	width: 270px;
	margin: 28px 0 0 0;
	}
#right_box{
	float: left;
	width: 670px;
	margin: 28px 0 0 10px;
	}
.menu_li{
	list-style: none;
	}
.bg_circle{
	background-image: url(../img/menu/bg_white.gif);
	padding:5px 0 0px 30px;
	font-size: 11px;
	}
.bg_white{
	background-color: #fff;
	}
	
/*-----------------------------
		
		ヘッダー
		
-----------------------------*/

#header{
	padding: 20px 0 0 0;
	}

/*-----------------------------
		
		フッター
		
-----------------------------*/

#footer_bg{
	width: 100%;
	background-color: #C0B3A5;
	margin-top: 50px;
	color: #fff;
    bottom:0px;
	}
#footer{
	width: 945px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
	}
#footer_info{
	width: 545px; 
	float: left;
	}
#footer_menu{
	width:400px;
	float: left;
	}
.footer_menu{
	margin: 0;
	padding: 0;
	}
.footer_menu li{
	float: right;
	list-style-type: none;
	margin: 0 10px 0 0;
	padding: 0;
	}
#copyright{
	width: 945px; 
	margin: 0 auto 0 auto;
	font-size: 10px;
	}

/*-----------------------------
		
		トップページ
		
-----------------------------*/

.banner_top{
	height: 2px;
	}
.banner_margin{
	height: 10px;
	}
.banner{
	width: 670px;
	text-align: center;
	background-color: #fff;
	border-left: 1px solid #E8E8DB;
	border-right: 1px solid #E8E8DB;
	}
.banner td{
	padding: 5px 0 5px 0;
	}
.top_bg_white_left{
	background-color: #fff;
	padding: 5px 0 10px 20px;
	}
.top_bg_white_right{
	background-color: #fff;
	padding: 5px 0 10px 0;
	}
.info{
	margin: 10px 0 0 0;
	border-left: 1px solid #E8E8DB;
	border-right: 1px solid #E8E8DB;
	}
.info th{
	vertical-align: top;
	}
.info td{
	vertical-align: top;
	}
.top_news table{
	width: 304px;
	}
.top_news th{
	width: 90px;
	font-weight: normal;
	padding: 5px 0 5px 0;
	text-align: left;
	border-bottom: 1px dashed #D3CBC3;
	vertical-align: top;
	}
.top_news td{
	width: 195px;
	padding: 5px 0 5px 15px;
	background-image: url(../img/top/td.gif);
	background-repeat: no-repeat;
	background-position:top;
	border-bottom: 1px dashed #D3CBC3;
	margin-left: 5px;
	vertical-align: top;
	}
.top_seminar table{
	width: 304px;
	}
.top_seminar th{
	width: 85px;
	font-weight: normal;
	padding: 5px 0px 5px 0px;
	text-align: left;
	border-bottom: 1px dashed #D3CBC3;
	vertical-align: top;
	}
.top_seminar td{
	width: 200px;
	padding: 5px 0 5px 15px;
	background-image: url(../img/top/td.gif);
	background-repeat: no-repeat;
	background-position:top;
	border-bottom: 1px dashed #D3CBC3;
	vertical-align: top;
	}
	
/*-----------------------------
		
		  手術実績
		
-----------------------------*/

.syujutu{
	background-color: #000;
	border: 5px solid #000;
	}
.syujutu td{padding: 4px 4px 0 4px;
	}
.syujutu_table{
	width: 100%;
	color: #333;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	}
.syujutu_table th{
	background-color: #eaeaea;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	}
.syujutu_table td{
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 5px 10px 5px 10px;
	text-align: right;
	width: 70px;
	}
.txt_center{
	text-align: center !important;
	}
.total{
	font-weight: bold !important;
	background-color: #D5D5D5 !important;
	}
.width_set{
	width: 100px;
	}
	
/*-----------------------------
		
		外来受診案内
		
-----------------------------*/


.for_outpatients{
	width: 627px;
	text-align: center;
	color: #333;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}	
.for_outpatients th{
	background-color: #eaeaea;
	font-weight: normal;
	padding: 5px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
.for_outpatients td{
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	}
	
/*-----------------------------
		
		アクセス
		
-----------------------------*/

.access th,.access td{
	color: #333;
	padding: 0 30px 20px 0;
	font-weight: normal;
	text-align: left;
	}

/*-----------------------------
		
		スタッフ紹介
		
-----------------------------*/

.staff{
	list-style-type: none;
	color: #333;
	margin-left: 0px;
	padding-left: 0px;
	}
.staff a{
	font-size: 1.5em;
	margin-right: 5px;
	}
.staff li{
	margin-bottom: 30px;
	}
.staff_table{
	color: #333;
	}
.staff_table th{
	width: 100px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}

/*-----------------------------
		
		生体制御科学専攻
		心臓血管外科学講座
		
-----------------------------*/

.seminar{
	list-style-type: circle;
	list-style-position: inside;
	color: #333;
	margin-left: 0px;
	padding-left: 0px;
	}
	
/*-----------------------------
		
		病気の話
		
-----------------------------*/

.byoki{
	list-style-type: square;
	list-style-position: inside;
	color: #333;
	margin-left: 0px;
	padding-left: 0px;
	}

.aso{
	font-weight: normal;
	}
.aso th{
	width: 100px;
	text-align: left;
	font-weight: normal;
	}

/*-----------------------------
		
		専攻医・外科系
		後期研修医募集 
		
-----------------------------*/

.seminar_table{
	color: #333;
	}
.seminar_table th{
	width: 100px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	}

/*-----------------------------
		
	　各種セミナー・講座
		
-----------------------------*/

.net{
	margin: 0;
	padding: 0;
	}
.net li{
	list-style-type: square;
	list-style-position: inside;
	}
#sp{
	border: 1px solid #900;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	width: 235px;
	}

/*-----------------------------
		
	　サイトマップ
		
-----------------------------*/

.sitemap{
	list-style-type: circle;
	font-size: 0.8em;
	font-weight: normal;
	margin: 15px 0 0 15px;
	padding: 0;
	}
.circle{
	list-style-type: circle;
	}