﻿@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Concept                     */
/*                 09  Staff                       */
/*                 10  Clinic                      */
/*                 11  Recruit                     */
/*                 12  Perio                       */
/*                 13  Prevent                     */
/*                 14  Laser                       */
/*                 15  Child                       */
/*                 16  Ortho                       */
/*                 17  Aesthe                      */
/*                 18  Implant                     */
/*                 19  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #de91a2      */
/*        Main Color - Light Pink     #fce6e6      */
/*        Main Color - Fresh Pink     #f94956      */
/*                                                 */
/*        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/body_bg.jpg) top repeat-x #fff; text-align: left; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 898px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border-left: 18px solid #666666;
	}
*html #wrapper {width: 916px;}

#main {
	margin: 0;
	background:  url(../images/main_bg.jpg) repeat-y;
	border-right: 9px solid #A3A3A3;
	width: 898px;
	}
*html #main{width: 907px;}

#content {
	width: 690px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #333;
	padding: 0 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) top repeat-x;
	border-right: 9px solid #A3A3A3;
	height: 103px;
	width: 898px;
	margin: 0;
	padding: 0;
	position: relative;
	}
	
*html #header{width: 907px;}

#header h1 {
  position: absolute;
	top: 1px;
	left: 225px;
	font-size: 10px;
}

	
p.head01 {
	/*text-indent: -9999px;*/
	width: 610px;
	height: 103px;
	line-height: 1.0;
	float: left;
	margin: 0;
	padding: 0;
	}
p.head01 a {
	display: block;
	width: 610px;
	height: 103px;
	/*background: url(../images/h1.jpg) 0 0 no-repeat;*/
	margin: 0;
	padding: 0;
	}


#header .section {
	width: 237px;
	float: right;
	margin: 7px 10px 0 0;
	padding: 0;
	}

#header p.tel {
	margin: 0;
	padding: 0;
	height: 61px;
	}
#header p.tel img { display: block; }

#header_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 237px;
	}

#header_nav li {
	height: 80px;
	/*text-indent: -9999px;*/
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 80px;
	width: 237px;
	}

#mailform a {/*background: url(../images/header_nav.jpg) 0 0 no-repeat;*/}
/*#mailform a:hover {background: url(../images/header_nav.jpg) 0 -80px no-repeat;}*/

/*----------04  Navigation -----------*/

#nav {
	width: 208px;
	float: left;
	padding: 0 0 20px 0;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	/*text-indent: -9999px;*/
	list-style: none;
	}

#nav .internal li a {
	display: block;
	height: 30px;
	text-indent: 0;
	border: 1px solid #666666;
	background:url(../images/nav_bg.jpg) 0 0 no-repeat;
	list-style: none;
	padding: 12px 0 0 10px ;
	margin: 0 6px 4px 6px ;
	color:#FFF;
	}
	
#nav .internal li.nav_li01 {
	display: block;
	height: 30px;
	text-indent: 0;
	border: 1px solid #666666;
	background:url(../images/nav_bg.jpg) 0 0 no-repeat;
	list-style: none;
	padding: 12px 0 0 10px ;
	margin: 0 6px 4px 6px ;
	color:#FFF;
	}
	
*html #nav .internal li.nav_li,
*html #nav .internal li.nav_li01,
*html #nav .internal li.nav_li a,
*html #nav .internal li.nav_li a:hover{
	height: 42px;
	margin: 0 3px 4px 3px ;
	clear:both;
	}
	
	
#nav .internal li a:hover {
	background:url(../images/nav_bg.jpg) 0 -42px no-repeat;
	color:#999;
	}

#nav01, 
#nav02,
#nav03{ text-indent:0px;}

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0 0px 0 0;
	margin: 0 auto;
	font-size: 85%;
	background:  url(../images/footer_bg01.jpg) top repeat-x;
	border-left: 18px solid #666666;
	text-align:left;
	width:898px;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #333;
	}
	
#footer_box{
	background:  url(../images/footer_bg02.jpg) left repeat-y;
	padding:30px 0px 30px 0px;
	/*width:670px;*/
		border-right: 9px solid #A3A3A3;

	}
#footer_box{
	width:898px;
	}
	
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0;
	float:right;
	display:block;
	}
*html #footer ul{width:280px;}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 0; float:left; padding-left:211px; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 20px; }
.section .section { padding: .5em 10px 1em 10px; }

*html .section { padding: .5em 10px 1em 10px; }

.section_bg{background:url(../images/section_bg.jpg) bottom repeat-x;}

.center { text-align: center; }

#content h2 {
	height: 145px;
	margin: 0;
	background: url(../images/h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}
#house #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/house_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}
	
#plant #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/plant_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}
#crane #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/crane_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}
	
#incinerator #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/incinerator_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}
#incinerator #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/incinerator_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}
#building #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/building_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}
#chimney #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/chimney_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}
#ship #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/ship_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}	
#tools #content h2 {
	height: 145px;
	_height: 250px;
	margin: 0;
	background: url(../images/tools_h2.jpg) 0 0 no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:160%;
	padding:105px 0 0 20px;
	}	
	
*html #content h2 {
	height: 250px;
	}
#content h3 {
	clear: both;
	margin:15px 0;
	background:#153D5B;
	color:#FFF;
	font-weight:bold;
	font-size:140%;
	padding:7px 20px;
	}
#content h4 {
	font-size:140%;
	padding:10px 0 10px 5px;
	font-weight:bold;
	}

#content h5 {
	font-size: 124%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	color:#153D5B;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
	color: #333;
	outline: none;
	}
a:hover { color: #999; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 8px 8px 0;
	}

.image_r {
	float: right;
	margin: 0 0 8px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) 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-bottom: 20px;
	}

#content ul.totop li {
	list-style: none;
	margin: 0;
	padding: 5px 20px;
	float: right;
	background: #B2B2B2;
	}
#content ul.totop li a {
	display: block;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 0 1px no-repeat;
	}

/* Hides from IE-mac \*/
p.answer:first-letter {
	display: block;
	padding: 2px;
	background: #CCC;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #000;
	margin: 0 5px 0 0;
	float: left;
	}
/* End hide from IE-mac */



#content table {
	border-collapse:collapse;
	border: 1px solid #000;
	font-size: 100%;
	color: #333;
	}

#content table th,
#content table td {
	padding: 4px 6px;
	border: 1px solid #000;
	}

#content table th {
	background: #CCC;
	color: #000;
	}
#content table td{background: #FFF;}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}


.banner a {
	background:url(../images/banner.jpg) 0 0 no-repeat;
	width:650px;
	height:124px;
	display:block;
	text-indent:-9999px;
	}
.banner a:hover {
	background:url(../images/banner.jpg) 0 -124px no-repeat;
	}
	
.banner01 a {
	background:url(../images/banner01_off.jpg) 0 0 no-repeat;
	width:615px;
	height:90px;
	display:block;
	text-indent:-9999px;
	}
.banner01 a:hover {
	background:url(../images/banner01_on.jpg) 0 0 no-repeat;
	}	

.click01{
	text-align:center;
	background:#153D5B;
	padding:3px 7px;
	}	
.click01 a{
	background:url(../images/index_arrow.jpg) 0 7px no-repeat;
	color:#FFF;
	padding-left:10px;
	}
.click01 a:hover{
	color:#CCC;
	}
	
	
/*---------- 07  Index -----------*/
#index h2#title01{
	/*background: url(../images/index_h2-01.jpg) 0 0 no-repeat;*/
	width: 690px;
	height:116px;
	/*text-indent:-9999px;*/
	padding:0;
	background:none;
	}

/*#index h3#title02{background: url(../images/index_h3-02.jpg) 0 0 no-repeat;}
#index h3#title03{background: url(../images/index_h3-03.jpg) 0 0 no-repeat;}*/
#index p#title02,
#index p#title03{ margin-top:15px;}

#index dt#title04,
#index dt#title05,
#index dt#title06,
#index dt#title07,
#index dt#title08,
#index dt#title09{}

/*#index dt#title04{background: url(../images/index_h4-04.jpg) 0 0 no-repeat;}
#index dt#title05{background: url(../images/index_h4-05.jpg) 0 0 no-repeat;}
#index dt#title06{background: url(../images/index_h4-06.jpg) 0 0 no-repeat;}
#index dt#title07{background: url(../images/index_h4-07.jpg) 0 0 no-repeat;}
#index dt#title08{background: url(../images/index_h4-08.jpg) 0 0 no-repeat;}
#index dt#title09{background: url(../images/index_h4-09.jpg) 0 0 no-repeat;}*/

#index h3{
	height: 42px;
	/*text-indent: -9999px;*/
	padding:0;
	}
#index dt{
	height: 30px;
	/*text-indent: -9999px;*/
	padding: 0 0 0 0;
	}
	
#index div.bg_bottom{
	background:url(../images/index_text01.jpg) 0 0 no-repeat;
	width: 690px;
	height:150px;
	margin:0;
	padding:0;
	/*text-indent:-9999px;*/
	}

#index div.bg_bottom p.text01{width: 395px; color:#000000; padding:10px 0 0 25px; margin:0;}
#index p.text02{
	/*background:url(../images/index_text02.jpg) 0 0 no-repeat;*/
	width: 522px;
	height:30px;
	margin:0;
	padding:0;
	/*text-indent:-9999px;*/
	}

#index .box01{
	width:150px;
	border:1px solid #000;
	float:left;
	background:#FFF;
	height:300px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

* html #index .box01{
	width:150px;
	border:1px solid #000;
	float:left;
	background:#FFF;
	height:300px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 15px;
	margin-left: 6px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#index .box02{
	width:150px;
	padding: 5px 0 0 0 ;
	border:1px solid #000;
	float:right;
	background:#FFF;
	margin:0 0 15px 0;
	height:300px;	
	}
#index .box01 dd,
#index .box02 dd{ padding:8px 0 0 0; margin:0 0 0 7px ;}

#index .box01 dd.h90,
#index .box02 dd.h90{ height:90px;}

#index dd.click02 {
	background:#153D5B;
	float:right;
	clear:both;
	text-align:center;
	margin:5px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 10px;
	height:35px;
	}
#index dd.click02,
*html #index dd.click02,
*html #index dd.click02 a,
*html #index dd.click02 a :hover{ width:80px;}

#index dd.click02 a{
	background:#153D5B;
	color:#FFF;
	background:url(../images/index_arrow.jpg) 0 9px no-repeat;
	float:right;
	margin-top:10px;
	padding-left:10px;
	padding-bottom:0px;
	}
#index dd.click02 a:hover{
	color:#CCC;
	}
	
#index .image_l  {
	float: left;
	margin: 0 9px 12px 0;
	}
#index .image_r  {
	float: left;
	margin: 0 0 8px 0;
	}


/*---------- 08  security -----------*/
#security .text01{
	text-indent:-9999px;
	background:url(../images/security_text01.jpg) 0 0 no-repeat;
	height:40px;
	}
	
#security th,
#security td {
	width:580px;
	text-align:left;
	}


/*---------- 09  environment -----------*/
#environment .text01{
	text-indent:-9999px;
	background:url(../images/environment_text01.jpg) 0 0 no-repeat;
	height:40px;
	}
	
#environment th,
#environment td {
	width:580px;
	text-align:left;
	}
#environment dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}


/*---------- 10  dismantling -----------*/

#dismantling #content .image_l{
	height:210px;
	width:200pxp;
	}

#dismantling #content .sr_fL{
	width:160px;
	float:left;
	}

/*---------- 11  plant -----------*/
#plant .text01 {
	text-indent:-9999px;
	background:url(../images/plant_text01.jpg) 0 0 no-repeat;
	height:30px;
	}
#plant th{
	width:150px;
	text-align:left;
	}
#plant td {
	width:430px;
	}
#plant table{width:615px;}	
#plant td ul{margin:5px;}
#plant dl{margin:5px;}
#plant dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}

/*---------- 12  tank -----------*/
#tank .text01 {
	text-indent:-9999px;
	background:url(../images/tank_text01.jpg) 0 0 no-repeat;
	height:30px;
  }
#tank th{
	width:150px;
	text-align:left;
	}
#tank td {
	width:430px;
	}
#tank table{width:615px;}	
#tank td ul{margin:5px;}
#tank dl{margin:5px;}
#tank dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}

/*---------- 13  crane -----------*/
#crane .text01 {
	text-indent:-9999px;
	background:url(../images/crane_text01.jpg) 0 0 no-repeat;
	height:30px;
	}
#crane th{
	width:150px;
	text-align:left;
	}
#crane td {
	width:430px;
	}
#crane table{width:615px;}	
#crane td ul{margin:5px;}
#crane dl{margin:5px;}
#crane dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}

/*---------- 14  incinerator -----------*/
#incinerator .text01 {
	text-indent:-9999px;
	background:url(../images/incinerator_text01.jpg) 0 0 no-repeat;
	height:30px;
	}
#incinerator th{
	width:150px;
	text-align:left;
	}
#incinerator td {
	width:430px;
	}
#incinerator table{width:615px;}	
#incinerator td ul{margin:5px;}
#incinerator dl{margin:5px;}
#incinerator dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}
	
#incinerator .photo {width:615px;}


/*---------- 15  ship -----------*/
#ship .text01{
	text-indent:-9999px;
	background:url(../images/ship_text01.jpg) 0 0 no-repeat;
	height:40px;
	}

#ship th{
	width:150px;
	text-align:left;
	}
#ship td {
	width:430px;
	}

#ship dl{margin:0;}
#ship dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}	
#ship table{width:615px;}	

	
/*---------- 16  chimney -----------*/
#chimney .text01 {
	text-indent:-9999px;
	background:url(../images/chimney_text01.jpg) 0 0 no-repeat;
	height:30px;
	}
#chimney th{
	width:150px;
	text-align:left;
	}
#chimney td {
	width:430px;
	}
#chimney table{width:615px;}	
#chimney td ul{margin:5px;}
#chimney dl{margin:5px;}
#chimney dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}
#chimney .photo {width:615px;}


/*---------- 17  building -----------*/
#building .text01{
	text-indent:-9999px;
	background:url(../images/building_text01.jpg) 0 0 no-repeat;
	height:60px;
	}
	
#building dl{margin:15px;}
#building dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}
	

/*---------- 18  house -----------*/
#house .text01{
	text-indent:-9999px;
	background:url(../images/house_text01.jpg) 0 0 no-repeat;
	height:60px;
	}

#house dl{margin:15px;}
#house dt{
	padding:10px 0 5px 15px;
	background:url(../images/li_bg.jpg) 0 12px no-repeat;
	}
	
#house td ul{ margin:5px;}
#house dd ul.li02 {margin:5px;}
#house dd ul.li02 li{
	background:url(../images/li_bg02.jpg) 0 8px no-repeat;
	padding-left:10px;
	}

#house th,
#house td {
	width:280px;
	vertical-align:top;
	}
	
#house .section .section01 { padding: .5em 10px 0 10px; }
/*---------- 19  bargain -----------*/
#bargain .text01{
	text-indent:-9999px;
	background:url(../images/bargain_text01.jpg) 0 0 no-repeat;
	height:30px;
	}

#bargain table th{
	background:#CCC;
	width:150px;
	}
#bargain table th.title{
	background:#999;
	width:430px;
	}
	
/*---------- 20  tools -----------*/
#tools .text01 {
	text-indent:-9999px;
	background:url(../images/tools_text01.jpg) 0 0 no-repeat;
	height:60px;
	}
#tools table td {
	width:180px;
	text-align:center;
	}
#tools table td { margin:5px;}
#tools table td.td02{width:230px;}

#company table th{
	background:#CCC;
	width:100px;
	}
#company table td{
	width:430px;
	}
#company table{width:615px;}
#company table td ul{ margin:5px;}

#company #map {margin-left:20px;}	
	
/*---------- 22  sitemap -----------*/


/*---------- 23  permit -----------*/
#permit th,
#permit td{
	width:145px;
	text-align:center;}


/*---------- 24  cotact -----------*/
#cotact th{width:150px;}
#cotact td{width:400px;}

#cotact #f_title{height:100px;}


.top_banner a {
	/*background:url(../images/banner.jpg) 0 0 no-repeat;*/
	width:650px;
	height:124px;
	display:block;
	/*text-indent:-9999px;*/
	}
/*.top_banner a:hover {
	background:url(../images/banner.jpg) 0 -124px no-repeat;
	}*/


#nav .mb_20 {
 margin-bottom: 30px;
}

.title01 {
	background: #4f81bd;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	padding: 6px 0 4px;
	clear: both;
}

.block .center {
	font-size: 90%;
}

/*150220*/

#content .toggle{
	cursor:pointer;
	margin: 30px 0;
background: #153D5B;
color: #FFF;
font-weight: bold;
font-size: 140%;
padding: 7px 20px;
background:url(../images/yaji.png) right #153D5B no-repeat;
}

.toggle2{
	display:none;
}

.toggle2fast{
	display:inherit;
	}
	
.red{
	color:#C00;
	font-weight:bold;
}