@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Purpose                     */
/*                 09  Action                      */
/*                 10  Team		                   */
/*                 11  Implant                     */
/*                 12  Frontier                    */
/*                 13  Maker                       */
/*                 14  Clinic                      */
/*                 15  Oral                        */
/*                 16  Oral treatment              */
/*                 17  Case                        */


/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Brown          #4e3b1a      */
/*        Main Color - Light Brown    #695639      */
/*        Main Color - Fresh Brown    #684d2f      */
/*                                                 */
/*        Sub Color  - Yellow Green   #7ac300      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/bg_body.jpg) top repeat-x #bbb0a2; margin:0; padding:0; }

#wrapper {
	width: 820px;
	margin: 0 auto;
	padding: 7px 0 0 0;
	text-align: center;
	}

#main {
	width:800px;
	margin:0 10px 15px 10px;
	background: url(../images/bg_main.jpg) 0 0 repeat-y;
	}

#content {
	width: 580px;
	float: left;
	color:#000;
	font-size:100%;
	text-align:left;
	background:#fff;
	}

.img { margin: 0 ; padding: 0 ; font-size: 1%; line-height: 1% ; display: block ; } 
/*---------- 03  Header -----------*/

#header {
	background: url(../images/bg_header.jpg) 0 0 no-repeat;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	}

h1 {
	width: 319px;
	height: 71px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	text-indent: -9999px;
	width: 319px;
	height: 71px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header p.text {
	padding: 0;
	width:277px;
	margin: 20px 78px 26px 0;
	height: 28px;
	float:right;
	display:block;
	text-indent:-9999px;
	}

#header p.top_img {
	margin: 0;
	padding: 0;
	height: 304px;
	display:block;
	clear:both;
	}
	
#header p.top_content {
	margin: 0;
	padding: 0;
	height: 224px;
	display:block;
	clear:both;
	}
	
#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	height: 19px;
	}

#header_nav li {
	height: 19px;
	float: left;
	text-indent: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 19px;
	}

#nav01 { width: 80px; }
#nav02 { width: 100px; }

#nav01 a {
	background: url(../images/header_nav.png) -20px 0 no-repeat;
	width: 80px;
	}
#nav02 a {
	background: url(../images/header_nav.png) -100px 0 no-repeat;
	width: 100px;
	}


/*----------04  Navigation -----------*/

#nav {
	width: 206px;
	float: right;
	padding: 0px 7px 0px 7px;
	margin:0;
	}

#nav ul {
	margin: 0 0 29px 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}


#nav .internal li {
	height: 40px;
	width:206px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 40px;
	width:206px;
	}
	
#nav .internal li#nav09 { height:44px;  }	

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/nav.jpg) 0 -40px no-repeat; }
#nav03 a { background: url(../images/nav.jpg) 0 -80px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -120px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -160px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -200px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -240px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -280px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -320px no-repeat; }

#nav01 a:hover { background: url(../images/nav.jpg) -206px 0 no-repeat; }
#nav02 a:hover { background: url(../images/nav.jpg) -206px -40px no-repeat; }
#nav03 a:hover { background: url(../images/nav.jpg) -206px -80px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -206px -120px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -206px -160px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -206px -200px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -206px -240px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -206px -280px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -206px -320px no-repeat; }

#nav p { text-align: center; }

#nav_banner01 a{ background:url(../images/nav_banner01.jpg) no-repeat; width:190px; height:60px; display:block; text-indent:-9999px; margin:0 8px 10px 8px; padding:0;}

#nav_banner02 a{ background:url(../images/nav_banner02.jpg) no-repeat; width:190px; height:60px; display:block; text-indent:-9999px; margin:0 8px 10px 8px; padding:0;}

#nav_banner03 a{ background:url(../images/nav_banner03.jpg) no-repeat; width:190px; height:60px; display:block; text-indent:-9999px; margin:0 8px 30px 8px; padding:0;}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin:0 auto;
	padding:0;
	height:90px;
	background: url(../images/footer_01.jpg) bottom repeat-x;
	text-align: center;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer #footer_01 {
	clear:both;
	margin:0 auto;
	padding:15px 0 0 0;
	width:820px;
	height:75px;
	font-size:100%;
	line-height:1.4em;
	letter-spacing:1px;
	text-align:center;
	background: url(../images/footer_02.jpg) 0 0 no-repeat ;
	}

#footer a {
	text-decoration: none;
	color: #361F04;
	}
#footer a:hover { text-decoration: underline; }

#footer #footer_01 ul { 
	list-style: none;
	margin: 0;
	padding:0;
	}

#footer #footer_01 ul li {
	display: inline;
	margin:0;
	padding:0;
	}

#footer #footer_01 address { margin:15px 0 5px 0; font-size:100%; line-height:1.4em; letter-spacing:1px; color:#6A5945; }

#footer #footer_01 address a { color:#6A5945; text-decoration:none; }

#footer #footer_01 address a:hover { color:#6A5945; text-decoration:underline; }

/*---------- 06  Contents -----------*/

.section { padding: 0em 32px 0em 28px;}
.section .section { padding: 0em 10px 0em 10px; }

.center { text-align: center; }

#content h2 {
	height: 50px;
	text-indent: -9999px;
	margin: 16px 32px 10px 28px;
	padding:0;
	}
#content h3 {
	clear: both;
	height: 30px;
	margin:0 0 20px 0;
	padding:0;
	text-indent: -9999px;
	}
#content h4 {
	clear:both;
	height: 24px;
	text-indent: -9999px;
	margin: 0 0 10px 0;
	padding:0;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content ul.bullet {
	margin:0; padding:5px 0 0 0;
	list-style:none;
}
#content ul.bullet li{
	margin:0; padding:0;
	background:url(../images/bullet.jpg) no-repeat 0 1px;
	padding:0px 0px 0px 17px;
}

#content dt { margin:0; padding:0; }

#content a { text-decoration: underline; }

a {
	color: #000;
	outline: none;
	}
a:hover { color: #a5835e;}

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}
.image_c  {
	background-color:#fff;
	background:#b3b3b3;
	padding:1px;
	margin: 0;
	display: block;
	line-height: 1%;
	}
	

.image_l  {
	float: left;
	background-color:#fff;
	background:#b3b3b3;
	padding:1px;
	margin-right:10px;
	line-height:1%;
	}

.image_r {
	float: right;
	background-color:#fff;
	background:#b3b3b3;
	padding:1px;
	margin-left:10px;
	line-height:1%;
	display: block;
	}
	

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}

.case-noimg { margin: 10px 20px; }

.case img,
.case-narrow img,
.case-noimg img { display: block; }


.caption {
	text-align: center;
	border-top: 2px solid #ccc;
	}


#content ul.totop {
	clear: both;
	padding:0;
	margin: 0 32px 20px 0;
	height:28px;
	list-style:none;
	}

#content ul.totop li {
	list-style: none;
	width: 104px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}

#content ul.totop li.idx{
	float: left;
	margin: 0 0 0 30px;
}

#content ul.totop li.cnt{
	float: right;
}

#content ul.totop li.idx a {
	display: block;
	height: 28px;
	background: url(../images/to_home.jpg) 0 0 no-repeat;
	}
	
#content ul.totop li.cnt a {
	display: block;
	height: 28px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}


p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #4499af;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */

#content table {
	border-collapse: collapse ;
	border-spacing: 1px;
	border: 1px solid #5a3d1c;
	font-size: 100%;
	color: #000;
	line-height:1.75em;
	width: 520px;
	margin:0;
	}

#content table th,
#content table td {
	padding: 5px;
	border: 1px solid #5a3d1c;
	}

#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

.width_160{width:160px; vertical-align:top;}

.width_120{width:120px; vertical-align:top;}

.bg_color01{background-color:#efe9e1; color:#635744; font-weight:bold; vertical-align:top;}

/*---------- 07  Index -----------*/
#index .section{padding:0 32px 0 28px;}
#index h2{ margin:0; padding:0; text-indent:-9999px; display:block; height:47px; }
#index h2#title_01{ background:url(../images/index_01.jpg) 0 0 no-repeat; }
#index h3#title_02{ background:url(../images/index_h3.jpg) 0 0 no-repeat; }
#index .bg_01{ 
		background:url(../images/index_02.jpg) bottom repeat-x; 
		padding:12px 12px 8px 12px;
		text-align:left;
		}
#index .bg_02{ 
		background:url(../images/index_05.jpg) 0 0 no-repeat;
		height:248px;
		margin:0 32px 16px 28px;  
		}
#index .bg_03{ 
		background:url(../images/index_17.jpg) left bottom repeat-x; 
		margin:0 32px 0 44px;
		text-align:left;  
		}
#index .text_01{
		color:#eaeaea;
		padding:0 34px 0 0; 
		}

#index .text_01 a{
		color:#eaeaea;
		text-decoration:none;
		}
#index .text_01 a:hover{
		color:#eaeaea;
		text-decoration:underline;
		}

#index .text_02{
		color:#eaeaea;
		padding:0 24px 0 0; 
		}

#index .text_02 a{
		color:#eaeaea;
		text-decoration:none;
		}
#index .text_02 a:hover{
		color:#eaeaea;
		text-decoration:underline;
		}

#index .alpha{float: left; width: 260px; padding:0 0 0 15px; text-align:left;}
#index .beta{float: right; width: 245px; margin:0; text-align:left;}
#index .bg_right{float: right; padding:0; text-align:left;}
		
#index .image_l_b {
	float: left;
	background-color:#fff;
	background:#b3b3b3;
	padding:1px;
	margin-right:23px;
	line-height:1%;	
	}

#index dl { margin: 0; padding: 0; width: 316px; font-size:95%; line-height:1.60em; color:#3f3f3f; }
#index dl dt{ margin: 0; padding: 0; float: left; width: 60px; display: inline; }
#index dl dd{ margin: 0; padding: 0; float: right; width: 256px;  display:inline; }
#index dl dd.dd_01{ margin-left: 60px; }

.bnr_movie{
	margin-bottom: 10px;
}
.bnr_movie a{
	display: block;
	background:url(../images/index_03.jpg) 0 0 no-repeat;
	width: 520px;
	height: 90px;
	text-indent: -9999px;
}

.bnr_movie a:hover{ background:url(../images/index_03_roll.jpg) 0 0 no-repeat;}

/*---------- 08  Purpose -----------*/
#purpose h2#title_01{ background:url(../images/purpose_h2.jpg) 0 0 no-repeat; }
#purpose h3#title_02{ background:url(../images/purpose_h3.jpg) 0 0 no-repeat; }

/*---------- 09  Action -----------*/
#action h2#title_01{ background:url(../images/action_h2.jpg) 0 0 no-repeat; }
#action h3#title_02{ background:url(../images/action_h3.jpg) 0 0 no-repeat; }

/*---------- 10  Team -----------*/
#team h2#title_01{ background:url(../images/team_h2.jpg) 0 0 no-repeat; }
#team h3#title_02{ background:url(../images/team_h3.jpg) 0 0 no-repeat; }
#team h4#title_03{ background:url(../images/team_h4.jpg) 0 0 no-repeat; }

/*---------- 11  Implant -----------*/
#implant h2#title_01{ background:url(../images/implant_h2.jpg) 0 0 no-repeat; }
#implant h3#title_02{ background:url(../images/implant_h3_01.jpg) 0 0 no-repeat; }
#implant h3#title_03{ background:url(../images/implant_h3_02.jpg) 0 0 no-repeat; }
#implant h4#title_04{ background:url(../images/implant_h4_01.jpg) 0 0 no-repeat; }
#implant h4#title_05{ background:url(../images/implant_h4_02.jpg) 0 0 no-repeat; }
#implant h4#title_06{ background:url(../images/implant_h4_03.jpg) 0 0 no-repeat; }
#implant h4#title_07{ background:url(../images/implant_h4_04.jpg) 0 0 no-repeat; }

/*---------- 12  Prontier -----------*/
#frontier h2#title_01{ background:url(../images/frontier_h2.jpg) 0 0 no-repeat; }
#frontier h3#title_02{ background:url(../images/frontier_h3_01.jpg) 0 0 no-repeat; }
#frontier h4#title_03{ background:url(../images/frontier_h4_01.jpg) 0 0 no-repeat; }
#frontier h3#title_04{ background:url(../images/frontier_h3_02.jpg) 0 0 no-repeat; }
#frontier h4#title_05{ background:url(../images/frontier_h4_02.jpg) 0 0 no-repeat; }
#frontier h4#title_06{ background:url(../images/frontier_h4_03.jpg) 0 0 no-repeat; }
#frontier h4#title_07{ background:url(../images/frontier_h4_04.jpg) 0 0 no-repeat; }
#frontier h4#title_08{ background:url(../images/frontier_h4_05.jpg) 0 0 no-repeat; }
#frontier h4#title_09{ background:url(../images/frontier_h4_06.jpg) 0 0 no-repeat; }
#frontier h4#title_10{ background:url(../images/frontier_h4_07.jpg) 0 0 no-repeat; }

/*---------- 13  Maker -----------*/
#maker h2#title_01{ background:url(../images/maker_h2.jpg) 0 0 no-repeat; }
#maker h3#title_02{ background:url(../images/maker_h3_01.jpg) 0 0 no-repeat; }
#maker h4#title_03{ background:url(../images/maker_h4_01.jpg) 0 0 no-repeat; }
#maker h4#title_04{ background:url(../images/maker_h4_02.jpg) 0 0 no-repeat; }
#maker h4#title_05{ background:url(../images/maker_h4_03.jpg) 0 0 no-repeat; }
#maker h3#title_06{ background:url(../images/maker_h3_02.jpg) 0 0 no-repeat; }

/*---------- 14  Clinic -----------*/
#clinic h2#title_01{ background:url(../images/clinic_h2.jpg) 0 0 no-repeat; }

#clinic .alpha{float: left;
margin: 0 32px 0px 0;
}
#clinic .beta {
float: left;
margin: 0 32px 0px 0;
}
#clinic .gamma {
float: right;
margin: 0;
}
/*---------- 15  Oral -----------*/
#oral h2#title_01{ background:url(../images/oral_h2.jpg) 0 0 no-repeat; }
#oral h3#title_02{ background:url(../images/oral_h3_01.jpg) 0 0 no-repeat; }
#oral h3#title_03{ background:url(../images/oral_h3_02.jpg) 0 0 no-repeat; }

/*---------- 16  Oraltreatment -----------*/
#oraltreatment h2#title_01{ background:url(../images/oraltreatment_h2.jpg) 0 0 no-repeat; }
#oraltreatment h3#title_02{ background:url(../images/oraltreatment_h3.jpg) 0 0 no-repeat; }
#oraltreatment h4#title_03{ background:url(../images/oraltreatment_h4_01.jpg) 0 0 no-repeat; }
#oraltreatment h4#title_04{ background:url(../images/oraltreatment_h4_02.jpg) 0 0 no-repeat; }
#oraltreatment h4#title_05{ background:url(../images/oraltreatment_h4_03.jpg) 0 0 no-repeat; }

#oraltreatment dl { margin: 2px 0 0 0; padding: 0; width: 500px; font-size:100%; }
#oraltreatment dl dt{ margin: 0 ; padding: 0; float: left; width: 500px; float:left; display: inline; color:#8f6231; font-weight:bold; }
#oraltreatment dl dd{ margin: 0 0 0 10px; padding: 0; display:inline; float:left; width:490px; color:#000; font-weight:normal; }

#oraltreatment .alpha{float: left;
margin: 0 25px 0px 0;
}
#oraltreatment .beta {
float: left;
margin: 0 0px 0px 0;
}
#oraltreatment .gamma {
float: right;
margin: 0 0 25px 0;
}
/*---------- 17 Case -----------*/
#implantcase h2#title_01{ background:url(../images/case_h2.jpg) 0 0 no-repeat; }


/*---------- 17 Movie -----------*/
#movie h2#title_01{ background:url(../images/movie_h2.jpg) 0 0 no-repeat; }









.margin_t16_b18{margin-top:16px; margin-bottom:18px;}
.margin_t16{margin-top:16px; margin-bottom:18px;}
.margin_b10{margin-bottom:10px;}
.margin_b26{margin-bottom:26px;}
.margin_b31{margin-bottom:31px;}
.margin_b41{margin-bottom:41px;}
.margin_b16{margin-bottom:16px;}
.padding_t17_b14{padding:17px 0 14px 0;}
.padding_l200{padding:0 0 0 200px;}
.padding_l16{padding-left:16px;}
.padding_b9{padding-bottom:9px;}
.padding_b17_t31{padding-bottom:17px; padding-top:31px;}