﻿@import url("global.css");	 /* グローバル読み込み */

/* ----------------------------------------
　therapist.php
---------------------------------------- */
.mbs_enter {
	float: right;
	width: 258px;
	height: 253px;
	margin: 10px 10px 0 0;
	background:url(../images/mbs_enter.jpg) no-repeat 50% 50%;
	display: inline;
	position: static;
}

.mbs_enter form {
	color: #663300;
	width: 200px;
	padding: 0;
	line-height: 1.15em;
	position: relative;
	top: 140px;
	left: 45px;
}

.mbs_enter form input {
	height: 18px;
	vertical-align: middle;
	color: #663300;
	border: 1px solid #663300;
	background: #ffffff;
}

/* ----------------------------------------
　therapist_members.php
---------------------------------------- */
/* ---- 非表示ブロック ---- */
body#p02_mbs #headline,
body#p02_mbs h2 {display: none;}


/* ---- .list ---- */
.list {
	float: left;
	margin: 7px 10px 8px;
	padding: 20px 20px 0;
	width: 150px;
	height: 290px;
	text-align: center;
	background:url(../images/listframe.jpg) no-repeat 50% 0;
}

.list img .therapist {
	width: 150px;
	height: 225px;
	clear: both;
}
body#p02_mbs #main .list p {
	float: left;
	margin: 20px 0 0;
	padding: 10px 10px 0;
	border: none;
	display: block;
	width: 130px;
	clear: both;
	text-align: center;
	virtual-align: middle;
	font-weight: bold;
	font-size: 1.15em;
	color: #ffffff;
}
.list p a {text-decoration: none;padding: 2px 3px 1px;}
.list p a:link {color: #ffffff;}
.list p a:visited {color: #cccccc;}
.list p a:hover {color: #663300;background: #ffcc66;}

/* ---- .paging ---- */
.paging {
	margin: 20px 0 0;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #cc9900;
	clear: both;
}
.paging a {text-decoration: none;}
.paging a:link {color: #663300;}
.paging a:visited {color: #996600;}
.paging a:hover {color: #663300;background: #ffcc66;}

/* ----------------------------------------
　prof.php
---------------------------------------- */
/* ---- 非表示ブロック ---- */
body#prof #desc,
body#prof #headline,
body#prof h2,
body#prof .gototop {display: none;}

/* ---- #photo - プロフィール写真 ---- */
table#photo {
	border-right: 1px solid #663300;
}
table#photo th {
	padding: 40px;
	width: 300px;
	background:url(../images/profframe.jpg) no-repeat 50% 0;
}
table#photo td {
	padding: 0;
	width: 40px;
	border-bottom: 1px solid #663300;
}

#photo .prof1 {width: 300px;height: 450px;}
#photo .prof3 {width: 39px;height: 58px;}

/* ---- #prof - プロフィール詳細 ---- */
table#prof {
	float: right;
	border-collapse: collapse;
	border-right: 1px solid #663300;
	border-left: 1px solid #663300;
}
table#prof th, table#prof td {
	height: 35px;
	color: #663300;
	line-height: 2em;
	vertical-align: middle;
	border-bottom: 1px dotted #996600;
}
table#prof th {
	padding: 0 0 0 30px;
	width: 94px;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-style: italic;
	background:url(../images/BG_th.jpg) no-repeat 0 0;
}
table#prof td {
	padding: 0 0 0 5px;
	width: 290px;
	font-weight: bold;
}

table#prof td.profname01 {
	padding: 0 0 0 5px;
	width: 120px;
	font-size: 1.1em;
}

table#prof td.profname02 {
	padding: 0;
	width: 160px;
	color: #996600;
	font-family: "Georgia", "Times New Roman", "Times", "serif";
	font-style: italic;
}
table#prof th.message {
	padding: 5px 0 0 30px;
	height: 193px;
	vertical-align: top;
}
table#prof td.message {
	padding: 8px 3px 8px 5px;
	width: 282px;
	height: 182px;
	vertical-align: top;
	font-weight: normal;
	line-height: 1.5em;
}
table#prof td.message .area {
	width: 282px;
	height: 182px;
	color: #663300;
	overflow: auto;
}

.back {
	padding: 5px;
	text-align: right;
	font-size: 1.15em;
	font-weight: bold;
	clear: both;
}

.back a {text-decoration: none;padding: 0 3px 0;}
.back a:link {color: #663300;}
.back a:visited {color: #996600;}
.back a:hover {color: #663300;background: #ffcc66;}
