@charset "UTF-8";

/************************************************
*	Reset										*
************************************************/

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

/************************************************
*	clearfix									*
************************************************/

div:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* exlude IE6 \*/
* html .clearfix , *html div#nav , *html ul.c_desc , * html div#o_wrap , * html div#wrap , * html div.wrap_inner {
	height: 1%
}
.clearfix ,div#nav , ul.c_desc , div#o_wrap , div#wrap , div.wrap_inner {
	display:block;
}
/* end IE6 */

/* for IE7 */
.clearfix , div#nav  {
  zoom:1;
}
/* end IE7 */

/************************************************
*	全体の設定									*
************************************************/

/* 画像 */
img {
	vertical-align: middle;
	border-style: none;
}

/* 強調 */
strong {
	color: #ff0000;
	background-color: transparent;
}

/* 強調 */
em {
	font-style: normal;
	color: #333333;
	background-color: transparent;
}

/* 読み飛ばし */
.skip{
	position: absolute;
	left: -9999px;
}

/* 非表示 */
.none{
	display: none;
}

/* 区切り */
hr {
	clear: both;
}

/* リンク枠 */
a{
	outline:none;
}

.clear {
	clear: both;
}
/************************************************
*	レイアウト									*
************************************************/
/* body */
body {
	text-align: center;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 20px;
}

div#o_wrap {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}

div#header {
	margin-left: 5px;
	margin-right: 5px;
}

div#nav {
	margin-left: 5px;
	margin-right: 5px;
}

div#wrap {
	margin-left: 5px;
	margin-right: 5px;
}

div.wrap_inner {
	width: 730px;
	float: left;
}

div#main {
	width: 500px;
	float: right;
}

div#sub {
	width: 220px;
	float: left;
}

div#extra {
	width: 220px;
	float: right;
}

div#footer {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	clear: both;
}

/************************************************
*	body										*
************************************************/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
	color: #333333;
	background-color: #66ccff;
	background-image: url(blogimg/body.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

/************************************************
*	o_wrap										*
************************************************/

div#o_wrap {
	background-image: url(blogimg/o_wrap_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
}


/************************************************
*	header										*
************************************************/
div#header {
	color: #333333;
	background-color: #ffffff;
}
div#header h1 img {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

div#header div.specialty img {
	margin-right: 10px;
	float: right;
}

div#header p {
	font-size: 81.25%;
	line-height: 1.4;
	margin: 10px;
	clear: both;
}
*html div#header p {
	width: 100%;
}
/************************************************
*	nav											*
************************************************/

div#nav {
	font-size: 81.25%;
	color: #ffffff;
	background-color: #0066cc;
	background-image: url(blogimg/nav_bg.png);
	background-position: left center;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3EADFF;
}

div#nav ul li {
	font-weight: bold;
	list-style-type: none;
	display: inline;
}

div#nav ul li a {
	text-decoration: none;
	color: #cceeff;
	background-color: transparent;
	background-image: url(blogimg/nav_li.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 13px;
	padding-bottom: 15px;
	float: left;
}

div#nav ul li a:hover {
	color: #ffffff;
	background-color: transparent;
}
/************************************************
*	wrap										*
************************************************/

div#wrap {
	color: #333333;
	background-color: #ffffff;
}

/************************************************
*	main										*
************************************************/

div#main {
	font-size: 87.5%;
	line-height: 1.5em;
}

div#main div.inner {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 下層ページ上部余白調整 */
div#main div.subp {
	margin-top: 0px;
}


/* mainリンク基本色 */
div#main a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}

/* mainリンクマウスオーバー時 */
div#main a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* mainリンククリック時 */
div#main a:link:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* mainリンク訪問済み */
div#main a:visited {
	text-decoration: none;
	color: #3399cc;
	background-color: transparent;
}

/* mainリンク訪問済みマウスオーバー */
div#main a:visited:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* mainリンク訪問済みクリック時 */
div#main a:visited:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

div.image {
	margin-bottom: 1px;
}

div.message {
	color: #333333;
	background-color: #e1f5ff;
	border-width: 1px;
	border-style: solid;
	border-color: #84D7FF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

div.message p {
	font-size: 114.28%;
	line-height: 1.6;
	padding: 0px;
}


/* main見出し h2 */
div#main h2 {
	font-size: 114.28%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(blogimg/main_h2.png);
	background-position: left top;
	background-repeat: repeat-x;
	line-height: 1.4;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding-top: .55em;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-bottom: .35em;
	clear: both;
}

/* main見出し h3 */
div#main h3 {
	font-size: 107.14%;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 10px;
	padding-top: 0;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding-bottom: 3px;
	clear: both;
}

/* main見出し h4 */
div#main h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e0e0e0;
	padding-bottom: 3px;
	clear: both;
}

/* パンくず */
ul.path {
	font-size: 78.57%;
	margin-left: -15px;
}

ul.path li {
	margin-right: 5px;
	display: inline;
}

ul.path li a {
	background-image: url(blogimg/path.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 15px;
}

/* main 段落 */
div#main p {
	margin-bottom: 1em;
}

/* 投稿者情報 */
div#main p.posted {
	font-size: 85.71%;
	margin-top: 0px;
	margin-bottom: 5px;
}

/* 引用元情報 */
div#main cite {
	font-style: italic;
}

/* 引用 */
div#main blockquote {
	color: #333333;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
}

/* 整形済みテキスト */
div#main pre {
	border-width: 1px;
	border-style: solid;
	border-color: #e0e0e0;
	padding: 5px;
	margin-bottom: 10px;
	/*height: 100px;*/ /* ここを変更すれば高さが変わります */
	overflow: scroll;
	clear: both;
}

div#main dl {
	margin-bottom: 0.5em;
}

div#main dl.news {
	font-size: 0.857em;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1em;
}

div#main dl.news dt {
	margin-right: 20px;
	float: left;
}



/* 会社概要用 */
dl.info {
	margin-bottom: 25px;
}

dl.info dt {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

dl.info dd {
	line-height: 1.6;
	margin-top: -1.6em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #e0e0e0;
}

/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}

.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}

.form dd {
	line-height: 1.6;
	margin-top: -1.6em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}

.form fieldset {
	margin-bottom: 10px;
}

/* 順不同リスト（箇条書き）*/
div#main ul {
	padding-left: 20px;
	margin-bottom: 1em;
}

div#main ol {
	padding-left: 30px;
	margin-bottom: 1em;
}

/* 画像 */
div#main img{
	margin-top: 0;
	margin-bottom: 0px;
}
/* 画像（配置なし） */
div#main img.mt-image-none{
	margin-top: 0;
	margin-bottom: 20px;
}

/* 画像左配置 */
div#main img.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

/* 画像（中央配置） */
div#main img.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

/* 画像（右配置） */
div#main img.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* 続き */
div#main .extended {
	font-size: 85.71%;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	clear: both;
}

div#main div.message .extended {
	text-align: right;
	margin-top: -10px;
	margin-right: 0px;
	clear: both;
}

div#main textarea{
	width: 440px;
}

div#main input, div#main textarea {
	font-size: 100%;
}

div#main input.f_comp , div#main input.f_name , div#main input.f_mail , div#main input.f_tel{
	width: 200px;
}

div#main input.f_url , div#main input.f_addr {
	width: 300px;
}

div.comment-reply {
	margin-left: 20px;
}

/* コメンター画像 */
.asset-meta img {
	vertical-align: top;
	position: relative;
	top: 3px;
}

div#main label {
	margin-bottom: 0.8em;
	width: 11em;
	float: left;
	clear: both;
	white-space: nowrap;
}

/* タグ */
.entry-tags {
	font-size: 78.57%;
	margin: 0 0 10px 0;
	clear: both;
}

.entry-tags-header,
.entry-tags-list {
	display: inline;
}

h3.entry-tags-header {
	font-weight: normal !important;
	border-style: none !important;
}

li.entry-tag { 
	margin-right: 5px;
	display: inline;
}

ul.entry-tags-list {
	margin-left: -15px;
	padding-left: 0;
	list-style: none;
}

p.search-results-header {
	font-size: 87.5%;
	font-weight: bold;
}

/* Sitemap */
ul li.home {
list-style-type: none;
}

ul.tree {
margin: 0 0 0 1.5em!important;
padding: 0!important;
list-style: none!important;
}

ul.tree ul {
margin: 0 0 0 1.5em!important;
padding: 0!important;
}

ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(blogimg/tree_lst.png);
background-repeat: no-repeat!important;
list-style: none!important;
}

ul.tree li.tree_end {
background-image: url(blogimg/tree_end.png);
list-style: none;
}


/************************************************
*	sub											*
************************************************/

div#sub {
	font-size: 81.25%;
}
div#sub ul {
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84D7FF;
	padding: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #84D7FF;
	list-style: none;
}

div#sub ul.c_desc {
	background-image: url(blogimg/c_desc.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: -1px;
	padding-bottom: 147px;
}

div#sub ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84D7FF;
}


div#sub ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	background-image: url(blogimg/sub_li.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 8px;
	display: block;
}
/* for IE6 */
*html div#sub ul li a {
	width: 220px;
}
/* for IE7 */
*:first-child+html div#sub ul li a {
	width: 184px;
}


div#sub ul li a:hover {
	text-decoration: none;
	background-image: url(blogimg/sub_li_h.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div#sub p.text {
	margin-left: 5px;
	margin-right: 5px;
}



/************************************************
*	extra										*
************************************************/

div#extra {
	font-size: 81.25%;

}
div#extra.top_ex div.inner {
	background-image: url(blogimg/doctor.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 201px;
}

div#extra.subp_ex div.inner {
	background-image: url(blogimg/doctor_s.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 101px;
}


div#extra ul {
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	padding: 0;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FF9900;
	margin-right: 0px;
	margin-bottom: 20px;
	list-style: none;
}

div#extra ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}


div#extra ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	background-image: url(blogimg/ex_li.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 8px;
	display: block;
}

*html div#extra ul li a {
	width: 220px;
}

div#extra ul li a:hover {
	text-decoration: none;
	background-image: url(blogimg/ex_li_h.png);
	background-position: left center;
	background-repeat: no-repeat;
}

div#extra ul.out {
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #84D7FF;
	padding: 0;
	margin-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #84D7FF;
	margin-right: 0px;
	margin-bottom: 20px;
	list-style: none;
}

div#extra ul.out li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84D7FF;
}


div#extra ul.out li a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	background-color: transparent;
	background-image: url(blogimg/sub_li.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 8px;
	display: block;
}

*html div#extra ul.out li a {
	width: 220px;
}

div#extra ul.out li a:hover {
	text-decoration: none;
	background-image: url(blogimg/sub_li_h.png);
	background-position: left center;
	background-repeat: no-repeat;
}


/* FEED */
.feed {
	margin-bottom: 15px;
}
.feed a {
	background-image: url(blogimg/feed.png);
	background-position: 0px 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 220px;
	height: 50px;
	display: block;
}
.feed a:hover {
	background-image: url(blogimg/feed.png);
	background-position: 0px -50px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 220px;
	height: 50px;
	display: block;
}

/* 検索ボックス */
div.search {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.search label {
	position: absolute;
	left: -9999px;
}

div.search input#search {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	width: 130px;
}

/************************************************
*	to_top										*
************************************************/

div.to_top {
	margin-top: 20px;
	padding-right: 55px;
	margin-bottom: -1px;
	float: right;
	clear: both;
}

/************************************************
*	footer										*
************************************************/

div#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: transparent;
	background-image: url(blogimg/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-bottom: 25px;
}

div#footer div.inner {
	color: #000000;
	background-color: #DAF3FF;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/* footerリンク基本色 */
div#footer a:link {
	text-decoration: none;
	color: #006699;
	background-color: transparent;
}

/* footerリンクマウスオーバー時 */
div#footer a:link:hover {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* footerリンククリック時 */
div#footer a:link:active {
	text-decoration: underline;
	color: #FF6600;
	background-color: transparent;
}

/* footerリンク訪問済み */
div#footer a:visited {
	text-decoration: none;
	color: #3399cc;
	background-color: transparent;
}

/* footerリンク訪問済みマウスオーバー */
div#footer a:visited:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color: transparent;
}

/* フッター powered */
div#footer .powered {
	text-align: left;
	width: 350px;
	float: left;
}

div#footer .powered ul {
	margin-left: 15px;
}

div#footer .powered ul li {
	font-weight: bold;
	display: inline;
}

/* フッター Copyright */
div#footer .copy {
	text-align: right;
	width: 600px;
	float: right;
}

div#footer address {
	font-weight: bold;
	margin-right: 15px;
}


/************************************************
*	entry										*
************************************************/

/* 一般 */
p.attent {
	font-weight: bold;
	color: #333333;
	background-color: #e1f5ff;
	border-width: 1px;
	border-style: solid;
	border-color: #84D7FF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: .5em;
}
.attent1 {
	color: #ff0000;
	background-color: transparent;
}
.attent2 {
	color: #0000ff;
	background-color: transparent;
}

table {
	font-size: 100%;
	width: 500px;
	margin-bottom: 20px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table caption {
	font-weight: bold;
}

table th {
	font-weight: bold;
	color: #333333;
	background-color: #F6F6F6;
	text-align: left;
	border-width: 0 0 1px 1px;
	padding: 5px;
	border: 1px #E3E3E3 solid;
	white-space: nowrap;
}

table th.top {
	text-align: center;
}

table td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}


/* 受付・診療時間 */
table.uketuke {
	font-size: 100%;
	width: 500px;
	margin-bottom: 20px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.uketuke th {
	font-weight: bold;
	color: #333333;
	background-color: #F6F6F6;
	text-align: center;
	border-width: 0 0 1px 1px;
	padding: 5px;
	border: 1px #E3E3E3 solid;
	white-space: nowrap;
}

table.uketuke th.top {
	text-align: left;
}

table.uketuke td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}

dl.yoyaku {
	margin-bottom: 20px;
}
dl.yoyaku dt {
	font-weight: bold;
	color: #ff0000;
	background-color: transparent;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



dl.yoyaku dd ol li , dl.yoyaku dd ul li {
	margin-bottom: 1em;
}



/* 信条 */
dl.sinzyou {
	margin-top: 10px;
	margin-bottom: 20px;
}

dl.sinzyou dt {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

dl.sinzyou dd {
	margin-bottom: 20px;
}

dl.sinzyou dd li {
	margin-bottom: 0.2em;
}

ul.housin {
	margin-left: -20px;
	list-style-type: none;
}



/* 休診カレンダー */
table.cal_1 {
	font-size: 100%;
	width: 500px;
	margin-bottom: 20px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.cal_1 th {
	font-weight: bold;
	color: #333333;
	background-color: #F6F6F6;
	text-align: center;
	border-width: 0 0 1px 1px;
	padding: 5px;
	border: 1px #E3E3E3 solid;
	white-space: nowrap;
}

table.cal_1 th.top {
	text-align: left;
}

table.cal_1 td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}


/* 患者さんの数 */
table.account {
	font-size: 100%;
	margin-bottom: 20px;
	width: 500px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.account th {
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	border-width: 0 0 1px 1px;
	padding: 5px;
	border: 1px #E3E3E3 solid;
	white-space: nowrap;
}

table.account th.top {
	color: #333333;
	background-color: #F6F6F6;
	text-align: left;
	font-weight: bold;
}

table.account td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: right;
    white-space: nowrap;
}


/* 推薦の言葉 */

.signature , .post_date {
	text-align: right;
}

div.translat {
	color: #333333;
	background-color: #f6f6f6;
	background-image: url(blogimg/translat.png);
	background-position: 7px 5px;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #E3E3E3;
	padding-top: 23px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

/* 生活習慣病 */
table.syukan {
	font-size: 100%;
	width: 500px;
	margin-bottom: 20px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.syukan caption {
	font-weight: bold;
}

table.syukan th {
	font-weight: bold;
	color: #333333;
	background-color: #F6F6F6;
	text-align: left;
	border-width: 0 0 1px 1px;
	padding: 5px;
	border: 1px #E3E3E3 solid;
	white-space: nowrap;
}

table.syukan th.top {
	text-align: center;
}

table.syukan td {
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}



