/*** 基本 ***/
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #666666;
	font-size: 14px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	line-height: 100%;
	color:#666;
}
#main_midashi {
	background:url(../images/title.gif) left top no-repeat;
	width:630px;
	padding:13px 20px 12px 20px;
	font-size:20px;
	font-weight:bold;
	line-height:normal;
	display:block;
}
p {
	line-height: 140%;
}
img {
	border: none 0px;
}
form {
	margin: 0;
}
.menseki {
	color:#000000;
	font-size:14px;
	line-height:120%;
	padding:10px 35px 10px 10px;
	width:auto;
}
a {
	/*color: #5B0000;*/
	color: #4ca100;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.link01 {
	color: #4ca100;
	text-decoration: none;
}
a.link01:hover {
	text-decoration: underline;
}
/***** index.html専用 *****/
#Wrapper {
	background: url("../images/common/main_bg01.jpg") 0 0 repeat-x;
	width:100%;
}
/*** ヘッダー ***/
#Header {
	height: 161px;
}
#Header .headermain {
	height: 288px;
	width:946px;
	border-top: 7px solid #ff9900;
	background: url("../images/doctor/header_bg01.jpg") 0 0 no-repeat;
	position: relative;
}
#Header .headermain .header_r {
	width:697px;
	float:right;
}
#Header .headermain .header_r .header_r_link {
	padding: 7px 15px 0 0;
	text-align: right;
}
/*ヘッダー内メニュー*/
#Header .headermain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 47px;
	width:580px;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	float:right;
}
#Header .headermain ul li {
	margin: 0;
	padding: 0;
	float: right;
	border-right: 1px solid #d0d0d0;
}
/*フロートクリア*/
div.clearb {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width:765px;
}
br.clearb {
	clear: both;
}
#MainArea {
	width: 948px;
	margin: 0 auto;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background: #fff;
}
/*** メイン部分 ***/
#Contents {
	padding: 19px 19px 0;
	border-top: 1px solid #f7f7f7;
	width: 910px;
}
/*** コンテンツ左側 ***/
#Contents .leftcontents {
	color: #000;
	width: 670px;
	float: right;
}
#Contents .leftcontents h2 {
	margin: 0 0 10px;
}
#Contents .leftcontents p {
	margin: 0 10px 20px;
}
/* パンくず */
#Contents .leftcontents .topic, #Contents .leftcontents .topic a {
	color: #666;
	padding: 0 0 10px;
}
/* タイトル */
#Contents .leftcontents h1 {
	margin: 0 0 20px;
}
#Contents .leftcontents h2.h201 {
	margin: 45px 10px 10px;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #dadada;
	font-size: 120%;
	background: url("../images/common/h2bg01.gif") 0 0 repeat-x;
}
/*** コンテンツ右側 ***/
#Contents .rightcontents {
	width: 200px;
	float: left;
}
/* 文字サイズボタン */
#Contents .rightcontents .sizebtn {
	border: 1px solid #cecece;
	width: 200px;
	background: #eee;
	position: relative;
	margin: 0 0 15px;
}
#Contents .rightcontents .sizebtn ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 3px;
	right: 1px;
}
#Contents .rightcontents .sizebtn ul li {
	margin: 0 7px 0 0;
	padding: 0;
	float: left;
}
#Contents .rightcontents .banbox {
	margin: 0 0 15px;
}
#Contents .rightcontents .banbox02 {
	margin: 0 0 10px;
}
/* マスターズクラブ会員はこちら */
#Contents .rightcontents .rightbox01 {
	margin: 0 0 15px;
	border: 1px solid #cecece;
	border-top: 0px none;
	background: #eee;
}
#Contents .rightcontents .rightbox01 .rightbox01main {
	border-top: 1px solid #fff;
	padding: 10px 0;
	text-align: center;
}
#Contents .rightcontents .rightbox01 .rightbox01main .pass {
	margin: 10px 0 0;
}
#Contents .rightcontents .rightbox01 .rightbox01main .pass a {
	font-size:12px;
	color: #4ca100;
}
/* 研究会の活動 */
#Contents .rightcontents .rightbox02 {
	margin: 0 0 15px;
	border: 1px solid #cecece;
	border-top: 0px none;
	border-bottom: 0px none;
	background: #eee;
}
#Contents .rightcontents .rightbox02 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Contents .rightcontents .rightbox02 ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecece;
}
#Contents .rightcontents .rightbox02 ul li a {
	display: block;
	padding: 12px 0 11px 30px;
	color: #000;
	background: url("../images/common/mark02.gif") 10px center no-repeat #eee;
}
#Contents .rightcontents .rightbox02 ul li a:hover {
	background: url("../images/common/mark04.gif") 10px center no-repeat #f8f8f8;
	color: #4ca100;
}
/* お問い合わせ */
#Contents .rightcontents .rightbox03 {
	margin: 0 0 15px;
	border: 1px solid #cecece;
	border-top: 0px none;
	background: #eee;
}
#Contents .rightcontents .rightbox03 .rightbox03main {
	border-top: 1px solid #fff;
	padding: 10px 0;
	text-align: center;
}
#Contents .rightcontents .rightbox03 .rightbox03main .pass {
	margin: 10px 0 0;
}
#Contents .rightcontents .rightbox03 .rightbox03main .pass a {
	color: #4ca100;
}
/*** ページトップ ***/
.pagetop {
	margin: 20px 0 0;
	padding: 10px 30px;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	text-align: right;
}
.pagetop a {
	font-size: 90%;
	padding: 3px 0 3px 20px;
	background: url("../images/common/mark03.gif") center left no-repeat;
	color: #4ca100;
}
/*** フッター ***/
#Footer {
	color: #858484;
	padding: 15px 20px 20px;
}
#Footer .footerleft {
	float: left;
}
#Footer .footerleft a {
	color: #4ca100;
}
#Footer .footerright {
	font-size: 90%;
	float: right;
}
/*** ページ最下部　お問い合わせBOX ***/
.inqbox {
	width: 650px;
	height: 100px;
	background: url("../images/common/inqbox_bg01.gif") 0 0 no-repeat;
	position: relative;
	margin:0px auto;
}
.inqbox h2.inqtitle01 {
	position: absolute;
	top: 20px;
	left: 20px;
}
.inqbox .inqmail {
	position: absolute;
	top: 50px;
	left: 20px;
}
.inqbox h2.inqtitle02 {
	position: absolute;
	top: 20px;
	left: 325px;
}
.inqbox .inqfax {
	position: absolute;
	top: 50px;
	left: 325px;
}
.inqbox .inqbtn {
	position: absolute;
	top: 44px;
	left: 499px;
}
/*** 点滴療法の概要 ***/
#01 .btn01 img {
}
.clear_b {
	clear:both;
}
.link_color_g {
	color:#9dce0a;
}
.space_bottom {
	padding-bottom:200px;
}
.red {
	color:#FF0000;
}
/* doctor.html */

.main_midashi3 {
	background:url(../images/doctor/bg_t01.gif) no-repeat left top;
	width:670px;
	height:33px;
	font-weight:bold;
	line-height:normal;
	display:block;
	color:#000000;
	border-bottom:1px solid #cccccc;
}
#Contents .main_midashi3 h2 {
	font-size:17px;
	line-height:33px;
	padding-left:15px;
	float:left;
	margin:0;
}
#Contents .main_midashi3 p {
	margin:0;
	padding:0;
	font-size:14px;
	float:right;
	font-weight:normal;
	line-height:34px;
	padding-right:10px;
	background:url(../images/doctor/yajirushi.gif) no-repeat left center;
	padding-left:22px;
}
#Contents .main_midashi3 p a {
	color:#ffb239;
}
#Contents #navi_erea {
	margin:20px 0 0 0;
}
#Contents #navi_erea img {
	margin-bottom:15px;
}
#Contents #navi_erea .space_l {
	margin-right:10px;
}
#Contents #visited_erea {
	padding-top:40px;
	padding-bottom:40px;
}
#Contents #visited_erea a {
	background:url(../images/doctor/main_btn.gif) no-repeat left top;
	width:501px;
	height:61px;
	display:block;
	padding:49px 0 0 169px;
	color:#ffffff;
	line-height:140%;
}
#Contents #visited_erea a:hover {
	background:url(../images/doctor/main_btn.gif) no-repeat left top;
	width:501px;
	height:61px;
	display:block;
	padding:49px 0 0 169px;
	color:#ffffff;
	line-height:140%;
	text-decoration:none;
}
#Contents .online a {
	background:url(../images/doctor/online_banner.gif) no-repeat left top;
	width:177px;
	height:60px;
	display:block;
	color:#393939;
	text-decoration:none;
	line-height:140%;
	padding:70px 0 0 23px;
}
#Contents .space_t {
	padding-top:10px;
}
#Contents .inner {
	width:670px;
	padding-bottom:25px;
}
#Contents .inner .left {
	width:175px;
	float:left;
	padding-left:10px;
}
#Contents .inner .right {
	width:485px;
	float:left;
}
#Contents .inner .right h3 {
	background:url(../images/doctor/h2bg01.gif) no-repeat;
	width:455px;
	height:29px;
	line-height:29px;
	font-size:14px;
	padding-left:20px;
	margin-bottom:10px;
}
#Contents .inner .right p {
	padding:0 8px 0 5px;
	margin:0 0 10px 0;
}
#Contents .inner .right p a {
	color:#ffb239;
	text-decoration:none;
}
#Contents .inner .right p a:hover {
	color:#ffb239;
	text-decoration:underline;
}
.none {
	display:none;
}
#Contents .doctor_seminar {
	margin:0;
	padding:0;
}
#Contents .doctor_seminar ul {
	margin:0 0 0 0;
	list-style:none;
	padding:0;
}
#Contents .doctor_seminar ul li {
	margin:0;
	padding:10px 0 10px 10px;
	background:url(../images/common/dot01.gif) repeat-x left bottom;
	display:block;
}
#Contents .doctor_seminar ul li a {
	margin:0;
	padding:0;
	color:#393939;
}
