@charset "UTF-8";
@import "base.css";

/*=======================TOC=======================*/
/*                                                 */
/*                 01  Base                        */
/*                 02  Container                   */
/*                 03  Header                      */
/*                 04  Navigation                  */
/*                 05  Footer                      */
/*                 06  Contents                    */
/*                 07  Index                       */
/*                 08  Bite                        */
/*                 09  Clinic                      */
/*                 10  Concept                     */
/*                 11  Esthe                       */
/*                 12  Implant                     */
/*                 13  Perio                       */
/*                 14  Prevent                     */
/*                 15  Root                        */
/*                 16  Staff                       */
/*                                                 */
/*=======================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      71.42%              */
/*                   11px      78.57%              */
/*                   12px      85.71%              */ 
/*                   13px      92.85%              */
/*                   14px      100%                */
/*                   16px      114.28%             */
/*                                                 */
/*===============フォントサイズ換算-END============*/



/*---------- 01  Base -----------*/

/*-- 冒頭の @import で外部CSSを読み込み --*/



/*---------- 02  Container -----------*/

body { background: url(../images/body_bg.jpg) top repeat-x #efede7; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 800px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	}

#main {
	width:798px;
	margin: 0 1px 0 1px;
	}

#content {
	width: 586px;
	float: right;
	font-size: 100%;
	line-height: 1.75em;
	color: #313131;
	padding:0;
	margin:0 0 20px 0;
	display:inline;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/content_headerbg.jpg) 0 0 no-repeat;
	height: 337px;
	width: 798px;
	margin: 0 1px 0 1px;
	padding: 0;
}
#index #header{
	background:url(../images/index_headerbg.jpg) 0 0 no-repeat;
	width:798px;
	height:409px;
	margin: 0 1px 0 1px;
	padding: 0;
}
h1 {
	width: 350px;
	height: 83px;
	line-height: 1.0;
	float: left;
	padding:0 0 0 7px;
	margin:0;
	}
h1 a {
	text-indent: -9999px;
	display: block;
	width: 350px;
	height: 83px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	}

#header p.tel {
	margin: 0;
	padding: 16px 15px 0 0;
	width:202px;
	height: 55px;
	float:right;
	display:block;
}
#header_nav {
	margin: 6px 0 8px 0;
	padding: 0;
	list-style: none;
	width: 798px;
	height: 45px;
	float:left;
	clear:both;
}
#header_nav ul{
	margin:0;
	padding:0;
	height:45px;
	width:798px;
}
#header_nav li {
	height: 45px;
	float: left;
	list-style:none;
	display:inline;
}
#header_nav li a {
	text-indent: -9999px;
	height: 45px;
	display:block;
}
#nav01 a { background:url(../images/header_nav.jpg) 0 0 no-repeat; width:200px;}
#nav02 a { background:url(../images/header_nav.jpg) -200px 0 no-repeat; width:200px;}
#nav03 a { background:url(../images/header_nav.jpg) -400px 0 no-repeat; width:200px;}
#nav04 a { background:url(../images/header_nav.jpg) -600px 0 no-repeat; width:198px;}

#nav01 a:hover { background: url(../images/header_nav.jpg) 0 -45px no-repeat;}
#nav02 a:hover { background: url(../images/header_nav.jpg) -200px -45px no-repeat;}
#nav03 a:hover { background: url(../images/header_nav.jpg) -400px -45px no-repeat;}
#nav04 a:hover { background: url(../images/header_nav.jpg) -600px -45px no-repeat;}
/*----------04  Navigation -----------*/

#nav {
	width: 190px;
	float: left;
	padding: 0 0 20px 0;
	background:url(../images/index_menubg.jpg) top left repeat-y;
	}

#nav ul {
	margin: 0 12px 0px 15px;
	padding: 0 0 14px 0;
	width: 163px;
	list-style: none;
	}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	margin-bottom: 1px;
	height: 36px;
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	height: 36px;
	}

#nav05 a { background: url(../images/nav.jpg) 0 0 no-repeat; }
#nav06 a { background: url(../images/nav.jpg) 0 -37px no-repeat; }
#nav07 a { background: url(../images/nav.jpg) 0 -74px no-repeat; }
#nav08 a { background: url(../images/nav.jpg) 0 -111px no-repeat; }
#nav09 a { background: url(../images/nav.jpg) 0 -148px no-repeat; }
#nav10 a { background: url(../images/nav.jpg) 0 -185px no-repeat;}

#nav05 a:hover { background: url(../images/nav.jpg) -163px 0 no-repeat; }
#nav06 a:hover { background: url(../images/nav.jpg) -163px -37px no-repeat; }
#nav07 a:hover { background: url(../images/nav.jpg) -163px -74px no-repeat; }
#nav08 a:hover { background: url(../images/nav.jpg) -163px -111px no-repeat; }
#nav09 a:hover { background: url(../images/nav.jpg) -163px -148px no-repeat; }
#nav10 a:hover { background: url(../images/nav.jpg) -163px -185px no-repeat;}

#nav p { text-align: center;}
#nav p.menu { margin: 0 ; padding: 0 0 14px 0 ; text-align: center; line-height: 1%; display: block;}
#nav #banner { margin: 0 12px; padding:10px 0 0px 0; background:url(../images/nav_bg.jpg) 0 0 repeat-y; }

#nav p.shikatown {margin:0 10px 10px 9px; padding:0;}
#nav p.shikatown a:link, #nav p.shikatown a:active, #nav p.shikatown a:visited {background:url(../images/nav_shika.jpg) 0 0 no-repeat; width:147px; height:66px; text-indent:-9999px; display:block; line-height:1%; font-size:1%; }
#nav p.shikatown a:hover{background:url(../images/nav_shika_ov.jpg) 0 0 no-repeat; }

#nav p.nav_24 {margin:0 10px 10px 9px; padding:0 0 10px 0;}
#nav p.nav_24 a:link, #nav p.nav_24 a:active, #nav p.nav_24 a:visited {background:url(../images/nav_24.jpg) 0 0 no-repeat; width:147px; height:66px; text-indent:-9999px; display:block; line-height:1%; font-size:1%; }
#nav p.nav_24 a:hover{background:url(../images/nav_24_ov.jpg) 0 0 no-repeat; }


/*---------- 05  Footer -----------*/
#footer {
	clear: both;
	padding:0;
	margin: 0;
	background:url(../images/footer_bg.jpg) top left repeat-x;
	height:80px;
	font-size: 92.85%;
	text-align:left;
	color: #eadcd4;
	line-height:1.46em;
}
*:first-child+html #footer { font-size: 13px; } /*  for IE7 only */
* html body #footer { font-size: 13px; } /*  for IE6 only */
#footer01{
	width:460px;
	margin:0;
	padding:8px 0 0 7px;
	float:left;
}
#footer02{
	float:right;
	margin:0;
	padding:12px 15px 0 0;
}
#footer a {
	text-decoration: none;
	color: #eadcd4;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin:0; padding:8px 0 0 0; font-size:78.57%; letter-spacing:2px; font-family:"ＭＳ ゴシック"; }


/*---------- 06  Contents -----------*/

.section { padding: 0 25px 0 14px; margin:0 0 25px 0; }
.section .section { padding: 0 0 10px 10px; margin:0; }
.section .section .section { padding: 0 10px 0 15px; margin:10px 0 10px 0; }


.center { text-align: center; }

#content h2 {
	height: 34px;
	text-indent: -9999px;
	margin: 0 0 35px 0;
	padding:0;
	}
#content h3 {
	clear: both;
	height: 25px;
	text-indent: -9999px;
	margin:0 -10px 0px -10px;
	padding:0 0 10px 0;
	}
* html #content h3 { margin:0 -10px 10px -10px; }
#content h4 {
	clear:both;
	height: 16px;
	text-indent: -9999px;
	padding:0;
	margin:20px 0 0 -10px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	background:url(../images/icon02.jpg) 0 11px no-repeat;
	color:#85223d;
	margin:0 0 0 -15px;
	padding:10px 0 0 15px;
	}

#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;
	}
a {
	color: #65322f;
	outline: none;
	text-decoration:none;
	}
a:hover { color: #65322f; text-decoration:underline; }

#content blockquote {
	margin: .5em;
	background: url(../images/blockquote_bg.jpg) top left repeat-y;
	padding: .5em 1em;
	}
.img{margin:0; padding:0; line-height:1%;}
.image_b  {
	margin: 0px;
	line-height:1%;
	border:1px #6e4141 solid;
	padding:2px 2px 2px 2px;
	display:block;
	margin:0 21px 10px 20px;
	text-align:center;
}
.image_b1  {
	margin: 10px 0 10px 0;
	line-height:1%;
	border:1px #6e4141 solid;
	padding:2px 2px 2px 2px;
	display:block;
	text-align:center;
}
.image_l {float: left;margin:0; padding:0; line-height:1%;}
.image_l_b  {
	float:left;
	margin: 11px 10px 0 0;
	line-height:1%;
	border:1px #6e4141 solid;
	padding:2px 2px 2px 2px;
	display:block;
}
.image_l_b1  {
	float:left;
	margin: 4px 10px 0 0;
	line-height:1%;
	border:1px #6e4141 solid;
	padding:2px 2px 2px 2px;
	display:block;
}
*:first-child+html .image_l_b1 { margin: 11px 7px -3px 0;} /*  for IE7 only */
* html body .image_l_b1 { margin: 11px 7px -3px 0;} /*  for IE6 only */
.image_l_b2  {
	float:left;
	margin: 1em 10px 7px 0;
	line-height:1%;
	border:1px #6e4141 solid;
	padding:2px 2px 2px 2px;
	display:block;
}
*:first-child+html .image_l_b2 { margin: 0.5em 7px 0 0;} /*  for IE7 only */
* html body .image_l_b2 { margin: 0.5em 7px 0 0;} /*  for IE6 only */.image_r {float: right;margin: 0; padding:0; line-height:1%;}

.image_l_b3  {
	float:left;
	margin: 24px 10px 7px 0;
	line-height:1%;
	border:1px #6e4141 solid;
	padding:2px 2px 2px 2px;
	display:inline;
}
*:first-child+html .image_l_b3 { margin: 21px 10px 0 0;} /*  for IE7 only */
* html body .image_l_b3 { margin: 21px 10px 0 0;} /*  for IE6 only */.image_r {float: right;margin: 0; padding:0; line-height:1%;}

.image_r_b  {
	float:right;
	margin: 11px 0 0px 10px;
	line-height:1%;
	border:1px #6e4141 solid;
	padding:2px 2px 2px 2px;
}
*:first-child+html .image_r_b { margin: 12px 0 0px 10px;} /*  for IE7 only */
* html body .image_r_b { margin: 12px 0 0px 10px;} /*  for IE6 only */
.image_r_b1  {
	float:right;
	margin: 11px 0 0px 10px;
	line-height:1%;
	border:1px #6e4141 solid;
	padding:2px 2px 2px 2px;
}
*:first-child+html .image_r_b1 { margin: 6px 0 0px 10px;} /*  for IE7 only */
* html body .image_r_b1 { margin: 6px 0 0px 10px;} /*  for IE6 only */

.case {
	margin:0;
	padding:0;
	background: url(../images/arrow01.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:left;
	margin:10px 0 0 0;
	padding:0;
}


#content ul.totop {
	clear: both;
	height: 24px;
	padding:0;
	margin:0 25px 0 0;
}

#content ul.totop li {
	list-style: none;
	width: 106px;
	height: 24px;
	padding: 0;
	margin:0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 24px;
	background: url(../images/pagetop.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 {
	border-collapse:collapse;
	border-spacing: 1px;
	border: 1px solid #6e4141;
	font-size: 100%;
	color: #313131;
}

#content table th,
#content table td {
	padding: 5px;
	border: 1px solid #6e4141;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}

/*---------- 07  Index -----------*/
.index_bg01{
	background:url(../images/index_img02.jpg) top left no-repeat;
	padding-left:228px;
	height:217px;
	margin-bottom:19px;
}
.index_01{
	padding:14px 25px 0 0;
	float:right;
	line-height:1.64em;
}
.index_02{
	width:571px;
	margin:0;
	padding:0;
}
.index_03{
	background:url(../images/index_img05.jpg) top left repeat-x;
	margin:0;
	padding:11px 0 0 0;
}
.index_04{
	margin:0;
	padding:11px 17px 0 15px;
}
.alpha{float:left;margin:0;padding:0; width:317px; height:463px;}
.beta{float:right; margin:0; padding:0; width:237px; background:url(../images/index_img10.jpg) repeat-x top left; height:463px;}

.index_concept{margin:0 0 22px 0; padding:0;}
.index_concept a:link, .index_concept a:active, .index_concept a:visited {background:url(../images/index_img04.jpg) 0 0 no-repeat; width:317px; height:177px; text-indent:-9999px; display:block; line-height:1%; font-size:1%;}
.index_concept a:hover{background:url(../images/index_img04_ov.jpg) 0 0 no-repeat; }

.text01{
	margin:0;
	padding:2px 0 5px 28px;
}
.text02{
	margin:0;
	padding:4px 0 17px 19px;
	color:#5a2727;
	line-height:1.3em;
}
.text03{
	margin:0;
	padding:2px 0 19px 19px;
	color:#5a2727;
	line-height:1.3em;
}
.text04{
	margin:0;
	padding:7px 0 0px 19px;
	color:#5a2727;
	line-height:1.3em;
}
.text05{
	margin:0;
	padding:2px 0 5px 28px;
	color:#2E2100;
}
/*---------- 08  Bite -----------*/
#bite h2#title01 { background:url(../images/bite_h2.jpg) no-repeat 0 0;}
#bite h3#title02 { background:url(../images/bite_h3-01.jpg) no-repeat 0 0;}
#bite h3#title03 { background:url(../images/bite_h3-02.jpg) no-repeat 0 0;}
#bite h4#title04 { background:url(../images/bite_h4-01.jpg) no-repeat 0 0;}

#bite ul.icon{
	margin:10px 0 0 0;
	padding:0;
}
#bite ul.icon li {
	list-style: none;
	background: url(../images/icon01.jpg) 0px 6px no-repeat;
	padding:0px 0 0px 20px;
	margin:0px;
}

/*---------- 09  Clinic -----------*/
#clinic h2#title01 { background:url(../images/clinic_h2.jpg) no-repeat 0 0;}
#clinic h3#title02 { background:url(../images/clinic_h3-01.jpg) no-repeat 0 0;}
#clinic h3#title03 { background:url(../images/clinic_h3-02.jpg) no-repeat 0 0;}
#clinic h4#title04 { background:url(../images/clinic_h4-01.jpg) no-repeat 0 0;}
#clinic h4#title05 { background:url(../images/clinic_h4-02.jpg) no-repeat 0 0;}
#clinic h4#title06 { background:url(../images/clinic_h4-03.jpg) no-repeat 0 0;}
#clinic h4#title07 { background:url(../images/clinic_h4-04.jpg) no-repeat 0 0;}
#clinic h4#title08 { background:url(../images/clinic_h4-05.jpg) no-repeat 0 0;}

#map{
width:500px;
height:400px;
margin:10px;
}


/*---------- 10  Concept -----------*/
#concept h2#title01 { background:url(../images/concept_h2.jpg) no-repeat 0 0;}
#concept h3#title02 { background:url(../images/concept_h3-01.jpg) no-repeat 0 0;}
#concept h4#title03 { background:url(../images/concept_h4-01.jpg) no-repeat 0 0;}

/*---------- 11  Esthe -----------*/
#esthe h2#title01 { background:url(../images/esthe_h2.jpg) no-repeat 0 0;}
#esthe h3#title02 { background:url(../images/esthe_h3-01.jpg) no-repeat 0 0;}
#esthe h4#title03 { background:url(../images/esthe_h4-01.jpg) no-repeat 0 0;}
#esthe h4#title04 { background:url(../images/esthe_h4-02.jpg) no-repeat 0 0;}
#esthe h3#title05 { background:url(../images/esthe_h3-02.jpg) no-repeat 0 0;}
#esthe h4#title06 { background:url(../images/esthe_h4-03.jpg) no-repeat 0 0;}
#esthe h4#title07 { background:url(../images/esthe_h4-04.jpg) no-repeat 0 0;}

#esthe dl { margin:0px; padding:0px;}
#esthe dl dt{ margin: 0; padding:5px 0 0 15px; background:url(../images/icon01.jpg) no-repeat 0 10px;}
#esthe dl dd{ margin: 0; padding:0 0 0 15px;}

/*---------- 12  Implant -----------*/
#implant h2#title01 { background:url(../images/implant_h2.jpg) no-repeat 0 0;}
#implant h3#title02 { background:url(../images/implant_h3-01.jpg) no-repeat 0 0;}
#implant h3#title03 { background:url(../images/implant_h3-02.jpg) no-repeat 0 0;}
#implant h4#title04 { background:url(../images/implant_h4-01.jpg) no-repeat 0 0;}
#implant h4#title05 { background:url(../images/implant_h4-02.jpg) no-repeat 0 0;}
#implant h4#title06 { background:url(../images/implant_h4-03.jpg) no-repeat 0 0;}
#implant h4#title07 { background:url(../images/implant_h4-04.jpg) no-repeat 0 0;}
#implant h4#title08 { background:url(../images/implant_h4-05.jpg) no-repeat 0 0;}
#implant h3#title09 { background:url(../images/implant_h3-03.jpg) no-repeat 0 0;}
#implant h4#title10 { background:url(../images/implant_h4-06.jpg) no-repeat 0 0;}

.implant_bg01{background:url(../images/implant_bg02.jpg) repeat-y 0 0; margin:0 0 0 90px; padding:0; width:354px;}
.text_implant{padding: 0 10px 0 10px; margin:0;}
p.implant_bgtop { padding: 6px 10px 0 10px; margin:0; display:inline-block; width:auto;background:url(../images/implant_bg01.jpg) no-repeat 0 0;}
p.implant_bgbot { height:53px; line-height:1%; margin:0; padding:0;}

#implant dl { margin:0px; padding:0px;}
#implant dl dt{ margin: 0; padding:5px 0 0 15px; background:url(../images/icon01.jpg) no-repeat 0 10px;}
#implant dl dd{ margin: 0; padding:0 0 0 15px;}

#implant #content .alpha1 { float: left; margin-right: 43px; }
#implant #content .beta1 { float: left; margin-right: 44px; background: none; }
#implant #content .gamma1 { float: right; }

/*---------- 13  Perio -----------*/
#perio h2#title01 { background:url(../images/perio_h2.jpg) no-repeat 0 0;}
#perio h3#title02 { background:url(../images/perio_h3-01.jpg) no-repeat 0 0;}
#perio h3#title03 { background:url(../images/perio_h3-02.jpg) no-repeat 0 0;}
#perio h3#title04 { background:url(../images/perio_h3-03.jpg) no-repeat 0 0;}
#perio h4#title05 { background:url(../images/perio_h4-01.jpg) no-repeat 0 0;}
#perio h4#title06 { background:url(../images/perio_h4-02.jpg) no-repeat 0 0;}
#perio h4#title07 { background:url(../images/perio_h4-03.jpg) no-repeat 0 0;}
#perio h4#title08 { background:url(../images/perio_h4-04.jpg) no-repeat 0 0;}

#perio dl { margin:0px; padding:0px;}
#perio dl dt{ margin: 0; padding:5px 0 0 15px; background:url(../images/icon01.jpg) no-repeat 0 10px;}
#perio dl dd{ margin: 0; padding:0 0 0 15px;}

/*---------- 14  Prevent -----------*/
#prevent h2#title01 { background:url(../images/prevent_h2.jpg) no-repeat 0 0;}
#prevent h3#title02 { background:url(../images/prevent_h3-01.jpg) no-repeat 0 0;}
#prevent h3#title03 { background:url(../images/prevent_h3-02.jpg) no-repeat 0 0;}
#prevent h4#title04 { background:url(../images/prevent_h4-01.jpg) no-repeat 0 0;}

/*---------- 15  Root -----------*/
#root h2#title01 { background:url(../images/root_h2.jpg) no-repeat 0 0;}
#root h3#title02 { background:url(../images/root_h3-01.jpg) no-repeat 0 0;}
#root h3#title03 { background:url(../images/root_h3-02.jpg) no-repeat 0 0;}
#root h4#title04 { background:url(../images/root_h4-01.jpg) no-repeat 0 0;}

#root dl { margin:0px; padding:0px;}
#root dl dt{ margin: 0; padding:5px 0 0 15px; background:url(../images/icon01.jpg) no-repeat 0 10px;}
#root dl dd{ margin: 0; padding:0 0 0 15px;}

/*---------- 16  Staff -----------*/
#staff h2#title01 { background:url(../images/staff_h2.jpg) no-repeat 0 0;}
#staff h3#title02 { background:url(../images/staff_h3-01.jpg) no-repeat 0 0;}
#staff h4#title03 { background:url(../images/staff_h4-01.jpg) no-repeat 0 0;}
#staff h4#title04 { background:url(../images/staff_h4-02.jpg) no-repeat 0 0;}
#staff h4#title05 { background:url(../images/staff_h4-03.jpg) no-repeat 0 0;}
#staff h3#title06 { background:url(../images/staff_h3-02.jpg) no-repeat 0 0;}
#staff h4#title07 { background:url(../images/staff_h4-04.jpg) no-repeat 0 0;}
#staff h4#title08 { background:url(../images/staff_h4-05.jpg) no-repeat 0 0;}
#staff h3#title09 { background:url(../images/staff_h3-03.jpg) no-repeat 0 0;}

#staff dl { margin:0px; padding:0px;}
#staff dl dt{ margin: 0; padding:0 15px 0 0; display:inline; float:left;}
#staff dl dd{ margin: 0; padding: 0;display:inline; float:left; width:280px;}
#staff dl dd.dd_01{margin: 0 0 0 57px; padding: 0; float:left;}

#staff ul.icon{
	margin:10px 0 0 0;
	padding:0;
}
#staff ul.icon li {
	list-style: none;
	background: url(../images/icon01.jpg) 0px 6px no-repeat;
	padding:0px 0 0px 20px;
	margin:0px;
}

#staff .left{float:left; margin:0px; padding:0px;}
#staff .right{float:left; padding:2px 0 0 0; margin:0px; width:352px;}

/*---------- Margin-padding -----------*/
.margin_b10{margin-bottom:10px;}
.margin_b17{margin-bottom:17px;}
.margin_b25{margin-bottom:25px;}
.margin_l9b5{margin:0 0 5px 9px;}
.margin_l9{margin-left:9px;}
.margin_tb10{margin:10px 0 10px 0;}

.padding_r33b7{padding:0 33px 7px 0;}

.w547{width:547px;}


.bg01{background:#f2e9e2; color:#714544; font-weight:bold;}
.bg02{background:url(../images/bg02.jpg) repeat-y top left; margin:0; padding:2px 0 0 10px; color:#7c4d1b; font-weight:bold; }
.bg03{background:#fffdea;}
p.text{margin:0;padding:0;}
