@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 author     :admin
 style info :コンテンツエリア関係、共通スタイル 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
body {
	background-color: #c8c8c8;
	color: #666;
	line-height: 1.465;
	*line-height: 1.4;
}

#headerBg {
	background-color: #ededed;
}
/*
background: url(../img/share/bg.jpg) repeat-x left top;
*/

a:link {color:#0062ba; text-decoration:none;}
a:visited {color:#0062ba; text-decoration:none;}
a:hover {color:#0062ba; text-decoration:underline;}
a:active {color:#0062ba; text-decoration:underline;}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 10px;
}

.imgL {
	float: left;
	margin: 0 10px 10px 0;
	clear: both;
}

.btn {
	text-align: center;
}

.txtR{
	text-align: right;
}

.caution {
	color: #fb0020;
}

.bold {
	color: #FF0066;
}

.clear {
	clear: both;
}
/* 外部リンクは別窓用アイコン指定 */
.windowIcon {
	padding: 3px 0 0 5px;
	vertical-align: bottom;
}

/* clearfix */
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
span#navSkip {
	position: absolute;
	top: 0;
	left: 0;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 980px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
	background-color: #FFF;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	width: 980px;
	margin: 0 auto;
}
/* clearfix */
#contents:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#contents .pageTop {
	clear: both;
	text-align: right;
	margin-bottom: 20px;
}

ul#PageNav {
	background-color:#EAEAE9;
	margin: 0 0 10px;
	padding: 5px;
	clear: both;
	overflow: hidden;
	list-style: none;
}
*html ul#PageNav {
	height: 1%;
}

ul#PageNav li {
	float: left;
}

ul#PageNav li .otherLink{
	margin-top: 5px;
}

#PageNav li a{
	border: solid 1px #ccc;
	background-color: #FFF;
	margin: 0 5px 0 0;
	padding: 5px 10px;
	display: block;
	font-weight: bold;
}

#PageNav li a:link {color:#0062ba; text-decoration:none;}
#PageNav li a:visited {color:#0062ba; text-decoration:none;}
#PageNav li a:hover,
#PageNav li a.act {color:#fff; text-decoration:none; background-color:#0062ba;}
#PageNav li a:active {color:#fff; text-decoration:none;}

dl.accessInfo {
	margin: 0 0 14px;
	padding: 0;
}

dl.accessInfo dd{
	margin: 0 0 10px 15px;
}

/*----------------------------------------------------
	#wapper
----------------------------------------------------*/
#wapper {
	width: 845px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
}

/* clearfix */
#wapper:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	float: right;
	width: 630px;
	margin-bottom: 5px;
}

#main table,#main ol,#main ul,#main dl,#main blockquote,#main pre,#main p {
	margin-bottom: 1em;
}

.txtindent {
	margin-left: 5px;
}

#mainBox {
	width: 630px;
	margin-left: 5px;
	margin-bottom: 20px;
	overflow: hidden;
}
*html #mainBox {
	height: 1%;
}

h2#pageTitle {
	background: url(../img/share/h2_bg.jpg) no-repeat;
	width: 610px;
	height: 32px;
	font-size: 140%;
	padding: 8px 0 0 20px;
	color: #000;
}

.read {
	margin: 10px 0;
}

.txtmargin {
	margin: 0 0 10px;
}

.navColor {
	color: #5AA662;
}

.txtCenter {
	text-align: center;
}

.pageLink {
	float: right;
	background: url(../img/share/icon_arrow.gif) no-repeat 0 4px;
	padding: 0 0 0 20px;
	margin: 10px 0 10px;
	clear:both;
}
/* clearfix */
.pageLink:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}	

	
.strongWord {
	font-weight: bold;
	font-size: 110%;
	color:#339933;
}

/* dl.firstindex（各カテゴリトップページ）
--------------------------------------------------- */
dl.firstindex {
	margin: 0 15px 0 0;
	padding: 0;
	width: 300px;
	height: 120px;
	float: left;
	overflow:hidden;
}
*html dl.firstindex {
	height: 1%;
}

dl.firstindex dt {
	background: url(../img/share/h3_indexbg.jpg) no-repeat;
	width: 300px;
	height: 24px;
	font-weight: bold;
	font-size: 105%;
	margin: 0 0 10px;
	padding: 6px 0 0;
}

dl.firstindex dt a{
	background: url(../img/share/icon_arrow.gif) no-repeat 10px 1px;
	height: 13px;
	width: 11px;
	padding: 0 0 0 35px;
}

*:first-child + html dl.firstindex dt a{ 
	background: url(../img/share/icon_arrow.gif) no-repeat 10px 5px;
	font-size: 110%;
 } 

dl.firstindex dd{
	margin: 0 10px;
	_height: 80px;	

}

h3.CateTit {
	background: url(../img/share/h3_bg.jpg) no-repeat;
	width: 615px;
	height: 25px;
	margin: 0 0 25px;
	padding: 5px 0 0 15px;
	clear: both;
}

.CateSummary {
	color: #42954B;
	font-size: 110%;
	margin-bottom: 10px;
}

.CateTxt {
	margin: 0 0 40px;
	padding: 0;
	line-height: 1.8;
}

.paragraph {
	display: block;
	margin-bottom: 20px;
}

.paragraphClear {
	display: block;
	margin-bottom: 20px;
	clear: both;
}

/* .nextActionLink
--------------------------------------------------- */
.nextActionLink {
	border: solid 1px #ccc;
	overflow:hidden;
	line-height: 3.0;
	margin: 0 0 10px;
	padding: 10px 20px 0;
	font-weight: 600;
	clear: both;
}
*html .nextActionLink {
	height: 1%;
}
.prev {
	float: left;
}
.next {
	float: right;
}

/* 文章のリンク
.nextActionLink {
	clear: both;
	background:url(../img/share/icon_arrow.gif) no-repeat 0 4px;
	padding: 0 0 10px 20px;
}
*/

/* #contactInfo
--------------------------------------------------- */
#contactInfo {
	border: solid 5px #FF7704;
	overflow:hidden;
	line-height: 1.0;
	margin: 0 0 10px;
	padding: 10px 10px 0;
	clear:both;
}

.contactInfoTit {
	font-weight: bold;
	color:#FF7907;
	margin: 0;
	padding: 0;
}

/* #bnrArea
--------------------------------------------------- */
#bnrArea {
	background-color:#EFEFEF;
	overflow:hidden;
	margin: 50px 0 0;
	padding: 17px 0 0 20px;
	_padding: 17px 0 17px 20px;
}
/* IE7対策 */
*:first-child + html #bnrArea {  
	padding: 17px 0 17px 20px;  
 } 


*html #bnrArea {
	height: 1%;
}

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




/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#sNavHeader{
	background:url(../img/share/navl_header_bg.jpg) no-repeat;
	width: 185px;
	height: 47px;
	margin: 0;
	padding: 22px 0 0 15px;
	color: #fff;
	font-size:150%;
	font-weight:bold;
}

ul#sNav{
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

ul#sNav li{
	background-color:#5AA662;
	border-bottom: solid 1px #ccc;
	height: 33px;
}

ul#sNav li a{
	display: block;
	line-height: 1.8;
	font-weight: bold;
	padding: 5px 0 0 10px;
	height: 28px;
	margin: 0;
}

#sNav li a.act,
#sNav a:hover {
	color: #333;
	background: url(../img/share/snav_act.gif) no-repeat;
}

ul#sNav li.sNavSecond {
	background-color:#E3F2AE;
	border-bottom: solid 1px #ccc;
	height: 33px;
	color: #060;
}
#sNav li.sNavSecond a.act,
#sNav li.sNavSecond a:hover {
	color: #333;
	background: url(../img/share/snav_act.gif) no-repeat;
}




.sNavHeadIcon {
	color:#2E6533;
	margin-right: 5px;
}


.sNavSecondWord {
	font-size: 90%;
	background: url(../img/share/icon_snav_second.gif) no-repeat;
	padding: 0 0 0 20px;
}

.sNavLongWord {
	font-size: 90%;
}

#sNav a:link {color:#fff; text-decoration:none;}
#sNav a:visited {color:#fff; text-decoration:none;}
#sNav a:hover {color:#333; text-decoration:none;}
#sNav a:active {color:#333; text-decoration:none;}

/* IE6対策 */
.sNavActColor {
	color: #333;
}

/*----------------------------------------------------
	サイドインフォメーション
----------------------------------------------------*/
.sideInfoBox {
	margin: 0 0 15px;
	padding: 0;
}


.sideInfoTit {
	background: url(../img/share/side_title_bg.jpg) no-repeat;
	width: 190px;
	height: 23px;
	padding: 7px 0 0 10px;
	margin: 0 0 10px;
	font-weight: bold;
}


/* table.sideSchedule
--------------------------------------------------- */
table.sideSchedule {
	clear: both;
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	border-collapse: collapse;
	line-height: 1.5;
}

table.sideSchedule th {
	margin: 0;
	padding: 3px 2px;
	text-align: center;
	vertical-align: middle;
	border: solid 1px #6abae8;
}

table.sideSchedule th.time {
	background: #c0e8ff;
	color: #0079bf;
}
table.sideSchedule th.day {
	background: #ebf8ff;
	color: #0079bf;
}
table.sideSchedule th.day_st {
	background: #c0e8ff;
	color: #0096ed;
}
table.sideSchedule th.day_sn {
	background: #ffd3d3;
	color: #ff7474;
}

table.sideSchedule td {
	margin: 0;
	padding: 3px 2px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #6abae8;
	color: #239be0;
	font-weight: bold;
}

.sideMap {
	margin: 0 0 10px;
}



/* -----------------------------------------------------------
	#promotionArea
		右側　プロモーションエリア
----------------------------------------------------------- */
#promotionArea {
	margin: 0;
	padding: 0;
	float: right;
	clear: right;

}

/* 右側  有名人ブログUP情報　
--------------------------------------------------- */
.sideFamousBlogBox {
	border: solid 1px #bebebe;
	background-color: #F9F9F9;
	padding: 3px;
	margin: 0 0 10px;
}

.sideFamousBlogTitle {
	padding: 0;
	margin: 0;
	_margin: 0 0 5px;
}

/* IE7対策 */
*:first-child + html .sideFamousBlogTitle {
	margin: 0 0 5px;
 } 

.sideFamousBlogEntryBox {
	overflow: auto;
	width: 112px;
	height: 153px;
	background-color: #FFF;
	border: dotted 1px #ccc;
	border-top: solid 2px #FF0066;
}






/* 右側  院長ブログ　
--------------------------------------------------- */
.sideDoctorBlogBox {
	border: solid 1px #bebebe;
	background-color: #F9F9F9;
	padding: 3px;
	margin: 0 0 10px;
}

.sideDoctorBlogTitle {
	padding: 0;
	margin: 0;
	_margin: 0 0 5px;
}

/* IE7対策 */
*:first-child + html .sideDoctorBlogTitle {
	margin: 0 0 5px;
 } 

.sideDoctorBlogEntryBox {
	overflow: auto;
	width: 112px;
	height: 153px;
	background-color: #FFF;
	border: dotted 1px #ccc;
	border-top: solid 2px #1C87EA;
}


/* 右側 メディア情報　
--------------------------------------------------- */
.sideMedia {
	width: 120px;
	margin: 0 0 10px;
	padding: 0 0 10px; 
	text-align: center;
	line-height: 1.0;
	border-bottom: dotted 1px #ccc;
	
	
}

.sideMediaName {
	font-size: 80%;
	display: block;
}



ul.sideFamousBlog,
ul.sideDoctorBlog {
	list-style: none;
	padding: 3px;	
	margin: 0;
	clear: both;
	border-bottom: dotted 1px #ccc; 
	line-height:0.9;
	font-size: 75%;
}

li.sideFBdate {
	margin: 0;
	padding: 0;
}

li.sideFBtit {
	margin: 5px 0;
}

li.sideFBurl,
li.sideDBurl {
	list-style: none;
	background: url(../img/share/icon_arrow_orange.gif) no-repeat 0 1px;
	padding: 0 0 0 7px;
	margin: 0 0 4px 0;
}





