@charset "UTF-8";

body{
	font-size:90%;
	margin:0px;
	line-height:140%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.box td{
	border:none;
	border-spacing:0px;
	border-collapse: separate;
	paddin:0px;
	margin:0px;
}


/*背景*/
/*----------------------------------------------------*/
#header{
	width:100%;
	background:#94cbdd;
}

#navi{
	width:100%;
	height:54px;
	background:url(../images/navi_back.gif) repeat-x;
}

#content{
	clear:both;
	width:100%;
	background:#ebebee;
}

/*ヘッダー*/
/*----------------------------------------------------*/
#header_inner{
	background-color:#FFFFFF;
	margin:auto;
	width:800px;
}
#header_top{
	background:url(../images/header_top_02.gif) no-repeat;
	height:22px;
	padding:15px 23px 7px 23px;
}
#header_top .copy{
	display:inline;
	position:relative
	
}
#header_top .home{
	display:inline;
	position:relative;
	left:288px;

}
#header_top .contact{
	display:inline;
	position:relative;
	left:290px;
}

#header_main{
	background-color:#FFFFFF;
	margin:auto;
	width:800px;
	border-top:solid 1px #CCCCCC;
	height:63px;
}

#header_main #logo{
	background-color:#FFFFFF;
	margin-left:15px;
	width:300px;
	float:left;
}

#header_right{
	background-color:#FFFFFF;
	margin:auto;
	float:right;
	position:relative;
	top:30px;
	padding-right:25px;
	color:#444444;
}

/*ナビゲーション*/
/*----------------------------------------------------*/
#navi_main{
	margin:0 auto;
	width:800px;
	clear:both;
}

#navi_main div{
	float:left;
	padding:0px;
	border-right:dotted 1px #FFFFFF;
}

#navi_main a{
	display:block;
	border-bottom:solid 5px #CCCCCC;
}
#navi_main a:hover{
	border-bottom:solid 5px #FFFF00;
}
#navi_main .on a{
	display:block;
	border-bottom:solid 5px #FFFF00;
}
#navi_main .last{
	border-right:none;
}


/*コンテンツ*/
/*----------------------------------------------------*/
#content_shadow{
	margin:auto;
	width:800px;
}

#content_main{
	background-repeat:repeat;
	background-color:#FFFFFF;
	margin:0 auto;
	width:800px;
	height:100%;
	padding:5px 0px 0px 0px;
}

#content_menu{
	margin:0px;
	width:187px;
	height:100%;
	float:left;
	padding-left:25px;
}
.content_menu_inner{
	background:url(../images/lnv_back_02.gif) repeat-y;
}

#content_menu p{
	margin:5px;
	text-align:center;
}

#main{
	background:url(../images/backwhite.gif);
	width:540px;
	height:100%;
	float:right;
	padding:0px;
	margin-bottom:25px;
	padding-right:25px;
}

.box{
	width:538px;
	margin-bottom:15px;
}
.lv1{
	background:url(../images/box01_back_01.gif) no-repeat;
	background-color:#FFFFFF;
	padding:0;
	height:21px;
}
.lv2{
	background:url(../images/box01_back_02.gif) repeat-y;
	padding:0px 20px 0px 15px;
}
.lv3{
	background:url(../images/box01_back_03.gif) no-repeat;
	height:13px;
}
.btnDetail{
	padding:5px;
	text-align:right;
}

.pankuzu{
	font-size:70%;
	background-color:#F0F0F0;
	margin:0px 0px 8px 0px;
	padding:3px 4px;
	color:#555555;
}

table.result{
	width:100%;
}

table.result th{
	font-weight:normal;
	width:90px;
	border:solid 1px #CCCCCC;
	padding:4px;
}
table.result td{
	padding:4px;
	border:solid 1px #CCCCCC;
}

.right{
float:right;
padding:5px;
text-align:center;
border:solid 1px #CCCCCC;
}

/*フッター*/
/*----------------------------------------------------*/
#footer{
	background:#34a9d6;
	margin:auto;
	width:780px;
	clear:both;
	padding:10px;
	height:18px;
}

.navi_footer{
	margin:0 auto;
	width:380px;
	float:left;
	font-size:80%;
	color:#FFFFFF;
}

.navi_footer div{
	float:left;
	padding:0px 8px;
	border-right:dotted 1px #FFFFFF;
}

.navi_footer div left{
	border-left:dotted 1px #FFFFFF;
}

.navi_footer a{
	white-space:nowrap;
	color:#FFFFFF;
}

.navi_footer a:link{
	color:#FFFFFF;
}

.navi_footer a:hover{
	color:#003399;
}

#footer .address{
	float:right;
	color:#FFFFFF;
	font-size:80%;
}

#footer-left{
	background:#34a9d6;
	margin:auto;
	width:390px;
	float:left;
}

h1{
	font-size:120%;
	color:#0099cc;
	margin:0px 0px 8px 0px;
	padding:0px 0px 2px 4px;
	border-bottom:2px solid #cccccc;
}

h2{
	font-size:110%;
	color:#0099cc;
	margin:0px 0px 8px 0px;
	border-left:4px solid #34a9d6;
	border-bottom:2px dotted #cccccc;
	padding-left:6px;
}

h3{
	font-size:100%;
	font-weight:normal;
	background-color:#A1CFE1;
	padding:4px 13px;
	margin:25px 0px 5px 0px;
	background:url(../images/h3_back.gif) no-repeat;
	height:26px;
}
img{
	border:none;
}
ul{
	margin:0px;
	padding:0px;
}
li{
	margin:0px;
	padding:0px;
	list-style:none;
}
p{
	margin:10px 0px;
}

table{
	border-collapse: collapse;
}

table,td{
	border:none;
	border-spacing:0px;
	padding:2px 4px;
	margin:0px;
}
th{
	font-weight:normal;
}

table.tbl1{
	width:100%;
}

table.tbl1 th{
	width:100px;
	border-bottom: dashed 1px #CCCCCC;
	padding:4px;
	vertical-align:top;
}
table.tbl1 td{
	border-bottom: dashed 1px #CCCCCC;
	padding:4px;
	vertical-align:top;
}
table.tbl2{
	width:100%;
}

table.tbl2 th{
	width:110px;
	border-bottom: dashed 1px #CCCCCC;
	padding:4px;
	vertical-align:top;
	text-align:left;
}
table.tbl2 td{
	border-bottom: dashed 1px #CCCCCC;
	padding:4px;
	vertical-align:top;
}
table.tbl3{
	margin-bottom:15px;
}

table.tbl3 th{
	background-color:#CCF1F7;
	border:1px solid #CCCCCC;
	padding:4px;
	vertical-align:top;
	text-align:center;
}
table.tbl3 td{
	border:1px solid #CCCCCC;
	padding:4px;
	vertical-align:top;
}
/*  ok */
table.tbl4{
	width:100%;
}

table.tbl4 th{
	width:150px;
	border-bottom: dashed 1px #CCCCCC;
	border-right: dashed 1px #CCCCCC;
	padding:4px;
	vertical-align:top;
}
table.tbl4 td{
	border-bottom: dashed 1px #CCCCCC;
	padding:4px;
	vertical-align:top;
}

/*診療時間*/
table.tbl5{
	margin-bottom:15px;
}
table.tbl5 th{
	background-color:#CCF1F7;
	text-align:center;
	padding:3px 10px;
	border:1px solid #CCCCCC;
}
table.tbl5 td{
	text-align:center;
	padding:3px 10px;
	border:1px solid #CCCCCC;
}
/*講演録*/
table.tbl6{
	width:100%;
}

table.tbl6 th{
	width:150px;
	border-bottom: dashed 1px #CCCCCC;
	padding:4px;
	vertical-align:top;
	text-align:left;
}
table.tbl6 td{
	border-bottom: dashed 1px #CCCCCC;
	padding:4px;
	vertical-align:top;
}

.td_left{
	text-align:left !important;
}

.floatClear{
	clear:left;
	overflow:hidden;
}
.pagetop{
	margin-top:25px;
	text-align:right;
	background:#F0F0F0;
	padding:3px;
	clear:both;
}
span.notice{
	color:#FF0000;
}

.nowrap{
	white-space:nowrap;
}

.pootisionTop{
	margin-top:0px;
}
ul.list1 li{
	background:url(../images/ic_li.gif) no-repeat 0px 4px;
	padding-left:15px;
}

ul.notice li{
	background:url(../images/ic_notice.gif) no-repeat 0px 4px;
	padding-left:15px;

}
.inner_box{
	padding:10px 15px;
	margin-bottom:15px;
	border:1px solid #CCCCCC;
}
.border{
	height:1px;
	margin:30px 0px;
	background:url(../images/back_border.gif) no-repeat;
}
ul.page_link{
	margin-top:15px;
	font-size:80%;
}
ul.page_link li{
	background:url(../images/ic_li.gif) no-repeat 0px 4px;
	padding-left:15px;
	margin-right:15px;
	float:left;
}
.page_link_border{
	clear:both;
	margin-bottom:20px;
}
.photo_left{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.photo_right{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	padding-right:20px;
	padding-top:20px;
}
.font-s{
	font-size:80%;
}


/*問い合わせ*/
table.contactForm{
	width:100%;
	margin-bottom:25px;
}
table.contactForm th{
	border-bottom:1px dotted #CCCCCC;
	text-align : left ;
	padding:6px 10px;
}
table.contactForm td{
	border-bottom:1px dotted #CCCCCC;
	padding:6px 10px;
}


/*たかせクリニックについて*/
#about{
	background:url(../about/images/back.jpg) no-repeat right bottom;
}


/*患者様向け情報*/
ul.patient_menu li{
	width:139px;
	float:left;
	margin-right:9px;
	border:1px solid #CCCCCC;
	padding:10px;
}
ul.patient_menu li.last{
	margin-right:0px;
}

ul.patient li{
    background:url(../images/ic_li.gif) no-repeat 0px 4px;
	padding-left:15px;
	margin-right:8px;
	float:left;
}   

dt{
	color:#3399CC;
	font-weight: bold; 
}


/*サイトマップ*/
table.sitemap td{
	vertical-align:top;
	padding-right:50px;
}
table.sitemap td ul{
	margin-bottom:15px;
}
table.sitemap td li{
	background:url(../images/ic_li.gif) no-repeat 2px 4px;
	padding-left:15px;
	margin:5px 0px;

}
/*講演活動*/
.lecture{
	height: 250px;
	overflow: auto;
	border:1px solid #CCCCCC;

}


