﻿@charset "UTF-8";
@import "base.css";
@import "fonts.css";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////  Copyright (C) 2009 株式会社フリーセル All Rights Reserved.  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css   スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css  フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/

/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1,h2,h3,h4,h5,h6,input,button,textarea,select,p,blockquote,table,pre,address,ul,ol,dl {
	font-size: 100%; color:#666;
}
option { margin: 0 0 0 10px; }

/* Header内で設定 */

#index h2 {
	margin: 0  ;
	padding: 110px 46px 0 ;
	height: 40px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	clear: both;
	text-align: left;
	float: left;
	}
	
#content h2 {
	margin: 22px 0 21px 20px ;
	padding: 0 ;
	height: 40px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	}

#index #content h3 {
	margin: 3px 3px 5px;
	padding: 0  ;
	height: 35px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	text-indent: -9999px;
	background: url(../images/index_h3.jpg) 0 0 no-repeat;
	}
	
#content h3 {
	clear: both;
	margin: 0 0 15px 0;
	height: 35px;
	text-indent: -9999px;
	}
	
#index #content h4 {
	margin: 0 0 7px 0 ;
	padding: 0  ;
	height: 30px;
	font-size: 1%;
	line-height: 1%; 
	display: block;
	text-indent: -9999px;
	background: url(../images/index_h4.jpg) 0 0 no-repeat;
	}

#content h4 {
	clear: both;
	margin: 0 0 10px 0;
	height: 22px;
	text-indent: -9999px;
	}
	
.title {
	margin: 0 0 5px -10px;
	font-size: 100%;
	line-height: 1.5em;
	font-weight: normal;
	background:url(../images/icon_02.jpg) 0 5px no-repeat;
	text-indent: 18px;
	font-weight: bold;
	color:#4f9679;
	}
	
a { color: #007dd9; outline: none; text-decoration: underline; cursor: pointer; }
a:hover { color: #4f9679; text-decoration: underline; cursor: pointer; }

ul { margin: 0; padding: 0; list-style: none; }
ul li { margin: 0; padding: 0 0 0 12px; list-style: none; background:url(../images/icon_01.jpg) 0 6px no-repeat; line-height: 1.5em; }

dl { margin: 0; }
dt { margin: 0; }
dd { margin: 0; }

#content table {
	margin: 0 ;
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
	font-size: 100%;
	line-height: 1.4em;
	width: 100%;
	color:#666;
	}
#content table th,
#content table td {
	padding: 7px 8px;
	border: 1px solid #d4d4d4;
	}
#content table th {
	background:#f7f4ed;
	}

#content table td.bg01 {
	color:#00663d;
	background: #f2f9fe;
	}
#content table td.bg02 {
	color:#00663d;
	text-align: center;
	background: #f1faff;
	vertical-align: top;
	}
#content table td.bg03 {
	color:#00663d;
	background: #f2f9fe;
	width: 50%;
	}
#content table td.bg04 {
	color:#00663d;
	background: #f3ffd7;
	width: 50%;
	}
#content table td.bg05 {
	color:#00663d;
	background: #f1faff;
	}

#content table td.top { vertical-align: top; }
#content table td.bottom { vertical-align: bottom; }
#content table td.right { text-align: right; }
#content table.table_01 { margin: 0 0 1em 0; }
#content table.table_02 { margin: 0 0 10px 0; }
#content table td.td01 { border-bottom: none; padding-bottom: 5px; }
#content table td.td02 { border-top: none; padding-top: 0; }

p { margin: 0 0 1em; }

dt img, dd img, li img { vertical-align: bottom; }

.section { margin-left: 20px; margin-right: 10px; padding: 0 0 2em 0; }
.section .section { margin-left: 8px; margin-right: 8px; padding-top: 1em; padding-left: 1em; padding-right :1em ; padding-bottom: 0; border: 1px solid #d4d4d4; }
.section .section02 { margin-left: 8px; margin-right: 8px; padding-top: 1em; padding-left: 1em; padding-right :1em ; padding-bottom: 0; border: 1px solid #d4d4d4; background:#f3ffd7 }

.section .section .section { padding: 0 10px; border: none; }

.image_r_in { margin: 0 0 0 10px; padding: 0 ; float: right; line-height: 1%; display: block; }
* html body .image_r_in { margin: 0 0 0 7px ; } /*  for IE6 only */

.image_l1 { margin: 0 20px 0 0; padding: 0 ; float: left; line-height: 1%; display: block; }
* html body .image_l1 { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_l { margin: 0; padding: 0; float: left; line-height: 1%; display: block; }
.image_r { margin: 0; padding: 0; float: right; line-height: 1%; display: block; }

.image_l2 { margin: 0 20px 1em 0; padding: 0 ; float: left; line-height: 1%; display: block; }
*:first-child+html .image_l2 { margin: 0 20px 0 0 ; } /*  for IE7 only */
* html body .image_l2 { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_l3 { margin: 0 20px 0 0; padding: 0 0 10px 0 ; float: left; line-height: 1%; display: block; }
* html body .image_l3 { margin: 0 17px 0 0 ; } /*  for IE6 only */

.image_r1 { margin: 0 0 0 20px; padding: 0 ; float: right; line-height: 1%; display: block; }
* html body .image_r1 { margin: 0 0 0 17px ; } /*  for IE6 only */

.image_r2 { margin: 0 0 1em 20px; padding: 0; float: right; line-height: 1%; display: block; }
*:first-child+html .image_r2{ margin: 0 0 0 20px ; } /*  for IE7 only */
* html body .image_r2 { margin: 0 0 0 17px ; } /*  for IE6 only */

.image_r3 { margin: 0 0 0 20px; padding: 0 0 10px 0 ; float: right; line-height: 1%; display: block; }
* html body .image_r3 { margin: 0 0 0 17px ; } /*  for IE6 only */

.case {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center center no-repeat;
	}
.case2 {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center 61px no-repeat;
	}
.case3 {
	margin: 0 ;
	background: url(../images/arrow_h.jpg) center 41px no-repeat;
	}		
.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow_h.jpg) center center no-repeat;
}
.case-noimg { margin: 10px 20px; }

.caption {
	margin: 0;
	color:#007dd9;
	text-align: center;
	}

ul.totop {
	margin: 0 0 1.5em 0 ;
	padding: 0;
	height: 18px;
	list-style: none;
	}

ul.totop li {
	margin: 0;
	padding: 0;	
	width: 150px;
	height: 18px;
	list-style: none;
	float: right;
	font-size: 1%;
	line-height: 1%;
	}
ul.totop li a {
	text-indent: -9999px;
	display: block;
	height: 18px;
	font-size: 1%;
	line-height: 1%;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/

html {
	background: none;
}

body { margin: 0 ; color:#666; text-align: center; background:url(../images/body_bg_02.jpg) left bottom repeat-x; }
#index #container01 { margin: 0 ; background:url(../images/body_bg_01.jpg) center top no-repeat;}
#container01 { margin: 0 ; background:url(../images/body_bg_03.jpg) center top no-repeat;}

#wrapper {
	width: 992px;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
}

#main {
	clear: both;
	margin: 0 41px;
	background:url(../images/main_bg_02.jpg) 0 0 repeat-y;
}
#index #main01 {
	clear: both;
	margin: 0;
	background:url(../images/main_bg_01.jpg) center top no-repeat;

}
#main01 {
	clear: both;
	margin: 0;
	background:url(../images/main_bg_04.jpg) center top no-repeat;
}
#main02 {
	clear: both;
	margin: 0;
	padding-bottom: 32px;
	background:url(../images/main_bg_03.jpg) center bottom no-repeat;

}
#content {
	margin: 0 15px 0 0 ;
	width: 640px;
	float: right;
	font-size: 140%;
	line-height: 1.2857em;
	letter-spacing: 0;
	display: inline;
	}

/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/

#index #header {
	width: 992px;
	height: 445px;
	margin: 0 ; 
	padding: 0 ;
}

#header {
	width: 992px;
	height: 325px;
	margin: 0 ; 
	padding: 0 ;
}

#header h1 { margin: 0; padding: 12px 0 0 125px; font-size: 120%; color:#000; float:left; position: absolute; }

#header #header01 {
	width: 992px;
	height: 105px;
	margin: 0 ;
}

#header #header01 .header_logo {
	margin: 30px 0 0 46px ;
	padding: 0 0 0 0;
	float: left;
	display: inline;
}

#header #header01 .header_tel {
	margin: 0 0 0 0;
	padding: 20px 46px 0 0 ;
	float: right;
	display: inline;
}

#index header #header02 {
	clear: both;
	width: 992px;
	height: 340px;
	margin: 0 ;
}
#header #header02 {
	clear: both;
	width: 992px;
	height: 220px;
	margin: 0 ;
}

.main_img {
	margin: 0 auto;
	padding: 149px 46px 0 0;
	line-height: 1%;
	display: block;
	float: right;
	display: inline;
	}

/*==========================================================================*/
/*                              Footer                                      */
/*==========================================================================*/

* html body #footer {
	clear: both;
	padding: 0 ;
	margin: 0 41px ;
	width: 910px;
	height: 90px;
	text-align: left;
	}
*:first-child+html #footer {
	clear: both;
	padding: 0 ;
	margin: 0 41px ;
	width: 910px;
	height: 86px;
	text-align: left;
	}
#footer {
	clear: both;
	padding: 0 ;
	margin: 0 41px ;
	width: 910px;
	height: 99px;
	text-align: left;
	}
	
#footer a {
	text-decoration: none;
	color: #ff9900;
	}
#footer a:hover { text-decoration: underline; }
	
#footer p.footer_tel { 
	margin: 0 ;
	padding: 28px 0 0 5px;
	float: left;
	line-height: 1%;
	display: block;
	}

#footer address {
	margin: 0;
	padding: 34px 14px 0 0;
	font-size: 1%;
	line-height: 1%;
	width: 282px;
	height: 18px;
	float: right;
	}
		
/*==========================================================================*/
/*                            Navigation                                    */
/*==========================================================================*/

#navi {
	margin: 0 0 0 15px ;
	padding: 11px 0 20px 0 ;
	float: left;
	width: 224px;
	text-align: left;
	display: inline;
}

#navi dl,
#navi ul {
	margin: 0 0 20px 0px;
	padding: 0;
}

#navi dl dt,
#navi dl dd,
#navi ul li {
	list-style: none;
	margin: 0 ;
	padding: 0;
	vertical-align: top;
}
#navi ul li.li01 {
	padding: 0 0 7px 0;
}

#navi p { margin: 0; }


/*==========================================================================*/
/*                             Contents                                     */
/*==========================================================================*/

/*----------  Index  ----------*/

.index01 { margin: 11px 0 19px 10px ; border:1px solid #d4d4d4; }
.index01_01 { margin: 0 3px 0 23px; overflow-y: scroll; height: 80px; }

#index #content dl.dl01 { width:560px; margin:7px 16px 7px 0px; padding:0; display: inline; float: left; line-height: 1.7em; }
#index #content dl.dl01 dt { width:90px; margin:0; padding: 0; display:inline; float:left; }
#index #content dl.dl01 dd { width:470px; margin:0; padding: 0; display:inline; float:left; }

#index #content dl.dl02 { margin: 0 ; padding: 0; width: 350px; display: inline; line-height: 1.7em;  }
#index #content dl.dl02 dt { margin: 0; width: 67px; padding: 0; float: left; display: inline; color:#4F9679; font-weight: bold; }
#index #content dl.dl02 dd { margin: 0; width: 283px; padding: 0; float: left; display: inline; }
#index #content dl.dl02 dd.dd01 { margin: 0 0 0 67px; line-height: 1em; padding: 0 0 9px 0; }

.index02 { margin: 0 10px 17px 20px ; }
.index02_01 { margin: 0 ; background:url(../images/index_img_01.jpg) left bottom no-repeat; height: 200px; }
.index02_02 { margin: 0 ; background:url(../images/index_img_02.jpg) left bottom no-repeat; height: 200px; }
*html body .index02_02 { margin: 0 ; background:url(../images/index_img_02.jpg) left bottom no-repeat; height: 200px; padding: 0; }
*html body .index02_01 { margin: 0 ; background:url(../images/index_img_01.jpg) left bottom no-repeat; height: 200px; }


.index_text01 { padding: 0 90px 11px 12px; margin: 0; }
.index_text02 { padding: 0 100px 11px 12px; margin: 0; }

.alpha { margin: 0 ; float: left; display: inline; }
.beta { margin: 0 ; float: right; display: inline; }

.beta02 { margin: 0 0 0 12px ; float: right; display: inline; }
.gamma { margin: 0 0 0 12px ; float: right; display: inline; }

.index03 { margin: 0 0 10px 10px ; background: url(../images/index_img_08.jpg) 0 0 no-repeat;  }

.index04 { margin: 0 0 25px 10px ; }

.index05 { margin: 0 0 0 10px ; }
.index05_01 { margin: 0 10px 0 14px ; }

.gmap_bubble1 { margin: 0 0 0 0; padding:0px;}
#map { margin: 0 0 7px 0; width: 250px; height: 150px; }
#map02 { margin: 0; width: 460px; height: 400px; }
.gmap_bubble { height:6em; width:17em; }
#content table #map .gmap_bubble p { margin-bottom:10px; line-height:1.5em; }

/*----------  Care / Clinic Staff ----------*/

#care_clinic_staff h3#title02 { background: url(../images/care_clinic_staff_h3-01.jpg) 0 0 no-repeat; }
#care_clinic_staff h4#title03 { background: url(../images/care_clinic_staff_h4-01.jpg) 0 0 no-repeat; }
#care_clinic_staff h4#title04 { background: url(../images/care_clinic_staff_h4-02.jpg) 0 0 no-repeat; }
#care_clinic_staff h3#title05 { background: url(../images/care_clinic_staff_h3-02.jpg) 0 0 no-repeat; }
#care_clinic_staff h4#title06 { background: url(../images/care_clinic_staff_h4-03.jpg) 0 0 no-repeat; }
#care_clinic_staff h4#title07 { background: url(../images/care_clinic_staff_h4-04.jpg) 0 0 no-repeat; }

/*----------  Care / Concept ----------*/

#care_concept h3#title02 { background: url(../images/care_concept_h3-01.jpg) 0 0 no-repeat; }
#care_concept h4#title03 { background: url(../images/care_concept_h4-01.jpg) 0 0 no-repeat; }
#care_concept h4#title04 { background: url(../images/care_concept_h4-02.jpg) 0 0 no-repeat; }
#care_concept h3#title05 { background: url(../images/care_concept_h3-02.jpg) 0 0 no-repeat; }
#care_concept h4#title06 { background: url(../images/care_concept_h4-03.jpg) 0 0 no-repeat; }
#care_concept h4#title07 { background: url(../images/care_concept_h4-04.jpg) 0 0 no-repeat; }
#care_concept h4#title08 { background: url(../images/care_concept_h4-05.jpg) 0 0 no-repeat; }

#content dl.dl03 { margin: 0 0 10px 0 ; width: 450px; padding: 0 0 2px 0 ; }
#content dl.dl03 dt { margin: 0; width: 230px; float: left; display: inline; font-weight: normal; }
#content dl.dl03 dd { margin: 0; width: 220px; float: left; display: inline; }

/*----------  Cure / Worry ----------*/

#cure_worry h3#title02 { background: url(../images/cure_worry_h3-01.jpg) 0 0 no-repeat; }
#cure_worry h4#title03 { background: url(../images/cure_worry_h4-01.jpg) 0 0 no-repeat; }
#cure_worry h4#title04 { background: url(../images/cure_worry_h4-02.jpg) 0 0 no-repeat; }
#cure_worry h4#title05 { background: url(../images/cure_worry_h4-03.jpg) 0 0 no-repeat; }
#cure_worry h4#title06 { background: url(../images/cure_worry_h4-04.jpg) 0 0 no-repeat; }
#cure_worry h4#title07 { background: url(../images/cure_worry_h4-05.jpg) 0 0 no-repeat; }
#cure_worry h4#title08 { background: url(../images/cure_worry_h4-06.jpg) 0 0 no-repeat; }

/*----------  Cure / General ----------*/

#cure_general h3#title02 { background: url(../images/cure_general_h3-01.jpg) 0 0 no-repeat; }
#cure_general h4#title03 { background: url(../images/cure_general_h4-01.jpg) 0 0 no-repeat; }
#cure_general h4#title04 { background: url(../images/cure_general_h4-02.jpg) 0 0 no-repeat; }

/*----------  Cure / Esthe ----------*/

#cure_esthe h3#title02 { background: url(../images/cure_esthe_h3-01.jpg) 0 0 no-repeat; }
#cure_esthe h4#title03 { background: url(../images/cure_esthe_h4-01.jpg) 0 0 no-repeat; }
#cure_esthe h4#title04 { background: url(../images/cure_esthe_h4-02.jpg) 0 0 no-repeat; }
#cure_esthe h3#title05 { background: url(../images/cure_esthe_h3-02.jpg) 0 0 no-repeat; }
#cure_esthe h4#title06 { background: url(../images/cure_esthe_h4-03.jpg) 0 0 no-repeat; }
#cure_esthe h4#title07 { background: url(../images/cure_esthe_h4-04.jpg) 0 0 no-repeat; }
#cure_esthe h4#title08 { background: url(../images/cure_esthe_h4-05.jpg) 0 0 no-repeat; }
#cure_esthe h4#title09 { background: url(../images/cure_esthe_h4-06.jpg) 0 0 no-repeat; }
#cure_esthe h3#title10 { background: url(../images/cure_esthe_h3-03.jpg) 0 0 no-repeat; }
#cure_esthe h4#title11 { background: url(../images/cure_esthe_h4-07.jpg) 0 0 no-repeat; }
#cure_esthe h4#title12 { background: url(../images/cure_esthe_h4-08.jpg) 0 0 no-repeat; }
#cure_esthe h3#title13 { background: url(../images/cure_esthe_h3-04.jpg) 0 0 no-repeat; }
#cure_esthe h4#title14 { background: url(../images/cure_esthe_h4-09.jpg) 0 0 no-repeat; }
#cure_esthe h4#title15 { background: url(../images/cure_esthe_h4-10.jpg) 0 0 no-repeat; }
#cure_esthe h3#title16 { background: url(../images/cure_esthe_h3-05.jpg) 0 0 no-repeat; }
#cure_esthe h4#title17 { background: url(../images/cure_esthe_h4-11.jpg) 0 0 no-repeat; }
#cure_esthe h4#title18 { background: url(../images/cure_esthe_h4-12.jpg) 0 0 no-repeat; }
#cure_esthe h4#title19 { background: url(../images/cure_esthe_h4-13.jpg) 0 0 no-repeat; }
#cure_esthe h4#title20 { background: url(../images/cure_esthe_h4-14.jpg) 0 0 no-repeat; }

/*----------  Cure / Whitening ----------*/

#cure_whitening h3#title02 { background: url(../images/cure_whitening_h3-01.jpg) 0 0 no-repeat; }
#cure_whitening h4#title03 { background: url(../images/cure_whitening_h4-01.jpg) 0 0 no-repeat; }
#cure_whitening h3#title04 { background: url(../images/cure_whitening_h3-02.jpg) 0 0 no-repeat; }
#cure_whitening h4#title05 { background: url(../images/cure_whitening_h4-02.jpg) 0 0 no-repeat; }
#cure_whitening h4#title06 { background: url(../images/cure_whitening_h4-03.jpg) 0 0 no-repeat; }

/*----------  Cure / Cleaning PMTC ----------*/

#cure_cleaning_pmtc h3#title02 { background: url(../images/cure_cleaning_pmtc_h3-01.jpg) 0 0 no-repeat; }
#cure_cleaning_pmtc h3#title03 { background: url(../images/cure_cleaning_pmtc_h3-02.jpg) 0 0 no-repeat; }
#cure_cleaning_pmtc h4#title04 { background: url(../images/cure_cleaning_pmtc_h4-01.jpg) 0 0 no-repeat; }
#cure_cleaning_pmtc h4#title05 { background: url(../images/cure_cleaning_pmtc_h4-02.jpg) 0 0 no-repeat; }

/*----------  Cure / Oralsurgery Implant ----------*/

#cure_oralsurgery_implant h3#title02 { background: url(../images/cure_oralsurgery_implant_h3-01.jpg) 0 0 no-repeat; }
#cure_oralsurgery_implant h4#title03 { background: url(../images/cure_oralsurgery_implant_h4-01.jpg) 0 0 no-repeat; }
#cure_oralsurgery_implant h3#title04 { background: url(../images/cure_oralsurgery_implant_h3-02.jpg) 0 0 no-repeat; }
#cure_oralsurgery_implant h4#title05 { background: url(../images/cure_oralsurgery_implant_h4-02.jpg) 0 0 no-repeat; }
#cure_oralsurgery_implant h3#title06 { background: url(../images/cure_oralsurgery_implant_h3-03.jpg) 0 0 no-repeat; }
#cure_oralsurgery_implant h4#title07 { background: url(../images/cure_oralsurgery_implant_h4-03.jpg) 0 0 no-repeat; }

.alpha03 { margin: 0 14px 0 0 ; float: left; display: inline; }
.beta03 { margin: 0 5px 0 0 ; float: left; display: inline; }
.gamma03 { margin: 0 5px 0 0 ; float: left; display: inline; }
.denta03 { margin: 0 0 0 0 ; float: right; display: inline; }

/*----------  Cure / Perio Again ----------*/

#cure_perio_again h3#title02 { background: url(../images/cure_perio_again_h3-01.jpg) 0 0 no-repeat; }
#cure_perio_again h4#title03 { background: url(../images/cure_perio_again_h4-01.jpg) 0 0 no-repeat; }
#cure_perio_again h4#title04 { background: url(../images/cure_perio_again_h4-02.jpg) 0 0 no-repeat; }
#cure_perio_again h3#title05 { background: url(../images/cure_perio_again_h3-02.jpg) 0 0 no-repeat; }
#cure_perio_again h4#title06 { background: url(../images/cure_perio_again_h4-03.jpg) 0 0 no-repeat; }
#cure_perio_again h4#title07 { background: url(../images/cure_perio_again_h4-04.jpg) 0 0 no-repeat; }
#cure_perio_again h4#title08 { background: url(../images/cure_perio_again_h4-05.jpg) 0 0 no-repeat; }
#cure_perio_again h3#title09 { background: url(../images/cure_perio_again_h3-03.jpg) 0 0 no-repeat; }
#cure_perio_again h4#title10 { background: url(../images/cure_perio_again_h4-06.jpg) 0 0 no-repeat; }
#cure_perio_again h4#title11 { background: url(../images/cure_perio_again_h4-07.jpg) 0 0 no-repeat; }

ul li.check { margin: 0; padding: 0 0 0 25px; list-style: none; background:url(../images/icon_04.jpg) 0 0 no-repeat; line-height: 1.7em; }

/*-------------- Margin - Padding -----------------*/

.m0 { margin: 0; }

.pad_01 { padding: 10px 0 0 0; margin: 0; float: left; }
.pad_02 { padding: 13px 0 8px 12px; margin: 0; }
.pad_03 { padding: 0 0 4px 12px; margin: 0; }
.pad_03_2 { padding: 0 0 4px 12px; margin: 0 0 0 0; }
.pad_04 { padding: 0 0 14px 18px; margin: 0; }
.pad_05 { padding: 10px 0 0 35px; margin: 0; }
.pad_06 { padding: 0 0 0 8px; margin: 0; }
	
.pad_t10 { padding-top: 10px; }
.pad_t15 { padding-top: 15px; }

.pad_b10 { padding-bottom: 10px; }
.pad_l51 { padding-left: 51px; }

.mar_t15 { margin-top: 5px; }

.mar_b5 { margin-bottom: 5px; }
.mar_b10 { margin-bottom: 10px; }
.mar_b15 { margin-bottom: 15px; }
.mar_b18 { margin-bottom: 18px; }
.mar_b20 { margin-bottom: 20px; }

.mar_bhe { margin-bottom: 0.5em; }
.mar_b1em { margin-bottom: 1em; }
.mar_b2em { margin-bottom: 2em; }

.mar_l100 { margin-left: 100px; }

.mar_01 { margin: 0 210px 0 0; }
.mar_02 { margin: 0 50px 14px; width: 452px; }
.mar_03 { margin-left: 275px; }

/*-------------- Text -----------------*/

.text01 { color:#007dd9; margin-bottom: 0.5em; }
.text02 { color:#7fba08; }
.text03 { color:#007dd9; margin-bottom: 5px; }
.text04 { color:#4f9679; margin-bottom: 5px; }
.text05 { color:#007dd9; margin: 50px 0 0 0; }

.text_link { color:#007dd9; }
.text_link a { color:#007dd9; background: url(../images/icon_03.jpg) 0 2px no-repeat; padding-left: 15px; text-decoration: none;}
.text_link a:hover { color:#4f9679; background: url(../images/icon_03_ov.jpg) 0 2px no-repeat; padding-left: 15px; text-decoration: underline;}

.text_bold { font-weight: bold; }
.text_right { text-align: right; }

.box_01 { padding: 5px; background:#f1faff; }
.box_01_01 { border: 1px solid #bae9d6; padding: 8px 10px ;background:#f1faff; }

/*-------------- Width -----------------*/

.w_18p { width: 18%; }
.w_22p { width: 22%; }
.w_24p { width: 24%; }
.w_30p { width: 30%; }
.w_50p { width: 50%; }
.w_150 { width: 150px; }
.w_200 { width: 200px; }
.w_180 { width: 180px; }
.w_250 { width: 250px; }
.w_300 { width: 300px; }
.w_350 { width: 350px; }
.w_393 { width: 393px; }


/*-------------- tiny -----------------*/

#tiny table { border: none;}
#tiny table td { border: none;}
#tiny table td.tn_date { width: 100px; }


#container01 #wrapper #main #main01 #main02 #content .top_nav {
  width: 610px;
  margin: 15px 0 15px 40px;
}
#container01 #wrapper #main #main01 #main02 #content .top_nav ul {
  background: none;
}
#container01 #wrapper #main #main01 #main02 #content .top_nav li  {
  background: none;
  display: inline;
  margin: 0;
  padding: 0;
}


