@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/*
 * File      : styles-site.css
 * Version   : 4.00
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 * 4.00 2007.05.11: XHTML 1.0 Strict.
 * 4.01 2007.06.16: Update for Movable Type 4.
 * 4.02 2007.11.12: add div.page class selector.
 *
 * Copyright (C) 2005-2007 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 100%;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #069;
	outline:none;
    text-decoration: none;
}
a:hover {
    color: #069;
	outline:none;
    text-decoration: underline;
}
a:active {}

br.clear{
	clear:both;
	}


/* リンクつき画像 */
a img {
    border: none;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ヘッダ */
#header {

background: url(images/head_bg_mt2.jpg) no-repeat;
height: 150px;
outline-width: 0;
padding:0 22px 0 172px;

}



#header .h_left{
	width:570px;
	height:auto;
	display:block;
	margin:0;
	padding: 31px 0 0 0;
	float:left;

}

/* ヘッダ ロゴ設定 */
#header .h_left h2{
	background:url(images/logo.gif) no-repeat;
	width:271px;
	height:36px;
	display:block;
	margin:16px 20px 0 0;
	padding:0;
	text-indent:-9999px;
	float:left;
	}

#header .h_left h2 a{
	width:271px;
	height:36px;
	display:block;
}

#header .h_left h2 a:hover{
	background:url(images/logo_ov.gif) no-repeat;

}

/* ヘッダ 　ホームボタンとお問い合わせボタン*/
#header .h_left ul{
	width:auto;
	height: auto;
	display:block;
	margin:0;
	padding:0;

}

#header .h_left ul li {
	float:left;
	text-indent:-9999px;
	
}

#header .h_left ul li.home_b{
	background:url(images/home.gif) no-repeat;
	width:53px;
	height:15px;
	display:block;
	margin:37px 0 0 0;
	padding:0;
	}

#header .h_left ul li.home_b a{
	width:53px;
	height:15px;
	display:block;
}

#header .h_left ul li.home_b a:hover{
	background:url(images/home_ov.gif) no-repeat;
	}

#header .h_left ul li.inquiry_b{
	background:url(images/inquiry.jpg) no-repeat;
	width:179px;
	height:54px;
	display:block;
	margin:0 0 0 43px;
	padding:0;
	}

#header .h_left ul li.inquiry_b a{
	width:179px;
	height:54px;
	display:block;
}

#header .h_left ul li.inquiry_b a:hover{
	background:url(images/inquiry_ov.jpg) no-repeat;
	}

/* ヘッダ アクセスボタンとよくある質問ボタン*/
#header .h_right{
	width:236px;
	height:34px;
	display:block;
	margin:0;
	padding:0;
	float:right;

}

#header .h_right ul{
	width:236px;
	display:block;
	margin:0;
	padding:0;
}

#header .h_right ul li{
	float:left;
	height:34px;
	list-style-type:none;

}

#header .h_right ul li.faq_b{margin-left:5px;}


#header .h_right ul li a{
	display: block;
	overflow: hidden;
	height: 34px;
	font-size: 9px;
	width: 114px;
	text-indent:-9999px;
	}

#header .h_right ul li.access_b a{background:url(images/access.jpg) no-repeat;}
#header .h_right ul li.faq_b a{background:url(images/faq.jpg) no-repeat;}

#header .h_right ul li.access_b a:hover{background:url(images/access_ov.jpg) no-repeat;}
#header .h_right ul li.faq_b a:hover{background:url(images/faq_ov.jpg) no-repeat;}

/* ヘッダ グローバルナビゲーションボタン*/
#header .g_navi{
	width: auto;
	height:52px;
	display:block;
	margin: 3px 0 0 0;
	_margin: -18px 0 0 0;
	padding:0;
}

/* ie6用*/
* html #header .g_navi{
	width: auto;
	height:52px;
	display:block;
	margin: -18px 0 0 0;
	padding:0;
}

/* ie7用*/
*:first-child+html #header .g_navi{
	width: auto;
	height:52px;
	display:block;
	margin: 21px 0 0 0;
	padding:0;
}

#header .g_navi ul{
	width:655px;
	display:block;
	margin:9px 0 0 0;
	padding:0px;
	float:left;
}

#header .g_navi ul li{
	float:left;
	height:43px;
	list-style-type:none;


}

#header .g_navi ul li a{
	display: block;
	overflow: hidden;
	height: 43px;
	font-size: 9px;
	text-indent:-9999px;}

#header .g_navi ul li.about a{background:url(images/about1.jpg) no-repeat; width:130px;}
#header .g_navi ul li.treatment a{ background:url(images/treatment.jpg) no-repeat; 

width:131px;}
#header .g_navi ul li.patient a{ background:url(images/patient.jpg) no-repeat; width:131px;}
#header .g_navi ul li.info a{ background:url(images/information.jpg) no-repeat; width:131px;}
#header .g_navi ul li.hot a{ background:url(images/hot.jpg) no-repeat; width:132px;}

#header .g_navi ul li.about a:hover{background:url(images/about1_ov.jpg) no-repeat; 

width:130px;}
#header .g_navi ul li.treatment a:hover{ background:url(images/treatment_ov.jpg) no-repeat; 

width:131px;}
#header .g_navi ul li.patient a:hover{ background:url(images/patient_ov.jpg) no-repeat; 

width:131px;}
#header .g_navi ul li.info a:hover{ background:url(images/information_ov.jpg) no-repeat; 

width:131px;}
#header .g_navi ul li.hot a:hover{ background:url(images/hot_ov.jpg) no-repeat; width:132px;}

#header p.katakori {
	background:url(images/katakori2.jpg) no-repeat;
	width:141px;
	height:52px;
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;
	float:right;

}

#header p.katakori a{
	background:url(images/katakori2.jpg) no-repeat;
	width:141px;
	height:52px;
	display:block;
	

}

#header p.katakori a:hover{
	background:url(images/katakori2_ov.jpg) no-repeat;

}


#header a,
#header a:link,
#header a:visited {
    color: #000;
    background: transparent;
    font-size: 32px;
    text-decoration: none;
}
#header a:hover {}
#header a:active {}

/* メインの設定 */
.pankuzu{
	background:url(images/punkuzu.gif) no-repeat;
	padding:0 0 0 20px;
	margin:0 25px 0 0;
	float:right;
	display:block;
	font-size:10px;
	color:#BBBBBB;
	height:11px;

}

.pankuzu a:link,
.pankuzu a:visited{
	color:#FF950E;
	outline:0;
	text-decoration:none;

}

.pankuzu a:hover,
.pankuzu a:active{
	color:#FF950E;
	outline:0;
	text-decoration:underline;

}

* html .pankuzu{
	background:url(images/punkuzu.gif) no-repeat;
	padding:0 0 0 20px;
	margin:0 12px 0 0;
	float:right;
	display:block;
	font-size:10px;
	color:#BBBBBB;
	height:11px;

}

.pankuzu a{
	color:#FF950E;
	outline:0;
	text-decoration:none;

}

.pankuzu a:hover{
	color:#FF950E;
	outline:0;
	text-decoration:underline;

}

.main00{
	background:url(images/2nd_bg00.jpg) no-repeat;
	width:480px;
	height:25px;
	display:block;
	margin:0;
	padding:10px 25px 0 225px;
}

* html .main00{
	background:url(images/2nd_bg00.jpg) no-repeat;
	width:500px;
	height:25px;
	display:block;
	margin:0;
	padding:10px 80px 5px 225px;
}

.text_scroll{
	width:400px;
	height:20px;
	margin:0;
	padding:0;

}



.text_scroll marquee{
	color:#FF950E;
	font-size:12px;
}


.main01{
	background:url(images/2nd_bg02.jpg) repeat-y;
	width:705px;
	height:auto;
	margin:0;
	padding:0 0 10px 0;
	display:block;
}


.main02{
	background:url(images/2nd_bg01.jpg) no-repeat;
	width:705px;
	height:auto;
	margin:0;
	padding:0;

}

.main02 h4{
	width:705px;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	

}

.main04{
	width:675px;
	height:auto;
	margin:0;
	padding:0 15px 0 15px;

}

* html .main04{
	width:675px;
	height:auto;
	margin:0;
	padding:0 0 0 0;

}

.main03{
	background:url(images/2nd_bg03.jpg) no-repeat;
	width:705px;
	height:12px;
	display:block;
	margin:0 0 25px 0;
	padding:0;

	}

/* タイトルバナー下の説明 */
.blog-description {
    color: #fff;
    background: transparent;
    font-size: 12px;
}

/* ブログ記事日付 */
.date {
    margin: 8px 0 3px;
    color: #666;
    font-size: 125%;
    font-weight: bold;
    text-align: right;
}

/* ブログ記事日付・各タイトル */

.trackbacks-header,
.comments-header,
.comments-open-header{
    padding-left: 8px;
    border: 1px solid #FF9C15;
    background: #FFFFCC;
    font-size: 83.3%;
    font-weight: bold;
    line-height: 2.0;
}
.search-header,
.search-result-header{
padding-left: 0px;
font-size: 83.3%;
font-weight: bold;
line-height: 2.0;
}


/* ブログ記事タイトル */
.entry-header {
    margin: 0 3px 5px;
    padding: 8px 8px 5px;
    border-top: 1px solid #FF9C15;
    border-left: 1px solid #FF9C15;
    border-right: 1px solid #FF9C15;
    border-bottom: 5px solid #FF9C15;
    background: #FFFFCC;
    font-size: 100%;
    font-weight: bold;
color: #666;
}

.entry-header a:link,
.entry-header a:visited{
color: #666;
}

.entry-header a:hover,
.entry-header a:active{
color: #FF9C15;
}

/* ブログ記事 */
.entry-content {
    width: auto;
    margin: 0 3px;
    color: #666;
    background: #fff;
    font-size: 83.3%;
    line-height:1.5;
    word-break: break-all;
}

/* 段落 */
.entry p {
    margin: 15px 0;
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #666;
    background: #f6f6f6;
    font-size: 83.3%;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    font-size: 83.3%;
    border-bottom: 1px solid #666;
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #999;
    font-size: 83.3%;
    line-height: 1.5;
    width: 100%;
    overflow: scroll;
}
html>body pre {
    width: 87%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
p.entry-footer {
    margin: 0 3px 15px;
    padding: 8px 0;
    border-top: 1px dotted #36414d;
    font-size: 75%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* Typekeyコメンタ－画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* ウェブページ */
div.page {
    margin-top: 13px;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    margin: 10px;
    text-align: center;
    font-size: 83.3%;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #333;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
#calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
#calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
#calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
span.day {
    text-align: center;
    font-size: 9px;
}
span.saturday {
    color: blue;
}
span.sunday {
    color: #e50003;
}
td.today {
    display: block;
    border: 1px solid #333;
}

#links-left-box dl,
#links-right-box dl {
    margin: 0;
    padding: 0;
}
#links-left-box dd,
#links-right-box dd {
    font-size: 75%;
}

.side dt,
.side dd {
    margin: 0;
    padding: 0;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 5px;
height:32px;
    color: #333;
    background: url(images/side_mt_ttl.jpg) no-repeat;
    text-align: center;
    font-size: 75%;
    line-height: 2.2;
}

/* サイド 看板 */
.sidetitle2 {
    margin-top: 3px;
color: #333;
    background: url(images/2nd_info_ttl.jpg) no-repeat;
height: 141px;
    text-align: center;
    font-size: 75%;
    line-height: 2.2;
	text-indent:-9999px;
}



/* サイド 小冊子ボタン */


dt.sidetitle002 a{
background: url(images/2nd_sashi_banner2.jpg) no-repeat;
margin-top: 3px;
padding-top: 5px;
height: 229px;
display:block;
	text-indent:-9999px;
}

dt.sidetitle002 a:hover{
background: url(images/2nd_sashi_banner2_ov.jpg) no-repeat;
}


/* サイドメニュー */
.side {
    margin: 5px 0 20px;
    background: none;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}
.side ul{
padding-left: 0;

}
.side ol {
    padding-left: 16px;
}
.side ul li {
    padding-left: 18px;
    list-style-type: none;
background: url(images/mt_arrow.jpg) no-repeat 1px 0.25em;

}
.side ul li ul {
    padding-left: 0px;
}
.side li li {
    list-style-type: none;
padding-left:0;
background:none;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 0;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: none;
}

ul#tags,
.side #categories ul li li{
padding-left:0;
list-style-type:circle;
background:none;

}

/* サイドメニュー(タグクラウド用) */
ul#tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#tags .module-list-item {
    display: inline;
}
ul#tags li.taglevel1 {
    font-size: 125%;
    font-weight: bold;
}
ul#tags li.taglevel2 {
    font-size: 125%;
}
ul#tags li.taglevel3 {
    font-size: 116.6%;
}
ul#tags li.taglevel4 {
    font-size: 108.3%;
}
ul#tags li.taglevel5 {
    font-size: 100%;
}
ul#tags li.taglevel6 {
    font-size: 91.6%;
}

/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    text-align: center;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    margin: 10px 0;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0 2px;
    padding: 0;
    font-size: 83.3%;
    line-height: 1.5;
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    margin-right: 2px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 66.6%;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #fff;
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-three-column #box,
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
 
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    text-align: left;
    background-color: #fff;
}



/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 1002px;
}
html>body.layout-two-column-left #box {
    width: 1000px;
}






/* 2カラム固定レイアウト(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 730px;

}
.layout-two-column-left #links-left-box {
    float: left;
    width: 270px;
}
.layout-two-column-left #links-left {
    padding: 0 15px 0 25px;
margin: -3px 0 0 0;
}



/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
.layout-two-column-left .blog {
    padding: 15px auto 10px auto;
}


/* 2カラム固定レイアウト(左サイドバー:ブログ記事全体) */
* html .layout-two-column-left .blog {
width: 705px;
}



/* フッタ */
.layout-one-column #footer,
.layout-three-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: auto;
	clear:both;
}


.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 1002px;
}
html>body.layout-two-column-left #footer {
    width: 1000px;
}

.con{
	width:1000px;
	height:337px;
	background: #fff url(images/foot_image.jpg) no-repeat bottom;
	margin:0;
	padding:0;
	display:block;

}

.con p.page_top a{
 	background:url(images/page_top_b.gif) no-repeat;
	padding:0;
	margin:0 25px 30px 25px;
	width:950px;
	height:23px;
	display:block;
	text-indent:-9999px;

}

.con p.page_top a:hover{
 	background:url(images/page_top_b_ov.gif) no-repeat;

}

.con p.foot_link{
	width:950px;
	height:auto;
	margin:0 25px;
	padding:15px 0;
	text-align:center;
	background:#FFDFB6;
	font-size:12px;
	letter-spacing:1px;
	line-height:130%;
	color:#666;
}

.con p.foot_link a{
	color:#666666;
	outline:none;
	text-decoration:none;
}

.con p.foot_link a:hover{
	color:#FF8010;
	outline:none;
	text-decoration:underline;
}


.foot_area{
	background:#FAFAF7 url(images/foot_shadow.jpg) repeat-x top;
font-size: 12px;
	text-align:left;
}



.foot_area .foot_area_info{
	margin:auto;
	padding:19px 25px;
	width:950px;
	height:auto;
	display:block;

}

* html .foot_area .foot_area_info{
	margin:auto;
	padding:19px 25px;
	width: 1000px;
	height:auto;
	display:block;

}

/*after擬似クラス使用によるfirefoxの背景画像回り込み対策*/
div.foot_area_info:after {/*clear*/
	content : "";
	display : block;
	height : 0;
	clear : both;
}

.foot_area .foot_area_info strong{
	background:url(images/foot_logo.jpg) no-repeat;
	width:224px;
	height:65px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999px;
	float:left;

}

.foot_area .foot_area_info .foot_box00{	
	width:505px;
	float:right;
	margin-top:5px;
	}
	
.foot_area .foot_area_info .foot_box00 p{
	font-size:12px;
	color:#333;
	line-height:130%;

}	

.foot_area .foot_area_info .foot_box00 p.foot_arrow{
	background:url(images/foot_arrow.gif) no-repeat;
	padding:0 0 0 8px;
	margin:0;

}

.foot_area .foot_area_info .foot_box1{
	width:210px;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	float:left;
}

.foot_area .foot_area_info .foot_box2 a{
	width:41px;
	height:12px;
	margin:19px 0 0 0px;
	padding:0;
	display:block;
	float:left;
	background:url(images/map_b.gif) no-repeat;
	text-indent:-9999px;
	font-size:9px;
}

.foot_area .foot_area_info .foot_box2 a:hover{
	background:url(images/map_b_ov.gif) no-repeat;
}

.foot_area .foot_area_info .foot_box3{
	width:130px;
	height:auto;
	margin:0 0 0 38px;
	padding:0;
	display:block;
	float:left;
}

.foot_box3 dl{
	width:130px;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	

}

.foot_box3 dt{
	float:left;
	}

.foot_box3 dd{
	width:90px;
	margin-left:20px;
	margin-bottom:5px;
	text-align:right;

}

.foot_area .foot_area_info .foot_box4{
	width:60px;
	height:auto;
	margin:0;
	padding:0;
	display:block;
	float:right;
}

#copyright{
	clear:both;
	background:url(../image/common/copy_bg.jpg) repeat-x;
	height:40px;


}

#copyright p{
	margin:0;
	padding:15px 0 0 0;
	color:#FFFFFF;
	font-size:10px;
	letter-spacing:1px;
	text-align:center;

}







input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */












