@charset "utf-8";
/* ==========================================
// サイバーナイフセンター とは
==========================================*/

/* ----- メイン画像 ----- */
html {
	background: url(../../images/bg_second_02.png) 0 0 repeat;
}
body {
/*	background: url(../../images/cyberknife/main_01.jpg) #f5f5f5 50% 45px no-repeat;
*/	background: url(../../images/cyberknife/main_01.jpg) 50% 45px no-repeat;
}

.cyberknife_about_sec {
	float:right;
	width:640px;
}
#Contents h2, 
h2 {
	background-color: #fff;
	height: 50px;
	text-align: center;
	font-size: 186%;
	padding-top: 15px;
	color: #3071b6;
}
	#Contents h2 img { padding-top: 23px;}


#Contents #Read, 
#Read {
	padding-bottom: 20px;
	background: url(../../images/line_01.png) bottom left repeat-x;
	margin-bottom: 30px;
}
#Contents #Read img, 
#Read img {
	float: right;
	margin: 0 0 10px 10px;
}

#Feature dt {
	background: url(../../images/line_01.png) center left repeat-x;
	text-align: center;
}
#Feature dd {
	margin-left: 0;
}
	#Feature dd h3 {
		font-size: 140%;
		margin: 0;
		margin-bottom: 10px;
		padding: 0;
	}
	#Feature dd p {
		padding-top: 0;
		margin-top: 0;
		text-indent: 0;
		}
	#Feature dd img {
		float: right;
		margin: 0 0 10px 10px;
	}