@charset "EUC-JP";

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

	総合診療部紹介ページ
	 mainColumn

====================================================== */
/*	Date : 2012.01	*/


/* 見出し
 ------------------------------------ */
h2.gim_tit{
	margin:40px 0 0 0;
	color:#041861;
	display:block;
	line-height:300%;
	height:50px;
	width:745px;
	text-indent:70px;
	letter-spacing:0.1em;
	border-top:1px #e5e5e5 solid;
	border-left:1px #e5e5e5 solid;
	border-right:1px #e5e5e5 solid;
	border-bottom:1px #e5e5e5 solid;
	background:url(../image/gim_icon.gif) left center no-repeat;
	background-color:#fafafa;
} 

h3.hospital{
	margin:30px 0 20px 0px;
	padding:13px 0 10px 10px;
	color:#041861;
	font-weight:bold;
	display:block;
	line-height:130%;
	letter-spacing:0.1em;
	border-top:1px #041861 solid;
	border-left:1px #041861 solid;
	border-right:1px #041861 solid;
	border-bottom:1px #041861 solid;
}


/* contents
 ------------------------------------ */
 
.content{ 
	margin:15px 0;
	padding:0 10px;
} 
.overview_txt{ 
	color:#3b3b3b;
	margin:20px 0;
	padding:0 0px;
	line-height:180%;
} 
.content ul{
	display:block;
	color:#3b3b3b;
	line-height:180%;
	list-style:none;
} 
.content ul li{
	margin:10px 0 0 10px;
	
} 
.posi{
	font-weight:bold;
} 

h3.hospital_link{
	margin:30px 0 20px 0px;
	padding:13px 0 10px 10px;
	color:#041861;
	font-weight:bold;
	display:block;
	line-height:130%;
	letter-spacing:0.1em;
	border-top:1px #041861 solid;
	border-left:1px #041861 solid;
	border-right:1px #041861 solid;
	border-bottom:1px #041861 solid;
	width:30%;
	float:left;
	margin-right:10px;
	background:url(../image/link_icon.gif) 90% center no-repeat;
}
h3.hospital_link a{
	color:#041861;
	text-decoration:none;
}
h3.hospital_link a:hover{
	color:#1031a9;
	text-decoration:underline;
}



