@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Why                         */
/*                 09  Treatment                   */
/*                 10  Diagnosis                   */
/*                 11  Implant                     */
/*                 12  Foodstuffs                  */
/*                 13  Prevent                     */
/*                 14  Faq                         */
/*                 15  Trust                       */
/*                 16  Maintenance                 */
/*                 17  Clinic                      */
/*                 18  Access                      */
/*                 19  Contact                     */
/*                 20  Sitemap                     */
/*                                                 */
/*=======================TOC-END===================*/

/*====================COLOR SCHEME=================*/
/*                                                 */
/*        Main Color - Pink           #ff6666      */
/*        Main Color - Light Pink     #ffc0c0      */
/*        Main Color - Pink Grey      #915757      */
/*                                                 */
/*        Sub Color  - Yellow Orange  #ffc800      */
/*                                                 */
/*==================COLOR SCHEME-END===============*/

/*================フォントサイズ換算===============*/
/*                                                 */
/*                   10px      77%                 */
/*                   11px      85%                 */
/*                   12px      93%                 */
/*                   14px     108%                 */
/*                   16px     124%                 */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: #fffaf5; }

#wrapper {
	background: url(../images/wrapper_bg.jpg)  repeat-y;
	width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0 10px;
	background: url(../images/main_bg.jpg) repeat-y;
	}

#content {
	width: 600px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 1em 0 1em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 87px;
	margin: 0 10px;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 380px;
	height: 65px;
	line-height: 1.0;
	float: left;
	}
h1 a {
	display: block;
	width: 380px;
	height: 65px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header p.tel {
	margin: 0;
	padding: 7px 0 0 0;
	width: 205px;
	float: right;
	text-align: center;
	}
#header p.tel img { display: block; }


/*----------04  Navigation -----------*/

#content #global-nav {
	width: 570xp;
	height: 32px;
	margin: 0 0 0 15px;
	padding: 0;
	}
* html body #content #global-nav { width: 585px; }

#content #global-nav li {
	margin: 0;
	padding: 0;
	height: 32px;
	text-indent: -9999px;
	list-style: none;
	float: left;
	}

#content #global-nav li a {
	display: block;
	height: 32px;
	}

#nav01 { width: 164px; }
#nav02 { width: 219px; }
#nav03 { width: 119px; }
#nav04 { width: 68px; }

#nav01 a { background: url(../images/global-nav.png) 0 0 no-repeat; }
#nav02 a { background: url(../images/global-nav.png) -164px 0 no-repeat; }
#nav03 a { background: url(../images/global-nav.png) -383px 0 no-repeat; }
#nav04 a { background: url(../images/global-nav.png) -502px 0 no-repeat; }

#nav01 a:hover { background: url(../images/global-nav.png) 0 -32px no-repeat; }
#nav02 a:hover { background: url(../images/global-nav.png) -164px -32px no-repeat; }
#nav03 a:hover { background: url(../images/global-nav.png) -383px -32px no-repeat; }
#nav04 a:hover { background: url(../images/global-nav.png) -502px -32px no-repeat; }



#nav {
	width: 200px;
	float: left;
	padding: 5px 0 20px 0;
	}

#nav dl {
	width: 180px;
	padding: 0 0 7px 0;
	margin: 0 0 12px 10px;
	}
* html body #nav dl { width: 180px; }

#nav dt,
#nav dd {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}

#nav #cat01 { background: url(../images/cat01.jpg) 0 0 no-repeat; }
#nav #cat02 { background: url(../images/cat02.jpg) 0 0 no-repeat; }
#nav #cat03 { background: url(../images/cat03.jpg) 0 0 no-repeat; }
#nav #cat04 { background: url(../images/cat04.jpg) 0 0 no-repeat; }

#cat01 dt {
	height: 25px;
	background: url(../images/cat01.jpg) 0 0 no-repeat;
	}
#cat02 dt {
	height: 40px;
	background: url(../images/cat02.jpg) 0 0 no-repeat;
	}
#cat03 dt {
	height: 25px;
	background: url(../images/cat03.jpg) 0 0 no-repeat;
	}
#cat04 dt {
	height: 25px;
	background: url(../images/cat04.jpg) 0 0 no-repeat;
	}

#nav dd a { display: block; }

#nav05 a {
	background: url(../images/cat01.jpg) 0 -25px no-repeat;
	height: 36px;
	}
#nav06 a {
	background: url(../images/cat01.jpg) 0 -61px no-repeat;
	height: 20px;
	}
#nav07 a {
	background: url(../images/cat01.jpg) 0 -81px no-repeat;
	height: 20px;
	}
#nav08 a {
	background: url(../images/cat01.jpg) 0 -101px no-repeat;
	height: 20px;
	}

#nav09 a {
	background: url(../images/cat02.jpg) 0 -40px no-repeat;
	height: 21px;
	}
#nav10 a {
	background: url(../images/cat02.jpg) 0 -61px no-repeat;
	height: 20px;
	}
#nav11 a {
	background: url(../images/cat02.jpg) 0 -81px no-repeat;
	height: 20px;
	}

#nav12 a {
	background: url(../images/cat03.jpg) 0 -25px no-repeat;
	height: 36px;
	}
#nav13 a {
	background: url(../images/cat03.jpg) 0 -61px no-repeat;
	height: 35px;
	}

#nav14 a {
	background: url(../images/cat04.jpg) 0 -25px no-repeat;
	height: 21px;
	}
#nav15 a {
	background: url(../images/cat04.jpg) 0 -46px no-repeat;
	height: 20px;
	}
#nav16 a {
	background: url(../images/cat04.jpg) 0 -66px no-repeat;
	height: 20px;
	}
#nav17 a {
	background: url(../images/cat04.jpg) 0 -86px no-repeat;
	height: 20px;
	}


#nav05 a:hover { background: url(../images/cat01.jpg) -180px -25px no-repeat; }
#nav06 a:hover { background: url(../images/cat01.jpg) -180px -61px no-repeat; }
#nav07 a:hover { background: url(../images/cat01.jpg) -180px -81px no-repeat; }
#nav08 a:hover { background: url(../images/cat01.jpg) -180px -101px no-repeat; }

#nav09 a:hover { background: url(../images/cat02.jpg) -180px -40px no-repeat; }
#nav10 a:hover { background: url(../images/cat02.jpg) -180px -61px no-repeat; }
#nav11 a:hover { background: url(../images/cat02.jpg) -180px -81px no-repeat; }

#nav12 a:hover { background: url(../images/cat03.jpg) -180px -25px no-repeat; }
#nav13 a:hover { background: url(../images/cat03.jpg) -180px -61px no-repeat; }

#nav14 a:hover { background: url(../images/cat04.jpg) -180px -25px no-repeat; }
#nav15 a:hover { background: url(../images/cat04.jpg) -180px -46px no-repeat; }
#nav16 a:hover { background: url(../images/cat04.jpg) -180px -66px no-repeat; }
#nav17 a:hover { background: url(../images/cat04.jpg) -180px -86px no-repeat; }


#nav p { text-align: center; }

#nav #media a{
	width:180px;
	height:60px;
	display:block;
	text-indent:-9999px;
	margin:10px;
	background:url(../images/ban_media.jpg);
}
#nav #media a:hover{
	background-position:0 100%;
}

#ban_smile a{
	width:180px;
	height:60px;
	text-indent:-9999px;
	display:block;
	background:url(../images/ban_smile.gif);
	margin:10px;
}
#ban_smile a:hover{
	background-position:0 100%;
}

/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 12px 0 14px 0;
	margin: 0 10px;
	height: 71px;
	background: url(../images/footer_bg.jpg) bottom repeat-x;
	font-size: 85%;
	color: #de91a2;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; height: 97px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #f94956;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 2em 2px 2em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address {
	margin: 12px 2em;
	color: #915757;
	}


/*---------- 06  Contents -----------*/

.section { padding: .5em 20px; }
.section .section { padding: .5em 5px; }

p.center { text-align: center; }

#content h2 {
	height: 31px;
	text-indent: -9999px;
	margin: 20px 15px 15px 15px;
	}
* html body #content h2 { height: 31px; }

#content h3 {
	clear: both;
	height: 40px;
	text-indent: -9999px;
	margin-left: -10px;
	}
#content h4 {
	height: 30px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 108%;
	font-weight: bold;
	margin: .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.png) 0 4px no-repeat;
	padding-left: 20px;
	}
#content ul.olist li {
	background-image: none;
	padding-left: 0;
	}

#content dt { font-weight: bold; }

#content a { text-decoration: underline; }
a {
	color: #ff6666;
	outline: none;
	}
a:hover { color: #915757; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}

.image_l  {
	float: left;
	margin: 0 16px 16px 0;
	}

.image_r {
	float: right;
	margin: 0 0 16px 16px;
	}

.case {
	margin: 10px 20px;
	background: url(../images/arrow_h.png) center center no-repeat;
	}
.case img {
	display: block;
	}

.case .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: 93px;
	height: 14px;
	margin: 0;
	padding: 0;
	line-height: 1.0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 14px;
	background: url(../images/to_top.png) 0 0 no-repeat;
	}
#content ul.totop li a:hover { background: url(../images/to_top.png) 0 -14px no-repeat; }

p.caution {
	padding-left: 24px;
	background: url(../images/caution.png) 0 1px no-repeat;
	}

#content .important {
	background: #fedfdc;
	color: #915757;
	padding: 1em 2em;
	margin-bottom: 1em;
	border: 0;
	}


/*---------- 07  Index -----------*/

#index .section { padding: .5em 15px; }

#index #content h2 {
	height: 300px;
	text-indent: -9999px;
	background: url(../images/index_h2-01.jpg) 0 0 no-repeat;
	margin: 15px 15px 0 15px;
	}
* html body#index #content h2 { height: 315px; }

#index h3#title02 {
	height: 31px;
	margin: 20px 0 15px 0;
	background: url(../images/index_h3-02.png) 0 0 no-repeat;
	}
* html body#index h3#title02 { height: 66px; }

#index h3#title03 {
	background: url(../images/index_h3-03.png) 0 0 no-repeat;
	margin: 0;
	height: 35px;
	clear: none;
	}

#index #content h4#title04 {
	background: url(../images/index_h4-04.png) 0 0 no-repeat;
	height: 40px;
	margin-left: -10px;
	}

#index p.lead {
	text-indent: -9999px;
	height: 48px;
	background: url(../images/index-lead.jpg) 0 0 no-repeat;
	}

#index #information {
	background: #fff7f2;
	margin: .5em 15px;
	}

#index #information p.lead {
	text-indent: -9999px;
	height: 60px;
	background: url(../images/information-lead.jpg) 0 0 no-repeat;
	}

#index #information .image_r { margin-bottom: 0; }

#index #information .author {
	padding-left: 10px;
	margin-bottom: 0;
	border-left: 3px solid #ffc0c0;
	}

#index #content #pckp ul {
	margin: 0;
	padding: 0;
	}
#index #content #pckp ul li {
	width: 143px;
	margin: 0;
	padding: 0;
	background-image: none;
	float: left;
	}
#index #content #pckp ul li.nil { width: 140px; }

.ban_allergie a{
	width:570px;
	height:120px;
	margin:10px 0;
	display:block;
	text-indent:-9999px;
	background:url(../images/ban_allergie.jpg);
}
.ban_book a{
	width:570px;
	height:120px;
	margin:10px 0;
	display:block;
	text-indent:-9999px;
	background:url(../images/ban_book.jpg);
}
.ban_allergie a:hover,
.ban_book a:hover{
	background-position:0 100%;
}


/*---------- 08  Why -----------*/

#why h2#title01 { background: url(../images/why_h2-01.png) 0 0 no-repeat; }
#why h3#title02 { background: url(../images/why_h3-02.png) 0 0 no-repeat; }
#why h4#title03 { background: url(../images/why_h4-03.png) 0 0 no-repeat; }
#why h4#title04 { background: url(../images/why_h4-04.png) 0 0 no-repeat; }
#why h4#title05 { background: url(../images/why_h4-05.png) 0 0 no-repeat; }

#why #content h5{
	background-image:url(../images/h5.png);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #915757;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 20px;
}


/*---------- 09  Treatment -----------*/

#treatment h2#title01 { background: url(../images/treatment_h2-01.png) 0 0 no-repeat; }
#treatment h3#title02 { background: url(../images/treatment_h3-02.png) 0 0 no-repeat; }
#treatment h3#title03 { background: url(../images/treatment_h3-03.png) 0 0 no-repeat; }
#treatment h4#title04 { background: url(../images/treatment_h4-04.png) 0 0 no-repeat; }
#treatment h4#title05 { background: url(../images/treatment_h4-05.png) 0 0 no-repeat; }
#treatment h4#title06 { background: url(../images/treatment_h4-06.png) 0 0 no-repeat; }
#treatment h4#title07 { background: url(../images/treatment_h4-07.png) 0 0 no-repeat; }
#treatment h4#title08 { background: url(../images/treatment_h4-08.png) 0 0 no-repeat; }
#treatment h4#title09 { background: url(../images/treatment_h4-09.png) 0 0 no-repeat; }
#treatment h3#title10 { background: url(../images/treatment_h3-10.png) 0 0 no-repeat; }

#treatment .waku{
	width:450px;
	margin:0 0 20px 50px;
}
#treatment .waku_l{
	width:220px;
	float:left;
	text-align:center;
}
#treatment  .waku_r{
	width:220px;
	float:right;
	text-align:center;
}


/*---------- 10  Diagnosis -----------*/

#diagnosis h2#title01 { background: url(../images/diagnosis_h2-01.png) 0 0 no-repeat; }
#diagnosis h3#title02 { background: url(../images/diagnosis_h3-02.png) 0 0 no-repeat; }
#diagnosis h4#title03 { background: url(../images/diagnosis_h4-03.png) 0 0 no-repeat; }
#diagnosis h4#title04 { background: url(../images/diagnosis_h4-04.png) 0 0 no-repeat; }
#diagnosis h4#title05 { background: url(../images/diagnosis_h4-05.png) 0 0 no-repeat; }

#diagnosis #content h5{
	background-image:url(../images/h5.png);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #915757;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 20px;
}

#diagnosis #content table {
	text-align: left;	
	background-color:#999999;
	border:none;
	font-size:12px;
	color: #666;
}
#diagnosis #content table th {
	background-color: #FFEBE9;	
	text-align: left;	
	color:#915757;
	width: 200px;
	border-color:#999;
}
#diagnosis #content table td{
	background-color: #FFFFFF;
	text-align: left;	
	color:#666;	
	width: 300px;
	border-color:#999;
}

/*---------- 11  Implant -----------*/

#implant h2#title01 { background: url(../images/implant_h2-01.png) 0 0 no-repeat; }
#implant h3#title02 { background: url(../images/implant_h3-02.png) 0 0 no-repeat; }
#implant h4#title03 { background: url(../images/implant_h4-03.png) 0 0 no-repeat; }
#implant h4#title04 { background: url(../images/implant_h4-04.png) 0 0 no-repeat; }
#implant h4#title05 { background: url(../images/implant_h4-05.png) 0 0 no-repeat; }

/*---------- 12  Foodstuffs -----------*/

#foodstuffs h2#title01 { background: url(../images/foodstuffs_h2-01.png) 0 0 no-repeat; }
#foodstuffs h3#title02 { background: url(../images/foodstuffs_h3-02.png) 0 0 no-repeat; }
#foodstuffs h4#title03 { background: url(../images/foodstuffs_h4-03.png) 0 0 no-repeat; }
#foodstuffs h4#title04 { background: url(../images/foodstuffs_h4-04.png) 0 0 no-repeat; }
#foodstuffs h4#title05 { background: url(../images/foodstuffs_h4-05.png) 0 0 no-repeat; }

#foodstuffs #content table {
	margin-top:5px;
	text-align: left;	
	background-color:#999999;
	border:none;
	font-size:12px;
	color: #666;
}
#foodstuffs #content table th {
	background-color: #FFEBE9;	
	text-align: center;	
	color:#915757;
	width: 180px;
	border-color:#999;
}
#foodstuffs #content table td{
	background-color: #FFFFFF;
	text-align: left;
	color:#666;
	width: 180px;
	border-color:#999;
	vertical-align: top;
}

#foodstuffs #content table td.nashi{
	background-color: none;
	width: 180px;
	border-color: none;
    border:none;
}

/*---------- 13  Prevent -----------*/

#prevent h2#title01 { background: url(../images/prevent_h2-01.png) 0 0 no-repeat; }
#prevent h3#title02 { background: url(../images/prevent_h3-02.png) 0 0 no-repeat; }
#prevent h4#title03 { background: url(../images/prevent_h4-03.png) 0 0 no-repeat; }
#prevent h4#title04 { background: url(../images/prevent_h4-04.png) 0 0 no-repeat; }
#prevent h3#title05 { background: url(../images/prevent_h3-05.png) 0 0 no-repeat; }

#prevent .waku{
	width:320px;
	float: right;
}

/*---------- 14  Faq -----------*/

#faq h2#title01 { background: url(../images/faq_h2-01.png) 0 0 no-repeat; }
#faq h3#title02 { background: url(../images/faq_h3-02.png) 0 0 no-repeat; }

#faq #content .section .q{
	background-image: url(../images/icon_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 6px 30px;
	margin:0 20px 0 10px;
	color:#915757;
	text-align:left;
}
* html body#faq #content .section .q{ margin:0; }

#faq #content .section div.a{
	background-image: url(../images/icon_a.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding-left: 45px;
	margin:5px 20px 10px 0;
	width: 500px;
	float:right;
}
* html body#faq #content .section div.a{
	margin:0;
	width: 575px;
	}


/*---------- 15  Trust -----------*/

#trust h2#title01 { background: url(../images/trust_h2-01.png) 0 0 no-repeat; }
#trust h3#title02 { background: url(../images/trust_h3-02.png) 0 0 no-repeat; }
#trust h4#title03 { background: url(../images/trust_h4-03.png) 0 0 no-repeat; }
#trust h3#title04 { background: url(../images/trust_h3-04.png) 0 0 no-repeat; }


#trust #content h5{
	background-image:url(../images/h5.png);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #915757;
	background-repeat: no-repeat;
	padding-left: 10px;
}


/*---------- 16  Maintenance -----------*/

#maintenance h2#title01 { background: url(../images/maintenance_h2-01.png) 0 0 no-repeat; }
#maintenance h3#title02 { background: url(../images/maintenance_h3-02.png) 0 0 no-repeat; }
#maintenance h4#title03 { background: url(../images/maintenance_h4-03.png) 0 0 no-repeat; }
#maintenance h4#title04 { background: url(../images/maintenance_h4-04.png) 0 0 no-repeat; }


/*---------- 17  Clinic -----------*/

#clinic h2#title01 { background: url(../images/clinic_h2-01.png) 0 0 no-repeat; }
#clinic h3#title02 { background: url(../images/clinic_h3-02.png) 0 0 no-repeat; }
#clinic h3#title03 { background: url(../images/clinic_h3-03.png) 0 0 no-repeat; }
#clinic h4#title04 { background: url(../images/clinic_h4-04.png) 0 0 no-repeat; }
#clinic h3#title05 { background: url(../images/clinic_h3-05.png) 0 0 no-repeat; }
#clinic h3#title06 { background: url(../images/clinic_h3-06.png) 0 0 no-repeat; }

#clinic #content table {
	text-align: left;	
	background-color:#999999;
	border:none;
	font-size:12px;
	color: #666;
}
#clinic #content table th {
	background-color: #FFEBE9;	
	text-align: left;	
	color:#915757;
	width: 200px;
	border-color:#999;
}
#clinic #content table td{
	background-color: #FFFFFF;
	text-align: left;	
	color:#666;	
	width: 300px;
	border-color:#999;
}
#clinic .dr dl dt{
	width: 4em;
	float: left;
	font-weight: bold;
}
#clinic .dr dl dd{
    overflow:hidden;}
#clinic strong{	color: #915757;}


/*---------- 18  access -----------*/

#access h2#title01 { background: url(../images/access_h2-01.png) 0 0 no-repeat; }
#access h3#title02 { background: url(../images/access_h3-02.png) 0 0 no-repeat; }
#access h4#title03 { background: url(../images/access_h4-03.png) 0 0 no-repeat; }
#access h4#title04 { background: url(../images/access_h4-04.png) 0 0 no-repeat; }
#access h4#title05 { background: url(../images/access_h4-05.png) 0 0 no-repeat; }

#map {
	border: 2px solid #fce6e6;
	margin:0 auto 18px 0;
	text-align:center;
	}

#map .InfoWin { width: 240px; }
#map .InfoWin p {
	margin-left: 24px;
	font-size: 108%;
	color: #915757;
	letter-spacing: 1px;
	} 
	
#access strong{	color: #915757;}


/*---------- 19  Contact -----------*/

#contact h2#title01 { background: url(../images/contact_h2-01.png) 0 0 no-repeat; }

/*---------- 19  Sitemap -----------*/

#sitemap h2#title01 { background: url(../images/sitemap_h2-01.png) 0 0 no-repeat; }
#sitemap h3#title02 { background: url(../images/sitemap_h3-02.png) 0 0 no-repeat; }
#sitemap h4#title03 { background: url(../images/sitemap_h4-03.png) 0 0 no-repeat; }
#sitemap h4#title04 { background: url(../images/sitemap_h4-04.png) 0 0 no-repeat; }
#sitemap h4#title05 { background: url(../images/sitemap_h4-05.png) 0 0 no-repeat; }
#sitemap h4#title06 { background: url(../images/sitemap_h4-06.png) 0 0 no-repeat; }
#sitemap h3#title07 { background: url(../images/sitemap_h3-07.png) 0 0 no-repeat; }
#sitemap h4#title08 { background: url(../images/sitemap_h4-08.png) 0 0 no-repeat; }
#sitemap h4#title09 { background: url(../images/sitemap_h4-09.png) 0 0 no-repeat; }
#sitemap h4#title10 { background: url(../images/sitemap_h4-10.png) 0 0 no-repeat; }
#sitemap h3#title11 { background: url(../images/sitemap_h3-11.png) 0 0 no-repeat; }
#sitemap h4#title12 { background: url(../images/sitemap_h4-12.png) 0 0 no-repeat; }
#sitemap h4#title13 { background: url(../images/sitemap_h4-13.png) 0 0 no-repeat; }
#sitemap h3#title14 { background: url(../images/sitemap_h3-14.png) 0 0 no-repeat; }
#sitemap h4#title15 { background: url(../images/sitemap_h4-15.png) 0 0 no-repeat; }
#sitemap h4#title16 { background: url(../images/sitemap_h4-16.png) 0 0 no-repeat; }
#sitemap h4#title17 { background: url(../images/sitemap_h4-17.png) 0 0 no-repeat; }
#sitemap h4#title18 { background: url(../images/sitemap_h4-18.png) 0 0 no-repeat; }
#sitemap h4#title19 { background: url(../images/sitemap_h4-19.png) 0 0 no-repeat; }

h4 a{width:500px; height:20px; display: block; margin-top:5px;}

.red{
	color: #915757;
	font-weight:bold;
}