@charset "UTF-8";

body {
	color: #333;
	min-width: 900px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Helvetica, Arial, Verdana, sans-serif;
}
#all {
	width: 100%;
	line-height: 1.0;
}
/* a-hover */
.a,
.a-hover {
	cursor: pointer;
}
.a-hover a {
	text-decoration: none;
}
.a-hover .alpha img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}



/* ------------------------------ */
/* header */
/* ------------------------------ */
#header {
	background: url(../../img/cmn/header/bg.gif) repeat-x left top;
	height: 125px;
}
#header2 {
	background: url(../../img/cmn/header/bg2.gif) no-repeat center top;
	height: 125px;
}
#header3 {
	width: 900px;
	height: 125px;
	margin: 0 auto;
	position: relative;
}
/* ------------------------------ */
/* logo */
#header3 p.logo {
	position: absolute;
	top: 20px;
	left: 0;
}
/* ------------------------------ */
/* gl */
#header3 ul#gl {
	position: absolute;
	top: 81px;
	left: 50px;
	width: 800px;
	height: 44px;
}
#header3 ul#gl li {
	float: left;
	position: relative;
}
#header3 ul#gl li a {
	display: block;
	height: 44px;
	position: relative;
}
#header3 ul#gl li.home a {
	width: 96px;
}
#header3 ul#gl li.about a {
	width: 114px;
}
#header3 ul#gl li.outpatient a {
	width: 144px;
}
#header3 ul#gl li.emergency a {
	width: 192px;
}
#header3 ul#gl li.inpatient a {
	width: 144px;
}
#header3 ul#gl li.access a {
	width: 110px;
}
#header3 ul#gl li a:hover {
	background: none;
}
body#home #header3 ul#gl li.home a img,
body#about #header3 ul#gl li.about a img,
body#outpatient #header3 ul#gl li.outpatient a img,
body#emergency #header3 ul#gl li.emergency a img,
body#inpatient #header3 ul#gl li.inpatient a img,
body#access #header3 ul#gl li.access a img,
#header3 ul#gl li a:hover img {
	position: absolute;
	top: -44px;
	left: 0;
}
/* ------------------------------ */
/* sub */
#header3 ul.sub {
	position: absolute;
	top: 27px;
	right: 0;
}
#header3 ul.sub li {
	float: left;
	padding: 0 0 0 13px;
}



/* ------------------------------ */
/* wrap */
/* ------------------------------ */
#wrap {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}



/* ------------------------------ */
/* path */
/* ------------------------------ */
ul#path {
	font-size: 12px;
	line-height: 1.7;
	padding: 20px 0;
	color: #666;
}
ul#path li {
	float: left;
	background: url(../../img/cmn/cmn/path.gif) no-repeat 5px center;
	padding: 0 0 0 15px;
}
ul#path li.home {
	background: none;
	padding: 0;
}
ul#path li a {
	color: #666;
}



/* ------------------------------ */
/* contents */
/* ------------------------------ */
#contents {
	width: 650px;
	float: right;
	font-size: 1.4em;
	line-height: 1.7;
}
/* ------------------------------ */
/* ttl */
#contents #ttl {
	height: 120px;
	margin: 0 0 30px 0;
}



/* ------------------------------ */
/* pager */
/* ------------------------------ */
#contents div.pager,
#contents div.wp-pagenavi {
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 30px 0 0 0;
	background: #f2f2f2 url(../../img/cmn/cmn/pager_bg.gif) repeat-x left bottom;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents div.pager a,
#contents div.wp-pagenavi a {
	padding: 0 1em;
}
#contents div.pager span.current,
#contents div.wp-pagenavi span.current {
	padding: 0 1em;
	text-decoration: none;
	font-weight: bold;
}
#contents div.pager a,
#contents div.pager span.current,
#contents div.wp-pagenavi a,
#contents div.wp-pagenavi span.current {
	border-left: 1px solid #ccc;
}
#contents div.pager a:first-child,
#contents div.wp-pagenavi a:first-child,
#contents div.wp-pagenavi span.current:first-child {
	border: none;
}



/* ------------------------------ */
/* side */
/* ------------------------------ */
#side {
	width: 200px;
	float: left;
}
/* ------------------------------ */
/* navi */
#side .navi {
	background: url(../../img/cmn/side/bg.gif) repeat-y left top;
}
#side .navi .navi-top {
	background: url(../../img/cmn/side/bg_top.gif) no-repeat left top;
	padding: 5px 0 0 0;
}
#side .navi .navi-btm {
	background: url(../../img/cmn/side/bg_btm.gif) no-repeat left bottom;
	padding: 0 0 5px 0;
}
/* p */
#side .navi p {
	height: 43px;
	background: #fff;
}
/* ul */
#side .navi ul {
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
}
#side .navi ul li {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
}
#side .navi ul li.last {
	border-bottom: none;
}
#side .navi ul li a {
	display: block;
	padding: 5px 0 5px 20px;
	background: url(../../img/cmn/side/arrow_l.gif) no-repeat 5px center;
	text-decoration: none;
}
/* hover / active */
#side .navi ul li a:hover,
#side .navi ul li a.active {
	color: #77b300;
	text-decoration: underline;
}
/* ul > ul */
#side .navi ul li ul {
	padding: 0;
}
#side .navi ul li ul li {
	border-bottom: none;
	padding: 0 0 5px 0;
}
#side .navi ul li ul li a {
	padding: 0 0 0 20px;
	background: url(../../img/cmn/side/arrow_s.gif) no-repeat 5px 4px;
}
/* ------------------------------ */
/* bnr */
#side ul.bnr {
	padding: 10px 0 0 0;
}
#side ul.bnr li {
	padding: 10px 0 0 0;
}



/* ------------------------------ */
/* footer */
/* ------------------------------ */
#footer {
	background: url(../../img/cmn/footer/bg.gif) repeat-x left top;
}
#footer2 {
	width: 900px;
	margin: 0 auto;
}
/* ------------------------------ */
/* navi */
#footer2 ul.navi {
	height: 35px;
}
#footer2 ul.navi li {
	float: left;
}
/* ------------------------------ */
/* sub */
#footer2 ul.sub {
	padding: 0 0 0 2px;
	height: 29px;
}
#footer2 ul.sub li {
	float: left;
}
/* ------------------------------ */
/* line1 */
#footer2 .line1 {
	padding: 15px 0 0 0;
}
/* data */
#footer2 .line1 .data {
	float: left;
	width: 450px;
}
#footer2 .line1 .data .logo {
	float: left;
	padding: 5px 0;
}
#footer2 .line1 .data .t {
	float: right;
	width: 375px;
	font-size: 12px;
	line-height: 20px;
}
/* mark */
#footer2 .line1 ul.mark {
	float: right;
	padding: 5px 0;
}
#footer2 .line1 ul.mark li {
	display: grid;
    justify-items: center;
	padding: 0 0 0 10px;
	float: left;
}
#footer2 .line1 ul.mark li .mark-box img+img {
	padding: 0 0 0 10px;
}
#footer2 .line1 ul.mark li p {
	margin-top: 10px;
}
/* ------------------------------ */
/* line2 */
#footer2 .line2 {
	padding: 10px 0 20px 0;
}
/* link */
#footer2 .line1 ul.link {
	display: inline-block;
    margin-top: 10px;
}
#footer2 .line1 ul.link li {
	float: left;
}
#footer2 .line1 ul.link li+li {
	padding: 0 0 0 10px;
}
/* copy */
#footer2 .line2 p.copy {
	float: left;
	line-height: 25px;
	font-size: 1.2em;
	margin-top: 10px;
}



/* ------------------------------ */
/* totop */
/* ------------------------------ */
#totop {
	position: fixed;
	right: 0;
	bottom: 35px;
}
/* ie6 */
* html #totop {
	position: absolute;
}



/* ------------------------------ */
/* WYSIWYG */
/* ------------------------------ */
#contents .WYSIWYG,
#contents .default {
}
/* 先頭の要素 */
#contents .WYSIWYG>*:first-child,
#contents .default>*:first-child {
	margin-top: 0 !important;
}
/* 末尾の要素 */
#contents .WYSIWYG>*:last-child,
#contents .default>*:last-child {
	margin-bottom: 0 !important;
}
/* h2 */
#contents .WYSIWYG h2,
#contents .default h2 {
	font-size: 1.14em;
	border: 1px solid #ccc;
	border-top: 3px solid #77b300;
	padding: 8px 13px;
	line-height: 1.3;
	background: #fff url(../../img/cmn/cmn/hx_bg.gif) repeat-x left bottom;
	margin-bottom: 20px;
	margin-top: 2em;
	text-shadow: 0px 1px 0px #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#contents .WYSIWYG h2 strong,
#contents .default h2 strong {
	color: #77b300;
}
/* 先頭以外のh2 */
#contents .WYSIWYG h2~h2,
#contents .default h2~h2 {
	margin-top: 3em;
}
/* h2とh3が隣接したとき */
#contents .WYSIWYG h2+h3,
#contents .default h2+h3 {
	margin-top: 1.5em;
}
/* h3 */
#contents .WYSIWYG h3,
#contents .default h3 {
	border: 1px solid #ccc;
	border-left: none;
	padding: 5px 13px 5px 14px;
	background: #fff url(../../img/cmn/cmn/h3_bg.gif) no-repeat left bottom;
	margin-bottom: 20px;
	margin-top: 2.5em;
	text-shadow: 0px 1px 0px #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#contents .WYSIWYG h3 strong,
#contents .default h3 strong {
	color: #77b300;
}
/* h3とh4が隣接したとき */
#contents .WYSIWYG h3+h4,
#contents .default h3+h4 {
	margin-top: 1em;
}
/* h4 */
#contents .WYSIWYG h4,
#contents .default h4 {
	border-bottom: 1px dotted #ccc;
	margin: 2em 0 1em 0;
	background: #fff url(../../img/cmn/cmn/h4_bg.gif) no-repeat left 5px;
	text-indent: 14px;
}
/* h1, h4~h6 */
#contents .WYSIWYG h1,
#contents .WYSIWYG h5,
#contents .WYSIWYG h6,
#contents .default h1,
#contents .default h5,
#contents .default h6 {
	margin-bottom: 1em;
}
/* p */
#contents .WYSIWYG p,
#contents .default p {
	margin-bottom: 1em;
}
/* table */
#contents .WYSIWYG table,
#contents .default table {
	font-size: 12px;
	line-height: 1.5;
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 1em;
}
#contents .WYSIWYG table th,
#contents .default table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	background: url(../../img/cmn/cmn/dot.gif) repeat left top;
	padding: 9px 11px;
	white-space: nowrap;
}
#contents .WYSIWYG table td,
#contents .default table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
	padding: 8px 11px;
}
#contents .WYSIWYG table ul,
#contents .default table ul,
#contents .WYSIWYG table ol,
#contents .default table ol {
	margin-bottom: 0;
}
/* ul */
#contents .WYSIWYG ul,
#contents .default ul {
	margin-bottom: 1em;
}
#contents .WYSIWYG ul li,
#contents .default ul li {
	list-style-type: square;
	margin-left: 2em;
}
/* ol */
#contents .WYSIWYG ol,
#contents .default ol {
	margin-bottom: 1em;
}
#contents .WYSIWYG ol li,
#contents .default ol li {
	margin-left: 2em;
}
/* blockquote */
#contents .WYSIWYG blockquote,
#contents .default .blockquote {
	background: url(../../img/cmn/cmn/dot.gif) repeat left top;
	padding: 19px;
	border: 1px solid #ccc;
	margin-bottom: 1em;
}
#contents .WYSIWYG blockquote p,
#contents .WYSIWYG blockquote ul,
#contents .WYSIWYG blockquote ol,
#contents .default .blockquote p,
#contents .default .blockquote ul,
#contents .default .blockquote ol {
	margin-bottom: 0;
}
/* c-fix内の最後の要素 */
#contents .WYSIWYG .c-fix .f-left *:last-child,
#contents .WYSIWYG .c-fix .f-right *:last-child,
#contents .default .c-fix .f-left *:last-child,
#contents .default .c-fix .f-right *:last-child {
	margin-bottom: 0;
}