@charset "utf-8";
/*reset
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*基本設定
------------------------------------------------------------*/
body {
	background: url(image/common/bg_body.jpg) repeat-x center top #669900;
    font-size: 85%;
    color: #333333;
    font-family: "ヒラギノ角ゴ ProN W3", "メイリオ",  "ＭＳ Ｐゴシック", "Osaka－等幅", sans-serif;
	font-weight: normal;
    line-height: 1.6em;
    margin: 0px auto;
}

a {
	color: #0B7239;
    text-decoration: none;
}

a:hover {
    color: #00CC66;
    text-decoration: none;
}

a:visited {
	color: #0B7239;
    text-decoration: none;
}

img {
    border: none;
}

.alignright {
    float: right;
    margin: 0px 5px 5px 5px;
    text-align:center;
    display:inline;
    font-size:0.9em;
}

.alignleft {
    float: left;
    margin: 0px 5px 5px 5px;
    text-align:center;
    display: inline;
    font-size:0.9em;
}

.centered {
    display: block;
    margin: 5px auto;
    text-align: center;
    font-size:0.9em;
}

strong {
	color: #0B7239;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

.text-box {
    background-color:#CCCCCC;
    width: auto;
    padding: 10px;
    color: #333333;
    margin: 10px;
}

.paragraph {
	width: auto;
    margin-bottom: 1.5em;
}   

.text-right {
	text-align: right;
}


.pricetext {
	color: #0B7239;
	font-weight: bold;
	font-size:1.1em;
	line-height: 1.2em;
}

.clear {
	clear: both;
}	
	
/*ストラクチャ
------------------------------------------------------------*/
#wrapper {
    width: 100%;
	height: 100%;
	margin:0px;
	display: block;
    position:relative;
}	

#header {
    width: 900px;
    height: 33px;
    margin: 20px auto;
    display: block;
    position:relative;
}     

#mainmenu {
    width: 900px;
    height: 32px;
    margin: 0px auto;
	padding: 0px;
    display: block;
}

#headerimage {
    width: 900px;
    height:100px;
	background-image: url(image/common/bg_header_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    background-color: #FFFFFF;	
    padding: 0px;
    margin: 10px auto;
    display: block;
    position: relative;
    overflow: inherit;
}

#pagebody {
    width: 900px;
    height:auto;
    background-color: #FFFFFF;	
    padding: 0px;
    margin: 0px auto;
    display: block;
    position: relative;
    overflow:auto;
}

#content {
    width: 900px;
    padding: 20px 0px;
    display: block;
}

#contentmenu {
    width: 140px;
    padding: 20px;
    margin: 0px;
    float: left;
    /*  border-right:solid 1px #BDE0EE; */
}

.content-container, .picture-container {
    width: 900px;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
}

.content-container-s {
    width: 350px;
    height: auto;
    float:left;
    margin: 0px 20px 20px 0px;
    display: block;
}

#pagetitle {
    width: 794px;
    height: 39px;
    margin:0px auto 10px;
}

#footer {
    width: 900px;
    height: 30px;
	background-image: url(image/common/bg_footer.jpg);
	background-repeat:no-repeat;
	background-position: top;
    background-color: #FFFFFF;	
    display: block;
    margin: 0px auto;
    padding: 0px;
} 

/*ヘッダー
------------------------------------------------------------*/
#header h1 a {
    width: 247px;
    height: 33px;
    background-image: url(image/common/header_title.jpg);
    background-repeat: no-repeat;
    text-indent: -1000em;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
}

#header p.addtel {
	width:199px;
	height:32px;
	background-image: url(image/common/header_address.jpg);
	background-repeat:no-repeat;
	text-indent: -1000em;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
}

/*メニュー
------------------------------------------------------------*/
#mainmenu ul {
    margin: 0px;
    padding: 0px;
}   

#mainmenu li {
    font-size: 0.9em;
    line-height: 1em;
    margin: 0px;
    list-style-type: none;  
    float:left;
}

#mainmenu li a {
    background-image: url(image/common/b_mainmenu.jpg);
    height: 32px;
    text-indent: -1000em;
    text-decoration: none;
    display: block;
    margin-left: 0px;
}

#mainmenu li.home a {   background-position: -0px 0px; width: 151px;} 
#mainmenu li.profile a {  background-position: -151px 0px; width: 151px;} 
#mainmenu li.clinic a { background-position: -302px 0px; width: 152px;} 
#mainmenu li.inspection a {    background-position: -454px 0px; width: 151px;}
#mainmenu li.info a {    background-position: -605px 0px; width: 151px;}
#mainmenu li.inquiry a {  background-position: -756px 0px; width: 144px;}

#mainmenu li.home a:hover {   background-position: -0px -64px; width: 151px;} 
#mainmenu li.profile a:hover {  background-position: -151px -64px; width: 151px;} 
#mainmenu li.clinic a:hover { background-position: -302px -64px; width: 152px;} 
#mainmenu li.inspection a:hover {    background-position: -454px -64px; width: 151px;}
#mainmenu li.info a:hover {    background-position: -605px -64px; width: 151px;}
#mainmenu li.inquiry a:hover {  background-position: -756px -64px; width: 144px;}

#mainmenu li.home a.select {   background-position: -0px -32px; width: 151px;} 
#mainmenu li.profile a.select {  background-position: -151px -32px; width: 151px;} 
#mainmenu li.clinic a.select { background-position: -302px -32px; width: 152px;} 
#mainmenu li.inspection a.select {    background-position: -454px -32px; width: 151px;}
#mainmenu li.info a.select {    background-position: -605px -32px; width: 151px;}
#mainmenu li.inquiry a.select {  background-position: -756px -32px; width: 144px;}

#submenu {
	width: auto;
	height: 27px;
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	position:absolute;
	left: 33px;
	bottom:0px;
}

#submenu ul {
	width:auto;
    margin: 0px auto;
    padding: 0px;
	display: block;
}   

#submenu li {
    font-size: 0.9em;
    line-height: 1em;
    margin: 0px;
    list-style-type: none; 
	display: block;
	float:left;
}

#submenu li a {
    height: 27px;
    text-indent: -1000em;
    text-decoration: none;
    display: block;
    margin-right: 5px;
}


/*下層ページ共通設定
------------------------------------------------------------*/
.content-container .content-text {
	width: 728px;
	height: auto;
	background-image:url(image/common/bg_container_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding: 3px 30px 30px;
}	

.content-container .content-text a {
	display: block;
	font-weight: bold;
	margin-top:1em;
}	

/*インデックス
------------------------------------------------------------*/	
#headerimage.index {
    height:300px;
}	

#content-index-l {
    width: 540px;
    float: left;
    display: inline;
}

#content-index-l h2 {
    background-image: url(image/index/title_news.jpg);
    background-repeat:no-repeat;
    text-indent: -1000em;
    width: 113px;
    height: 23px;
    margin-bottom: 10px;
    display: block;
}

#content-index-l dl {
    margin-left: 5px;
	margin-top: 0px;
} 

#content-index-l dl dt {
	color:#0B7239;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom:solid 1px #99CC00;
}

#content-index-l dl dd {
	width: auto;
}

#content-index-l dl dd.title {
	border-bottom: none;
}

#content-index-r {
    width: 330px;
    height:300px;
    float: right;
    display: inline;
	padding: 0px;
}

#content-index-r h2 {
    background-image: url(image/index/title_examine.jpg);
    background-repeat:no-repeat;
    text-indent: -1000em;
    width: 113px;
    height: 23px;
    margin-bottom: 10px;
    display: block;
}

#content-index-r p {
	display: block;
	margin-bottom: 10px;
}

#content-index-r ul {
	list-style-type: none;
}	

#content-index-r ul li {
	width: 85px;
	height:85px;
	background-color: #EEEEEE;
	float: left;
	margin:0px 5px 5px 0px;
}

#content-index-r ul li.right {
	margin-right: 0px;
}	

/*院長紹介
------------------------------------------------------------*/
#pagebody.profile h2 {
	width: 239px;
	height:23px;
	background-image: url(image/profile/title_profile.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	margin:20px auto 20px 0px;
}

#pagebody.profile h3 {
	width: 130px;
	height:18px;
	background-image: url(image/profile/p_profile_name.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	margin-bottom: 20px;
}

#pagebody.profile .content-container-left {
	width: 650px;
	display: block;
	float: left;
	margin-left: 10px;
}	

#pagebody.profile .content-container-right {
	width: 180px;
	display: block;
	margin: 0px 10px 10px 0px;
	float: right;
}

#pagebody.profile table {
	width: 530px;
	margin:5px auto 10px 0px;
	border-collapse:collapse;
}	

#pagebody.profile table th {
	width:120px;
	padding: 3px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align:top;
	border-bottom: solid 1px #0B7239;
}

#pagebody.profile table td {
	padding: 3px 5px;
	text-align: left;
	vertical-align:middle;
	line-height:1.2em;
	border-bottom: solid 1px #0B7239;
}

/*クリニック紹介
------------------------------------------------------------*/
#pagebody.clinic h2 {
	width: 298px;
	height:23px;
	background-image: url(image/clinic/title_clinic.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	margin:20px auto 20px 0px;
}

#pagebody.clinic .content-container-left {
	width: 400px;
	background-image: url(image/profile/bg_content_separator.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	margin-left: 10px;
}	

#pagebody.clinic .content-container-right {
	width: 450px;
	display: block;
	margin: 0px 10px 10px 0px;
	float: right;
}

#pagebody.clinic table {
	width: 400px;
	margin:10px auto;
	border-collapse:collapse;
	border-top: solid 1px #0B7239;
}	

#pagebody.clinic table th {
	width:150px;
	padding: 3px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align:middle;
	border-bottom: solid 1px #0B7239;
}	

#pagebody.clinic table td {
	padding: 3px 5px;
	text-align: left;
	border-bottom: solid 1px #0B7239;
	vertical-align:middle;
	line-height:1.5em;
}

#pagebody.clinic .content-container-right ul li a {
	width:200px;
	float:left;
	margin-left: 20px;
	margin-bottom: 20px;
}

/*設備・検査
------------------------------------------------------------*/
#pagebody.inspection h2 {
	width: 313px;
	height:23px;
	background-image: url(image/inspection/title_inspection.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	margin:20px auto 20px 0px;
}

#pagebody.inspection h3 {
	margin:10px 0px;
}

#pagebody.inspection .clinic-container {
	width: 440px;
	height:120px;
	margin-bottom: 15px;
	float:left;
	display: block;
}

#pagebody.inspection .clinic-container h4 {
	width: 300px;
	height: 26px;
	margin-left:130px;	
	color: #0B7239;
	display: block;
}

#pagebody.inspection .clinic-container .inspection-picture {
	display: block;
	float: left;
}

#pagebody.inspection table {
	width: 850px;
	margin:10px auto 10px 0px;
	border-collapse:collapse;
	border-top: solid 1px #0B7239;
}	

#pagebody.inspection table th {
	width:200px;
	padding: 3px 5px;
	font-weight: normal;
	text-align: left;
	vertical-align:middle;
	border-bottom: solid 1px #0B7239;
}	

#pagebody.inspection table td {
	padding: 3px 5px;
	text-align: left;
	border-bottom: solid 1px #0B7239;
	vertical-align:middle;
	line-height:1.5em;
}

/*ブログ
------------------------------------------------------------*/
#pagebody.blog h2 {
	width: 291px;
	height:23px;
	background-image: url(image/blog/title_information.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	margin:20px auto 20px 0px;
}

#pagebody.blog .blog-container {
	width: 720px;
	height: auto;
	float: left;
}	

#pagebody.blog h3 {
	clear:both;
	margin-bottom: 10px;
	border-bottom: solid 1px #0B7239;
}

#pagebody.blog h3.pagetitle {
	margin:10px auto;
	font-size: 1.2em;
	border-bottom:none;
}	

#pagebody.blog h3 span {
	font-size: 0.9em;
	color: #0B7239;
}

#pagebody.blog .post .post-bottom {
	clear: both;
}

#pagebody.blog .post {
	width: 700px;
	height:auto;
	font-weight: normal;
	margin:0px auto 30px;
}

#pagebody.blog .post .entry {
	width: 690px;
	height:auto;
	font-weight: normal;
	margin:5px;
}

#pagebody.blog #sidebar {
    width:167px;
    height:auto;
	background-color: #FFFFFF;
	display: block;
	float: left;
	margin-right: 0px;
}

#pagebody.blog #sidebar p.sidebar-recent {
    width:167px;
    height: 37px;
	background: url(image/blog/title_information_recent.jpg) no-repeat;
	padding: 0px;
    display: block;
    margin: 0px 0px 3px;
	text-indent: -1000em;
}

#pagebody.blog #sidebar p.sidebar-archive {
    width:167px;
    height: 37px;
	background: url(image/blog/title_information_archive.jpg) no-repeat;
	padding: 0px;
    display: block;
    margin: 20px 0px 3px;
	text-indent: -1000em;
}

#pagebody.blog #sidebar p.sidebar-category {
    width:167px;
    height: 37px;
	background: url(image/blog/title_information_category.jpg) no-repeat;
	padding: 0px;
    display: block;
    margin: 20px 0px 3px;
	text-indent: -1000em;
}

#pagebody.blog #navigation {
	width: 650px;
	height:15px;
	margin: 20px auto;
	display: block;
}	

#pagebody.blog #sidebar ul {
	width: 167px;
	display: block;
}	

#pagebody.blog #sidebar ul li a {
	color: #333333;
}	

/*プライバシーポリシー
------------------------------------------------------------*/
#pagebody.privacy h2 {
	background-image: url(image/privacy/title_privacy.jpg);
}

#pagebody.privacy .lead {
	height:auto;
	overflow: auto;
}	

#pagebody.privacy dl {
	width: auto;
	height:auto;
	margin-left: 30px;
	margin-right: 30px;
}	

#pagebody.privacy dl dt {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1em;
}

#pagebody.privacy dl dd {
	margin-left: 1em;
}

#pagebody.privacy dl dd ul {
	list-style-type:disc;
	margin-left: 1.5em;
}
	
/*サイトマップ
------------------------------------------------------------*/
#pagebody.sitemap h2 {
	background-image: url(image/sitemap/title_sitemap.jpg);
}

#pagebody.sitemap ul {
	margin-left: 30px;
}	

#pagebody.sitemap ul li {
	width: auto;
	height:13px;
	background-image: url(image/sitemap/bg_sitemap.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding: 21px 0px 21px 21px;
	font-size: 0.9em;
}

/*お問い合わせ
------------------------------------------------------------*/
#pagebody.inquiry h2 {
	width: 203px;
	height:25px;
	background-image: url(image/inquiry/title_inquiry.jpg);
	background-repeat: no-repeat;
	display: block;
	text-indent: -1000em;
	margin:20px auto 20px 0px;
}

#pagebody.inquiry table {
	width: 860px;
	margin:20px auto;
	border-collapse:collapse;
	border-top: solid 1px #999999;
}

#pagebody.inquiry table th {
	font-weight: normal;
	border-bottom: solid 1px #999999;
	padding: 5px 20px;
	vertical-align:top;
}	

#pagebody.inquiry table td {
	border-bottom: solid 1px #999999;
	padding: 5px;
}	

/*フッター
------------------------------------------------------------*/
#footer p#copyright {
	width: 380px;
	height: 12px;
	position: relative;
	display: block;
	margin: 0px auto;
	clear:both;
	font-size:0.9em;
	text-indent: -1000em;
	clear:both;
}

#footer ul {
	width: 100px;
	height: 12px;
	position: relative;
	list-style-type: none;
	margin: 5px auto 20px 0px;
	padding: 0px;
	display: block;
}   

#footer ul li {
	display: block;
}	


#footer ul li.privacy a {
	width: 100px;
	height:13px;
	background-image: url(image/common/b_footer_privacy.jpg);
	background-repeat: no-repeat;
	font-size: 0.9em;
	line-height: 1em;
	text-indent: -1000em;
	margin-right: 12px;
	display: block;
	float:left;
}

#footer ul li.sitemap a {
	width: 64px;
	height:13px;
	background-image: url(image/common/b_footer_sitemap.jpg);
	background-repeat: no-repeat;
	font-size: 0.9em;
	line-height: 1em;
	text-indent: -1000em;
	display: block;	
	float: left;
}
