/* ================================================= */
/* 順天堂大学医学部付属静岡病院スタイルシート        */
/* c&m01                                             */
/*                Make : 2006/01/11 N.Yamamoto(RSN)  */
/* ================================================= */
/*hover同期*/
#link {
	float: left;
	text-align: left;
	margin-left: 5px;
}
.text-link {
	background-image: url(../../../img/14.png);
	background-position: left 0.25em;
	background-repeat: no-repeat;
	display: block;
	padding-left: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #0000cc;
}
.text-link-hover {
	 background-image: url(../img/c&m-01-26.png);
	 background-position: left 0.25em;
	 background-repeat: no-repeat;
	 display: block;
	 padding-left: 12px;
	 font-weight: bold;
	 text-decoration: none;
	 color: red;
}
.img-link {
	display:block;
	float: left;
	background-color: #0000cc;
}
.img-link-hover {
	display:block;
	float: left;
	background-color: red;
}
/* エリアc&m-01-index */
.textarea_cm-01 {
	position:relative;
	width: 520px;
}
/* H4テキストエリアc&m */
.h4_textarea_cm {
	position:relative;
	width: 520px;
	text-align: left;
	font-size: 100%;
	margin: 10px 0px 20px 0px;
}
.h4_textarea_cm p {
	line-height: 100%;
	letter-spacing: 0px;
}
.h4_textarea_cm a {
	text-decoration: none;
	color: #0000cc;
}
.h4_textarea_cm a:hover{
	color: red;
}
/*テキストエリア分割*/
.area-cm {
	position:relative;
	width: 260px;
	text-align: left;
	font-size: 100%;
	margin: 10px 0px 20px 0px;
	float: left;
}
.area-cm1 {
	display: block;
	position:relative;
	width: 80px;
	float: left;
}
.area-cm2 {
	display: block;
	position:relative;
	width: 150px;
	text-align: left;
	font-size: 100%;
	margin: 0px; 
	padding-left: 30px;
	float: right;
}	
/*位置*/
.indent-cm {
	margin-left: 30px;
}

/*ＨＲ設定*/
.hr_cm-02 {
	color:gray;
	border: 0;
	height: 1px;
	background-color:gray;
	width: 100%;
	margin: 15px 0px 15px 0px;
	padding: 0px;
}
/*イメージ回り込み*/
.img-right {
	margin: 5px;
	float: right;
}
.img-left {
	margin: 0px 10px 0px 0px;
	float: left;
}
/*テキスト設定*/
.text-bold {
	font-weight: bold;
}
/*ｈ２タイトル画像*/
.h2_cm_01_index {
	background-image: url(../img/c&m-01-01.png);
	background-position: center center;
	background-repeat: no-repeat;
}

