@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_bg02.jpg) top repeat-x; }
#index { background: url(../images/body_bg.jpg) top repeat-x; }
#bg_bottom { background: url(../images/footer_bg01.jpg) bottom repeat-x; }

#wrapper {
  background: url(../images/wrapper_bg.jpg) repeat-y;
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  }

#main {
  margin: 0;
  background: url(../images/main_bg.jpg) repeat-y;
  }

#content {
  width: 650px;
  float: right;
  font-size: 108%;
  line-height: 1.6;
  color: #666;
  background: #fff;
  padding: 10px 0 1em 0;
  }
  
#index #content {
  padding: 0 0 1em 0;
  }

#main_img { 
  width: 650px;
  height: 386px;
  margin: 0;
  padding: 0;
  display: block;
  text-indent: 0px;

  }

/*---------- 03  Header -----------*/

#header {
  background: url(../images/header_bg.jpg) 0 0 no-repeat;
  height: 112px;
  width: 900px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  }

h1 {
  position: absolute;
  top: 40px;
  left: 0;
  text-indent: 0px;
  width: 330px;
  height: 72px;
  line-height: 1.0;
  float: left;
  }
h1 a {
  display: block;
  width: 330px;
  height: 72px;

  }

#header .description {
  position: absolute;
  top: 3px;
  left: 2px;
  color: #999;
  }

#header .section {
  width: 210px;
  float: right;
  margin: 0;
  padding: 0;
  }

#header p.tel {
  margin: 0;
  padding: 0;
  height: 61px;
  }
#header p.tel img { display: block; }

#header_nav {
  margin: 60px 0 0 0; 
  padding: 0;
  list-style: none;
  width: 210px;
  height: 17px;
  }

#header_nav li {
  height: 17px;
  float: left;
  text-indent: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  }
#header_nav li a {
  display: block;
  height: 17px;
  }

#nav01 { width: 108px; }
#nav02 { width: 102px; }

#nav01 a {
  background: url(../images/header_nav.jpg) 0 0 no-repeat;
  width: 108px;
  }
#nav02 a {
  background: url(../images/header_nav.jpg) -108px 0 no-repeat;
  width: 102px;
  }
  
#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -17px no-repeat; }
#nav02 a:hover { background: url(../images/header_nav.jpg) -108px -17px no-repeat; }



/*----------04  Navigation -----------*/

#global-nav {
  width: 900px;
  height: 50px;
  margin: 0;
  padding: 0;
  }
#global-nav dt{
  margin: 0;
  padding: 0;
  width: 0;
  height: 50px;
  float: left;
  text-indent: -9999px;
  }



#global-nav dd {
  margin: 0;
  padding: 0;
  width: 110px;
  height: 50px;
  float: left;
  text-indent: 0px;
  }
#global-nav dd a {
  display: block;
  height: 50px;
  }
  
#global-nav #nav06 { width: 90px; }
#global-nav #nav06 a { width: 90px; }

#global-nav #nav07,
#global-nav #nav09 { width: 70px; }
#global-nav #nav07 a,
#global-nav #nav09 a { width: 70px; }

#global-nav #nav08,
#global-nav #nav10 { width: 120px; }
#global-nav #nav08 a,
#global-nav #nav10 a { width: 120px; }

#global-nav #nav11 { width: 100px; }
#global-nav #nav11 a { width: 100px; }
  
#global-nav dt { background: url(../images/global-nav.jpg) 0 0 no-repeat; }

#nav03 a { background: url(../images/global-nav.jpg) 0 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.jpg) -110px 0 no-repeat; }
#nav05 a { background: url(../images/global-nav.jpg) -220px 0 no-repeat; }
#nav06 a { background: url(../images/global-nav.jpg) -330px 0 no-repeat; }
#nav07 a { background: url(../images/global-nav.jpg) -420px 0 no-repeat; }
#nav08 a { background: url(../images/global-nav.jpg) -490px 0 no-repeat; }
#nav09 a { background: url(../images/global-nav.jpg) -610px 0 no-repeat; }
#nav10 a { background: url(../images/global-nav.jpg) -680px 0 no-repeat; }
#nav11 a { background: url(../images/global-nav.jpg) -800px 0 no-repeat; }

#nav03 a:hover { background: url(../images/global-nav.jpg) 0 -50px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.jpg) -110px -50px no-repeat; }
#nav05 a:hover { background: url(../images/global-nav.jpg) -220px -50px no-repeat; }
#nav06 a:hover { background: url(../images/global-nav.jpg) -330px -50px no-repeat; }
#nav07 a:hover { background: url(../images/global-nav.jpg) -420px -50px no-repeat; }
#nav08 a:hover { background: url(../images/global-nav.jpg) -490px -50px no-repeat; }
#nav09 a:hover { background: url(../images/global-nav.jpg) -610px -50px no-repeat; }
#nav10 a:hover { background: url(../images/global-nav.jpg) -680px -50px no-repeat; }
#nav11 a:hover { background: url(../images/global-nav.jpg) -800px -50px no-repeat; }


#nav {
  width: 240px;
  float: left;
  padding: 10px 0 20px 0;
  }

#nav dl {
  margin: 0 0 10px 0;
  margin-left: 0;
  padding: 0 0 9px 0;
  font-size: 108%;
  background: url(../images/nav_bg.jpg) 0 bottom no-repeat;
  }

#nav dd {
  height: 30px;
  margin-left: 0;
  padding: 0;
  }

#nav dd a {
  display: block;
  height: 30px;
  padding: 7px 0 0 20px;
  font-weight: bold; 
  text-decoration: none;
  }
  
#nav #before dd a { color: #1390D6; }
#nav #halfway dd a { color: #D10F00; }
#nav #after dd a { color: #679100; }
#nav #other dd a { color: #E85E00; }

  
#nav dt {
   height: 41px;
   text-indent: 0px;
   list-style: none;
   }
   
/*#nav dt#nav_title01 { background: url(../images/nav_title01.jpg) 0 0 no-repeat; }
#nav dt#nav_title02 { background: url(../images/nav_title02.jpg) 0 0 no-repeat; }
#nav dt#nav_title03 { background: url(../images/nav_title03.jpg) 0 0 no-repeat; }
#nav dt#nav_title04 { background: url(../images/nav_title04.jpg) 0 0 no-repeat; }*/

#nav #before dd { background: url(../images/nav_li01.jpg) 0 0 no-repeat; }
#nav #before dd a:hover { background: url(../images/nav_li01.jpg) 0 -30px no-repeat; }

#nav #halfway dd { background: url(../images/nav_li02.jpg) 0 0 no-repeat; }
#nav #halfway dd a:hover { background: url(../images/nav_li02.jpg) 0 -30px no-repeat; }

#nav #after dd { background: url(../images/nav_li03.jpg) 0 0 no-repeat; }
#nav #after dd a:hover { background: url(../images/nav_li03.jpg) 0 -30px no-repeat; }

#nav #other dd { background: url(../images/nav_li04.jpg) 0 0 no-repeat; }
#nav #other dd a:hover { background: url(../images/nav_li04.jpg) 0 -30px no-repeat; }



#nav #search {
  width: 200px;
  height: 196px;
  margin: 0 0 20px 20px;
  padding: 0;
  background: url(../images/search_bg.jpg) 0 0 no-repeat;
  }
  
#nav #search input {
  margin: 120px 0 0 5px;
  }
#nav #search .bt input {
  margin: 0;
  }
  
  
#nav #search p {
  margin: 10px 0 0 8px;
  }
  

#nav #posting {
  width: 200px;
  height: 138px;
  margin: 0 0 10px 20px;
  padding: 0;
  background: url(../images/posting_bg.jpg) 0 0 no-repeat;
  }
  
  
#nav #posting p {
  padding: 80px 0 0 8px;
  }



/*---------- 05  Footer -----------*/

#footer {
  clear: both;
  padding: 0;
  margin: 0;
  height: 120px;
  width: 900px;
  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 #bn_footer {
  float: right;
  padding: 5px 0 0 0;
  }
 #footer p.ft_txt {
  float:left; margin-top:50px; margin-left:10px;
  color:#666666;
  }

#footer address {
  margin: 0;
  padding: 0;
  width: 247px;
  height: 65px;
  float: left;
  text-indent: -9999px;
  background: #fff url(../images/copyright.jpg) 0 0 no-repeat;
  }
  


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px 1em 20px; }
.section .section { padding: .5em 10px 1em 10px; }

#index #content .section { padding: .5em 0 1em 20px; }

.center { text-align: center; }

#content h2 {
  height: 40px;
  text-indent: -9999px;
  margin: 0 0px;
  }
#content h3 {
  clear: both;
  height: 50px;
  text-indent: -9999px;
  margin-left: -10px;
  }
#content h4 {
  height: 40px;
  text-indent: -9999px;
  }

#content h5 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 .3em .3em;
  padding: 0 0 0 5px;
  border-left: 3px solid #FF0000 ;
  }

#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: #028eaf;
  outline: none;
  }
a:hover { color: #de91a2; }

#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: 160px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  float: right;
  background-image: none;
  }
#content ul.totop li a {
  display: block;
  height: 30px;
  background: url(../images/to_top.png) 0 0 no-repeat;
  }
  
 #content ul.totop li a:hover {
  background: url(../images/to_top.png) 0 -30px 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 #FFEB99;
  font-size: 100%;
  color: #666;
  width: 570px;
  margin-left: 10px;
  }

#content table th,
#content table td {
  padding: 4px 12px;
  border: 1px solid #FFEB99;
  }

#content table th {
  background: #FFFFCF;
  color: #FF7900;
  width: 190px;
  }

input.submit {
  font-weight: bold;
  margin-right: 1.5em;
  }

.bg_red {
  border: 1px solid #FF2424;
  background: #FFE1E1;
  padding: 10px;
  }

/*---------- 07  Index -----------*/
h2#question_title01 { background: url(../images/index_h2-01.jpg) 0 0 no-repeat; }

h3#question01 { background: url(../images/question01.jpg) 0 0 no-repeat; }
h3#question02 { background: url(../images/question02.jpg) 0 0 no-repeat; }
h3#question03 { background: url(../images/question03.jpg) 0 0 no-repeat; }

.list h2 {
  height: 50px;
  text-indent: 0;
  margin: 0;
  }
.list h3 {
  clear: both;
  height: 35px;
  text-indent: 0px;
  margin: 0 ;
  padding-left:10px;
  }


#index .alpha {
  width: 420px;
  float: left;
  margin: 10px 0 0 0;
  }

#index .beta {
  width: 200px;
  float: right;
  margin: 10px 0 0 0;
  }
  
#index .alpha #bn_index01 {
  width: 415px;
  height: 120px;
  margin: 0 0 10px 0;
  padding: 0;
  }
  
#index .alpha #bn_index01 a {
  height: 120px;
  margin: 0;
  padding: 0;
  text-indent: 0px;
  display: block;
  background: url(../images/bn_index01.jpg) 0 0 no-repeat;
  }
  
#index .alpha #bn_index01 a:hover { background: url(../images/bn_index01.jpg) 0 -120px no-repeat; }

#index .alpha #bn_index02 {
  width: 415px;
  height: 80px;
  margin: 10px 0 0 0;
  padding: 0;
  }
  
#index .alpha #bn_index02 a {
  height: 80px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  display: block;
  background: url(../images/bn_index02.jpg) 0 0 no-repeat;
  }
  
#index .alpha #bn_index02 a:hover { background: url(../images/bn_index02.jpg) 0 -80px no-repeat; }

#index .beta #search {
  width: 200px;
  height: 196px;
  margin: 0 0 20px 0;
  padding: 0;
  background: url(../images/search_bg.jpg) 0 0 no-repeat;
  }
  
#index .beta #search input {
  margin: 120px 0 0 23px;
  }
#index .beta #search .bt input {
  margin: 0;
  }
  
  
#index .beta #search p {
  margin: 10px 0 0 8px;
  }
  

#index .beta #posting {
  width: 200px;
  height: 138px;
  margin: 0;
  padding: 0;
  background: url(../images/posting_bg.jpg) 0 0 no-repeat;
  }
  
  
#index .beta #posting p {
  padding: 80px 0 0 8px;
  }

  
.list #before_list,
.list #halfway_list {
  float: left;
  margin: 0 15px 20px 0;
  padding: 0 0 10px 0;
  width: 290px;
  background: #FFF8EE;
  }
  
.list #after_list {
  float: left;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  width: 290px;
  background: #FFF8EE;
  }

.list ul { margin-left: 15px; }
  
.list li {
  list-style: none;
  color: #5A3D1C;
  border-bottom: 1px dotted #B2B2B2;
  padding: 0 0 5px 0;
  }    


#index .box_doctor{
/*	border: 1px solid #FF0000;*/
}

#index .box_doctor p{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
}

#index .box_doctor .fL{ float: left;}
#index .box_doctor .clear{ clear: both;}

#index .box_doctor .ttl{
	padding: 0 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	color: #267aa6;
	border-bottom: 1px solid #d3d3d3;
}

#index .box_doctor .bold{ font-weight: bold;}

/*---------- 08  Outline -----------*/
#outline h2#title01 { background: url(../images/outline_h2-01.jpg) 0 0 no-repeat; }
#outline h3#title02 { background: url(../images/outline_h3-02.jpg) 0 0 no-repeat; }
#outline h3#title03 { background: url(../images/outline_h3-03.jpg) 0 0 no-repeat; }
#outline h4#title04 { background: url(../images/outline_h4-04.jpg) 0 0 no-repeat; }
#outline h4#title05 { background: url(../images/outline_h4-05.jpg) 0 0 no-repeat; }
#outline h4#title06 { background: url(../images/outline_h4-06.jpg) 0 0 no-repeat; }
#outline h3#title07 { background: url(../images/outline_h3-07.jpg) 0 0 no-repeat; }
#outline h4#title08 { background: url(../images/outline_h4-08.jpg) 0 0 no-repeat; }

#outline .flow h4,
#outline .flow_end h4 { height: 40px; }

#outline .flow {
  width: 570px;
  margin: 0 0 0 10px;
  }

#outline .flow {
  background: url(../images/flow_bg.jpg) 0 bottom no-repeat;
  padding: 0 0 30px 0;
  margin: 0 0 10px 0;
  }
#outline .flow p,
#outline .flow_end p { margin: 15px; }
  
#outline .flow_end {
  background: url(../images/flow_end.jpg) 0 bottom no-repeat;
  margin: 0 0 10px 0;
  }


/*---------- 09  Form -----------*/
#form h2#title01 { background: url(../images/form_h2-01.jpg) 0 0 no-repeat; }
#form h3#title02 { background: url(../images/form_h3-02.jpg) 0 0 no-repeat; }

#form table {
  margin: 0 0 0 35px;
  }

/*---------- 10  Implant -----------*/
#implant h2#title01 { background: url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-03.jpg) 0 0 no-repeat; }
#implant h3#title04 { background: url(../images/implant_h3-04.jpg) 0 0 no-repeat; }

#implant th { width: 270px; }

#implant th#kind { width: 110px; }

#implant td ul{
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }
  
#implant td li {
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
  }
  
/*---------- 11  Failure -----------*/
#failure h2#title01 { background: url(../images/failure_h2-01.jpg) 0 0 no-repeat; }
#failure h3#title02 { background: url(../images/failure_h3-02.jpg) 0 0 no-repeat; }
#failure h4#title03 { background: url(../images/failure_h4-03.jpg) 0 0 no-repeat; }


/*---------- 12  Trouble -----------*/
#trouble h2#title01 { background: url(../images/trouble_h2-01.jpg) 0 0 no-repeat; }
#trouble h3#title02 { background: url(../images/trouble_h3-02.jpg) 0 0 no-repeat; }
#trouble h4#title03 { background: url(../images/trouble_h4-03.jpg) 0 0 no-repeat; }
#trouble h4#title04 { background: url(../images/trouble_h4-04.jpg) 0 0 no-repeat; }
#trouble h4#title05 { background: url(../images/trouble_h4-05.jpg) 0 0 no-repeat; }
#trouble h4#title06 { background: url(../images/trouble_h4-06.jpg) 0 0 no-repeat; }
#trouble h4#title07 { background: url(../images/trouble_h4-07.jpg) 0 0 no-repeat; }
#trouble h4#title08 { background: url(../images/trouble_h4-08.jpg) 0 0 no-repeat; }
#trouble h4#title09 { background: url(../images/trouble_h4-09.jpg) 0 0 no-repeat; }
#trouble h4#title10 { background: url(../images/trouble_h4-10.jpg) 0 0 no-repeat; }
#trouble h4#title11 { background: url(../images/trouble_h4-11.jpg) 0 0 no-repeat; }
#trouble h4#title12 { background: url(../images/trouble_h4-12.jpg) 0 0 no-repeat; }
#trouble h4#title13 { background: url(../images/trouble_h4-13.jpg) 0 0 no-repeat; }
#trouble h4#title14 { background: url(../images/trouble_h4-14.jpg) 0 0 no-repeat; }
#trouble h4#title15 { background: url(../images/trouble_h4-15.jpg) 0 0 no-repeat; }

#trouble h4#title17 { background: url(../images/trouble_h4-17.jpg) 0 0 no-repeat; }
#trouble h4#title18 { background: url(../images/trouble_h4-18.jpg) 0 0 no-repeat; }
#trouble h4#title19 { background: url(../images/trouble_h4-19.jpg) 0 0 no-repeat; }

#trouble h4#title09 { height: 60px; }

#trouble .flow h4,
#trouble .flow_end h4 { height: 40px; }

#trouble h4#answer { background: url(../images/trouble_h4-16.jpg) 0 0 no-repeat; }

#trouble .flow {
  background: url(../images/h4_bg.jpg) 0 bottom no-repeat;
  padding: 0 0 30px 0;
  margin: 0 0 10px 0;
  width: 570px;
  }
#trouble .flow p,
#trouble .flow_end p { margin: 15px; }
  
#trouble .flow_end {
  background: url(../images/flow_end.jpg) 0 bottom no-repeat;
  margin: 0 0 40px 0;
  width: 570px;
  }
  
#bn_trouble {
  width: 415px;
  height: 80px;
  margin: 0 0 0 90px;
  padding: 0;
  }
  
#bn_trouble a {
  height: 80px;
  text-indent: -9999px;
  display: block;
  background: url(../images/bn_trouble.jpg) 0 0 no-repeat;
  } 

#bn_trouble a:hover { background: url(../images/bn_trouble.jpg) 0 -80px no-repeat; }

/*---------- 13  Success -----------*/
#success h2#title01 { background: url(../images/success_h2-01.jpg) 0 0 no-repeat; }
#success h3#title02 { background: url(../images/success_h3-02.jpg) 0 0 no-repeat; }
#success h4#title03 { background: url(../images/success_h4-03.jpg) 0 0 no-repeat; }
#success h4#title04 { background: url(../images/success_h4-04.jpg) 0 0 no-repeat; }
#success h4#title05 { background: url(../images/success_h4-05.jpg) 0 0 no-repeat; }
#success h4#title06 { background: url(../images/success_h4-06.jpg) 0 0 no-repeat; }
#success h4#title07 { background: url(../images/success_h4-07.jpg) 0 0 no-repeat; }
#success h3#title08 { background: url(../images/success_h3-08.jpg) 0 0 no-repeat; }
#success h4#title09 { background: url(../images/success_h4-09.jpg) 0 0 no-repeat; }
#success h4#title10 { background: url(../images/success_h4-10.jpg) 0 0 no-repeat; }
#success h4#title11 { background: url(../images/success_h4-11.jpg) 0 0 no-repeat; }
#success h4#title12 { background: url(../images/success_h4-12.jpg) 0 0 no-repeat; }

/*---------- 14  Guarantee -----------*/
#guarantee h2#title01 { background: url(../images/guarantee_h2-01.jpg) 0 0 no-repeat; }
#guarantee h3#title02 { background: url(../images/guarantee_h3-02.jpg) 0 0 no-repeat; }
#guarantee h3#title03 { background: url(../images/guarantee_h3-03.jpg) 0 0 no-repeat; }

/*---------- 15  New -----------*/
#new h2#title01 { background: url(../images/new_h2-01.jpg) 0 0 no-repeat; }
#new h3#title02 { background: url(../images/new_h3-02.jpg) 0 0 no-repeat; }
#new h4#title03 { background: url(../images/new_h4-03.jpg) 0 0 no-repeat; }
#new h4#title04 { background: url(../images/new_h4-04.jpg) 0 0 no-repeat; }
#new h4#title05 { background: url(../images/new_h4-05.jpg) 0 0 no-repeat; }
#new h4#title06 { background: url(../images/new_h4-06.jpg) 0 0 no-repeat; }
#new h4#title07 { background: url(../images/new_h4-07.jpg) 0 0 no-repeat; }
#new h4#title08 { background: url(../images/new_h4-08.jpg) 0 0 no-repeat; }

/*---------- 16  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 h4#title03 { background: url(../images/privacy_h4-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 h4#title06 { background: url(../images/privacy_h4-06.jpg) 0 0 no-repeat; }
#privacy h4#title07 { background: url(../images/privacy_h4-07.jpg) 0 0 no-repeat; }
#privacy h4#title08 { background: url(../images/privacy_h4-08.jpg) 0 0 no-repeat; }
#privacy h4#title09 { background: url(../images/privacy_h4-09.jpg) 0 0 no-repeat; }



/**
 * inquiry
 */

#form .inquiry table tr th,
#form .inquiry table tr td {
	padding: 2em .5em;
	}
.inquiry table input.text,
.inquiry table textarea {
	width: 20em;
	}
.inquiry table textarea {
	height: 10em;
	}
.inquiry ul li {
	color: red;
	}



#category .search dt {
	font-size: 200%;
	font-weight: 900;
	color: #ffc000;
	padding-bottom: 2px;
	border-bottom: 1px solid #ffc000;
	margin-bottom: 30px;
	}
#category .search dd .cat_name {
	height:20px;
	text-indent:0;
	padding: .5em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	text-align: center;
	font-size: 125%;
	font-weight: 900;
	color: #333;
	}

.bordered {
	border: 1px solid #ccc;
	padding: 29px;
	margin-bottom: 10px;
	}
.bordered .question_title {
	background: url(../images/q.jpg) no-repeat 0 0;
	padding: .1em 0 1em 50px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	font-size: 175%;
	font-weight: 900;
	color: #333;
	}
.bordered .reply_title {
	background: url(../images/a.jpg) no-repeat 0 0;
	padding: .1em 0 1em 50px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	font-size: 175%;
	font-weight: 900;
	color: #333;
	}

body #search form {
	text-align: center;
	}


#news {
	margin: 0;
	}
#news dl {
	margin: 0 0 10px 18px;
	padding: 9px 10px 19px;
	background: #fff;
	border: 1px solid #ddd;
	}
#news dl dt {
	color: #666;
	font-size: 175%;
	text-align: center;
	padding-bottom: 3px;
	border-bottom: 2px solid #FF7E1E;
	padding: 10px 0;
	}
#news dl dd {
	margin-left: 0;
	}
#content #list_title01 {
	padding-top:10px;
	height: 80px;
	text-indent:0px;

	}

#content dl.bordered dd.inquiry_banner {margin-top: 10px;}	


.inquiry_banner {
  width: 360px; 
	height: 75px;
	margin: 10px auto;
	}
	
.inquiry_banner a {
  display: block;
	width: 360px; 
	height: 75px;
	text-indent: -9999px;
	margin: 10px auto;
	padding: 0;
	background:url(../images/inquiry_banner.jpg) 0 0 no-repeat;
	}
	
.inquiry_banner a:hover { background:url(../images/inquiry_banner.jpg) 0 -75px no-repeat;}
