@charset "UTF-8";
@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; }
#body_bottom { background: url(../images/footer_bg.jpg) bottom repeat-x; }

#wrapper {
  background: url(../images/content_wrapper_bg.jpg) top no-repeat;
  width: 800px;
  margin: 0 auto;
  padding: 0 110px;
  text-align: left;
  }

#index #wrapper {
  background: url(../images/wrapper_bg.jpg) top no-repeat;
  }

*html body #wrapper { width: 1020px; }

#main {
  margin: 0;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 600px;
  float: right;
  font-size: 100%;
  line-height: 1.6;
  color: #666;
  background: #fff;
  padding: 5px 0 1em 0;
  }


/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) top repeat-x;
  height: 90px;
  width: 800px;
  margin: 0;
  padding: 0;
  position: relative;
  }

h1{
	padding: 10px 10px 10px 20px;
	font-size: 12px;
	color: #594d3e;
}

p#top {
  width: 560px;
  height: 40px;
  line-height: 1.0;
  float: left;
  margin: 0px 0 0 0;
  }

p#top a {
  display: block;
  width: 560px;
  height: 40px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 222px;
  float: right;
  margin: 0px 0 0 0;
  padding: 0;
  }

#header p.tel {
  position: absolute;
  top: 20px;
  right: 0px;
  margin: 0;
  padding: 0;
  height: 50px;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 180px;
  height: 19px;
  }

#main_img  {
  width: 800px;
  height: 200px;
  background: url(../images/content_main_img.jpg) 0 0 no-repeat;
  }
  
#index #main_img  {
  width: 800px;
  height: 400px;
  background: url(../images/main_img.jpg) 0 0 no-repeat;
  }

#main_nav {
  width: 200px;
  float: left;
  padding: 0;
  margin: 65px 0 0 0;
  }

#index #main_nav {
  width: 200px;
  float: left;
  padding: 0;
  margin: 265px 0 0 0;
  }

#main_nav ul,
#main_nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#main_nav .internal li {
  height: 45px;
  }

#main_nav .internal li a {
  display: block;
  height: 45px;
  }

#main_nav .internal li a img{
	margin: 0;
	padding: 0;
	line-height: 0em;
}

#main_nav .internal #main_nav01 {
  height: 45px;
  }

#main_nav .internal #main_nav01 a {
  display: block;
  height: 45px;
  }
  
  
#main_nav .internal #main_nav02 {
  height: 90px;
  }

#main_nav .internal #main_nav02 a {
  display: block;
  height: 90px;
  }

/*----------04  Navigation -----------*/

#nav {
  width: 200px;
  float: left;
  padding: 5px 0 20px 0;
  }
  
#nav #nav_title01 {
  height: 36px;
  text-indent: -9999px;
  background: url(../images/nav.jpg) 0 0 no-repeat;
  margin: 0;
  }

#nav #nav_title02 {
  height: 55px;
  text-indent: -9999px;
  background: url(../images/nav.jpg) 0 -106px no-repeat;
  margin: 0;
  }
  
#nav #nav_title03 {
  height: 55px;
  text-indent: -9999px;
  background: url(../images/nav.jpg) 0 -351px no-repeat;
  margin: 0;
  }    

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav .internal li,
#nav .internal02 li,
#nav .internal03 li {
  height: 35px;
  text-indent: -9999px;
  }

#nav .internal li a,
#nav .internal02 li a,
#nav .internal03 li a {
  display: block;
  height: 35px;
  }
  
#nav #nav05,
#nav #nav11 {
  height: 50px;
  text-indent: -9999px;
  }

#nav #nav05 a,
#nav #nav11 a {
  display: block;
  height: 50px;
  }
  
#nav #nav12 {
  height: 65px;
  text-indent: -9999px;
  }

#nav #nav12 a {
  display: block;
  height: 65px;
  }

#nav03 a { background: url(../images/nav.jpg) 0 -36px no-repeat; }
#nav04 a { background: url(../images/nav.jpg) 0 -71px no-repeat; }
#nav05 a { background: url(../images/nav.jpg) 0 -161px no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -211px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -246px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -281px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -316px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -406px no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -441px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -491px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -556px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -591px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -626px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -661px no-repeat; }

#nav03 a:hover { background: url(../images/nav.jpg) -200px -36px no-repeat; }
#nav04 a:hover { background: url(../images/nav.jpg) -200px -71px no-repeat; }
#nav05 a:hover { background: url(../images/nav.jpg) -200px -161px no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -200px -211px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -200px -246px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -200px -281px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -200px -316px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -200px -406px no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -200px -441px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -200px -491px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -200px -556px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -200px -591px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -200px -626px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -200px -661px no-repeat; }

#non_change #nav03 a { background: url(../images/nav.jpg) -200px -36px no-repeat; }
#change #nav04 a { background: url(../images/nav.jpg) -200px -71px no-repeat; }
#kitchen #nav05 a { background: url(../images/nav.jpg) -200px -161px no-repeat; }
#check #nav06 a { background: url(../images/nav.jpg) -200px -211px no-repeat; }
#bright #nav07 a { background: url(../images/nav.jpg) -200px -246px no-repeat; }
#lighting #nav08 a { background: url(../images/nav.jpg) -200px -281px no-repeat; }
#storage #nav09 a { background: url(../images/nav.jpg) -200px -316px no-repeat; }
#female #nav10 a { background: url(../images/nav.jpg) -200px -406px no-repeat; }
#coordinate #nav11 a { background: url(../images/nav.jpg) -200px -441px no-repeat; }
#magazine #nav12 a { background: url(../images/nav.jpg) -200px -491px no-repeat; }
#profile #nav13 a { background: url(../images/nav.jpg) -200px -556px no-repeat; }
#contact #nav14 a { background: url(../images/nav.jpg) -200px -591px no-repeat; }
#company #nav15 a { background: url(../images/nav.jpg) -200px -626px no-repeat; }
#sitemap #nav16 a { background: url(../images/nav.jpg) -200px -661px no-repeat; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 20px 0 14px 0;
  margin: 0;
  background: url(../images/footer_bg.jpg) bottom repeat-x;
  font-size: 85%;
  text-align: center;
  color: #FFFFFF;
  }
*: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: #FFFFFF;
  }
#footer a:hover { text-decoration: underline; }

#footer ul { 
  list-style: none;
  margin: 0 1em 2px 1em;
  padding: 0;
  clear: both;
  }

#footer ul li {
  display: inline;
  margin: 0;
  padding: 0;
  }

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 0 1em 30px; }
.section .section { padding: .5em 10px 1em 10px; }
.text p { margin: 1em 0 3em 0; line-height:3em; font-size: 110%;}
p.text { margin: 1em 0 3em 0; line-height:3em; font-size: 110%;}
ul.text li { font-size: 110%;}

.text p.toptxt { margin: 1em 0 1em 0; line-height:2em; font-size: 110%;}


.center { text-align: center; }

#content h2 {
  height: 30px;
  text-indent: -9999px;
  margin: 0 15px;
  }
#content h3 {
  clear: both;
  height: 38px;
  text-indent: -9999px;
  margin-left: -10px;
  }
#content h4 {
  height: 26px;
  text-indent: -9999px;
  margin-bottom: 5px;
  }

#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 dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
  color: #C12900;
  outline: none;
  }
a:hover { color: #771900; }

#content blockquote {
  margin: .5em;
  background: url(../images/blockquote_bg.jpg) top left repeat-y;
  padding: .5em 1em;
  }

.image_l  {
  float: left;
  margin: 0 16px 8px 0;
  }

.image_r {
  float: right;
  margin: 0 0 8px 16px;
  }

.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-bottom: 20px;
  }

#content ul.totop li {
  list-style: none;
  width: 90px;
  height: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 16px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -16px 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: 1px solid #D4D8C5;
  font-size: 100%;
  color: #666;
  width: 520px;
  margin-left: 20px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #D4D8C5;
  }

#content table th {
  background: #E7EADF;
  color: #79825D;
  width: 130px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.p_orange {
  font-weight: bold;
  color: #FF9900;
  }

.p_green {
  color: #4D9662;
  }

.p_red {
  color: #990033;
  }

.bg_brown {
  border: 1px solid #E8DDDD;
  background: #F9F2F2;
  margin-bottom: 10px;
  padding: 15px;
  }
  
.bordered_bottom {
  border-bottom: 1px solid #D6CEC4;
  padding-bottom: 10px;
  }

.bn_magazine,
.bn_check {
  height: 110px;
  margin: 0;
  padding: 0;
  }

.bn_magazine a,
.bn_check a {
  display: block;
  width: 570px;  
  height: 110px;
  text-indent: -9999px;
  }
  
.bn_magazine a { background: url(../images/bn_magazine.jpg) 0 0 no-repeat; }
.bn_magazine a:hover { background: url(../images/bn_magazine.jpg) 0 -110px no-repeat; }

.bn_check a { background: url(../images/bn_check.jpg) 0 0 no-repeat; }
.bn_check a:hover { background: url(../images/bn_check.jpg) 0 -110px no-repeat; }


#content .box {
  border: 1px solid #E8DDDD;
  background: #F9F2F2;
  margin: 10px 30px 40px 20px;
  padding: 15px 20px 15px 25px;
  line-height: 2.4;
  }

#content .text .box {
  border: 1px solid #E8DDDD;
  background: #F9F2F2;
  margin: 0 20px 40px 30px;
  padding: 15px 20px 15px 25px;
  }

#content .text .box p {
  margin: 0;
  padding: 0 15px 0 15px;
  line-height: 2.4;
  }

#content .box ul {
  margin: 10px 5px 10px 15px;
	padding: 0;
	}

#content .box li {
  background: url(../images/li_bg02.png) 0 11px no-repeat;
	margin-bottom: .2;
  }


/*---------- 07  Index -----------*/
#index #content p.h2 {
  height: 30px;
  text-indent: 0px;
  margin: 0;
  }

#index #content .section { padding: 0 0 20px 30px; } 

#index #pickup .aipha,
#index #pickup .beta {
  float: left;
  width: 180px;
  height: 270px;
  margin: 0 15px 0 0;
  background: url(../images/pickup_bottom.jpg) 0 bottom no-repeat;
  }
  
#index #pickup .gamma {
  float: left;
  width: 180px;
  height: 270px;
  background: url(../images/pickup_bottom.jpg) 0 bottom no-repeat;
  }

#index #pickup .bg_gray {
  background: #EFEFED;
  margin: 0 5px 5px 5px;
  padding: 5px;
  height: 110px;
  }
  
#index #pickup .bg_gray p {
  padding: 5px 5px 0 5px;
  margin: 0;
  }

#index #pickup ul.click {
  float: right;
  margin: 0;
  padding: 0;
  }
  
#index #pickup .gamma ul.click {
  float: right;
  margin: 0;
  padding: 20px 0 0 0;
  }

#index #pickup ul.click li {
  list-style: none;
  width: 60px;
  height: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.0;
  text-indent: -9999px;
  background-image: none;
  }
#index #pickup ul.click li a {
  display: block;
  height: 16px;
  background: url(../images/pickup_click.jpg) 0 0 no-repeat;
  }
  
#index #pickup ul.click li a:hover { background: url(../images/pickup_click.jpg) 0 -16px no-repeat; }


#index #bn_pickup {
  margin: 10px 0;
  padding: 0;
  clear: both;
  }

#index #bn_pickup a {
  display: block;
  width: 570px;  
  height: 110px;
  text-indent: -9999px;
  }
  
#index #bn_pickup01 a { background: url(../images/bn_pickup01.jpg) 0 0 no-repeat; }
#index #bn_pickup02 a { background: url(../images/bn_pickup02.jpg) 0 0 no-repeat; }
#index #bn_pickup03 a { background: url(../images/bn_pickup03.jpg) 0 0 no-repeat; }
  
#index #bn_pickup01 a:hover { background: url(../images/bn_pickup01.jpg) 0 -110px no-repeat; }
#index #bn_pickup02 a:hover { background: url(../images/bn_pickup02.jpg) 0 -110px no-repeat; }
#index #bn_pickup03 a:hover { background: url(../images/bn_pickup03.jpg) 0 -110px no-repeat; }

/*---------- 08  Non_change -----------*/
#non_change h2#title01 { background: url(../images/non_change_h2-01.jpg) 0 0 no-repeat; }
#non_change h3#title02 { background: url(../images/non_change_h3-02.jpg) 0 0 no-repeat; }
#non_change h4#title03 { background: url(../images/non_change_h4-03.jpg) 0 0 no-repeat; }
#non_change h4#title04 { background: url(../images/non_change_h4-04.jpg) 0 0 no-repeat; }
#non_change h4#title05 { background: url(../images/non_change_h4-05.jpg) 0 0 no-repeat; }
#non_change h4#title06 { background: url(../images/non_change_h4-06.jpg) 0 0 no-repeat; }
#non_change h4#title07 { background: url(../images/non_change_h4-07.jpg) 0 0 no-repeat; }
#non_change h4#title08 { background: url(../images/non_change_h4-08.jpg) 0 0 no-repeat; }
#non_change h4#title09 { background: url(../images/non_change_h4-09.jpg) 0 0 no-repeat; }
#non_change h4#title10 { background: url(../images/non_change_h4-10.jpg) 0 0 no-repeat; }
#non_change h4#title11 { background: url(../images/non_change_h4-11.jpg) 0 0 no-repeat; }
#non_change h4#title12 { background: url(../images/non_change_h4-12.jpg) 0 0 no-repeat; }
#non_change h3#title13 { background: url(../images/non_change_h3-13.jpg) 0 0 no-repeat; }
#non_change h3#title14 { background: url(../images/non_change_h3-14.jpg) 0 0 no-repeat; }
#non_change h4#title15 { background: url(../images/non_change_h4-15.jpg) 0 0 no-repeat; }
#non_change h4#title16 { background: url(../images/non_change_h4-16.jpg) 0 0 no-repeat; }
#non_change h3#title17 { background: url(../images/non_change_h3-17.jpg) 0 0 no-repeat; }


#non_change #content h2 {
  height: 50px;
  text-indent: -9999px;
  margin: 0 15px 10px 15px;
  }
  
#non_change #content .alpha {
  float: left;
  width: 330px;
  }
  
#non_change #content .beta {
  float: right;
  width: 200px;
  }

#non_change #content .alpha .bg_brown {
  padding: 15px;
  }

#non_change #content table ul {
  margin: 0;
  padding-left: 10px;
  }
  
#non_change #content table th,
#non_change #content table td {
  width: 260px;
  }

#non_change #content .text .box h4#title03 {
  background: url(../images/box_h01.jpg) 0 0 no-repeat;
	height: 35px;
	}

#non_change #content .text p.another {
  margin: 10px 0 0 10px;
	padding: 0;
	}
   


/*---------- 09  Change -----------*/
#change h2#title01 { background: url(../images/change_h2-01.jpg) 0 0 no-repeat; }
#change h3#title02 { background: url(../images/change_h3-02.jpg) 0 0 no-repeat; }
#change h4#title03 { background: url(../images/change_h4-03.jpg) 0 0 no-repeat; }
#change h4#title04 { background: url(../images/change_h4-04.jpg) 0 0 no-repeat; }
#change h4#title05 { background: url(../images/change_h4-05.jpg) 0 0 no-repeat; }
#change h4#title06 { background: url(../images/change_h4-06.jpg) 0 0 no-repeat; }
#change h4#title07 { background: url(../images/change_h4-07.jpg) 0 0 no-repeat; }
#change h4#title08 { background: url(../images/change_h4-08.jpg) 0 0 no-repeat; }
#change h4#title09 { background: url(../images/change_h4-09.jpg) 0 0 no-repeat; }

#change #content h2 {
  height: 50px;
  text-indent: -9999px;
  margin: 0 15px 10px 15px;
  }
  
#change #content h4#title06,
#change #content h4#title07,
#change #content h4#title08,
#change #content h4#title09 {
  height: 33px;
  }
  
  
/*---------- 10  Kitchen -----------*/
#kitchen h2#title01 { background: url(../images/kitchen_h2-01.jpg) 0 0 no-repeat; }
#kitchen h3#title02 { background: url(../images/kitchen_h3-02.jpg) 0 0 no-repeat; }
#kitchen h4#title03 { background: url(../images/kitchen_h4-03.jpg) 0 0 no-repeat; }
#kitchen h4#title04 { background: url(../images/kitchen_h4-04.jpg) 0 0 no-repeat; }
#kitchen h4#title05 { background: url(../images/kitchen_h4-05.jpg) 0 0 no-repeat; }
#kitchen h4#title06 { background: url(../images/kitchen_h4-06.jpg) 0 0 no-repeat; }
#kitchen h4#title07 { background: url(../images/kitchen_h4-07.jpg) 0 0 no-repeat; }
#kitchen h4#title08 { background: url(../images/kitchen_h4-08.jpg) 0 0 no-repeat; }
#kitchen h4#title09 { background: url(../images/kitchen_h4-09.jpg) 0 0 no-repeat; }
#kitchen h4#title10 { background: url(../images/kitchen_h4-10.jpg) 0 0 no-repeat; }
#kitchen h4#title11 { background: url(../images/kitchen_h4-11.jpg) 0 0 no-repeat; }
#kitchen h4#title12 { background: url(../images/kitchen_h4-12.jpg) 0 0 no-repeat; }
#kitchen h4#title13 { background: url(../images/kitchen_h4-13.jpg) 0 0 no-repeat; }
#kitchen h4#title14 { background: url(../images/kitchen_h4-14.jpg) 0 0 no-repeat; }
#kitchen h4#title15 { background: url(../images/kitchen_h4-15.jpg) 0 0 no-repeat; }
#kitchen h4#title16 { background: url(../images/kitchen_h4-16.jpg) 0 0 no-repeat; }
#kitchen h4#title17 { background: url(../images/kitchen_h4-17.jpg) 0 0 no-repeat; }

#kitchen h4#title03,
#kitchen h4#title04,
#kitchen h4#title05,
#kitchen h4#title06,
#kitchen h4#title08,
#kitchen h4#title09,
#kitchen h4#title13,
#kitchen h4#title14,
#kitchen h4#title15,
#kitchen h4#title16,
#kitchen h4#title17 {
  height: 33px;
  }


#kitchen #content .alpha {
  width: 330px;
  float: left;
  }
  
#kitchen #content .beta {
  width: 120px;
  float: right;
  }

#kitchen #content .bg_brown {
  padding: 15px;
  }
  
  
#kitchen #content .bg_brown ul {
  margin-left: 10px;
  }


#kitchen #content .box .alpha,
#kitchen #content .box .beta {
  margin: 0;
	padding: 0 0 10px 0;
	}

#kitchen #content .box .beta {
  width: 120px;
	}

#kitchen #content .box .beta p {
  margin: 0;
	padding: 0;
	}

#kitchen #content .text .box h4#title07 {
  background: url(../images/box_h02.jpg) 0 0 no-repeat;
	height: 35px;
	}


/*---------- 11  Bright -----------*/
#bright h2#title01 { background: url(../images/bright_h2-01.jpg) 0 0 no-repeat; }
#bright h3#title02 { background: url(../images/bright_h3-02.jpg) 0 0 no-repeat; }
#bright h4#title03 { background: url(../images/bright_h4-03.jpg) 0 0 no-repeat; }
#bright h4#title04 { background: url(../images/bright_h4-04.jpg) 0 0 no-repeat; }
#bright h4#title05 { background: url(../images/bright_h4-05.jpg) 0 0 no-repeat; }
#bright h4#title06 { background: url(../images/bright_h4-06.jpg) 0 0 no-repeat; }
#bright h4#title07 { background: url(../images/bright_h4-07.jpg) 0 0 no-repeat; }
#bright h4#title08 { background: url(../images/bright_h4-08.jpg) 0 0 no-repeat; }

/*---------- 12  Lighting -----------*/
#lighting h2#title01 { background: url(../images/lighting_h2-01.jpg) 0 0 no-repeat; }
#lighting h3#title02 { background: url(../images/lighting_h3-02.jpg) 0 0 no-repeat; }
#lighting h4#title03 { background: url(../images/lighting_h4-03.jpg) 0 0 no-repeat; }
#lighting h4#title04 { background: url(../images/lighting_h4-04.jpg) 0 0 no-repeat; }
#lighting h4#title05 { background: url(../images/lighting_h4-05.jpg) 0 0 no-repeat; }
#lighting h4#title06 { background: url(../images/lighting_h4-06.jpg) 0 0 no-repeat; }
#lighting h4#title07 { background: url(../images/lighting_h4-07.jpg) 0 0 no-repeat; }

/*---------- 13  Storage -----------*/
#storage h2#title01 { background: url(../images/storage_h2-01.jpg) 0 0 no-repeat; }
#storage h3#title02 { background: url(../images/storage_h3-02.jpg) 0 0 no-repeat; }
#storage h4#title03 { background: url(../images/storage_h4-03.jpg) 0 0 no-repeat; }
#storage h4#title04 { background: url(../images/storage_h4-04.jpg) 0 0 no-repeat; }
#storage h4#title05 { background: url(../images/storage_h4-05.jpg) 0 0 no-repeat; }
#storage h4#title06 { background: url(../images/storage_h4-06.jpg) 0 0 no-repeat; }

#storage #content .alpha {
  width: 350px;
  float: left;
  }
  
#storage #content .beta {
  width: 200px;
  float: right;
  }
  
#storage #content .alpha02 {
  width: 350px;
  float: right;
  }
  
#storage #content .beta02 {
  width: 200px;
  float: left;
  }
  
/*---------- 14  Female -----------*/
#female h2#title01 { background: url(../images/female_h2-01.jpg) 0 0 no-repeat; }
#female h3#title02 { background: url(../images/female_h3-02.jpg) 0 0 no-repeat; }
#female h4#title03 { background: url(../images/female_h4-03.jpg) 0 0 no-repeat; }
#female h4#title04 { background: url(../images/female_h4-04.jpg) 0 0 no-repeat; }
#female h4#title05 { background: url(../images/female_h4-05.jpg) 0 0 no-repeat; }
#female h4#title06 { background: url(../images/female_h4-06.jpg) 0 0 no-repeat; }
#female h4#title07 { background: url(../images/female_h4-07.jpg) 0 0 no-repeat; }
#female h4#title08 { background: url(../images/female_h4-08.jpg) 0 0 no-repeat; }
#female h4#title09 { background: url(../images/female_h4-09.jpg) 0 0 no-repeat; }
#female h4#title10 { background: url(../images/female_h4-10.jpg) 0 0 no-repeat; }
#female h4#title11 { background: url(../images/female_h4-11.jpg) 0 0 no-repeat; }
#female h4#title12 { background: url(../images/female_h4-12.jpg) 0 0 no-repeat; }

#female h4#title04,
#female h4#title05,
#female h4#title06,
#female h4#title07 {
  height: 33px;
  }
  
#female h4#title09,
#female h4#title10,
#female h4#title11,
#female h4#title12 {
  height: 50px;
  }

#female #content .bg_brown li {
  background: url(../images/li_bg02.png) 0 4px no-repeat;
  }


#female .bn_female {
  height:250px;
  margin: 0;
  padding: 0 0 0 80px;
  background: url(../images/female02.jpg) left center no-repeat;
  }

#female .bn_female a {
  display: block;
  width: 407px;  
  height: 50px;
  text-indent: -9999px;
  }
  
#female .bn_female02 {
  height: 60px;
  margin: 0;
  padding: 0;
  }

#female .bn_female02 a {
  display: block;
  width: 407px;  
  height: 60px;
  text-indent: -9999px;
  }
  
#female .bn_female01 a { background: url(../images/bn_female01.jpg) 0 0 no-repeat; }
#female .bn_female02 a { background: url(../images/bn_female02.jpg) 0 0 no-repeat; }
#female .bn_female03 a { background: url(../images/bn_female03.jpg) 0 0 no-repeat; }
#female .bn_female04 a { background: url(../images/bn_female04.jpg) 0 0 no-repeat; }
  
#female .bn_female01 a:hover { background: url(../images/bn_female01.jpg) 0 -50px no-repeat; }
#female .bn_female02 a:hover { background: url(../images/bn_female02.jpg) 0 -60px no-repeat; }
#female .bn_female03 a:hover { background: url(../images/bn_female03.jpg) 0 -50px no-repeat; }
#female .bn_female04 a:hover { background: url(../images/bn_female04.jpg) 0 -50px no-repeat; }

#female .bn_female2 {
  height:90px;
  margin: 0;
  padding: 0;
  }

#female .bn_female2 a {
  display: block;
  width: 120px;  
  height: 90px;
  text-indent: -9999px;
  }

#female .section02 {
  margin-left: 10px;
	}

#female .alpha {
  float: left;
  width: 400px;
  border: 1px solid #E8DDDD;
  background: #F9F2F2;
	margin: 10px 0;
  }

#female .alpha p {
  font-size: 110%;
  line-height: 2.4em;
	padding: 10px 20px;
  }


#female .beta {
  float: right;
  width: 90px;
  }

#female .beta p {
  margin: 0;
  padding: 0;
  }

#female .bg_brown li {
  background: url(../images/li_bg02.png) 0 4px no-repeat;
}  
  
#female .bn_female05 a { background: url(../images/bn_female05.jpg) 0 0 no-repeat; }
#female .bn_female06 a { background: url(../images/bn_female06.jpg) 0 0 no-repeat; }
#female .bn_female07 a { background: url(../images/bn_female07.jpg) 0 0 no-repeat; }
#female .bn_female08 a { background: url(../images/bn_female08.jpg) 0 0 no-repeat; }
  
#female .bn_female05 a:hover { background: url(../images/bn_female05.jpg) 0 -90px no-repeat; }
#female .bn_female06 a:hover { background: url(../images/bn_female06.jpg) 0 -90px no-repeat; }
#female .bn_female07 a:hover { background: url(../images/bn_female07.jpg) 0 -90px no-repeat; }
#female .bn_female08 a:hover { background: url(../images/bn_female08.jpg) 0 -90px no-repeat; }

/*---------- 15  Coordinate -----------*/
#coordinate h2#title01 { background: url(../images/coordinate_h2-01.jpg) 0 0 no-repeat; }
#coordinate h3#title02 { background: url(../images/coordinate_h3-02.jpg) 0 0 no-repeat; }
#coordinate h4#title03 { background: url(../images/coordinate_h4-03.jpg) 0 0 no-repeat; }
#coordinate h4#title04 { background: url(../images/coordinate_h4-04.jpg) 0 0 no-repeat; }
#coordinate h4#title05 { background: url(../images/coordinate_h4-05.jpg) 0 0 no-repeat; }
#coordinate h4#title06 { background: url(../images/coordinate_h4-06.jpg) 0 0 no-repeat; }

/*---------- 16  Magazine -----------*/
#magazine h2#title01 { background: url(../images/magazine_h2-01.jpg) 0 0 no-repeat; }
#magazine h3#title02 { background: url(../images/magazine_h3-02.jpg) 0 0 no-repeat; }
#magazine h4#title02 { background: url(../images/magazine_h4-03.jpg) 0 0 no-repeat; }

.area dt{
	width:60px;
	float:left;
	color:#990000;
}

.area dd{
	margin-left:60px;
}

.area dl{
	margin-top:-30px;
}


/*---------- 17  Profile -----------*/
#profile h2#title01 { background: url(../images/profile_h2-01.jpg) 0 0 no-repeat; }
#profile h3#title02 { background: url(../images/profile_h3-02.jpg) 0 0 no-repeat; }

/*---------- 18  Contact -----------*/
#contact h2#title01 { background: url(../images/contact_h2-01.jpg) 0 0 no-repeat; }
#contact h3#title02 { background: url(../images/contact_h3-02.jpg) 0 0 no-repeat; }

/*---------- 19  Company -----------*/
#company h2#title01 { background: url(../images/company_h2-01.jpg) 0 0 no-repeat; }
#company h3#title02 { background: url(../images/company_h4-02.jpg) 0 0 no-repeat; }
#company h4#title03 { background: url(../images/company_h4-03.jpg) 0 0 no-repeat; }

#company #map {
  margin-left: 20px;
  border: 1px solid #D4D8C5;
  }
  
/*---------- 20  Sitemap -----------*/
#sitemap h2#title01 { background: url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }
#sitemap h3#title03 { background: url(../images/sitemap_h3-03.jpg) 0 0 no-repeat; }
#sitemap h3#title04 { background: url(../images/sitemap_h3-04.jpg) 0 0 no-repeat; }
#sitemap h3#title05 { background: url(../images/sitemap_h3-05.jpg) 0 0 no-repeat; }

#sitemap #content a {
  color: #274900;
  outline: none;
  }
#sitemap #content a:hover { color: #4E9100; }