/*
-----------------------------------------------

update:2008/9/27
----------------------------------------------- */

/*
===== CONTENTS =====

	1: universal reset 
	2: layout
	3: parts
		: header
		: navi
		: main
		: sub
		: footer
	4:page-parts
	
====================
*/

/* 1: universal reset
----------------------------------------------- */

*{
	margin:0px;
	padding:0px;
	background-repeat:no-repeat;
	list-style-type:none;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,div,table,tr,td,th,a{
	border-style:solid;
	border-width:0px;
	border-color:#ccc;
	font-size:100%;
}

p,li,dt,dd{line-height:1.7;}
th,td{ line-height:1.8; text-align:left; font-weight:normal; vertical-align:top;}
img{border-width:0px; vertical-align:bottom;}

a{outline:none;text-decoration:none; color:#573417;}
a:hover{text-decoration: underline;}

option{padding-right:10px;}

/* 2: layout
----------------------------------------------- */

body {
  font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

body{
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro",Verdana,Arial,Helvetica,"Osaka","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
	text-align:center;
	color:#000;
}

#container{
	margin:0px auto;
	text-align:left;
	width:800px;
	_width:828px;
	padding:5px 14px;
	background:url(../img/common/container.jpg) repeat-y;
}

#header{
	background:url(../img/common/header_bg.jpg) repeat-x;
	height:67px;
}

h1{margin-bottom:7px;}

#contents{
	width:800px;
	display: inline-block;
	margin-bottom:30px;
}

#contents:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}

#main{
	width:616px;
	float:left;
}

#sub{
	width:166px;
	float:right;
}

#footer{
}

/* 3: parts
----------------------------------------------- */

/*
===== header =====
*/

#logo a{
	display:block;
	text-indent:-9000px;
	width:300px;
	height:67px;
	margin-left:10px;
	background-image:url(../img/common/empty.gif);	
}


#header_title{
	float:left;
	width:341px;
	height:67px;
}
#header_tel{
	float:right;
	width:186px;
	height:67px;
}


/*
===== navi =====
*/
#navi{
	background-image:url(../img/common/navi_bg.jpg);
	width:800px;
	height:38px;
}

#navi ul{
	list-style: none;
}
#navi li {
	float: left;
	width: 133px;
	height: 38px;
}
#navi li a {
	display: block;
	width: 133px;
	height: 38px;
}			
#navi li#navi01 a,#navi li#navi02 a,
#navi li#navi03 a,#navi li#navi04 a,
#navi li#navi05 a,#navi li#navi06 a
 {
	width: 133px;
	height: 38px;
	display:block;
}


#navi li#navi01 a:hover img,
#navi li#navi02 a:hover img,#info-p #navi li#navi02 a img,
#navi li#navi03 a:hover img,#policy-p #navi li#navi03 a img,
#navi li#navi04 a:hover img,#menu-p #navi li#navi04 a img,
#navi li#navi05 a:hover img,#implant-p #navi li#navi05 a img,
#navi li#navi06 a:hover img,#access-p #navi li#navi06 a img
{
	width: 133px;
	height: 38px;
	visibility:hidden;
	margin: 0;
	padding: 0;
}

/*
===== main =====
*/

.block{
	margin: 0px;
}
.main-inner{width:603px; margin-left:13px; padding-top:9px;}
.inner{margin-left:10px; width:593px;}
.inner2{
      margin:0 0 20px 10px;
	  width:593px;
}

.block p{margin-bottom:10px;}
.p{font-size:120%;}
.block .pp{
	margin-bottom:20px;
	font-size:120%;
}
.note{font-size:80%;}
.center{text-align:center;}


/* column */

#column{width:616px;display: inline-block;}
#column:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}
#first{width:435px;float:right;}
#second{width:166px;float:left;}

/* title */

.title1{
	font-size:120%;
	background:url(../img/common/title1.jpg) left bottom no-repeat;
	line-height:28px;
	min-height:28px;
	_height:28px;
	border-bottom:1px solid #999;
	margin-bottom:10px;
	padding-left:12px;
}

.title2{
	background-image:url(../img/common/title2.jpg);
	line-height:32px;
	height:32px;
	color:#fff;
	font-size:120%;
	padding-left:11px;
	margin-bottom:25px;
}

.title3{
	background:url(../img/common/title3.jpg) bottom repeat-x;
	padding-bottom:4px;
	font-size:120%;
	margin-bottom:7px;
}

.copy{margin-bottom:20px;}

/* list */

.list{position:relative; margin-bottom:10px;}

.list dt{
	position:absolute;
	margin-left:8px;
	background:url(../img/common/main-arrow.jpg) left no-repeat;
	padding-left:12px;
	left:0px;
}

.list dd{padding-left:10em;}

.news-p .list dt{margin-left:0;}
.news-p .list dd{padding-left:9.5em;}



/* case */

.case {
	display: inline-block;
	width:100%;
}

.case:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}

.case .text{
	width:415px;
	float:left;
}

.case .image{
	float:right;
	width:165px;
	display:inline;
}

/* float */

.clearfix{
	display: inline-block;
	width:590px;
}

.clearfix:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}


.float-r{
	float:right;
	margin:0 0 15px 15px;
}
.float-l{
	float:left;
	margin:0 15px 15px 0;
}

/* link a */

.a{
	background:url(../img/common/main-arrow.jpg) left no-repeat;
	padding-left:10px;
}


/* history */

.history{position:relative;}

.history dt{
	position:absolute;
	left:0px;
	width:6em;
}

.history dt span{
	position:absolute;
	left:3em;
	text-align:right;
	width:3em;
	top:0px;
}

.history dd{padding-left:7.5em;}

/* gallery */

.gallery{display: inline-block;}
.gallery:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}


.gallery li{
	float:left;
	margin:0 13px 13px 0;
}

/* sitemap */

.sitemap a{
	padding-left:10px;
	background:url(../img/common/main-arrow.jpg) left no-repeat;
}

.sitemap li{margin-bottom:10px;}

.level1{
	background:url(../img/common/title3.jpg) bottom repeat-x;
	padding-bottom:4px;
}

.level2{
	border-bottom:1px solid #666;
	margin-left:50px;
}

.level3{
	border-bottom:1px solid #ccc;
	margin-left:110px;
}

/* news */

.entry-body{
	margin-bottom:30px;
	padding-left:5px;
	line-height:1.6;
}
.entry-footer{
	border-top:1px solid #666;
	color:#666;
	padding-left:5px;
}

#recent h2{background-image:url(../img/other/news-sub-recent.jpg);}
#back h2{background-image:url(../img/other/news-sub-back.jpg);}

/*
===== sub =====
*/

#counseling{
	background-image:url(../img/common/sub-counseling.jpg);
	height:90px;
	text-indent:-9000px;
	margin-bottom:9px;
}

.sub-block{background-color:#e6e6e6; padding-bottom:7px;}
.sub-block h2{text-indent:-9000px; height:43px; margin-bottom:7px;}
#menu h2{background-image:url(../img/common/sub-menu.jpg);}
#shinryo h2{background-image:url(../img/common/sub-shinryo.jpg);}
#jinzai h2{background-image:url(../img/common/sub-jinzai.jpg);}


.sub-block p{padding:0 10px;}

#menu{padding-top:1px;}

.sub-block ul{ margin:0 7px;}
.sub-block li{border-bottom:1px solid #999; padding-top:3px; padding-bottom:1px;}
.sub-block li ul{ margin:0;}
.sub-block li li{border-top:1px solid #999; border-bottom:none;}
.sub-block .last{border:none;}

.sub-block li a{
	background:url(../img/common/sub-arrow.jpg) 0px 6px no-repeat;
	padding-left:23px;
	display:block;
}

.sub-block li li a{background:none;}


/*
===== footer =====
*/


#footer #copyright{
	color:#fff;
	background-color:#000;
	text-align:center;
	padding:3px;
}

#footer #address{
	text-align:center;
	padding:5px;
}

#footer a{color:#fff;}


/* 4: page-parts
----------------------------------------------- */

/* scene-list */

#scene-list{
	width:568px;
	margin-left:34px;
	display: inline-block;
}

#scene-list:after{content: ".";display: block;height:0;clear:both;visibility: hidden;}

#scene-list dl{
	float:left;
	width:163px;
	margin-right:23px;
}
#scene-list dd{
	text-align:center;
	margin-bottom:15px;
}
#scene-list dd span{
	background:url(../img/scene/dot.jpg) left no-repeat;
	padding:0 10px;
}


/* profile */

#profile{
	line-height:1.7;
}

#profile h2{
	margin-bottom:0;
}
#profile .inner{
}

#profile .case{
	width:591px;
	margin-top:20px;
	margin-bottom:20px;

}
#profile .case .left{ float:right; width:162px;}
#profile .case .right{ float:left; width:418px;}
#profile .case .right h3{
	border-bottom:1px solid #000;
	font-size:120%;
	margin-bottom:10px;
	font-weight:normal;
}


.main_inner2 {
	width: 553px;
	margin: 0 auto;
	}





.bottom_banner {
	width: 603px;
	height: 76px;
	margin: 0 auto 25px auto;
	clear: both;
	}
/*---------------------20100407追加----------------------*/
.right00{
   float: right;
}
.bottom20{
   margin-bottom: 20px;

}
.bottom30{
   margin-bottom: 30px;

}
.top20{
   margin-top: 20px;

}
