@charset "shift_jis";
/*
==================================================
スタイルの初期化
==================================================
*/

*{
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
div, p, h1, h2, h3, h4, h5, h6 {
	_zoom: 1;
	display: block;
	text-align: left;
}
img {
	border: 0;
}

:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hidari {
	margin: 5px 10px 10px 0px;
	padding: 0;
	float: left;
	}

.migi {
	margin: 5px 0px 10px 10px;
	padding: 0;
	float: right;
	}

/*
==================================================
基本スタイル
==================================================
*/
body {
	background-color: #F8F8F8;
	color: #313131;
	font-family: 'メイリオ', Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, .title, dt {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-weight: 700;
}
.clear {
	clear: both;
	font-size: 1px;
}
/* リスト
==================================================
*/
ul {
	list-style: none url(img/li.png) outside;
	padding: 10px 20px;
}
ol {
	list-style-type: decimal;
	padding: 10px 24px;
}
/* リンク
==================================================
*/
a { color: #007ACC; }
a:hover {
	color: #007ACC;
	text-decoration: none;
}
a:hover img {
	background: none !important;
}
a img { background: none !important; }
#main a:hover, #menu a:hover, #rmenu a:hover {
	left: 1px;
	position: relative;
	top: 1px;
}

/*
==================================================
全体
==================================================
*/

/* レイアウト
==================================================
*/
#wrapper {
	background-image: url(img/wrapper_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: center;
	width: 906px;
}
#wrapper .inner {
	margin: 0 auto;
	text-align: center;
	width: 900px;
}
#contents {
	padding-bottom: 50px;
	position: relative;
}
#siteNavi {
	font-size: 12px;
	margin-bottom: 10px;
}

/* ページ上部へ戻る
==================================================
*/
#pagetop {
	bottom: 5px;
	clear: both;
	position: absolute;
	right: -5px;
	z-index: 5;
}
#pagetop a {
	background-image: url(img/pagetop_button.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: 116px;
}

/* 回り込み・回り込み解除
==================================================
*/
.txt-img {
}
.txt-img img{
	margin: 0 8px 8px 8px;
}
.center {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}
.float-l { float: left;}
.float-r { float: right;}
.float-l img,
.float-r img {
	margin-bottom: 30px;
}
.float-l img { 
	margin-right: 30px;
}
.float-r img {
	margin-left: 30px;
}
.clear, .FloatEnd { clear: both }
/*
==================================================
トップ部分
==================================================
*/
/* トップ
==================================================
*/
#top {
	border-top: 3px solid #D20E0E;
	text-align: center;
}
#top #logo, #top h1 {
	color: #666;
	height: 38px;
	layout-grid-line: 38px;
	line-height: 38px;
	padding-left: 12px;
}
#top #logo a, #top h1 a {
	color: #666;
	display: table-cell;
	font-weight: 400;
	height: 38px;
	layout-grid-line: 38px;
	line-height: 38px;
	text-decoration: none;
	vertical-align: middle;
}
#top #logo a img, #top h1 a img {
	vertical-align: middle;
}

/* ヘッダー
==================================================
*/
#header {
	background-image: url(img/hospital.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 182px;
	margin-bottom: 53px;
	text-align: left;
	width: 900px;
}
#header .title,

#header .title {
	font-size: 30px;
	font-weight: 700;
}
#header .title a {
	color: #DD2D2D;
	text-decoration: none;
}
#header .desc {
	font-size: 12px;
}

/*
==================================================
メインコンテンツ
==================================================
*/
/* 記事領域
==================================================
*/
#main {
	float: right;
	width: 635px;
}

#main p { margin: 0 8px 10px 8px }

#main .text, #text1, #text2, #text3, #text4, #text5, #text6, #text7, #text8, #text9, #text10, #space1, #space2 {
	margin-bottom: 25px;
	overflow: hidden;
	padding: 5px;
}

/* 見出し
==================================================
*/
#main h2, #main h3 {
	background-color: #FCF1F1;
	background-image: url(img/h3_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #F2D6D6;
	margin-bottom: 5px;
	overflow: hidden;
}
#main h2 span, #main h3 span {
	background-image: url(img/h3.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 2px solid #FFFFFF;
	color: #DD2D2D;
	display: block;
	font-size: 18px;
	padding: 9px 10px 9px 22px;
}
#main .text h3, #text1 h3, #text2 h3, #text3 h3, #text4 h3, #text5 h3, #text6 h3, #text7 h3, #text8 h3, #text9 h3, #text10 h3, #space1 h3, #space2 h3 {
	margin-top: 20px;
}


/* メニュー
==================================================
*/
#menu {
	float: left;
	overflow: hidden;
	width: 215px;
}
#menu ul#newEntry, #menu ul #entryarchive, #rmenu ul#newEntry, #rmenu ul#entryarchive {
	display: block;
	line-height: 140%;
	list-style: none none outside;
	padding: 10px 5px;
}
#menu .rankbox {
	background-color: #F9F9F9;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 20px;
	padding: 10px;
}
#menu .rankbox img {
	width: 185px;
}
.menubox {
	background-color: #FFF;
	margin-bottom: 20px;
}
.menulist {
	background-color: #F7F7F7;
	padding: 2px 5px 5px;
	overflow: hidden;
}
.menulist ul {
	border-top: 1px solid #EBEBEB;
	list-style: none none outside;
	padding: 0;
}
.menulist li {
	background-color: #FFF;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
}
.menulist li a {
	background-image: url(img/menu_bg.png);
	background-position: 10px 12px;
	background-repeat: no-repeat;
	color: #DD2D2D;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 130%;
	overflow: hidden;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	*zoom: 1;
}
.menulist li a:hover {
	background-color: #FDF6F6;
	color: #DD2D2D;
	position: static !important;
	text-decoration: underline;
}
.menulist .l2 a {
	background-image: url(img/menu_bg2.png);
	background-position: 20px 14px;
	font-weight: normal;
	padding-left: 32px;
}
.menulist .l3 a {
	background-image: url(img/menu_bg2.png);
	background-position: 30px 14px;
	font-weight: normal;
	padding-left: 42px;
}
#menu .title, #rmenu .title, #menu h4, #rmenu h4 {
	background-image: url(img/menu_h4_bg_b.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	overflow: hidden;
	padding-bottom: 3px;
}
#menu .title span, #rmenu .title span, #menu h4 span, #rmenu h4 span {
	background-color: #F37777;
	background-image: url(img/menu_h4_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	color: #FFF;
	display: block;
	padding: 8px 12px 7px;
	position: relative;
}

/*
==================================================
フッター
==================================================
*/
#footer {
	background-image: url(img/wrapper_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: center;
	width: 906px;
}
#footer .inner {
	background-color: #F8F8F8;
	background-image: url(img/footer_bg.png);
	background-position: center top;
	background-repeat: repeat-x;
	border-top: 2px solid #E64141;
	color: #8C8C8C;
	font-size: 12px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center;
	width: 900px;
}
#footer a {
	color: #DD2D2D;
}
#footer p {
	overflow: hidden;
	padding: 10px 0 20px 0;
	text-align: center;
}
#footlink {
	display: table;
	font-size: 0;
	letter-spacing: -.40em;
	line-height: 0;
	margin: 0 20px;
	padding-top: 10px;
	text-align: center;
	width: 860px;
}
#footlink span {
	border-left: 1px solid #BFBFBF;
	display: inline-block;
	margin-bottom: 5px;
	margin-left: -1px;
	*margin-left: -2px;
	*display: inline;
	*zoom: 1;
}
#footlink a {
	background-color: #F8F8F8;
	border-right: 1px solid #BFBFBF;
	display: inline-block;
	letter-spacing: normal;
	line-height: 1;
	font-size: 12px;
	padding: 0 15px;
	*display: inline;
	*zoom: 1;
}
#footsub {
	padding: 10px 0 0 0 !important;
}
#footsub a {
	margin: 0 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#footermenu {
	text-align: center;
	padding: 0 10px;
}

#footermenu span {
	margin: 0;
	padding: 0 10px;
}

#footermenu a {
	background-image: url(img/menu_bg2.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 10px;
}


/*
==================================================
１カラムレイアウト
==================================================
*/
#column1 {
	padding: 17px 15px 0;
	text-align: center;
}
#column1 #menu, #column1 #main {
	float: none;
	width: auto;
}
#column1 #main {
	padding-bottom: 20px;
}
#column1 #menu .menulist ul {
	border-top: medium none;
	padding: 10px;
}
#column1 #menu li {
	background: none;
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
	position: static;
	white-space: nowrap;
}
#column1 #menu li a , #column1 #menu #newEntry li a {
	background: none repeat scroll 0 0 transparent;
	border: none;
	color: #666;
	display: inline;
	font-weight: 400;
	margin: 0;
	text-decoration: underline;
}
#column1 #menu li a:hover , #column1 #menu #newEntry li a:hover {
	position: relative !important;
	text-decoration: none;
}
#column1 #menu li a, #column1 #menu li.l2 a, #column1 #menu li.l3 a {
	margin: 0 5px;
	padding: 0 5px;
}
