@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; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 900px;
  margin: 0 auto;
  padding: 0 3px;
  text-align: left;
  }
  
* html body #wrapper { width: 906px; }

#main {
  margin: 0;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 679px;
  float: right;
  font-size: 108%;
  line-height: 1.8;
  color: #3F3F3F;
  background: #fff;
  padding: 20px 0 0 0;
  }
  
#index #content { padding: 0; }
  



/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 100px;
  width: 900px;
  margin: 0;
  padding: 0;
  }
  
#header p {
  height: 20px;
  margin: 0;
  padding: 0;
  }

h1 {
  text-indent: -9999px;
  width: 610px;
  height: 55px;
  line-height: 1.0;
  float: left;
  margin-top: 8px;
  }
h1 a {
  display: block;
  width: 610px;
  height: 55px;
  background: url(../images/h1.jpg) 0 0 no-repeat;
  }

#header .section {
  width: 260px;
  float: right;
  margin: 5px 5px 0 0;
  padding: 0;
  }

.header_bn {
  margin: 0;
  padding: 0;
  height: 68px;
  width: 260px;
  }
  
.header_bn a {
  height: 68px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/header_bn.jpg) 0 0 no-repeat;
  }

.header_bn a:hover { background: url(../images/header_bn.jpg) 0 -68px no-repeat; }

#global-nav {
  width: 900px;
  height: 49px;
  margin: 0;
  padding: 0;
  }
#global-nav dt{
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  float: left;
  text-indent: -9999px;
  }

#global-nav dd {
  margin: 0;
  padding: 0;
  width: 150px;
  height: 49px;
  float: left;
  text-indent: -9999px;
  }
#global-nav dd a {
  display: block;
  height: 49px;
  }
  
#global-nav dt { background: url(../images/global-nav.jpg) 0 0 no-repeat; }

#nav01 a { background: url(../images/global_nav.jpg) 0 0 no-repeat; }
#nav02 a { background: url(../images/global_nav.jpg) -150px 0 no-repeat; }
#nav03 a { background: url(../images/global_nav.jpg) -300px 0 no-repeat; }
#nav04 a { background: url(../images/global_nav.jpg) -450px 0 no-repeat; }
#nav05 a { background: url(../images/global_nav.jpg) -600px 0 no-repeat; }
#nav06 a { background: url(../images/global_nav.jpg) -750px 0 no-repeat; }

#nav01 a:hover { background: url(../images/global_nav.jpg) 0 -49px no-repeat; }
#nav02 a:hover { background: url(../images/global_nav.jpg) -150px -49px no-repeat; }
#nav03 a:hover { background: url(../images/global_nav.jpg) -300px -49px no-repeat; }
#nav04 a:hover { background: url(../images/global_nav.jpg) -450px -49px no-repeat; }
#nav05 a:hover { background: url(../images/global_nav.jpg) -600px -49px no-repeat; }
#nav06 a:hover { background: url(../images/global_nav.jpg) -750px -49px no-repeat; }


/*----------04  Navigation -----------*/

#nav {
  width: 221px;
  float: left;
  padding: 0 0 20px 0;
  }

#nav ul,
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
#nav .main_nav li {
  height: 80px;
  text-indent: -9999px;
  }

#nav .main_nav li a {
  display: block;
  height: 80px;
  }
  
#nav07 a { background: url(../images/main_nav.jpg) 0 0 no-repeat; }
#nav08 a { background: url(../images/main_nav.jpg) 0 -80px no-repeat; }
#nav09 a { background: url(../images/main_nav.jpg) 0 -160px no-repeat; }

#nav07 a:hover { background: url(../images/main_nav.jpg) -221px 0 no-repeat; }
#nav08 a:hover { background: url(../images/main_nav.jpg) -221px -80px no-repeat; }
#nav09 a:hover { background: url(../images/main_nav.jpg) -221px -160px no-repeat; }  

#mail_contact {
    background: url(../images/mail_bottom.jpg) 0 bottom no-repeat;
    margin: 20px 0 0 10px;
    }    
    
#mail_contact p#mail_top { 
  background: url(../images/mail_top.jpg) 0 0 no-repeat;
  height: 60px;
  text-indent: -9999px;
 }

#mail_contact div { padding: 0 0 5px 8px; }
#mail_contact p { margin: 0; }
#mail_contact input { margin: 5px 0 0 0; }

#nav #nav_bg {
  width: 200px; 
  background: url(../images/nav_bg.jpg) 0 0 no-repeat;
  margin: 20px 0 0 10px;
  padding: 5px 0 0 0;
  }

#nav .internal {
  margin: 0 5px;
  width: 190px;
  }

#nav .internal li {
  height: 39px;
  text-indent: -9999px;
  }

#nav .internal li a {
  display: block;
  height: 39px;
  }
  
#nav .internal #nav13,
#nav .internal #nav20 { padding-bottom: 21px; }

#nav .internal #nav21,
#nav .internal #nav21 a { height: 40px; }

#nav .internal #nav22,
#nav .internal #nav23 { height: 44px; }

#nav .internal #nav22 a,
#nav .internal #nav23 a { height: 44px; }

#nav10 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav11 a { background: url(../images/nav.jpg) 0 -39px no-repeat; }
#nav12 a { background: url(../images/nav.jpg) 0 -78px no-repeat; }
#nav13 a { background: url(../images/nav.jpg) 0 -116px no-repeat; }
#nav14 a { background: url(../images/nav.jpg) 0 -177px no-repeat; }
#nav15 a { background: url(../images/nav.jpg) 0 -216px no-repeat; }
#nav16 a { background: url(../images/nav.jpg) 0 -255px no-repeat; }
#nav17 a { background: url(../images/nav.jpg) 0 -294px no-repeat; }
#nav18 a { background: url(../images/nav.jpg) 0 -333px no-repeat; }
#nav19 a { background: url(../images/nav.jpg) 0 -372px no-repeat; }
#nav20 a { background: url(../images/nav.jpg) 0 -411px no-repeat; }
#nav21 a { background: url(../images/nav.jpg) 0 -472px no-repeat; }
#nav22 a { background: url(../images/nav.jpg) 0 -511px no-repeat; }
#nav23 a { background: url(../images/nav.jpg) 0 -555px no-repeat; }



#nav10 a:hover { background: url(../images/nav.jpg) -190px 0 no-repeat; }
#nav11 a:hover { background: url(../images/nav.jpg) -190px -39px no-repeat; }
#nav12 a:hover { background: url(../images/nav.jpg) -190px -78px no-repeat; }
#nav13 a:hover { background: url(../images/nav.jpg) -190px -116px no-repeat; }
#nav14 a:hover { background: url(../images/nav.jpg) -190px -177px no-repeat; }
#nav15 a:hover { background: url(../images/nav.jpg) -190px -216px no-repeat; }
#nav16 a:hover { background: url(../images/nav.jpg) -190px -255px no-repeat; }
#nav17 a:hover { background: url(../images/nav.jpg) -190px -294px no-repeat; }
#nav18 a:hover { background: url(../images/nav.jpg) -190px -333px no-repeat; }
#nav19 a:hover { background: url(../images/nav.jpg) -190px -372px no-repeat; }
#nav20 a:hover { background: url(../images/nav.jpg) -190px -411px no-repeat; }
#nav21 a:hover { background: url(../images/nav.jpg) -190px -472px no-repeat; }
#nav22 a:hover { background: url(../images/nav.jpg) -190px -511px no-repeat; }
#nav23 a:hover { background: url(../images/nav.jpg) -190px -555px no-repeat; }

#bn_offical {
  text-align: center;
  margin-top: 10px;
  }


/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 12px 0 14px 0;
  margin: 0;
  background: #fff url(../images/footer_bg.jpg) bottom repeat-x;
  font-size: 85%;
  text-align: center;
  color: #de91a2;
  }
*: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: #f94956;
  }
#footer a:hover { text-decoration: underline; }

#footer_nav {
  width: 860px;
  height:26px;
  margin: 0 0 0 20px;
  padding: 0;
  background: url(../images/footer_nav_bg.jpg) 0 0 no-repeat;
  }
#footer_nav dt{
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  float: left;
  text-indent: -9999px;
  }

#footer_nav dd {
  margin: 0;
  padding: 0;
  height: 26px;
  float: left;
  text-indent: -9999px;
  }
#footer_nav dd a {
  display: block;
  height: 26px;
  }
  
#footer_nav dt { background: url(../images/footer-nav.jpg) 0 0 no-repeat; }

#nav24 { width: 65px; }
#nav25 { width: 140px; }
#nav26 { width: 90px; }
#nav27 { width: 80px; }
#nav28 { width: 115px; }

#nav24 a { background: url(../images/footer_nav.jpg) 0 0 no-repeat; }
#nav25 a { background: url(../images/footer_nav.jpg) -65px 0 no-repeat; }
#nav26 a { background: url(../images/footer_nav.jpg) -205px 0 no-repeat; }
#nav27 a { background: url(../images/footer_nav.jpg) -295px 0 no-repeat; }
#nav28 a { background: url(../images/footer_nav.jpg) -375px 0 no-repeat; }

#nav24 a:hover { background: url(../images/footer_nav.jpg) 0 -26px no-repeat; }
#nav25 a:hover { background: url(../images/footer_nav.jpg) -65px -26px no-repeat; }
#nav26 a:hover { background: url(../images/footer_nav.jpg) -205px -26px no-repeat; }
#nav27 a:hover { background: url(../images/footer_nav.jpg) -295px -26px no-repeat; }
#nav28 a:hover { background: url(../images/footer_nav.jpg) -375px -26px no-repeat; }

#footer address { margin: 8px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: .5em 15px 1em 15px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }
.right { text-align: right; }

#content h2 {
  height: 50px;
  text-indent: -9999px;
  margin: 0 15px 20px 15px;
  }
#content h3 {
  clear: both;
  height: 35px;
  text-indent: -9999px;
  margin-bottom: 15px;
  }
#content h4 {
  height: 30px;
  text-indent: -9999px;
  margin-bottom: 10px;
  }

#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: 25px;
  }
#content ul.olist li {
  background-image: none;
  padding-left: 0;
  }

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }

a {
  color: #2230B2;
  outline: none;
  }
a:hover { color: #7889EA; }

#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: 150px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 25px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -25px 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: separate;
  border-spacing: 1px;
  border: 1px solid #151C96;
  font-size: 100%;
  color: #000000;
  width: 610px;
  margin-left: 20px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #151C96;
  }

#content table th {
  background: #151C96;
  color: #FFFFFF;
  width: 150px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }
  
.s_blue {
  font-size: 93%;
  color: #2230B2;
  line-height: 1.3;
  }
  
#bn_order {
  width: 640px;
  height: 140px;
  margin: 10px 0 0 0;
  padding: 0;
  }
  
#bn_order a {
  height: 140px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_order.jpg) 0 0 no-repeat;
  }

#bn_order a:hover { background: url(../images/bn_order.jpg) 0 -140px no-repeat; }

.p_red { color: #FF0000; }
.p_orangeb {
  color: #FF3300;
  font-weight: bold;
  }

#bn_order01 {
	margin:20px 0 -5px 10px;
}

  
.p_redb {
  color: #FF3300;
  font-size: 180%;
  font-weight: bold;
  }

/*---------- 07  Index -----------*/
#index h3#title01 { background: url(../images/index_h3-01.jpg) 0 0 no-repeat; }
#index h3#title02 { background: url(../images/index_h3-02.jpg) 0 0 no-repeat; }

h2#main_img {
  width: 679px;
  height: 240px;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  display: block;
  background: url(../images/main.jpg) 0 0 no-repeat;
  }

  
#index #content h3 {
  height: 35px;
  text-indent: -9999px;
  margin: 20px 0 0 10px;
  }
  
#index .text_bg {
  width: 639px;
  background: url(../images/index01.jpg) right bottom no-repeat;
  padding: 0;
  margin: 0 20px;
  }
  
#index .text_bg p {
  width: 400px;
  }

#index .text_bg02 {
  width: 645px;
  height: 285px;
  background: url(../images/index02.jpg) 0 0 no-repeat;
  padding: 0;
  margin: 0 0 0 10px;
  }
  
#index #index_bn01 {
  width: 380px;
  height: 40px;
  margin: 0;
  padding: 240px 0 0 260px;
  }
  
#index #index_bn01 a {
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/index_bn01.jpg) 0 0 no-repeat;
  }
#index #index_bn01 a:hover { background: url(../images/index_bn01.jpg) 0 -40px no-repeat; }

#index #index_bn02 {
  width: 640px;
  height: 90px;
  margin: 0;
  padding: 0;
  }
  
#index #index_bn02 a {
  height: 90px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/index_bn02.jpg) 0 0 no-repeat;
  }
#index #index_bn02 a:hover { background: url(../images/index_bn02.jpg) 0 -90px no-repeat; }

.kyuuka {
color: red;
border: 2px red solid; /* 枠線（太さ・色・スタイル） */
padding: 10px 10px 10px 10px; /* ボックス内の余白 */
text-align: center; /* 文字の位置 */
margin-top: 0; /* ボックス上部の余白 */
margin-left: 10px; /* ボックス上部の余白 */
margin-bottom: 10px; /* ボックス下部の余白 */;}

/*---------- 08  Introduction -----------*/
#introduction h2#title01 { background: url(../images/introduction_h2-01.jpg) 0 0 no-repeat; }
#introduction h3#title02 { background: url(../images/introduction_h3-02.jpg) 0 0 no-repeat; }
#introduction h3#title03 { background: url(../images/introduction_h3-03.jpg) 0 0 no-repeat; }


/*---------- 09  Training -----------*/
#training h2#title01 { background: url(../images/training_h2-01.jpg) 0 0 no-repeat; }
#training h3#title02 { background: url(../images/training_h3-02.jpg) 0 0 no-repeat; }
#training h3#title03 { background: url(../images/training_h3-03.jpg) 0 0 no-repeat; }

/*---------- 10  Business -----------*/
#business h2#title01 { background: url(../images/business_h2-01.jpg) 0 0 no-repeat; }
#business h3#title02 { background: url(../images/business_h3-02.jpg) 0 0 no-repeat; }
#business h3#title03 { background: url(../images/business_h3-03.jpg) 0 0 no-repeat; }
#business h3#title04 { background: url(../images/business_h3-04.jpg) 0 0 no-repeat; }

/*---------- 11  Logic -----------*/
#logic h2#title01 { background: url(../images/logic_h2-01.jpg) 0 0 no-repeat; }
#logic h3#title02 { background: url(../images/logic_h3-02.jpg) 0 0 no-repeat; }
#logic h4#title03 { background: url(../images/logic_h4-03.jpg) 0 0 no-repeat; }
#logic h3#title04 { background: url(../images/logic_h3-04.jpg) 0 0 no-repeat; }

/*---------- 12  Developer -----------*/
#developer h2#title01 { background: url(../images/developer_h2-01.jpg) 0 0 no-repeat; }
#developer h3#title02 { background: url(../images/developer_h3-02.jpg) 0 0 no-repeat; }
#developer h4#title03 { background: url(../images/developer_h4-03.jpg) 0 0 no-repeat; }
#developer h3#title04 { background: url(../images/developer_h3-04.jpg) 0 0 no-repeat; }
#developer h3#title05 { background: url(../images/developer_h3-05.jpg) 0 0 no-repeat; }

#developer .alpha {
  float: left;
  width: 200px;
  }
  
#developer .beta {
  float: right;
  width: 410px;
  }
  
/*---------- 13  Result -----------*/
#result h2#title01 { background: url(../images/result_h2-01.jpg) 0 0 no-repeat; }
#result h3#title02 { background: url(../images/result_h3-02.jpg) 0 0 no-repeat; }
#result h4#title03 { background: url(../images/result_h4-03.jpg) 0 0 no-repeat; }
#result h4#title04 { background: url(../images/result_h4-04.jpg) 0 0 no-repeat; }

#result #content ul {
  margin-left: 80px;
  }

#result #content ul li {
  background: url(../images/li_bg02.png) 0 -2px no-repeat;
  padding-left: 40px;
  line-height: 2.0;
  }
  
/*---------- 14  Composition -----------*/
#composition h2#title01 { background: url(../images/composition_h2-01.jpg) 0 0 no-repeat; }
#composition h3#title02 { background: url(../images/composition_h3-02.jpg) 0 0 no-repeat; }
#composition h4#title03 { background: url(../images/composition_h4-03.jpg) 0 0 no-repeat; }
#composition h4#title04 { background: url(../images/composition_h4-04.jpg) 0 0 no-repeat; }

#composition #content .alpha {
  float: left;
  width: 400px;
  }
  
#composition #content .beta {
  float: right;
  width: 200px;
  }
  
#composition #content .beta p {
  margin: 50px 0 0 0;
  padding: 0;
  }

#composition #content table {
  border: 1px solid #B2B2B2;
  font-size: 93%;
  color: #000000;
  width: 400px;
  margin-left: 20px;
  }

#composition #content table th,
#composition #content table td {
  border: 1px solid #B2B2B2;
  line-height: 1.0;
  }

#composition #content table th {
  width: 15px;
  text-align: center;
  color: #FFFFFF;
  }



#composition #td_os {
  width: 100px;
  }

#composition #th_os1 { background: #0066cc; }
#composition #th_os2 { background: #009933; }
#composition #th_os3 { background: #99cc00; }
#composition #th_os4 { background: #ff9900; }
#composition #th_os5 { background: #cc66ff; }

#composition #th_ps1 { background: #cc9900; }
#composition #th_ps2 { background: #ff0033; }
#composition #th_ps3 { background: #009999; }
#composition #th_ps4 { background: #0033cc; }
#composition #th_ps5 { background: #6600cc; }

/*---------- 15  Soukenjuku -----------*/
#soukenjuku h2#title01 { background: url(../images/soukenjuku_h2-01.jpg) 0 0 no-repeat; }
#soukenjuku h3#title02 { background: url(../images/soukenjuku_h3-02.jpg) 0 0 no-repeat; }
#soukenjuku h4#title03 { background: url(../images/soukenjuku_h4-03.jpg) 0 0 no-repeat; }
#soukenjuku h3#title04 { background: url(../images/soukenjuku_h3-04.jpg) 0 0 no-repeat; }
#soukenjuku h4#title05 { background: url(../images/soukenjuku_h4-05.jpg) 0 0 no-repeat; }
#soukenjuku h3#title06 { background: url(../images/soukenjuku_h3-06.jpg) 0 0 no-repeat; }

#soukenjuku dt#dt_01 { background: url(../images/soukenjuku_dt-01.jpg) 0 0 no-repeat; }
#soukenjuku dt#dt_02 { background: url(../images/soukenjuku_dt-02.jpg) 0 0 no-repeat; }
#soukenjuku dt#dt_03 { background: url(../images/soukenjuku_dt-03.jpg) 0 0 no-repeat; }
#soukenjuku dt#dt_04 { background: url(../images/soukenjuku_dt-04.jpg) 0 0 no-repeat; }

#soukenjuku dl {
  margin: 0;
  } 

#soukenjuku dt {
  text-indent: -9999px;
  height: 40px;
  margin-bottom: 5px;
  }

/*---------- 15  voice -----------*/
#voice h2#title01 { background: url(../images/voice_h2-01.jpg) 0 0 no-repeat; }
#voice h3#title02 { background: url(../images/voice_h3-02.jpg) 0 0 no-repeat; }
#voice h3#title03 { background: url(../images/voice_h3-03.jpg) 0 0 no-repeat; }
#voice h3#title04 { background: url(../images/voice_h3-04.jpg) 0 0 no-repeat; }
#voice h4#title05 { background: url(../images/voice_h4-05.jpg) 0 0 no-repeat; }
#voice h4#title06 { background: url(../images/voice_h4-06.jpg) 0 0 no-repeat; }
#voice h3#title07 { background: url(../images/voice_h3-07.jpg) 0 0 no-repeat; }
#voice h4#title08 { background: url(../images/voice_h4-08.jpg) 0 0 no-repeat; }
#voice h4#title09 { background: url(../images/voice_h4-09.jpg) 0 0 no-repeat; }
#voice h4#title10 { background: url(../images/voice_h4-10.jpg) 0 0 no-repeat; }
#voice h3#title11 { background: url(../images/voice_h3-11.jpg) 0 0 no-repeat; }
#voice h3#title12 { background: url(../images/voice_h3-12.jpg) 0 0 no-repeat; }

#voice h3#title07,
#voice h3#title11,
#voice h3#title12 {
  height: 75px;
  }
    
/*---------- 16  Cost -----------*/
#cost h2#title01 { background: url(../images/cost_h2-01.jpg) 0 0 no-repeat; }
#cost h3#title02 { background: url(../images/cost_h3-02.jpg) 0 0 no-repeat; }
#cost h3#title03 { background: url(../images/cost_h3-03.jpg) 0 0 no-repeat; }
#cost h3#title04 { background: url(../images/cost_h3-04.jpg) 0 0 no-repeat; }
#cost h3#title05 { background: url(../images/cost_h3-05.jpg) 0 0 no-repeat; }
#cost h3#title06 { background: url(../images/cost_h3-06.jpg) 0 0 no-repeat; }

#cost #content .alpha {
  float: left;
  width: 320px;
  }
  
#cost #content .beta {
  float: right;
  width: 300px;
  }
  
#cost #content table {
  width: 620px;
  margin-left: 0;
  }
  
#cost #content table th { width: 370px; }
  
#cost #content table th.th_course { width: 250px; }
#cost #content table .th_price { width: 185px; }

#cost #content table .td_price {
  width: 130px;
  text-align: center;
  }
  
#cost #content table .td_price02 {
  width: 150px;
  text-align: center;
  }


#cost #content table .th_price_ad { 
  width: 370px;
  background: #6C9AFF;
  }

#cost #content table .th_price_st { 
  width: 370px;
  background: #1D56D8;
  }
  

  
  
/*---------- 17  Flow -----------*/
#flow h2#title01 { background: url(../images/flow_h2-01.jpg) 0 0 no-repeat; }
#flow h3#title02 { background: url(../images/flow_h3-02.jpg) 0 0 no-repeat; }
#flow h4#title03 { background: url(../images/flow_h4-03.jpg) 0 0 no-repeat; }
#flow h4#title04 { background: url(../images/flow_h4-04.jpg) 0 0 no-repeat; }
#flow h4#title05 { background: url(../images/flow_h4-05.jpg) 0 0 no-repeat; }
#flow h4#title06 { background: url(../images/flow_h4-06.jpg) 0 0 no-repeat; }

#flow h4 {
  height: 40px;
  }
  
#flow .arrow_bg {
  background: url(../images/arrow_h.png) center bottom no-repeat;
  padding-bottom: 50px;
  }
  
#flow #content dl dt {
  border-bottom: 1px solid #FF9D00;
  border-left: 5px solid #FF9D00;
  color: #FF7300;
  padding-left: 10px;
  }
  
/*---------- 18  Experience -----------*/
#experience h2#title01 { background: url(../images/experience_h2-01.jpg) 0 0 no-repeat; }
#experience h3#title02 { background: url(../images/experience_h3-02.jpg) 0 0 no-repeat; }
#experience h4#title03 { background: url(../images/experience_h4-03.jpg) 0 0 no-repeat; }
#experience h4#title04 { background: url(../images/experience_h4-04.jpg) 0 0 no-repeat; }
#experience h4#title05 { background: url(../images/experience_h4-05.jpg) 0 0 no-repeat; }
#experience h4#title06 { background: url(../images/experience_h4-06.jpg) 0 0 no-repeat; }
#experience h4#title07 { background: url(../images/experience_h4-07.jpg) 0 0 no-repeat; }
#experience h3#title08 { background: url(../images/experience_h3-08.jpg) 0 0 no-repeat; }

#experience #content .section { padding: .5em 10px 1em 10px; }

#experience h4 {
  height: 40px;
  }
  
#experience .arrow_bg {
  background: url(../images/arrow_h.png) center bottom no-repeat;
  padding-bottom: 50px;
  }

  
#experience #content dl dt {
  border-bottom: 1px solid #FF9D00;
  border-left: 5px solid #FF9D00;
  color: #FF7300;
  padding-left: 10px;
  }
  
#experience #content .alpha {
  float: left;
  width: 320px;
  }
  
#experience #content .beta {
  float: right;
  width: 300px;
  }

#experience #content table {
  width: 620px;
  margin-left: 0;
  }
  
#experience #content table th { width: 370px; }
  
#experience #content table th.th_course { width: 250px; }
#experience #content table .th_price { width: 185px; }

#experience #content table .td_price {
  width: 150px;
  text-align: center;
  }


#experience #content table .th_price_ad { 
  width: 370px;
  background: #6C9AFF;
  }

#experience #content table .th_price_st { 
  width: 370px;
  background: #1D56D8;
  }
  
#experience #bn_experience {
  width: 640px;
  height: 80px;
  margin: 0;
  padding: 0;
  }
  
#experience #bn_experience a {
  height: 80px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: -9999px;
  background: url(../images/bn_experience.jpg) 0 0 no-repeat;
  }

#experience #bn_experience a:hover { background: url(../images/bn_experience.jpg) 0 -80px no-repeat; }

/*---------- 19  Faq -----------*/
#faq h2#title01 { background: url(../images/faq_h2-01.jpg) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.jpg) 0 0 no-repeat; }
#faq h3#title03 { background: url(../images/faq_h3-03.jpg) 0 0 no-repeat; }
#faq h3#title04 { background: url(../images/faq_h3-04.jpg) 0 0 no-repeat; }
#faq h3#title05 { background: url(../images/faq_h3-05.jpg) 0 0 no-repeat; }
#faq h3#title06 { background: url(../images/faq_h3-06.jpg) 0 0 no-repeat; }
#faq h3#title07 { background: url(../images/faq_h3-07.jpg) 0 0 no-repeat; }
#faq h3#title08 { background: url(../images/faq_h3-08.jpg) 0 0 no-repeat; }
#faq h3#title09 { background: url(../images/faq_h3-09.jpg) 0 0 no-repeat; }
#faq h3#title10 { background: url(../images/faq_h3-10.jpg) 0 0 no-repeat; }
#faq h3#title11 { background: url(../images/faq_h3-11.jpg) 0 0 no-repeat; }
#faq h3#title12 { background: url(../images/faq_h3-12.jpg) 0 0 no-repeat; }
#faq h4#title13 { background: url(../images/faq_h4-13.jpg) 0 0 no-repeat; }
#faq h3#title14 { background: url(../images/faq_h3-14.jpg) 0 0 no-repeat; }
#faq h3#title15 { background: url(../images/faq_h3-15.jpg) 0 0 no-repeat; }
#faq h3#title16 { background: url(../images/faq_h3-16.jpg) 0 0 no-repeat; }

#faq h3 { height: 45px; }

#faq h3#title05,
#faq h3#title14,
#faq h3#title15,
#faq h3#title16 {
  height: 70px;
  }
  
#faq #content .faq_bg {
  width: 648px;
  background: url(../images/faq_bg.jpg) 0 bottom no-repeat;
  padding-bottom: 5px;
  }
  
#faq #content .faq_bg p {
  padding: 0 10px;
  }
  
/*---------- 20  Privacy -----------*/
#privacy h2#title01 { background: url(../images/privacy_h2-01.jpg) 0 0 no-repeat; }
#privacy h3#title02 { background: url(../images/privacy_h3-02.jpg) 0 0 no-repeat; }
#privacy h3#title03 { background: url(../images/privacy_h3-03.jpg) 0 0 no-repeat; }
#privacy h4#title04 { background: url(../images/privacy_h4-04.jpg) 0 0 no-repeat; }
#privacy h4#title05 { background: url(../images/privacy_h4-05.jpg) 0 0 no-repeat; }
#privacy h3#title06 { background: url(../images/privacy_h3-06.jpg) 0 0 no-repeat; }
#privacy h4#title07 { background: url(../images/privacy_h4-07.jpg) 0 0 no-repeat; }

#privacy h4#title05 { height: 50px; }

/*---------- 21  Company -----------*/
#company h2#title01 { background: url(../images/company_h2-01.jpg) 0 0 no-repeat; }
#company h3#title02 { background: url(../images/company_h3-02.jpg) 0 0 no-repeat; }

#company #content dl dt {
  border-left: 5px solid #FF9D00;
  color: #FF7300;
  padding-left: 10px;
  }
  
/*---------- 22  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; }
