/* 基本構成 */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 14px/150% Verdana, Arial, sans-serif, Helvetica;
	color: #666666;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a:link {
	text-decoration: underline;
	color: #009966;
}
a:visited {
	color: #666666;
}
p.FlOr {
	line-height: 110%;
	text-align: left;
	padding-bottom: 10px;
}
/* MacIE5 除く \*/
p.FlOr:first-letter {
	color:#FF9900;
}
/* end */
p.FlOr:first-line {
	font-weight: bold;
}
ul {
	margin-left: 5px;
	list-style: none;
}
li {
	list-style: none;
}
table {
	margin: 0px;
	padding: 0px;
	border:none;
	border-collapse:collapse;
	font-size: 14px;
	line-height: 150%;
	width: 100%;
}
.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
/* .pkg classはfloat等を位置ズレなくクリアするためのlayout用のハック */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* レイアウト */
#wrapper {
	margin: 0px auto;
	padding: 0px;
	background: url(../img/base/bg_770.gif) repeat-y;
	width: 770px;
	position: relative;
	text-align:left
}
#wrapper-inner {
	background: #FEF8C9;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	position: relative;
}
#Left-Column {
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
	position: relative;
}
#Left-Column-inner {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
#Right-Column {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 549px;
	float: left;
	position: relative;
}
#Right-Column-inner {
	margin: 0 0 0 9px;
	padding: 0px;
	width: 540px;
	position: relative;
}

/* ナビゲーション */
#navi {
	margin: 0px;
	padding: 0px;
	width: 200px;
	position: relative;
}
#navi img {
	margin-bottom: 5px;
}
#link {
	margin-top: 20px;
	padding: 0px;
	width: 200px;
}
#link img {
	margin-bottom: 5px;
}
.linkTxt {
	background: url(../img/top/le_link_bg.gif) no-repeat;
	height: 45px;
	width: 200px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.linkTxt-inner {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 36px;
	padding-top: 5px;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 750px;
}
#footer {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 750px;
	border-top: 10px solid #FF9933;
	background: #FFFFFF;
	text-align: center;
}
#footer-Link {
	font-size: 12px;
	margin-top: 5px;
}
#Copyright {
	font-size: 10px;
	margin: 5px 0px;
}

/* Box定義 */
.Box540 {
	width: 540px;
	margin: 6px 0px;
	position: relative;
}
.Box500 {
	margin: 0px 0px 20px 20px;
	width: 500px;
	text-align: left;
	position: relative;
}
p.ex {
	background: #FFFFCC;
	margin: 10px 0px 10px 10px;
	padding: 5px;
	width: 470px;
}

.Box250 {
	margin: 0px 0px 0px 10px;
	width: 240px;
	float: left;
	display: inline;
	position: relative;
}
.Box250R {
	margin: 0px 0px 0px 10px;
	width: 240px;
	float: left;
	display: inline;
	position: relative;
	text-align: right;
}

/* TOPページ */
#img-top01 {
	float: left;
	margin: 0px 0px 12px 0px;
	width: 250px;
}
#new {
	float: left;
	width: 219px;
	margin: 0px 0px 12px 53px;
}
#new table {
	width: 219px;
}

#new ul {
	padding-left: 10px;
	padding-right: 10px;
}
#new ul li {
	margin-top:5px;
	margin-bottom:5px;
	list-style:none;
	border-bottom:#999999 dashed 1px;
}
.shojo {
	background: url(../img/top/m_03.gif) top left no-repeat;
	padding: 35px 0 0 10px;
	height: 145px;
}
.shojo table {
	width: 500px;
}
.shojo td {
	margin: 0px;
	padding: 3px;
	width: 250px;
	vertical-align: top;
	font-size: 12px;
}
#img-top02 {
	float: left;
	margin: 0px 0px 12px 0px;
	width: 202px;
	display: inline;
}
#add {
	margin: 5px;
	width: 90%;
	border: 1px solid #FF9900;
	padding: 5px;
}
#add li {
	border-bottom: 1px dashed #999999;
	line-height: 130%;
	margin-bottom: 3px;
}

/* 診療科目ページ */
.kamoku table {
	font-size: 12px;
	line-height: 150%;
	background: #FFFFFF;
	width: 500px;
}
.kamoku td {
	width: 250px;
	padding-left: 5px;
}
.BoxKiki {
	width: 248px;
	float: left;
	position: relative;
}
.BoxKiki-inner {
	padding: 5px;
	position: relative;
}
.BoxKiki-innerR {
	text-align: right;
	padding: 5px;
	position: relative;
}
.BoxOR {
	padding: 5px;
	border: 1px dashed #999999;
	background-color: #FFECDE;
	color: #666666;
}
/* 地図ページ */
table.map {
	line-height: 120%;
	border: 1px solid #666666;
	border-collapse:collapse;
	text-align: left;
	font-size: 14px;
	margin-bottom: 24px;
	width: 240px;
}
table.map th {
	color:#333333;
	padding: 2px;
	text-align: left;
}
.map p {
	font-weight: normal;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

table.map td {
	padding: 0px 2px;
}


/* 3カラムレイアウト */

#three-column-Mid {
	position: relative;
	width: 350px;
	float: left;
	display: inline;
	margin-bottom: 12px;
}

#three-column-Right {
	position: relative;
	width: 170px;
	float: left;
	display: inline;
	text-align: left;
	margin-bottom: 12px;
}
#three-column-Right-inner {
	margin-left: 10px;
	text-align: center;
}


/* お知らせページレイアウト */

#oshirase {
	background: url(../img/oshirase/oshirase02.gif);
	width: 330px;
	text-align: center;
}
#oshirase-body {
	width: 310px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* テキスト定義 */
.txt12 {
	font-size: 12px;
	line-height: 120%;
}
.bluetxt {
	color: #0000FF;
}
.redtxt {
	color: #FF3333;
}

.txtOrange,
.txtOrange:link,
.txtOrange:visited{
	color:#ff7700;
}

/* パートスタッフ募集ページ */
.recruitText{
	margin: 5px;
	border: 1px solid #FF9900;
	width:460px;
	padding: 5px;
}
.recruitTitle{
	margin-bottom:20px;
}
#recruitTable{
	margin:10px 0 20px;
	border-collapse:separate;
	border-spacing:5px 15px;
}
#recruitTable th,
#recruitTable td{
	vertical-align: top;
	text-align:left;
	padding:2px 6px;
}
#recruitTable th{
	font-weight:normal;
	backgrounod:#eafaff;
	border-right:double 3px #ffcc99;
	width:6em;
}
#recruitTable td.telMailTitle{
	text-align:right;
}

/*popup*/
#pop {
	text-align:center;
	background-color:#FEF8C9;
	border-bottom:8px solid #F93;
}

#pop h3{
	background-color:#F93;
	color:#fff;
	border-bottom:1px solid #D3CEA7;
	line-height:30px;
}

.areaTxt{
	text-align:left;
	padding:8px 18px;
	background-color:#fff;
	border:1px solid #ccc;
	margin:18px auto;
	width:400px;
}

.btnCls{
	margin:0 auto 18px;
}
#topInfo dt {
	font-weight: bold;
	color: #6699CC;
	padding-left: 10px;
}
#topInfo {
	margin-bottom: 10px;
	border: 1px solid #FF9933;
	padding: 10px;
	width: 500px;
	margin-left: 2px;
}

#topInfo dd {
	font-size: 12px;
	line-height: 130%;
	padding-right: 10px;
	padding-left: 10px;
}

