
/* -------------------- 基本要素 -------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/background.gif);
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	font-family: "MS PGothic", "Osaka", Arial, sans-serif;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

img {
	border: none;
}

a:link,a:visited { color: #296f13; }
a:hover { color: #ff0900; }

em,i { color: #10663c; font-style: normal; font-weight: bold; }
strong,b { color: #ee0900; }

ul,ol {
	margin-left: 20px;
}

ul {
	list-style-type: circle;
}

hr {
	margin: 20px 0;
	border: none;
	height: 1px;
	background: #e0e0e0;
	color: #e0e0e0;
}

* html table { font-size: 100%; line-height: 1.5; } /* IE6用 */

div#container {
	width: 100%;
	background: url(../images/bg_leaf.gif) no-repeat center top;
	float: left;
}

div#wrapper {
	width: 900px;
	margin: 0 auto;
}

div#mainwrapper {
	background: #ffffff;
	width: 900px;
	margin: 0 auto;
	float: left;
	border-right: solid 1px #e0e9d0;
	border-left: solid 1px #e0e9d0;
	text-align: left;
	padding-bottom: 40px;
}



/* -------------------- 基本ブロック -------------------- */

/* ========== ヘッダー ========== */

#header {
	zoom: 1; /* IE用 */
}

#header:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0; /* Opera用 */
}

* html div#header  { margin-top: -1px; } /* IE6用 */
*:first-child + html div#header  { margin-top: -1px; } /* IE7用 */

div#header h1 {
	float: left;
	margin: 14px 15px 13px;
}

* html div#header h1 { margin: 15px 7px; } /* IE6用 */

div#headerinfo {
	float: right;
	width: 380px;
	background: url(../images/header_line.gif) no-repeat right top;
	padding: 12px 10px;
	margin-bottom: -34px;
	position: relative;
	z-index: 1;
}

* html div#headerinfo { width:400px; left:4px; } /* IE6用 */

div#headerinfo p {
	text-align: right;
	margin-bottom: 10px;
}

p#headertel {
	margin-right: 10px;
}

p#medicalinfo {
	position: relative; top: -22px;
	margin: 0 10px 0 0;
	background: url(../images/bt_time_d_o.gif) no-repeat;
}

p#medicalinfo a {
	display: block;
	background: url(../images/bt_time_d.gif) no-repeat;
	float: right;
	width: 80px;
	height: 20px;
}

* html p#medicalinfo a { position: relative; top: 0; } /* IE6用 */

p#medicalinfo a:hover {
	background: url(../images/bt_time_d_o.gif) no-repeat;
}
p#medicalinfo a strong {
	display: none;
}

p#plogomark {
	float: left;
	position: absolute;
	top: 10px;
	left: -5px;
}


/* ========== グローバルナビ ========== */

div#gnavi {
	float: left;
	background: url(../images/gnavi_line.gif) no-repeat center top;
	margin: 0 5px;
	padding-top: 1px;
	position: relative;
	z-index: 2;
	zoom: 1; /* IE用 */
}

div#gnavi:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0; /* Opera用 */
	border: solid 1px #ffffff;
} 
* html div#gnavi { margin: 0 3px; } /* IE6用 */

div#gnavi ul {
	margin: 0;
	list-style-type: none;
}

html>/**/body div#gnavi ul  { margin-top /*\**/: -3px\9; } /* IE8用 */

div#gnavi ul li {
	margin: 0;
	padding: 0;
	float: left;
}

div#gnavi ul li a {
	display: block;
	height: 52px;
}

div#gnavi ul li#gnavi01 { width: 128px; background: url(../images/gmenu01.gif) no-repeat; }
div#gnavi ul li#gnavi02 { width: 127px; background: url(../images/gmenu02.gif) no-repeat; }
div#gnavi ul li#gnavi03 { width: 127px; background: url(../images/gmenu03.gif) no-repeat; }
div#gnavi ul li#gnavi04 { width: 127px; background: url(../images/gmenu04.gif) no-repeat; }
div#gnavi ul li#gnavi05 { width: 127px; background: url(../images/gmenu05.gif) no-repeat; }
div#gnavi ul li#gnavi06 { width: 127px; background: url(../images/gmenu06.gif) no-repeat; }
div#gnavi ul li#gnavi07 { width: 127px; background: url(../images/gmenu07.gif) no-repeat; }

div#gnavi li#gnavi01 a:hover { width: 128px; background: url(../images/gmenu01_o.gif) no-repeat; }
div#gnavi li#gnavi02 a:hover { width: 127px; background: url(../images/gmenu02_o.gif) no-repeat; }
div#gnavi li#gnavi03 a:hover { width: 127px; background: url(../images/gmenu03_o.gif) no-repeat; }
div#gnavi li#gnavi04 a:hover { width: 127px; background: url(../images/gmenu04_o.gif) no-repeat; }
div#gnavi li#gnavi05 a:hover { width: 127px; background: url(../images/gmenu05_o.gif) no-repeat; }
div#gnavi li#gnavi06 a:hover { width: 127px; background: url(../images/gmenu06_o.gif) no-repeat; }
div#gnavi li#gnavi07 a:hover { width: 127px; background: url(../images/gmenu07_o.gif) no-repeat; }

div#gnavi ul li a strong {
	display: none;
}


/* ========== パンナビ ========== */

div#pannavi {
	clear: both;
	float: left;
	width: 880px;
	margin: 0 10px 10px;
	padding-bottom: 1px;
	border-bottom: solid 1px #e9e9e9;
}

* html div#pannavi  { margin: 0 5px 10px; } /* IE6用 */

div#pannavi ul {
	list-style-type: none;
	float: left;
	width: 880px;
	background: url(../images/bg_pannavi.gif);
	margin: 0;
	padding: 3px 0;
}

div#pannavi ul li {
	float: left;
	margin-right: 8px;
	padding-left: 13px;
	background: url(../images/arw_pannavi.gif) no-repeat left center;
}

div#pannavi ul li#home {
	margin-left: 10px;
	padding-left: 21px;
	background: url(../images/bur_home.gif) no-repeat left center;
}

* html div#pannavi ul li#home  { margin-left: 5px; } /* IE6用 */


/* ========== 第2階層コンテンツ ========== */

div#contents {
	float: left;
	width: 650px;
	margin: 10px;
	clear: both;
}

* html div#contents  { margin: 10px 5px; } /* IE6用 */

div.contentbody {
	margin: 0 10px;
}

* html div.contentbody  { margin: 0 5px; } /* IE6用 */

div#contents h2 {
	margin: 20px 0 30px;
	padding: 0 0 15px 30px;
	background: url(../images/title_line.gif) repeat-x left bottom;
}

div#contents h3 {
	margin: 20px 0 10px;
	background: url(../images/line.gif) repeat-x left bottom;
	padding: 3px 0;
}

div#contents h3 strong,div#contents h3 b {
	background: url(../images/bur_head3.gif) no-repeat;
	padding: 7px 20px;
	font-size: 110%;
	color: #296f13;
}

* html div#contents h3 strong,* html div#contents h3 b  { font-size: 95%; } /* IE6用 */
*:first-child + html div#contents div.contentbody h3 strong,*:first-child + html div#contents div.contentbody h3 b  { font-size: 95%; } /* IE7用 */

div#contents h4 {
	margin: 20px 0 5px;
	padding: 5px 10px 3px;
	background: url(../images/bg_grad01.gif) repeat-x left bottom;
	border-top: solid 4px #438c26;
	border-bottom: solid 1px #dddddd;
	font-size: 115%;
	color: #296f13;
}

div#contents h5 {
	margin: 10px 0 0;
	padding: 10px 0 3px 25px;
	background: url(../images/bur_head5.gif) no-repeat 5px 13px;
	border-bottom: solid 1px #dddddd;
	font-size: 115%;
}

div#contents p {
	margin: 0;
	padding: 5px 10px 10px;
}

div#contents p + ul {
	margin-top: 0;
}

div#contents p + ol {
	margin-top: -10px;
}


/* ========== サイドバー ========== */

div#side {
	width: 210px;
	float: right;
	margin: 0 10px 0 0;

}

* html div#side { margin-right:2px; } /* IE6用 */

div#sidebar {
	background: #f3f3f3;
	padding: 10px 0;
}

div#recruit {
	text-align: center;
	margin: 10px 0 20px;
}

div#mobile {
	background: #ffffff;
	margin: 10px;
	padding: 10px;
}

div#mobile img {
	border: solid 1px #bbbbbb;
	margin-bottom: 8px;
}


/* ========== ローカルメニュー ========== */

div#localmenu {
	padding: 0 0 10px;
}

div#menu {
	margin-top: 1px;
	padding-top: 2px;
	background: url(../images/bg_lmenu_h.gif) no-repeat center top;
}

div#menu ul {
	width: 210px;
	margin: 0;
	background: url(../images/bg_lmenu_f.gif) no-repeat center bottom;
	list-style-type: none;
}

div#menu ul li {
	background: url(../images/bg_lmenu.gif) no-repeat center top;
}

div#menu ul li:first-child {
	background: url(../images/bg_lmenu_top.gif) no-repeat center top;
}

div#menu ul li a {
	display: block;
	width: 166px;
	margin: 1px;
	padding: 9px 10px 8px 32px;
	background: url(../images/arw_lmenu.gif) no-repeat 10px center;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
}

* html div#menu ul li a { width:208px; } /* IE6用 */

div#menu ul li a:hover {
	background: url(../images/arw_lmenu_a.gif) no-repeat 10px center;
	color: #ff0900;
}

div#menu ul li a:first-child {
	margin-top: 0;
}

div#menu ul li strong {
	display: block;
	width: 166px;
	margin: 1px;
	padding: 8px 0 8px 32px;
	background: url(../images/arw_lmenu_a.gif) no-repeat 10px center;
	color: #ff0900;
}

* html div#menu ul li strong { width:208px; } /* IE6用 */


/* ========== ページ内メニュー ========== */

ul.pmenu {
	list-style-type: none;
	float: left;
	clear: both;
	width: 650px;
	border-top: solid 1px #e3e3e3;
	background: #f6f6f6;
	margin: 0 0 20px;
	padding: 2px 0;
}

*:first-child + html ul.pmenu { margin: 0; } /* IE7用 */

ul.pmenu li {
	float: left;
	border: solid 1px #bfc69f;
	background: #ffffff url(../images/bg_grad02.gif) repeat-x left bottom;
	margin: 3px;
	text-align: center;
	font-size: 110%;
}

* html ul.pmenu li { margin: 3px; } /* IE6用 */

ul.pmenu li a {
	display: block;
	padding: 8px 0 6px;
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}

ul.pmenu li a:hover {
	color: #ee0900;
}


/* ========== フッター ========== */

div#footer {
	clear: both;
	width: 100%;
	float: left;
	background: #ffffff url(../images/bg_footer.gif) repeat-x center top;
}

div#footer a { color: #333333; }
div#footer a:hover { color: #ff0900; }

p#pagetop {
	width: 880px;
	position: relative; top: -20px;
	margin: 0 auto;
	background: url(../images/bt_pagetop_o.gif) no-repeat right bottom;
}

html>/**/body p#pagetop  { position/*\**/: relative\9; top/*\**/: -23px\9; } /* IE8用 */

p#pagetop a {
	display: block;
	background: url(../images/bt_pagetop.gif) no-repeat;
	float: right;
	width: 150px;
	height: 27px;
}

p#pagetop a:hover {
	background: url(../images/bt_pagetop_o.gif) no-repeat;
}
p#pagetop a strong {
	display: none;
}

p#address {
	clear: both;
	background: url(../images/footer_line.gif) repeat-x center bottom;
	font-size: 110%;
	padding: 8px 0 23px;
}

p#address span {
	font-size: 90%;
}

div#footmenu {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}

div#footmenu div {
	float: left;
	width: 430px;
	margin: 0 10px 10px;
	text-align: left;
}

* html div#footmenu div { margin: 0 5px; } /* IE6用 */

div#footmenu div h4 {
	background: url(../images/bur_footer.gif) no-repeat 0 15px;
	padding: 10px 0 5px 12px;
}

*:first-child + html div#footmenu div h4 { font-size:90%;background: url(../images/bur_footer.gif) no-repeat 0 13px; } /* IE7用 */
* html div#footmenu div h4 { font-size:90%;background: url(../images/bur_footer.gif) no-repeat 0 13px; } /* IE6用 */

div#footmenu div ul {
	list-style-type: none;
	margin: 0;
}

div#footmenu div li {
	float: left;
	background: url(../images/arrow.gif) no-repeat 0 9px;
	margin-right: 15px;
	padding: 2px 0 2px 8px;
}

div#footer p#copyright {
	clear: both;
	padding: 20px 0;
}



/* -------------------- 汎用ブロック -------------------- */


/* ========== テーブル ========== */


table.tabletype01 {
	width: 630px;
	margin: 10px 0;
	border-collapse: separate;
	border-spacing: 1px;
	clear: both;
}

table.tabletype01 th {
	padding: 5px 10px;
	background: #60af86 url(../images/bg_th.gif) repeat-y;
	color: #ffffff;
	text-align: center;
}

table.tabletype01 tr th:first-child {
	width: 100px;
}

* html table.tabletype01 th { width: 100px; } /* IE6用 */

table.tabletype01 th span {
	font-weight: normal;
}

table.tabletype01 thead th.thead01 {
	padding: 0 10px;
	background: #ecf9d9 url(../images/bg_th_2nd.gif) repeat-x left top;
	border-bottom: solid 1px #ccd6b9;
	border-right: none;
	color: #296f13;
	white-space: nowrap;
}

* html table.tabletype01 thead th.thead01  { width: auto; } /* IE6用 */

table.tabletype01 thead th.thead02 {
	padding: 0 10px;
	background: #fcf6fc url(../images/bg_th_2nd02.gif) repeat-x left top;
	border-bottom: solid 1px #e9d6e6;
	border-right: none;
	color: #a03c86;
	white-space: nowrap;
}

* html table.tabletype01 thead th.thead02  { width: auto; } /* IE6用 */

table.tabletype01 tr.odd {
	background: #f3f3f3;
}

table.tabletype01 td {
	padding: 8px 10px;
	vertical-align: top;
}

table.tabletype01 td dt {
	font-weight: bold;
	color: #20764c;
}

table.tabletype01 td dd {
	margin: 0 0 6px 10px;
}

table.tabletype01 td li {
	margin: 5px 0;
}

table.head02 th {
	background: #b973a6 url(../images/bg_th02.gif) repeat-y;
}



/* ========== リスト ========== */

ul.listtype01 {
	list-style-type: none;
	margin: 10px;
}

ul.listtype01 li {
	background: url(../images/bur_list.gif) no-repeat 0 3px;
	padding: 2px 20px;
	margin: 2px 0;
}


ul.listtype02 {
	list-style-type: none;
	margin: 10px 10px 20px;
	float: left;
	clear: both;
}

* html ul.listtype02 { margin: 10px 5px 20px; } /* IE6用 */

ul.listtype02 li {
	width: 265px;
	float: left;
	background: url(../images/bur_list.gif) no-repeat 0 3px;
	padding: 2px 20px;
	margin: 2px 0;
}

* html ul.listtype02 li { width: 305px; } /* IE6用 */


ul.listtype03 {
	list-style-type: none;
	margin: 10px 10px 20px;
	float: left;
	clear: both;
}

* html ul.listtype03 { margin: 10px 5px 20px; } /* IE6用 */

ul.listtype03 li {
	width: 160px;
	float: left;
	background: url(../images/bur_list.gif) no-repeat 0 3px;
	padding: 2px 20px;
	margin: 2px 0;
}

* html ul.listtype03 li { width: 200px; } /* IE6用 */


ul.listtype04 {
	list-style-type: none;
	margin: 10px 10px 20px;
	float: left;
	clear: both;
}

* html ul.listtype04 { margin: 10px 5px 20px; } /* IE6用 */

ul.listtype04 li {
	width: 110px;
	float: left;
	background: url(../images/bur_list.gif) no-repeat 0 3px;
	padding: 2px 20px;
	margin: 2px 0;
}

* html ul.listtype04 li { width: 150px; } /* IE6用 */


ol.listtype01 {
	margin: 10px;
}

ol.listtype01 li {
	margin: 10px 10px 10px 20px;
}

ol.listtype01 li ol, ol.listtype01 ol {
	list-style-type: lower-roman;
	margin-left: 0;
}

ol.listtype01 li ul li, ol.listtype01 ul li {
	margin: 2px 10px 2px 20px;
}


ol.listtype02 {
	margin: 10px 10px 20px;
	float: left;
	clear: both;
}

ol.listtype02 li {
	width: 265px;
	float: left;
	margin: 2px 20px;
}

* html ol.listtype02 li { width: 305px; } /* IE6用 */


ul.linklist li {
	background: url(../images/arw_lmenu.gif) no-repeat 0 3px;
}

ul.imglist {
	margin-left: 5px;
}

ul.imglist li {
	background: none;
	text-align: center;
}

ul.imglist li img {
	border: solid 1px #bbbbbb;
	padding: 1px;
	margin: 2px 0;
}



/* -------------------- 汎用クラス -------------------- */

.center { text-align: center; }
.vcenter { vertical-align: middle; }
.right { text-align: right; }
.left { text-align: left; }

.leftbox {	float: left; padding: 5px 20px 20px 10px; }
.leftbox img {	border: solid 1px #bbbbbb; padding: 1px; }
.rightbox { float: right; padding: 5px 10px 20px 20px; }
.rightbox img {	border: solid 1px #bbbbbb; padding: 1px; }

.leftbox02 { float: left; padding: 5px 20px 20px 10px; }
.rightbox02 { float: right; padding: 5px 10px 20px 20px; }

div#contents .center { text-align: center; }
div#contents .vcenter { vertical-align: middle; }
div#contents .right { text-align: right; }
div#contents .left { text-align: left; }

div#contents .leftbox {	float: left; padding: 5px 20px 20px 10px; }
div#contents .leftbox img {	border: solid 1px #bbbbbb; padding: 1px; }
div#contents .rightbox { float: right; padding: 5px 10px 20px 20px; }
div#contents .rightbox img {	border: solid 1px #bbbbbb; padding: 1px; }

div#contents .leftbox02 { float: left; padding: 5px 20px 20px 10px; }
div#contents .rightbox02 { float: right; padding: 5px 10px 20px 20px; }
.clear { clear: both; }

.details { float: right; margin: 8px 0; background: url(../images/bt_details_o.gif) no-repeat; }
.details a {
	display: block;
	background: url(../images/bt_details.gif) no-repeat;
	width: 110px;
	height: 24px;
}
.details a:hover {
	background: url(../images/bt_details_o.gif) no-repeat;
}
.details a strong {
	display: none;
}

.move { display:inline; font-size:0; line-height:0; }

div#contents p.next { float:right; clear:both; background:url(../images/arw_next.gif) no-repeat 0 4px; margin:20px 0 0; padding:9px 0 9px 43px; font-size:110%; font-weight:bold; }

div#contents .notes { background:#fcfff3; border:solid 1px #e3e6d9; clear:both; padding:10px 15px; zoom:1; margin:5px 0 10px; }
div#contents .notes:after { content:"."; clear: both; display: block; visibility: hidden; height: 0; line-height: 0; }

div#contents .pagenavi { background:#fcfff3; border-bottom:solid 1px #e3e6d9; text-align:right; padding:10px; }

.error {  }


