﻿@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Access                      */
/*                 09  Staff                       */
/*                 10  Perio                       */
/*                 11  Prevent                     */
/*                 12  3mix                        */
/*                 13  Denture                     */
/*                 14  Implant                     */
/*                 15  Esthe                       */
/*                 16  Ortho                       */
/*                 17  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Blue           #8ac9f4      */
/*        Main Color - Dark Blue      #004db0      */
/*        Main Color - Green          #6b7d00      */
/*                                                 */
/*        Sub Color  - Light Grey     #ececec      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px     83.33%               */
/*                   11px      91.66%              */
/*                   12px     100%                 */
/*                   14px     116.66%              */
/*                   16px     133.33%              */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) left top repeat-x; color: #979797; }

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/wrapper_bg.jpg) left bottom repeat-x;
	text-align: center;
	}

#container { margin: 0 auto; width: 834px; 	}

#main {
	margin: 0 0 0 30px;
	padding: 0;
	width: 804px;
	background: url(../images/main_bg.jpg) 0px 0 repeat-y;
	}

#content {
	width: 579px;
	float: right;
	font-size: 100%;
	text-align: left;
	background:url(../images/content_bg.jpg) 0 0 no-repeat;
	}

.img { margin: 0; padding: 0; line-height: 1%; display: block; }
/*---------- 03  Header -----------*/

#header {
	margin: 0 auto;
	padding: 0;
	height: 120px;
	width: 834px;
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	}
h1 {
	margin: 0;
	padding: 8px 0 0 0;
	width: 322px;
	height: 112px;
	float: left;
	text-align: left;
	}
h1 a {
	margin: 0;
	width: 322px;
	height: 112px;
	text-indent: -9999px;
	display: block;
	}

#header_nav {
	margin: 0;
	padding: 0 ;
	width: 237px;
	float : right;
	}
	
#header_nav p.header_text { font-size: 83.33%; text-align: right; }

#header_nav p.header_add { padding-left: 29px; margin: 0; line-height: 1%; text-align: left;}
#header_nav p.header_tel { margin: 0; line-height: 1%; text-align: left;}


/*----------04  Navigation -----------*/

#nav {
	margin: 0;
	padding: 0 0 20px 0;
	width: 225px;
	float: left;
	background: url(../images/nav_bg.jpg) 0 0 no-repeat;
	}

#nav dl {
	clear: both;
	margin: 0 8px 0 17px;
	padding: 0 ;
	width: 200px;
	height: 356px;
 	}

#nav dt {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 25px;
	text-indent: -9999px;
	}
#nav dt.dt01 { background: url(../images/nav_dl.jpg) 0 0 no-repeat; }
#nav dt.dt02 { background: url(../images/nav_dl.jpg) 0 -91px no-repeat; }
#nav dt.dt03 { background: url(../images/nav_dl.jpg) 0 -213px no-repeat; }

#nav dd {
	margin: 0;
	padding: 0;
	width: 200px;
	}

#nav dd a {
	text-indent: -9999px;
	display: block;
	}

#nav01 a { background: url(../images/nav_dl.jpg) 0 -25px no-repeat; height: 31px; }
#nav02 a { background: url(../images/nav_dl.jpg) 0 -56px no-repeat; height: 31px; margin-bottom: 5px; }
#nav03 a { background: url(../images/nav_dl.jpg) 0 -116px no-repeat; height: 30px; }
#nav04 a { background: url(../images/nav_dl.jpg) 0 -146px no-repeat; height: 31px; }
#nav05 a { background: url(../images/nav_dl.jpg) 0 -177px no-repeat; height: 30px; margin-bottom: 5px; }
#nav06 a { background: url(../images/nav_dl.jpg) 0 -237px no-repeat; height: 28px; }
#nav07 a { background: url(../images/nav_dl.jpg) 0 -265px no-repeat; height: 30px; }
#nav08 a { background: url(../images/nav_dl.jpg) 0 -295px no-repeat; height: 30px; }
#nav09 a { background: url(../images/nav_dl.jpg) 0 -325px no-repeat; height: 30px; }

#nav01 a:hover { background: url(../images/nav_dl_over.jpg) 0 -25px no-repeat; }
#nav02 a:hover { background: url(../images/nav_dl_over.jpg) 0 -56px no-repeat; }
#nav03 a:hover { background: url(../images/nav_dl_over.jpg) 0 -116px no-repeat; }
#nav04 a:hover { background: url(../images/nav_dl_over.jpg) 0 -146px no-repeat; }
#nav05 a:hover { background: url(../images/nav_dl_over.jpg) 0 -177px no-repeat; }
#nav06 a:hover { background: url(../images/nav_dl_over.jpg) 0 -237px no-repeat; }
#nav07 a:hover { background: url(../images/nav_dl_over.jpg) 0 -265px no-repeat; }
#nav08 a:hover { background: url(../images/nav_dl_over.jpg) 0 -295px no-repeat; }
#nav09 a:hover { background: url(../images/nav_dl_over.jpg) 0 -325px no-repeat; }

#nav p { text-align: center; }


#nav .image_l  {
	margin: 0;
	float: left;
	padding-left: 12px;
	line-height: 1%;
	}
#nav .image_r  {
	margin: 0;
	float: right;
	line-height: 1%;
	}

#nav p.nav_text { 
	margin: 0 8px 0 17px;
	padding: 6px; 
	background: #ECECEC; 
	font-size: 83.33%; 
	line-height: 1.5em; 
	text-align: left; 
	}
#nav .nav_padding01 { padding: 11px 8px 8px 17px; }
#nav .nav_padding02 { padding: 0 8px 5px 17px; }
#nav .nav_padding03 { padding: 0 8px 45px 17px; }
#nav .nav_padding04 { padding: 0 47px 9px 57px; }
#nav .nav_padding05 { padding: 10px 8px 5px 17px; }

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	margin: 0 0 0 30px;
	font-size: 100%;
	text-align: center;
	height: 80px;
	background: url(../images/footer_bg.jpg) left top repeat-x;
	}
*:first-child+html #footer { font-size: 12px; } /*  for IE7 only */
* html body #footer { font-size: 12px; } /*  for IE6 only */

#footer p.tel { float: left; width: 230px; height:60px; }
#footer a {
	text-decoration: none;
	color: #f94956;
	}
#footer a:hover { text-decoration: underline; }

#footer #footer_nav { 
	margin: 20px 0 0 0;
	padding: 0 ;
	width: 200px;
	height: 20px;
	float: right;
	}

#footer #footer_nav ul { 
	list-style: none;
	margin: 0 ;
	padding: 0;
	}
#footer #footer_nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100px;
	background: url(../images/footer_li.jpg) left center no-repeat;
	font-size: 83.33%;
	text-indent: 16px;
	text-align: left;
	color: #000;
	display: inline;
	}
	
#footer #footer_nav ul li a { color: #000; } 

#footer address { clear: both ; margin: 0 ; font-size: 83.33% ; line-height: 2em ; color: #6d9aaa ; }
#footer address a { color: #6d9aaa; text-decoration: none; }
#footer address a:hover { text-decoration: underline; }


/*---------- 06  Contents -----------*/

.section { padding: 0 12px 0 17px ; }
.section .section { padding: 0 16px; }

.center { text-align: center; }

#content h2 {
	margin: 0;
	padding: 0;
	height: 35px;
	text-indent: -9999px;
	}
#content h3 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
	height: 30px;
	text-indent: -9999px;
	}
#content h4 {
	margin: 0 0 5px -11px;
	padding: 0;
	height: 18px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	margin: 0;
	list-style: none;
	background: url(../images/li_bg.jpg) 0 5px no-repeat;
	padding-left: 20px;
	}
	
#content ul {
	margin: 0;
	list-style: none;
	}
	
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: normal; }

#content a { text-decoration: underline; }

a {
	color: #004db0;
	outline: none;
	}
a:hover { color: #6b7d00; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 5px 20px 5px 0;
	display: block;
	}

.image_r {
	float: right;
	margin: 5px 0 5px 20px;
	display: block;
	}
	
.image {
	line-height: 1%;
	display: block;
	}

.case {
	margin: 0;
	background: url(../images/arrow_h.jpg) 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;
	margin: 0 20px 20px 0;
	padding: 0;
	height: 18px;
	list-style: none;
	}

#content ul.totop li {
	margin: 0;
	padding: 0;	
	width: 100px;
	height: 18px;
	float: right;
	list-style: none;
	text-indent: -9999px;
	}
#content ul.totop li a {
	display: block;
	height: 18px;
	background: url(../images/to_top.jpg) 0 0 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 {
	margin: 6px 0 6px 0;
	border-collapse: collapse;
	border: 1px solid #8ac9f4;
	font-size: 100%;
	line-height: 1.4em;
	width: 514px;
	}

	
#content table th,
#content table td {
	padding: 8px 10px;
	border: 1px solid #8ac9f4;
	}
#content table td.bg {
	padding: 8px 10px;
	background:url(../images/td_bg.jpg) left top repeat-x #ecf7fe;
	color:#004db0;
	}
	

#content table td.top{
	vertical-align: top;
	}


#content table th {
	background: #efefff;
	color: #636570;
	width: 130px;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

/*---------- 07  Index -----------*/

#index h2#title01 { background:url(../images/index_h2.jpg) 0 0 no-repeat; width: 400px; height: 35px; margin: 17px 0 16px 0; padding: 0; }

#index .image_r { float: right; margin: 0; line-height: 1%; }
#index .w_400 { width: 400px; float: left; }

#index .alpha { float: left; width: 275px; margin: 0;}
#index .index01 { margin: 0; background:url(../images/index_img03.jpg) left top repeat-y; }
#index .index01_01 { background:url(../images/index_img02.jpg) left top no-repeat; }

#index .beta { float: right; width: 275px; margin: 0; }
#index .index02 { margin: 0; background:url(../images/index_img08.jpg) left top repeat-y; }
#index .index02_01 { background:url(../images/index_img07.jpg) left top no-repeat; }

#index .img01 { margin: 0 0 -6px 0; padding: 0; line-height: 1%; }

#index .index_text01 { padding: 4px 16px 0 20px; }
#index .index_text02 { padding: 4px 16px 0 25px; }

dl { margin: 0; padding: 0; width: 275px; }
dl dt{ margin: 0 10px 0 0; padding: 0; float: left; width: 80px; display: inline; color:#157bb5; }
dl dd{ margin: 0; padding: 0; float: left; width: 185px; display:inline; }
dl dd.dd_01{ margin-left: 90px; }

/*---------- 08  Access -----------*/

#access h2#title01 { background:url(../images/access_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#access h3#title02 { background:url(../images/access_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 40px; }
#access h4#title03 { background:url(../images/access_h4-01.jpg) 0 0 no-repeat; }
#access h4#title04 { background:url(../images/access_h4-02.jpg) 0 0 no-repeat; }
#access h4#title05 { background:url(../images/access_h4-03.jpg) 0 0 no-repeat; }
#access h4#title06 { background:url(../images/access_h4-04.jpg) 0 0 no-repeat; }
#access h4#title07 { background:url(../images/access_h4-05.jpg) 0 0 no-repeat; }
#access h3#title08 { background:url(../images/access_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#access h4#title09 { background:url(../images/access_h4-06.jpg) 0 0 no-repeat; }
#access h3#title10 { background:url(../images/access_h3-03.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#access h4#title11 { background:url(../images/access_h4-07.jpg) 0 0 no-repeat; }
#access h4#title12 { background:url(../images/access_h4-08.jpg) 0 0 no-repeat; }
#access h4#title13 { background:url(../images/access_h4-09.jpg) 0 0 no-repeat; }
#access h4#title14 { background:url(../images/access_h4-10.jpg) 0 0 no-repeat; }

.w_450 { width: 450px; float: left; }

#map {   
    width: 480px;   
    height: 360px;   
    border: 2px solid #ccc;   
    margin: 18px;   
    }  

/*---------- 09  Staff -----------*/

#staff h2#title01 { background:url(../images/staff_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#staff h3#title02 { background:url(../images/staff_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 40px; }
#staff h3#title03 { background:url(../images/staff_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#staff h4#title04 { background:url(../images/staff_h4-04.jpg) 0 0 no-repeat; }

dl.staff { margin: 2px 0 0 0; padding: 0; width: 285px; float:right; }
dl.staff dt{ margin: 0 10px 0 0; padding: 0; float: left; width: 80px; display: inline; color:#157bb5; }
dl.staff dd{ margin: 0; padding: 0; float: left; width: 195px; display:inline; }
dl.staff dd.dd_01{ margin-left: 90px; }

#staff dl#concept {
	width: auto;
}
#staff dl#concept dt,
#staff dl#concept dd {
	float: none;
	display: block;
}

#staff dl#concept dt {
	width: 450px;
	padding: 5px 10px 0;
	margin: 0;
}
#staff dl#concept dd {
	width: 430px;
	padding: 0 10px 5px 30px;
	margin-bottom:1em;
}

#staff dl#concept dd ol,
#staff dl#concept dd ol li {
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
}

/*---------- 10  Perio -----------*/

#perio h2#title01 { background:url(../images/perio_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#perio h3#title02 { background:url(../images/perio_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 32px; }
#perio h3#title03 { background:url(../images/perio_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#perio h4#title04 { background:url(../images/perio_h4-01.jpg) 0 0 no-repeat; }
#perio h4#title05 { background:url(../images/perio_h4-02.jpg) 0 0 no-repeat; }
#perio h4#title06 { background:url(../images/perio_h4-03.jpg) 0 0 no-repeat; }
#perio h4#title07 { background:url(../images/perio_h4-04.jpg) 0 0 no-repeat; }
#perio h3#title08 { background:url(../images/perio_h3-03.jpg) 0 0 no-repeat; width: 550px; height: 30px; }

/*---------- 11 Prevent -----------*/

#prevent h2#title01 { background:url(../images/prevent_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#prevent h3#title02 { background:url(../images/prevent_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 32px; }
#prevent h3#title03 { background:url(../images/prevent_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#prevent h3#title04 { background:url(../images/prevent_h3-03.jpg) 0 0 no-repeat; }
#prevent h3#title05 { background:url(../images/prevent_h3-04.jpg) 0 0 no-repeat; }
#prevent h4#title06 { background:url(../images/prevent_h4-01.jpg) 0 0 no-repeat; }

#prevent table.check {
	width: 450px;
}
#prevent table.check,
#prevent table.check th,
#prevent table.check td {
	border: none;
}
#prevent table.check th {
	padding: 0 3px;
	background: none;
	text-align: left;
}
#prevent table.check td {
	padding: 0;
}
#prevent table.check td ol {
	margin-top: .5em;
}

/*---------- 12 3mix -----------*/

#p3mix h2#title01 { background:url(../images/3mix_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#p3mix h3#title02 { background:url(../images/3mix_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 32px; }
#p3mix h4#title03 { background:url(../images/3mix_h4-01.jpg) 0 0 no-repeat; }
#p3mix h3#title04 { background:url(../images/3mix_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px;}
#p3mix h4#title05 { background:url(../images/3mix_h4-02.jpg) 0 0 no-repeat; }
#p3mix h4#title06 { background:url(../images/3mix_h4-03.jpg) 0 0 no-repeat; }
#p3mix h4#title07 { background:url(../images/3mix_h4-04.jpg) 0 0 no-repeat; }
#p3mix h4#title08 { background:url(../images/3mix_h4-05.jpg) 0 0 no-repeat; }
#p3mix h4#title09 { background:url(../images/3mix_h4-06.jpg) 0 0 no-repeat; }
#p3mix h3#title10 { background:url(../images/3mix_h3-03.jpg) 0 0 no-repeat; width: 550px; height: 30px;}

/*---------- 13 Denture -----------*/

#denture h2#title01 { background:url(../images/denture_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#denture h3#title02 { background:url(../images/denture_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 32px; }
#denture h4#title03 { background:url(../images/denture_h4-01.jpg) 0 0 no-repeat; margin-left: 0;}
#denture h4#title04 { background:url(../images/denture_h4-02.jpg) 0 0 no-repeat; margin-left: 0;}
#denture h3#title05 { background:url(../images/denture_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#denture h4#title06 { background:url(../images/denture_h4-03.jpg) 0 0 no-repeat; }
#denture h4#title07 { background:url(../images/denture_h4-04.jpg) 0 0 no-repeat; }
#denture h3#title08 { background:url(../images/denture_h3-03.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#denture h4#title09 { background:url(../images/denture_h4-05.jpg) 0 0 no-repeat; }

.icon { background: url(../images/li_bg.jpg) left center no-repeat; padding-left: 15px; color: #6b7d00; }

/*---------- 14 Implant -----------*/

#implant h2#title01 { background:url(../images/implant_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#implant h3#title02 { background:url(../images/implant_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 38px; }
#implant h3#title03 { background:url(../images/implant_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#implant h3#title04 { background:url(../images/implant_h3-03.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#implant h3#title05 { background:url(../images/implant_h3-04.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#implant h4#title06 { background:url(../images/implant_h4-01.jpg) 0 0 no-repeat; margin-left: 0;}

.w_50 { width: 50px; }

#implant #question {
	padding: 10px;
}
#implant #question ul {
	height: auto;
	width: 475px;
	padding: 10px;
	margin: 0;
	border: 1px #ccc dashed;
}
#implant dl#answer {
	width: 500px;	
}
#implant dl#answer dt,
#implant dl#answer dd {
	width: auto;
	float: none;
	display: block;
	list-style: none;
}

#implant dl#answer dt {
	font-weight: bold;
	white-space: nowrap;
	border-bottom: 1px solid #157bb5;
	margin-top: 2em;
	padding-left:15px;
	background: url(../images/question.jpg) no-repeat left 4px;
}
#implant dl#answer dd {
	color: #944;
	padding: 0 10px 0 25px;
	background: url(../images/answer.jpg) no-repeat 10px 4px;
}
#implant dl#answer dd ul.totop {
	margin-right: 0;
}

#implant dl#answer dd ol {
	margin-top: 0;
}

#implant dl#answer dd.inner dl {
	width:auto;
}
#implant dl#answer dd.inner dl dt,
#implant dl#answer dd.inner dl dd {
	background: none;
	padding: 0;
}

#implant dl#answer dd.inner dl dt {
	margin-top: 0;
	border: none;
	color: #944;
}
#implant dl#answer dd.inner dl dd {
	margin-bottom: 1em;
	padding: 0 0 0 10px;
}

/*---------- 15 Esthe -----------*/

#esthe h2#title01 { background:url(../images/esthe_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#esthe h3#title02 { background:url(../images/esthe_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 32px; }
#esthe h4#title03 { background:url(../images/esthe_h4-01.jpg) 0 0 no-repeat; }
#esthe h4#title04 { background:url(../images/esthe_h4-02.jpg) 0 0 no-repeat; }
#esthe h4#title05 { background:url(../images/esthe_h4-03.jpg) 0 0 no-repeat; }
#esthe h3#title06 { background:url(../images/esthe_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px; }

/*---------- 16 Ortho -----------*/

#ortho h2#title01 { background:url(../images/ortho_h2.jpg) 0 0 no-repeat; width: 440px; height: 35px; margin: 17px 0 38px 0; padding: 0; }
#ortho h3#title02 { background:url(../images/ortho_h3-01.jpg) 0 0 no-repeat; width: 455px; height: 30px; margin-bottom: 32px; }
#ortho h3#title03 { background:url(../images/ortho_h3-02.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#ortho h3#title04 { background:url(../images/ortho_h3-03.jpg) 0 0 no-repeat; width: 550px; height: 30px; }
#ortho h3#title05 { background:url(../images/ortho_h3-04.jpg) 0 0 no-repeat; width: 550px; height: 30px; }

#ortho .ortho_set {
	width: 472px;
	margin: 0 auto;
	padding: 10px 0;
}

	#ortho #wrapper #container #main #content .ortho_set .or_fL {
		float: left;
		width: 200px;
		margin: 0;
		padding: 0;
	}
	
	#ortho .ortho_set .arrow {
		float: left;
		text-indent: -9999px;
		width: 32px;
		height: 150px;
		margin: 0 20px;
		padding: 0;
		background: url(../images/arrow_h.jpg) center center no-repeat;
	}

/*---------- 17 Sitemap -----------*/

/*-------- Margin - Padding -------*/

.margin_t6{ margin-top: 6px; }
.margin_t10{ margin-top: 10px; }
.margin_l17_r12 { margin: 0 12px 0 17px; }
.margin_b8{ margin-bottom: 8px; }
.margin_b9{ margin-bottom: 9px; }
.margin_b15{ margin-bottom: 15px; }
.margin_b18{ margin-bottom: 18px; }
.margin_b20{ margin-bottom: 20px; }
.margin_t27_b15 { margin: 27px 0 15px 0; }

.padding_t6{ padding-top: 6px; }
.padding_l103 { padding-left: 103px;}
.padding_b9 { padding-bottom: 9px;}

.text_green { color: #6B7D00; }
.text_blue { color: #004db0; text-align: center; }
.text_red { color: #f24844; }