@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                     */
/*                 20  Example                     */
/*                                                 */
/*=======================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: #fffacd; }

#wrapper {
	width: 946px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
  height:auto;
	margin: 0;
	padding: 0 0 0 23px;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 690px;
	float: right;
	font-size: 124%;
	line-height: 1.8;
	color: #666;
	padding: 2em 0 1em 0;
	}

#index #content {
  font-size: 108%;
  }

#main_img {
	width: 940px;
	height: 293px;
	margin: 0;
	padding: 0;
	clear:both;
	}
#main_img .alpha {
	float: left;
	width: 270px;
	height: 293px;
	background: url(../images/main_img_left.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	}	

#main_img .alpha p{
	margin: 0;
	padding: 0;
	}
#main_img .alpha p a{
  display: block;
	width: 270px;
	height: 250px;
	}


#main_img .beta {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	background: url(../images/main_img_right.jpg) 0 0 no-repeat;
	width: 670px;
	height: 293px;
	}	

#main_img .beta p{
	margin: 210px 0 0 130px;
	padding: 0;
	}

#main_img .beta h2{
	position: absolute;
	top: 65px;
	left: 30px;
}

/*---------- 03  Header -----------*/

#header {
	height: 167px;
	width: 946px;
	margin-right: 20px;
	padding: 0 3px;
	background: url(../images/main_bg.jpg) repeat-y;
}


h1 {
	height: 35px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 0 20px;
	color: #666;
	text-indent: 0;
	font-size: 12px;
	}
h1 a {
	display: block;
	width: 438px;
	height: 40px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}
	
	h1 span {
	display: block;
	width: 438px;
	height: 40px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}


#header .section {
	width: 438px;
	float: left;
	margin: 0;
	padding: 0;
	}

#header .section01 { padding-right: 20px; }

#header p.tel {
	margin: 0;
	padding-top: 10px;
	height: 90px;
	float: right;
	}
#header p.tel img { display: block; }

#header_nav {
  width : 940px;
	clear: both;
	margin: 0;
	padding: 12px 0 25px 0;
	height: 30px;
	background: url(../images/main_img_bottom.jpg) 0 bottom no-repeat;
	}

#header_nav ul{
	list-style: none;
	height: 30px;
	background-color: #953701;
	margin: 0;
	padding: 0 0 0 20px;
	}

#header_nav li {
	height: 30px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#header_nav li a {
	display: block;
	height: 30px;
	}


*html #header_nav li#nav01{ width: 100px;}
*html #header_nav li#nav02{ width: 190px;}
*html #header_nav li#nav03{ width: 130px;}
*html #header_nav li#nav04{ width: 120px;}
*html #header_nav li#nav05{ width: 100px;}
*html #header_nav li#nav06{ width: 10px;}

p#locus {
margin: 3px 0 0 250px;
text-align:right;
xwidth: 600px;
float: left;
display:inline;
padding-left:1em;
}
p#locus a {
color:#D55B13;
}



/*----------04  Navigation -----------*/

#nav {
	width: 220px;
	height:auto;
	float: left;
	padding: 12px 0 30px;
	margin: 0 0 20px 0;
	background: #d2691e  url(../images/nav_b.jpg) bottom no-repeat;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal {
  margin: 0;
	padding: 0 0 5px 0;
	}
	
body#index #nav h3,
body#implant #nav h3,
body#cost #nav h3,
body#type #nav h3,
body#clinic #nav h3 {
	height: 35px;
	}

#nav li{
	height: 35px;
}

#nav p {
  text-align: center;
	margin-bottom: 10px;
	}

#nav p a {
	display: block;
	}

#nav p#btn_contact {
	margin:0 0 10px;
	text-align:left;
}
	
#nav p#btn_contact a {
	width:202px;
	height:215px;
	margin:0 9px;
	padding:0;
}

#nav p#btn_contact a:hover { background-position:right; }



/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: url(../images/footer_bg.jpg) top no-repeat;
	color: #DAA520;
	height: 170px;
	font-size: 90%;
	}
*:first-child+html #footer { font-size: 11px; } /*  for IE7 only */
* html body #footer { font-size: 11px; } /*  for IE6 only */

#footer a {
	text-decoration: underline;
	color: #fff;
	}
#footer a:hover { color: #8F8C5E; }

#footer .alpha {
  float: left;
	width: 300px;
	margin: 0;
	padding: 30px 0 0 20px;
	}

#footer .beta {
  float: right;
	width: 620px;
	height: 120px;
	margin: 0;
	padding: 30px 0 0 0;
	}
* html body #footer .beta {
  height: 150px;
	}

#footer ul { 
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer dl {
  margin: 0 0 5px 0;
	padding: 0;
	}

#footer dt {
  width: 170px;
	float: left;
	}

#footer dd {
	display: inline ;
	}


#footer address {
  clear: both;
	margin: 0;
	text-align: center;
	color: #000;
	xfloat: left;
	xwidth: 400px;
}
#footer address a{
  color: #000;
	}

#footer span.ss a {
  color: #D55B13;
}
/*---------- 06  Contents -----------*/

.section { padding: .5em 35px 1em 25px; }
.section .section { padding: .5em 10px 1em 10px; }

.center { text-align: center; }
.center01 { text-align: center; margin-bottom:-10px; margin-top:15px;}
.sr_coloR { color:#952a2a; font-weight:bold; }

#content h2 {
	height: 38px;
	margin: 0 15px;
	}
#content h3 {
	clear: both;
	height: 58px;
	margin: 0;
	}
#content h4 {
	height: 28px;
	}

#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: 30px;
	}
#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.png) center center no-repeat;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.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: 122px;
	height: 28px;
	margin: 0;
	padding: 0;
	float: right;
	background-image: none;
	}


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 #f6c85f;
	font-size: 100%;
	color: #666;
	width: 500px;
	margin-left: 40px;
	}

#content table th,
#content table td {
	padding: 4px 12px;
	border: 1px solid #f6c85f;
	}

#content table th {
  background: #9f6f01;
	color: #fff;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}





/*---------- 07  Index -----------*/

#index #header {
	height: 435px;
	}

#index #header_nav {
	padding-bottom: 0;
	background: none;
	}

#index #content {
  width: 702px;
  padding: 0px;
	}

#index #greeting {
  margin: 0;
	padding: 20px 30px;
	margin-top: 20px;
	background: #eee ;
	width: 620px;
	font-size: 110%;
	}
* html body#index #greeting {
  width: 680px;
	}

#index #content #title01 { 
	margin: 0;
	padding: 0;
	}

#index #pickup {
  margin: 10px 0 0px 10px;
	}  

#index .pick01 {
  float: left;
	width: 135px;
	}

#bn_example {
	clear: both;
	margin: 20px 0 0 20px;
	}


#bn_campaign {
	clear: both;
	margin: 20px 0 0 30px;
  	width: 630px;
	height: 100px;
	}
#bn_campaign h3{
	background: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}


#index #clinic_info {
  border: 1px solid #ddd;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	width: 650px;
	height: 215px;
	}
* html body#index #clinic_info {
  width: 670px;
	}

#index #clinic_info .alpha {
  float: left;
	width: 260px;
	margin: 0;
	padding: 0;
	}

#index #clinic_info .beta {
  float: right;
	width: 380px;
	}

#index #clinic_info .beta dt {
  float: left;
	width: 70px;
	font-weight: normal;
	color: #d87591;
	}

#index #clinic_info .beta dd {
  padding-left: 70px;
	} 

.st {
clear:both;
float:right;
margin: 10px 25px 10px 0;
}
#index #nav .topnavtex {
  background: #FFFFFF;
	margin:5px;
	padding:10px;
	text-align: left;
}



/*---------- 08  Concept -----------*/
#concept h2#title01 { background: url(../images/concept_h2-01.png) 0 0 no-repeat; }
#concept h3#title02 { background: url(../images/concept_h3-02.png) 0 0 no-repeat; }

#concept #content dl {
  margin: 10px;
	}
	
#concept #content dt {
  background: #DAA520;
	color: #A0522D;
	height: 22px;
	margin: 0;
	padding: .1em .5em;
	}


/*---------- Type -----------*/
#type h2#title01 { background: url(../images/type_h2-01.png) 0 0 no-repeat; }
#type h3#title02 { background: url(../images/type_h3-02.png) 0 0 no-repeat; }
#type h3#title03 { background: url(../images/type_h3-03.png) 0 0 no-repeat; }
#type h4#title04 { background: url(../images/type_h4-04.png) 0 0 no-repeat; }
#type h4#title05 { background: url(../images/type_h4-05.png) 0 0 no-repeat; }

#type #content dl {
  margin: 10px;
	}
	
#type #content dt {
  background: #DAA520;
	color: #A0522D;
	height: 22px;
	margin: 0;
	padding: .1em .5em;
	}






/*---------- Structure -----------*/
#structure h2#title01 { background: url(../images/structure_h2-01.png) 0 0 no-repeat; }
#structure h3#title02 { background: url(../images/structure_h3-02.png) 0 0 no-repeat; }
#structure h3#title03 { background: url(../images/structure_h3-03.png) 0 0 no-repeat; }
#structure h4#title04 { background: url(../images/structure_h4-04.png) 0 0 no-repeat; }
#structure h4#title05 { background: url(../images/structure_h4-05.png) 0 0 no-repeat; }
#structure h4#title06 { background: url(../images/structure_h4-06.png) 0 0 no-repeat; }
#structure h4#title07 { background: url(../images/structure_h4-07.png) 0 0 no-repeat; }



/*---------- Clinic -----------*/
#clinic #title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic #title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic #title03 { background: url(../images/clinic_h4-03.png) 0 0 no-repeat; }
#clinic #title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic #title05 { background: url(../images/clinic_h4-05.png) 0 0 no-repeat; }
#clinic #title06 { background: url(../images/clinic_h4-06.png) 0 0 no-repeat; }
#clinic #title07 { background: url(../images/clinic_h4-07.png) 0 0 no-repeat; }
#clinic #title08 { background: url(../images/clinic_h4-08.png) 0 0 no-repeat; }
#clinic #title09 { background: url(../images/clinic_h4-09.png) 0 0 no-repeat; }
#clinic #title10 { background: url(../images/clinic_h3-10.png) 0 0 no-repeat; }

#clinic #content div.inv dl.prof {
	margin: 0;
	padding: 0;
}
#clinic #content div.inv dd.t-small {
	line-height: 1;
	margin-bottom: 10px;
}

#clinic #content div.inv dl.prof dt {
	float: left;
	font-weight: normal;
	margin-right: 15px;
	padding-left: 1em;
}


/*---------- Book -----------*/
#book #title01 { background: url(../images/book_h2-01.png) 0 0 no-repeat; }
#book #title01_2 { background: url(../images/sitemap_h2-02.png) 0 0 no-repeat; }
#book #title02 { background: url(../images/book_h3-02.png) 0 0 no-repeat; }
#book #title03 { background: url(../images/book_h4-03.png) 0 0 no-repeat; }
#book #title03_2 { background: url(../images/sitemap_h4-03.png) 0 0 no-repeat; }
#book #title03_3 { background: url(../images/sitemap_h4-04.png) 0 0 no-repeat; }
#book #title04 { background: url(../images/book_h4-04.png) 0 0 no-repeat; }
#book #title05 { background: url(../images/book_h4-05.png) 0 0 no-repeat; }
#book #title06 { background: url(../images/book_h4-06.png) 0 0 no-repeat; }
#book #title07 { background: url(../images/book_h4-07.png) 0 0 no-repeat; }
#book #title08 { background: url(../images/book_h4-08.png) 0 0 no-repeat; }
#book #title09 { background: url(../images/book_h4-09.png) 0 0 no-repeat; }
#book #title10 { background: url(../images/book_h4-10.png) 0 0 no-repeat; }
#book #title11 { background: url(../images/book_h4-11.png) 0 0 no-repeat; }
#book #title12 { background: url(../images/book_h4-12.png) 0 0 no-repeat; }
#book #title13 { background: url(../images/book_h4-13.png) 0 0 no-repeat; }

/*---------- Cost -----------*/
#cost #title01 { background: url(../images/cost_h2-01.png) 0 0 no-repeat; }
#cost #title02 { background: url(../images/cost_h3-02.png) 0 0 no-repeat; }
#cost #title03 { background: url(../images/cost_h4-03.png) 0 0 no-repeat; }
#cost #title04 { background: url(../images/cost_h4-04.png) 0 0 no-repeat; }
#cost #title05 { background: url(../images/cost_h3-03.png) 0 0 no-repeat; }
#cost #title06 { background: url(../images/cost_h4-05.png) 0 0 no-repeat; }
#cost #title07 { background: url(../images/cost_h4-06.png) 0 0 no-repeat; }
#cost #title08 { background: url(../images/cost_h4-07.png) 0 0 no-repeat; }
#cost #title09 { background: url(../images/cost_h4-08.png) 0 0 no-repeat; }
#cost #title10 { background: url(../images/cost_h4-09.png) 0 0 no-repeat; }
#cost #title11 { background: url(../images/cost_h4-10.png) 0 0 no-repeat; }
#cost #title12 { background: url(../images/cost_h3-12.png) 0 0 no-repeat; }
#cost #title13 { background: url(../images/cost_h3-13.png) 0 0 no-repeat; }
#cost #title14 { background: url(../images/cost_h3-14.png) 0 0 no-repeat; }


.marB30 { margin-bottom:30px;}
.marT20 { margin-top:20px;}
.t-small { font-size:85%;}

#cost div.plan { width:500px; padding-left:50px; text-align:center; font-size:90%; }
#cost div.plan img { border:1px solid #ccc; }



#cost .section .box01{ width: 630px;}

#cost .section .box01 p{
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #2e2e2e;
	font-size: 12px;
}

#cost .section .box01 table,
#cost .section .box01 table th,
#cost .section .box01 table td{
	padding: 0px;
	margin: 0px;
	border: none;
	padding: 0px;
	color: #2e2e2e;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

#cost .section .box01 .boxin01,
#cost .section .box01 .boxin02,
#cost .section .box01 .boxin03{
	width: 600px;
	margin: 0 0 10px 10px;
	padding: 10px;
}

#cost .section .box01 .boxin01{ border: 2px dotted #1853e9;}
#cost .section .box01 .boxin02{ border: 2px dotted #009900;}
#cost .section .box01 .boxin03{ border: 2px dotted #FF9900;}

#cost .section .box01 .boxin01 .boxfL,
#cost .section .box01 .boxin02 .boxfL,
#cost .section .box01 .boxin03 .boxfL{
	width: 290px;
	float: left;
}

#cost .section .box01 .boxin01 table,
#cost .section .box01 .boxin02 table,
#cost .section .box01 .boxin03 table{
	width: 270px;
	padding: 0px;
	margin: 0px;
}

#cost .section .box01 .boxin01 table.type01,
#cost .section .box01 .boxin02 table.type01,
#cost .section .box01 .boxin03 table.type01{
	border: 1px solid #cecece;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

#cost .section .box01 .boxin01 table.type01{ background-color: #ddf2ff;}
#cost .section .box01 .boxin02 table.type01{ background-color: #c8f8c5;}
#cost .section .box01 .boxin03 table.type01{ background-color: #ffdf71;}



#cost .section .box01 .boxin01 table.type01 td,
#cost .section .box01 .boxin02 table.type01 td,
#cost .section .box01 .boxin03 table.type01 td{
	padding: 5px;
}

#cost .section .box01 .boxin01 table.type02,
#cost .section .box01 .boxin02 table.type02,
#cost .section .box01 .boxin03 table.type02{
	border: 1px solid #cecece;
	padding: 0px;
	margin: 0px;
}
#cost .section .box01 .boxin01 table.type02 td,
#cost .section .box01 .boxin02 table.type02 td,
#cost .section .box01 .boxin03 table.type02 td{
	padding: 0 0 0 5px;
}

#cost .section .box01 .boxin01 table.type02 td.nom,
#cost .section .box01 .boxin02 table.type02 td.nom,
#cost .section .box01 .boxin03 table.type02 td.nom{
	padding: 0 0 0 20px;
}

#cost .section .box01 .boxin04{
	border: 2px dotted #FF99CC;
	width: 610px;
	margin: 0 0 10px 10px;
	padding: 5px 10px 0px 0px;
}

td.cost{ width: 100px;}

#cost .section .box01 .boxin04 table.optitile{
	margin: 0 10px 10px 10px;
}
#cost .section .box01 .boxin04 table.optitile td{
	border-bottom: 2px dotted #FF99CC;
	padding: 5px;
	color: #ee1e86;
	font-size: 18px;
	font-weight: bold;
}

#cost .section .box01 .boxin04 table{ width: 600px;}
#cost .section .box01 .boxin04 table td.opleft{ width: 210px; padding: 0 0 0 10px; line-height: 1.2em;}
#cost .section .box01 .boxin04 table td.opright{ width: 450px; padding-bottom: 10px; vertical-align: top; 	line-height: 1.2em;}

#cost .section .box01 .boxin04 table td.opleft_cost{
	width: 210px;
	padding: 0 20px 10px 0;
	text-align: right;
}


#cost .section .box01 .box_dr{
	background: url(../images/cost_boxdr.jpg) 0 0 no-repeat;
	width: 600px;
	margin: 0 0 0 10px;
	padding: 15px 0px 20px 10px;
}

#cost .section .box01 .box_dr p{
	padding: 0px 10px 0px 10px;
	width: 350px;
}

.bold{ font-weight: bold;}
.redb{ color: #FF0000; font-weight: bold;}
.redb01{ color: #FF0000; font-weight: bold; font-size: 20px;}
.blueb01{ color: #0066FF; font-weight: bold;}
.green01{ color:#009933;}
.pink01{ color: #FF3399;}

.clear{ clear: both;}


/* IE6 */
*html #cost .section .box01 .boxin04{
	border: 2px dotted #FF99CC;
	width: 550px;
	margin: 0 0 10px 10px;
	padding: 5px 0px 0px 0px;
}
*html #cost .section .box01 .boxin04 table{ width: 580px;}
*html #cost .section .box01 .boxin04 table td.opleft{ width: 230px; padding: 0 0 0 10px; line-height: 1.2em;}


/*---------- Implant -----------*/
#implant h4{
 height:40px;
}

#implant #title01 { background: url(../images/implant_h2-012.png) 0 0 no-repeat; }
#implant #title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant #title03 { background: url(../images/implant_h3-03.png) 0 0 no-repeat; }
#implant #title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant #title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }
#implant #title06 { background: url(../images/implant_h4-06.png) 0 0 no-repeat; }


/*---------- Flow -----------*/
#flow h4{
 height:40px;
}

#flow #title01 { background: url(../images/flow_h2-01.png) 0 0 no-repeat; }
#flow #title02 { background: url(../images/flow_h3-02.png) 0 0 no-repeat; }
#flow #title03 { background: url(../images/flow_h4-03.png) 0 0 no-repeat; }
#flow #title04 { background: url(../images/flow_h4-04.png) 0 0 no-repeat; }
#flow #title05 { background: url(../images/flow_h4-05.png) 0 0 no-repeat; }
#flow #title06 { background: url(../images/flow_h4-06.png) 0 0 no-repeat; }
#flow #title07 { background: url(../images/flow_h4-07.png) 0 0 no-repeat; }
#flow #title08 { background: url(../images/flow_h4-08.png) 0 0 no-repeat; }
#flow #title09 { background: url(../images/flow_h4-09.png) 0 0 no-repeat; }
#flow #title10 { background: url(../images/flow_h4-10.png) 0 0 no-repeat; }
#flow #title11 { background: url(../images/flow_h4-11.png) 0 0 no-repeat; }
#flow #title12 { background: url(../images/flow_h4-12.png) 0 0 no-repeat; }
#flow #title13 { background: url(../images/flow_h4-13.png) 0 0 no-repeat; }
#flow #title14 { background: url(../images/flow_h4-14.png) 0 0 no-repeat; }

#flow alpha01{
 float:left;
 width:300px;
 margin:0 10px 0 0;
}

#flow beta01{
 float:left;
 width:200px;
 margin:0 10px 0 0;
}

#flow div.plan { width:500px; padding-left:50px; text-align:center; font-size:90%; }
#flow div.plan img { border:1px solid #ccc; }

/*---------- Access -----------*/
#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }

#access table {
  width: 560px;
	margin-top: 15px;
	}

#map {
  width: 360px;
  height: 360px;
  margin: 10px;
  }
	
#access dl.how {
	margin:1em 0 .5em;
}
#access dl.how dt {
	margin:.5em 0 0;
	color:#530;
	border-bottom:1px dashed #974;
	line-height:1.2;
}

/*---------- Contact -----------*/
#contact h2#title01 { background: url(../images/contact_h2-01.png) 0 0 no-repeat; }
table#inq_table td{
font-size:14px;}
/*--------- flow ---------------------*/
table#flow_table {
margin-top:15px;}
table#flow_table,
table#flow_table td {
margin-left:0;
padding-left:0;
border:none;}
div.alpha01 h4#title09 p img {
margin-left:15px;}


/*--------- example ---------------------*/

#example #title01 { background: url(../images/example_h2-01.png) 0 0 no-repeat; }
#example #title02 { background: url(../images/example_h3-02.png) 0 0 no-repeat; }
#example #title03 { background: url(../images/example_h3-03.png) 0 0 no-repeat; }
#example #title04 { background: url(../images/example_h4-04.png) 0 0 no-repeat; }
#example #title05 { background: url(../images/example_h4-05.png) 0 0 no-repeat; }
#example #title06 { background: url(../images/example_h4-06.png) 0 0 no-repeat; }
#example #title07 { background: url(../images/example_h4-07.png) 0 0 no-repeat; }
#example #title08 { background: url(../images/example_h4-08.png) 0 0 no-repeat; }

#example #title09 { background: url(../images/example_h3-09.png) 0 0 no-repeat; }
#example #title10 { background: url(../images/example_h3-10.png) 0 0 no-repeat; }
#example #title11 { background: url(../images/example_h3-11.png) 0 0 no-repeat; }
#example #title12 { background: url(../images/example_h3-12.png) 0 0 no-repeat; }
#example #title13 { background: url(../images/example_h3-13.png) 0 0 no-repeat; }
#example #title14 { background: url(../images/example_h3-14.jpg) 0 0 no-repeat; }

#example div.image_exa {
	text-align:center;
}
#example div.image_exa img {
	margin:0 10px;
}
.right{text-align:right;}


ul.anchor li { float:left; margin-right:40px;margin-bottom:5px;}


.sr_bn { margin-left:35px; margin-top:-20px;}

#index .sr_bn {
	padding:0;
	margin-top:30px;
	margin-left:40px;
	width:604px;
	height:90px;
}



