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

/*****************************************************************************
 あいさつ
 *****************************************************************************/
#about_left {
	float: left;
	width: 260px;
	margin-top: 15px;
	margin-right: 10px;
}

#profile_img {
	margin-top: 15px;
}

* html img #profile_img {
    text-indent:-9999px;
    filter: progid:DXImageTransform.Microsoft.
　　　　AlphaImageLoader(src="hoge.png", sizingMethod="scale");
}

#profile_text {
	margin-top: 15px;
	line-height: 1.8;
}

/*****************************************************************************
 プロフィール
 *****************************************************************************/
#crosshead1 {
	clear: both;
	padding-top: 30px;
	padding-bottom: 5px;
}

.profile_text {
	width: 530px;
	margin-top: 10px;
}

#interview {
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 160px;
}

/*****************************************************************************
 ディプロマ
 *****************************************************************************/
.diploma {
	float: left;
	width: 170px;
	margin-right: 10px;
	font-size: 90%;
}

.diploma_img {
	padding-bottom: 5px;
}

.diploma_txt em {
	color: #A72126;
}

#disclamer {
	clear: both;
	padding-top: 15px;
	font-size: 90%;
	width: 530px;
	color: #A72126;
}

/*****************************************************************************
 顧問医師
 *****************************************************************************/
#doc_pro {
	width: 530px;
	margin-top: 30px;
	background: #FFFFFF;
	border: 1px solid #946F29;
}

#doc_left {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 380px;
	float: left;
}

#doc_text {
	margin-top: 15px;
}

#doc_text dt {
	float: left;
	margin-right: 10px;
	width: 45px;
}

#doc_text dd {
	margin-top: 5px;
	margin-bottom: 5px;
}

#doc_img {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*****************************************************************************
 メディカルアドバイザー
 *****************************************************************************/
#crosshead2 {
	clear: both;
	padding-top: 30px;
}

#adviser_txt {
	width: 530px;
	margin-top: 15px;
}

#adviser1 {
	margin-top: 10px;
}

#adviser2 {
	margin-bottom: 80px;
}

/*****************************************************************************
 アクセス
 *****************************************************************************/
#data {
	margin-top: 20px;
	width: 530px;
}

#data dt {
	float: left;
	width: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #946F29;
}

#data dd {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #946F29;
}

/*****************************************************************************
 アクセスマップ
 *****************************************************************************/
#crosshead3 {
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
}

#map {
	margin-bottom: 80px;
}

