/* CSS Document */


/*==================
 *  基本タグ設定
 ===================*/
*{
	margin: 0;
	padding: 0;
	}

body{
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic pro", "ヒラギノ角ゴ pro W3", "ＭＳ Ｐゴシック", "Osaka";
	text-align: center;
	color: #333;
	background: url(../images/bg.jpg) repeat;
	line-height: 1.4em; 
	position: relative;
	}

img{
	border: 0;
	}

ul,ol{
	list-style: none;
	}

a:link,a:visited{
	text-decoration: none;
	}

a:hover,a:active{
	text-decoration: underline;
	}

strong {
	color: #5c1459;
	}


/*==================
 *  共通クラス
 ===================*/
.clear{
	clear:both;
}

/*clearfix*/
.clearfix:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	}

.clearfix{
	display:inline-block;/* MAC IE用　*/
	min-height:1%;/* IE 7用 */
	}

/*--MAC IEは非適用→ \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/*--ここまでMAC IEは非適用 */



/*==================
 *  基本構造
 ===================*/
/* header_トップページ */
.topPage #header{
	background: url(../images/header_top.jpg) no-repeat;
	margin: 0 auto;
	width: 960px;
	height: 490px;
	position: relative;
	}
	
	.topPage #header h1{
		position: absolute;
		top: 95px;
		left: 55px;
		}
	
	.topPage #header h1 a{
		display: block;
		background: url(../images/logo.jpg) no-repeat;
		width: 268px;
		height: 50px;
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
		}

/* header */
#header{
	background: url(../images/header.jpg) no-repeat;
	margin: 0 auto;
	width: 960px;
	height: 170px;
	position: relative;
	}
	
	#header strong{
		position: absolute;
		top: 98px;
		left: 55px;
		}
		
	#header strong a{
		display: block;
		background: url(../images/logo.jpg) no-repeat;
		width: 268px;
		height: 50px;
		text-indent: -9999px;
		overflow: hidden;
		outline: none;
		}

/* h1 */
h1{
	text-indent: -9999px;
	}

	h1.p02{
		background: url(../images/p02.jpg) no-repeat;
		width: 910px;
		height: 150px;
		margin: 0 auto;
		}
		
	h1.p03{
		background: url(../images/p03.jpg) no-repeat;
		width: 910px;
		height: 150px;
		margin: 0 auto;
		}
		
	h1.p04{
		background: url(../images/p04.jpg) no-repeat;
		width: 910px;
		height: 150px;
		margin: 0 auto;
		}
		
	h1.p05{
		background: url(../images/p05.jpg) no-repeat;
		width: 910px;
		height: 150px;
		margin: 0 auto;
		}

/* content */
.topPage #content{
	background: url(../images/contentbg.jpg) repeat-y;
	margin: 0 auto;
	width: 910px;
	font-size: 0.875em;
	}

#content{
	background: url(../images/contentbg.jpg) repeat-y;
	margin: 0 auto;
	width: 910px;
	padding-bottom: 30px;
	text-align: left;
	font-size: 0.875em;
	}

/*gnavi*/
#gnavi{
	background: url(../images/gnavibg.jpg) repeat-x;
	height: 60px;
	}

/* main */
#main{
	float: left;
	width: 658px;
	padding: 0 20px 0 30px;
	}

/* side */
#side{
	float: left;
	width: 202px;
	padding-top: 60px;
	text-align: left;
	}
	
	.topPage #side{
		padding-top: 25px;
		}

/* footer */
#footer{
	background: url(../images/footerbg.jpg) repeat-x;
	height: 132px;
	font-size: 0.75em;
 	}

#footer_inner{
	width: 900px;
	margin: 0 auto;
	position: relative;
 	}


/*==================
 *  header内 topPass
 ===================*/
p#topPass{
	width: 116px;
	height: 22px;
	position: absolute;
	top: 43px;
	left: 610px;
 	}

p#topPass{
	height: 22px;
	text-indent: -9999px;
 	}

	#topPass a{
		background: url(../images/headerNavi.jpg) no-repeat;
		width: 116px;
		height: 22px;
		display: block;
		overflow: hidden;
		outline: none;
		}
	
	#topPass a#pass01:hover{
		background-position: 0 -22px;
		width: 116px;
		}

/*==================
 *  gnavi
 ===================*/
.gnavi_inner{
	width: 900px;
	margin: 0 auto;
	}

.gnavi_inner li{
	float: left;
	width: 180px;
	height: 60px;
	}

.gnavi_inner li a{
	background: url(../images/gnavi.jpg) no-repeat;
	display: block;
	width: 180px;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	}

	.gnavi_inner li a#navi01:link,
	.gnavi_inner li a#navi01:visited{
		background-position: 0 0;
	}
	
	.gnavi_inner li a#navi01:hover,
	.gnavi_inner li a#navi01:active,
	.gnavi_inner li a#navi01act{
		background-position: 0 -60px;
	}
	
	.gnavi_inner li a#navi02:link,
	.gnavi_inner li a#navi02:visited{
		background-position: -180px 0;
	}
	
	.gnavi_inner li a#navi02:hover,
	.gnavi_inner li a#navi02:active,
	.gnavi_inner li a#navi02act{
		background-position: -180px -60px;
	}
	
	.gnavi_inner li a#navi03:link,
	.gnavi_inner li a#navi03:visited{
		background-position: -360px 0;
	}
	
	.gnavi_inner li a#navi03:hover,
	.gnavi_inner li a#navi03:active,
	.gnavi_inner li a#navi03act{
		background-position: -360px -60px;
	}
	
	.gnavi_inner li a#navi04:link,
	.gnavi_inner li a#navi04:visited{
		background-position: -540px 0;
	}
	
	.gnavi_inner li a#navi04:hover,
	.gnavi_inner li a#navi04:active,
	.gnavi_inner li a#navi04act{
		background-position: -540px -60px;
	}
		
	.gnavi_inner li a#navi05:link,
	.gnavi_inner li a#navi05:visited{
		background-position: -720px 0;
	}
	
	.gnavi_inner li a#navi05:hover,
	.gnavi_inner li a#navi05:active,
	.gnavi_inner li a#navi05act{
		background-position: -720px -60px;
	}
	

/* FLASH */
#flash{
	position: absolute;
	top: 160px;
	left: 28px;
	margin: 0 auto;
	width: 900px;
	height: 330px:;
	}
	

/*==================
 *  h2
 ===================*/
/*h2*/
h2{
	margin-bottom: 5px;
	}

h2.midashi01{
	background: url(../images/midashi.jpg) no-repeat;
	width: 200px;
	height: 58px;
	text-indent: -9999px;
	position: relative;
	}
	
	/* トップページ */
	h2.midashi01#p01_01{
		background-position: 0 0;
		}
	
	h2.midashi01#p01_02{
		background-position: 0 -58px;
		}
		
	/* 当院について */	
	h2.midashi01#p02_01{
		background-position: 0 -116px;
		}
		
	h2.midashi01#p02_02{
		background-position: 0 -174px;
		}
		
	/* 診療について */	
	h2.midashi01#p03_01{
		background-position: 0 -232px;
		}
		
	h2.midashi01#p03_02{
		background-position: 0 -290px;
		}
				
	/* Dr.道代の相談室 */
	h2.midashi01#p04_01{
		background-position: 0 -348px;
		}
		
	/* アクセス */	
	h2.midashi01#p05_01{
		background-position: 0 -406px;
		}


/*==================
 *  h3
 ===================*/
h3.h301{
	margin: 15px 0 12px;
	}

.kamoku h3{
	background: url(../images/midashi02.jpg) no-repeat;
	width: 130px;
	height: 22px;
	text-indent: -9999px;
	margin-bottom: 10px;
	margin-top: 15px;
	}
	
	.kamoku h3#ka01{
		background-position: 0 0;
		margin-top: 15px;
		}
	
	.kamoku h3#ka02{
		background-position: 0 -22px;
		}
	
	.kamoku h3#ka03{
		background-position: 0 -44px;
		}
	
	.kamoku h3#ka04{
		background-position: 0 -66px;
		}
	
	.kamoku h3#ka05{
		background-position: 0 -88px;
		}
	
	.kamoku h3#ka06{
		background-position: 0 -110px;
		}
		
	.kamoku h3#ka07{
		background-position: 0 -132px;
		} 
	
/*==================
 * ぱんくずリスト
 ===================*/
#pankuzu{
	font-size: 0.85em;
	margin-top: 10px;
	}

#pankuzu p{
	float: left;
	}

#pankuzu p a{
	text-decoration: underline;
	color: #5c1459;
	}

#pankuzu strong{
	font-weight: normal;
	}


/*==================
 *  main内(article) 
 ===================*/
#main .article{
	margin-top: 20px;
	padding-bottom: 15px;
	}

#main .article.line{
	background: url(../images/articleline.jpg) bottom left repeat-x;
	padding-bottom: 30px;
	}

#main .article .rinen{
	margin-bottom: 20px;
	}

#main .article02{
	padding-bottom: 20px;
	border-bottom: 1px dotted #c5c4c5;
	}

/* p */
#main .article p{
	text-indent: 1em;
	color: #555;
	}

	#main .article p.space{
		margin-bottom: 1em;
		}
	
	#main .article p.ind{
		padding-top: 10px;
		}
	
	#main .article p.name,
	.name{
		color: #333;
		text-indent: 2em;
		}


/* p2 院長メッセージ */
#main .article .message{
	float: left;
	width:400px;
	padding-right:20px;
	}

#main .article .dr{
	margin: 30px 0 25px;
	}

/* p2 ul*/
#main .article .staff{
	padding-left: 15px;
	padding-top: 15px;
	/*margin-top: 20px;*/
	padding-bottom: 26px;
	background: url(../images/line02.jpg) bottom left no-repeat;
	}
	
	#main .article .staff li{
		float: left;
		}
		
	#main .article .staff li.text{
		width: 420px;
		}
	
	#main .article .staff li.text dt{
		float: left;
		width: 120px;
		text-align: right;
		}
		
	#main .article .staff li.text dd{
		margin-left: 120px;
		background: url(../images/dotted.jpg) bottom left repeat-x;
		}
	
/* トップページimg画像 */
#main .article .imgA{
	float: left;
	margin-right: 15px;
	}

/* Q&Aページ  */
/*.article03{
	background: url(../images/incyo02.jpg) top right no-repeat;
	}*/

dl.q01{
	width: 632px;
	background: url(../images/line02.jpg) bottom left no-repeat;
	margin-top: 12px;
	margin-bottom: 30px;
	}

dt.que{
	background: url(../images/q.jpg) left top no-repeat;
	text-indent: 1em;
	padding-left: 40px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #c5c4c5;
	}

dd.ans{
	background: url(../images/a.jpg) left top no-repeat;
	text-indent: 1em;
	padding-left: 40px;
	padding-bottom: 30px;
	margin-top: 15px;
	}

/* table
   医院概要
   経歴 */
table.tbl01{
	width: 620px;
	margin: 0 auto;
	}
	
table.tbl02{
	width: 440px;
	}

table.tbl01 th,
table.tbl02 th{
	background: #f2eaf1 url(../images/thBg.jpg) no-repeat;
	line-height: 3.5em;
	vertical-align: top;
	padding: 0 25px 0 10px;
	border-right: 1px solid #ebdfea;
	white-space: nowrap;
	font-weight: normal;
	}

table.tbl01 th.thLast,
table.tbl01 td.tdLast,
table.tbl02 th.thLast,
table.tbl02 td.tdLast,
table.tbl03 td.tdLast{
	border-bottom: 1px solid #ebdfea;
	}

table.tbl01 td,
table.tbl02 td{
	background: #fdfbfa;
	vertical-align: middle;
	padding: 10px;
	border-top: 1px solid #ebdfea;
	border-right: 1px solid #ebdfea;
	}

/* tabl 料金表 */
/*table.tbl03{
	width: 620px;
	margin: 10px auto 0;
	}
	
	table.tbl03 caption{
		text-align: left;
		}
	
	table.tbl03 th{
		text-align: center;
		background: #eeddd7 url(../images/thBg.jpg) no-repeat;
		line-height: 2em;
		vertical-align: middle;
		white-space: nowrap;
		font-weight: normal;
		}
	
	table.tbl03 td{
		background: #faf5ef;
	    vertical-align: middle;
	    padding: 0 10px;
		}

	 table.tbl03 td.tName{
		 border-top: 1px solid #D4BDB2;
		 border-left: 1px solid #D4BDB2;
		 padding-top: 10px;
		 }
		 
	table.tbl03 td.tContent{
		 border-left: 1px solid #D4BDB2;
		 text-indent: 1em;
		 color: #555;
		 padding-bottom: 10px;
		 }
	
	table.tbl03 td.price{
		width: 170px;
		text-align: right;
		border-top: 1px solid #D4BDB2;
		border-left: 1px solid #D4BDB2;
		border-right: 1px solid #D4BDB2;
		}
*/
/* map */
#main .article .map{
	margin: 30px auto 15px;
	width: 634px;
	height: 407px;
	border: 1px #999 solid;
	}
	
#main .article ul.add{
	margin-left: 30px;
	margin-top: 30px;
	}	

/*==================
 *  side内 
 ===================*/
#side ul{
	width: 197px;
	}

#side ul.shinryokamoku li.sCont{
	height: 21px;
	margin-bottom: 2px;
	}
	
	#side ul.shinryokamoku li a{
		display: block;
		overflow: hidden;
		outline: none;
		}
	
	#side ul.shinryokamoku li a:hover{
		filter: alpha(opacity:60);
		-moz-opacity:0.6;
        opacity:0.6;
		}

#side ul.info{
	margin-top: 15px;
	}
	
/*#side li.shinryou{
	padding-top: 12px;
	}*/
	


/*==================
 *  footer内 
 ===================*/
/* topBack */
a#topBack{
	background: url(../images/topback.jpg) no-repeat;
	display: block;
	width: 168px;
	height: 18px;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	position: absolute;
	top: -40px;
	left: 715px;
	}

/* コピーライト */
address{
	background: url(../images/copy.jpg) no-repeat;
	width: 380px;
	height: 14px;
	position: absolute;
	top: 65px;
	left: 180px;
	text-indent: -9999px;
	}

/* footerナビ */
#fnavi{
	text-align: center;
	position: absolute;
	top: 10px;
	left: 180px;
	}

#fnavi li{
	float: left;
	height: 39px;
	color: #fff;
	}

	#fnavi li a{
		color: #fff;
		}

/* footerlogo */
.footerlogo{
		position: absolute;
		top: 65px;
		left: 20px;
		}



/*--写真--*/
.p_div {
float: left;
padding-right: 20px;
}

.p_head {
background: url(../images/photo_bg01.jpg) no-repeat center top;
padding-top: 1px;
}

.p_head .p_bottom {
background: url(../images/photo_Bg_btm.jpg) repeat-x left bottom;
}

.p_head .p_bottom .p_right {
background: url(../images/photo_bg_r.jpg) right bottom no-repeat;
}

.p_head .p_bottom .p_right .p_body {
background: url(../images/photo_bg_l.jpg) no-repeat bottom left;
padding-bottom: 10px;
}

.p_head .p_bottom .p_right .p_body img {
display: block;
padding: 7px 10px 10px;
background: url(../images/photo_bg01.jpg) center top -15px;
}



/*-- tel --*/
.tel{
	position: absolute;
	top: 10px;
	left: 615px;
	}
	
/* 駐車場 */	
td .p,
.add .p{
	margin-right: 8px;
	margin-bottom: -2px;
	}

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