f/* CSS Document */
@charset "UTF-8";

/* ブラウザのデフォルトCSSをリセット
******************************************************************************************** */
	body,form,fieldset {margin:0;padding:0;}
	fieldset {bolder:none;}
	h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {margin:0;padding:0;}
	blockquote,li,dt,dd {margin-left:1em;}
	li {list-style:none;}
	input,textarea {font-size:100%;}
	img{border:none;}


/* 基本文字色設定
******************************************************************************************** */
body {
	font-size:85%;	
	font-family:"ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#333333;
	link:#0099ff;
	margin:0;
	text-align:center;
	}
	*html body {font-size:80%;}
	*:first-child+html body {font-size:80%;}
p {line-height:1.5em;margin-bottom:7px;}
h1,h2,h3,h4,h5 {font-size:13px;font-weight:normal;}
a{color:#333333;text-decoration:none;}
a:hover{color:#FF0000;}

/* ヘッダー設定
******************************************************************************************** */
div#header {
	width:100%;
	height:105px;
	background-image:url(../images/new-common/head_line.gif);
	background-repeat:repeat-x;
	margin-top:3px;
	}
div#header_box,div#header_box_top {
	width:840px;
	height:105px;
	padding:0px;
	margin:0px auto;
	text-align:left;
	background-repeat:no-repeat;
	}
	div#header_box {background-image:url(../images/new-common/head_braket.gif);}
	div#header_box_top {background-image:url(../images/new-common/head_none.gif);}
	
	div#header_box h1,div#header_box_top h1 {
		width:820px;
		height:20px;
		margin-left:20px;
		}

	div#h_left {
		width:340px;
		float:left;
		}
	div#h_right {
		width:500px;
		float:right;
		}
		/*右側ブロック部　メニュー*/
		div#h_right ul {
			list-style-position:inside;
			margin-top:8px;
			}
		div#h_right ul li {
			float:left;
			margin-left:20px;
			}
		div#h_right ul li a {
			text-decoration:none;
			color:#666666;
			background-image:url(../images/common/header_point.gif);
			background-repeat:no-repeat;
			padding-left:15px;
			}
		div#h_right ul li a:hover {
			text-decoration:none;
			color:red;
			}


/* 外観設定 Menu 120px×7=840px + 白余白5px
******************************************************************************************** */
#sotowaku {
	background-image:url(../images/new-common/background.gif);
	background-repeat:repeat;
	width:100%;
	margin:0;
	}

/* コンテンツ段組
******************************************************************************************** */
#contener {
	width:842px;
	margin:0 auto;
	text-align:left;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	background-color:#fff;
	text-align:left;
	padding-bottom:20px;
	}
	*html #contener {width:850px;}
	#contener #side_k {
		width:200px;
		float:left;
		background-color:#FFF!important;
		}
	#contener #side {
		width:200px;
		float:left;
		background-color:#84bbeb;
		}
		
		*html #contener #side,*html #contener #side_k {margin-top:0px;}
		#contener #side .side_box_head,
		#contener #side_k .side_box_head {
			width:175px;
			margin:15px 0 0 10px;
			border-top: 1px #becddc solid;
			border-left: 1px #becddc solid;
			border-right: 1px #becddc solid;
			border-bottom: 1px #666666 dotted;
			background-color:#FFFFFF;
			text-align:center;
			}
		#contener #side .side_box_con,
		#contener #side_k .side_box_con {
			width:175px;
			margin:0 0 0 10px;
			border-left: 1px #becddc solid;
			border-right: 1px #becddc solid;
			border-bottom: 1px #becddc solid;
			background-color:#FFFFFF;
			}
		#contener #side .side_box_con p {padding:10px;}
		#contener #side .side_box_con ul {margin:0 0 5px 0;}	
		#contener #side .side_box_con ul.sidebox li a {
				background-image:url(../images/common/side_point_blue.gif);
				background-repeat:no-repeat;
				padding-left:12px;
				line-height:1.7em;
				}
				
	#contener #main {
		width:640px;
		margin:0;
		float:right;
		}
		/*下層ページのページタイトル分ずれるための補正
		*html #contener #main {margin-top:50px;}*/
		
		/*通常ページのページタイトル*/
		#contener #main #h2_box {
			width:570px;/*640*/
			height:40px;/*50*/
			display:block;
			background-image:url(../images/new-common/page_title_back.gif);
			padding:10px 60px 0 10px;
			}
			#contener #main #h2_box h2 {
				width:300px;
				display:block;
				float:left;
				font-weight:bold;
				font-size:130%;
				padding-top:7px;
				}
			#contener #main #h2_box p {
				width:240px;
				display:block;
				float:right;
				font-size:80%;
				}

		/*１コラムページのページタイトル*/
		#contener #h2_box_long {
			width:590px;/*765*/
			height:40px;/*50*/
			display:block;
			background-image:url(../images/new-common/page_title_long_back.gif);
			padding:10px 60px 0 115px;
			margin-left:37px;
			}
			#contener #h2_box_long h2 {
				width:300px;
				display:block;
				float:left;
				font-weight:bold;
				font-size:130%;
				padding-top:7px;
				}
			#contener #h2_box_long p {
				width:290px;
				display:block;
				float:right;
				font-size:80%;
				}

		/*医院ページのページタイトル*/
		#contener #h2_box_clinic {
			width:840px;/*840*/
			height:108px;/*108*/
			display:block;
			background-image:url(../images/new-common/page_title_clinic_back.gif);
			}
			#contener #h2_box_clinic h2 {
				width:418px;
				display:block;
				float:left;
				font-weight:bold;
				font-size:130%;
				padding-top:50px;
				margin-left:30px;
				}
				*html #contener #h2_box_clinic h2 {margin-left:20px;}
				#contener #h2_box_clinic h2 span {
					font-weight:normal;
					font-size:75%;
					}
			#contener #h2_box_clinic p {
				width:380px;
				display:block;
				float:right;
				margin-top:15px;
				}
			
		#contener #main h3 {
			clear:both;
			width:560px;/*620*/
			height:35px;/*50*/
			background-image:url(../images/new-common/h3_back.gif);
			background-repeat:no-repeat;
			color:#509ee3;/*9adbef;*/
			font-size:140%;
			padding:15px 0 0 60px;
			margin:20px 0 20px 15px;
			font-weight:bold;
			}
			*html #contener #main h3,*html #contener #main h4.h3 {width:560px;}
		
		
			#contener #main .naiyo {
				width:600px;
				margin:0 10px 10px 30px;
				}
		
		
		/*日大ページなど段組なし*/
		#contener #pagetitle_long {
			width:840px;
			height:50px;
			background-image:url(../images/common/page_title_long_back.gif);
			background-repeat:no-repeat;
			margin:30px 0;
			}
			#contener #pagetitle_long h2 {
				width:200px;
				height:35px;
				display:block;
				float:left;
				font-size:140%;
				margin:15px 0 0 180px;
				color:#666666;
				font-weight:bold;
				}
				*html #contener #pagetitle_long h2 {
					margin-left:100px;
					}
			#contener #pagetitle_long p {
				width:400px;
				height:42px;
				display:block;
				float:right;
				margin:8px 50px 0 5px;
				color:#666666;
				}
				*html #contener #pagetitle_long p {
					width:255px;
					}
			#contener h3.long,
			#contener #top_clinic h3 {
				width:840px;
				height:50px;
				background-image:url(../images/common/h3_long_back.gif);
				background-repeat:no-repeat;
				color:#509ee3;/*9adbef;*/
				font-size:140%;
				padding:13px 0 0 130px;
				margin:20px 0 0 0;
				font-weight:bold;
				}
				*html #contener h3.long,
				*html #contener #top_clinic h3 {
					width:710px;
					}
			#contener .naiyo_long {
				width:690px;
				margin:5px 75px;
				}

			
/* フッタ設定
******************************************************************************************** */
#attension {
	clear:both;
	width:100%;
	background-image:url(../images/new-common/background.gif);
	background-repeat:repeat;
	}
	#attension_box {
		width:842px;
		margin:0 auto;
		border-left:#CCCCCC 1px solid;
		border-right:#CCCCCC 1px solid;
		background-color:#FFFFFF;
		}
	*html #attension_box {width:850px;}
	#attension_box p {
		text-align:center;
		color:#666666;
		}

#footer {
	clear:both;
	width:100%;
　	text-align:center;
	background-image:url(../images/new-common/footer_line.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top:-8px;
	}
	#footer_box {
		width:840px;
		margin:0px auto;
		padding-top:20px;
		}
		
	
	#footer .footer_left {
		width:330px;
		margin:0 0 0 10px;
		float:left;
		text-align:left;
		}
	#footer .footer_right {
		width:470px;
		margin:0 10px 0 0;
		text-align:right;
		float:right;
		}
	#footer h3,#footer h3 a,#footer p,#footer p a{
		color:#666666;
		}
	#footer p a{
		text-decoration:none;
		}
	#footer p {
		line-height:1.2em;
		}

/* サイドメニュー設定
******************************************************************************************** */

div.s_m_head {
	width:100%;
	height:10px;
	display:block;
	background-color:#84bbeb;
	}
	div.s_m_head p {
		text-align:center;
		color:#fff;
		line-height:30px;
		}
	
		
#contener #side #side_bottom {
	width:200px;
	min-height:300px;
	background-image:url(../images/new-common/side_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;	
	}
/*近藤ページサイドメニュー背景*/	
#menu_k ul#menu{
	background:none!important;
	background-color:#FFF;
}	
#menu_k ul#menu li a{
	background:none!important;
}



ul#menu,ul#menu li {margin:0;}
	ul#menu li a,
	ul#menu_k li a,
	ul#menu li.movie a,
	ul#menu li.menutit a {	
		width:182px;
		height:19px;
		display:block;
		color:#000000;
		margin:0;
		text-align:right;
		padding:5px 18px 0 0;
		font-size:90%;
		}
	ul#menu li.movie{
		font-stretch:ultra-condensed!important;
		text-align:right;
	
	}
	ul#menu li.menutit a{ 
		background:none;
		color:#FFF;
		text-align:left;
		line-height:19px;
	}
	ul#menu li a {background-image:url(../images/new-common/menu_off.gif);}
	ul#menu li.movie a {background-image:url(../images/new-common/menu_movie_off.gif);}
	
	ul#menu li a:hover,
	ul#menu li a.on {
		color:red;
		background-image:url(../images/new-common/menu_on.gif);
		}
	ul#menu li.movie a:hover,
	ul#menu li.movie a.on {
		color:red;
		background-image:url(../images/new-common/menu_movie_on.gif);
		}
	ul#menu li.menutit {
		width:180px;/*200*/
		height:20px;/*40*/
		background:url(../images/new-common/menu_head.gif) no-repeat;
		font-weight:bold;
		padding:20px 0 5px 25px;
		color:#ffffff;
		font-size:95%;
		margin:0;
		}
		li#menutit a {color:#FFFFFF;}
		li#menutit a:hover{
			color:red;
			}
		*html li#menutit,*:first-child+html li#menutit {
			font-size:105%;
			}
/*近藤デンタルオフィス用*/
		#side_k ul#menu li{	
			width:170px;
			height:30px;
			display:block;
			color:#000000;
			margin:0 0 10px 0;
			padding:0;
			}
		#side_k ul#menu li a,
		#side_k ul#menu li.menutit a {	
			width:170px;
			height:30px;
			display:block;
			color:#000000;
			}
		#side_k ul#menu li a {background-image:none;}
		#side_k ul#menu li.movie a {background-image:none;}
		
		#side_k ul#menu li a:hover,
		#side_k ul#menu li a.on {
			color:#000;
			background-image:none;
			}
		#side_k ul#menu li.movie a:hover,
		#side_k ul#menu li.movie a.on {
			color:red;
			background-image:none;
			}
		#side_k ul#menu li.menutit {
			width:180px;/*200*/
			height:20px;/*40*/
			background:none;
			font-weight:bold;
			padding:20px 0 5px 25px;
			color:#ffffff;
			font-size:95%;
			margin:0;
			}

			
#toggle{ 
 display: none;
}

.flobox{
	width:90%;
	clear:right;
	margin:10px auto;
}
.flobox div{
	float:left;
}
.flobox ol{
	display:block;
	float:right;
	margin:0;
	width:60%;
}
.flobox ol li{
	margin-bottom:5px;
	line-height:1.3;
}



.floul{
	width:95%!important;
	margin:0 auto 20px auto;
	clear:both;
	overflow:hidden;
}
.floul li.60{
	width:60%!important;
}
.floul li{
	list-style:none;
	display:block;
	float:left;
	padding:0;
	width:45%;
}
.floul li.60{
	width:60%!important;
}



.floimg{
	width:100%;
	clear:both;
	margin:20px 0;
}
.floimg ul{
	list-style:none;
}
.floimg ul li{
	display:block;
	float:left;
	margin:10px;
}
.floimg ul li.yaji{
	background:url(../images/top/yaji.png) no-repeat center;
	width:50px;
	height:290px;
}

/*  saishin.html
------------------------------ */
.dlflo{
	width:100%;
	clear:both;
	overflow:hidden;
}
.dlflo dl{
	width:48%;
	height:auto;
	margin:10px 0;
	display:block;
	float:left;
	overflow:hidden;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
}
.dlflo dl.borno{
	border-right:none!important;
}
.dlflo dl.hig{
	min-height:500px!important;
}
.dlflo dl dt{
	text-align:center;
	margin:10px 0;
}
.dlflo dl dd{
	line-height:1.5;
	padding:10px;
}

.rtex{
	text-align:right;
	margin:20px 10px 20px auto;
}


.wakudl{
	width:90%;
	margin:10px auto;
	padding:5px;
	border:1px solid #becddc;
}
.wakudl dt{
	background-color:#E7EFFE;
	font-weight:bold;
	text-align:left;
	font-size:110%;
}
	
	
