@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                     */
/*                                                 */
/*=======================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: url(../images/body_bg.jpg) top repeat-x; }

#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width:760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

#main {
	margin: 0;
	background: #FFF url(../images/main_bg.jpg) repeat-y;
	border-left: 1px solid #8C8C8C;
	border-right: 1px solid #8C8C8C;
	}

#content {
	width: 588px;
	float: right;
	font-size: 100%;
	line-height: 1.6;
	color: #666;
	background: #fff;
	padding: 5px 0 2em 0;
	}


/*---------- 03  Header -----------*/

#header {
	background: url(../images/header_bg.jpg) 0 0 no-repeat;
	height: 57px;
	width: 760px;
	margin: 0;
	padding: 0;
	}

h1 {
	text-indent: -9999px;
	width: 170px;
	height: 55px;
	line-height: 1.0;
	float: left;
	margin-top:1px;
	}
h1 a {
	display: block;
	width: 170px;
	height: 55px;
	background: url(../images/h1.jpg) 0 0 no-repeat;
	}

#header .section {
	width: 120px;
	float: right;
	margin: 0;
	padding: 0;
	}

#header_nav {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	width: 120px;
	}

#header_nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 10px;
	background:url(../images/header_li_bg.jpg) 0 5px no-repeat;
	font-size:85%;
	}
#header_nav a {
	color:#3F3F3F;
	}
#header_nav a:hover {
	color:#4F4F4F;
	}



/*----------04  Navigation -----------*/

#nav {
	width: 170px;
	float: left;
	padding: 0;
	}

#nav ul,
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav .internal li {
	text-indent: -9999px;
	}

#nav .internal li a {
	display: block;
	}

#nav .internal li.h60 a {
	display: block;
	}

#nav01 a { background: url(../images/nav.jpg) 0 0 no-repeat; height: 60px; }
#nav02 a { background: url(../images/nav.jpg) 0 -60px no-repeat; height: 45px; }
#nav03 a { background: url(../images/nav.jpg) 0 -105px no-repeat; height: 45px; }
#nav04 a { background: url(../images/nav.jpg) 0 -150px no-repeat; height: 45px; }
#nav05 a { background: url(../images/nav.jpg) 0 -195px no-repeat; height: 45px; }
#nav06 a { background: url(../images/nav.jpg) 0 -240px no-repeat; height: 45px; }
#nav07 a { background: url(../images/nav.jpg) 0 -285px no-repeat; height: 45px; }
#nav08 a { background: url(../images/nav.jpg) 0 -330px no-repeat; height: 45px; }
#nav09 a { background: url(../images/nav.jpg) 0 -375px no-repeat; height: 45px; }
#nav10 a { background: url(../images/nav.jpg) 0 -420px no-repeat; height: 45px; }
#nav11 a { background: url(../images/nav.jpg) 0 -465px no-repeat; height: 45px; }
#nav12 a { background: url(../images/nav.jpg) 0 -510px no-repeat; height: 45px; }

#nav01 a:hover { background: url(../images/nav.jpg) -170px 0 no-repeat; height: 60px; }
#nav02 a:hover { background: url(../images/nav.jpg) -170px -60px no-repeat; height: 45px; }
#nav03 a:hover { background: url(../images/nav.jpg) -170px -105px no-repeat; height: 45px; }
#nav04 a:hover { background: url(../images/nav.jpg) -170px -150px no-repeat; height: 45px; }
#nav05 a:hover { background: url(../images/nav.jpg) -170px -195px no-repeat; height: 45px; }
#nav06 a:hover { background: url(../images/nav.jpg) -170px -240px no-repeat; height: 45px; }
#nav07 a:hover { background: url(../images/nav.jpg) -170px -285px no-repeat; height: 45px; }
#nav08 a:hover { background: url(../images/nav.jpg) -170px -330px no-repeat; height: 45px; }
#nav09 a:hover { background: url(../images/nav.jpg) -170px -375px no-repeat; height: 45px; }
#nav10 a:hover { background: url(../images/nav.jpg) -170px -420px no-repeat; height: 45px; }
#nav11 a:hover { background: url(../images/nav.jpg) -170px -465px no-repeat; height: 45px; }
#nav12 a:hover { background: url(../images/nav.jpg) -170px -510px no-repeat; height: 45px; }

#nav p { text-align: center; }


/*---------- 05  Footer -----------*/

#footer {
	clear: both;
	padding: 0;
	margin: 0;
	background: #fff;
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #8C8C8C;
	border-bottom: 1px solid #8C8C8C;
	color:#666666;
	}
*:first-child+html #footer { font-size: 9px; } /*  for IE7 only */
* html body #footer { font-size: 9px; } /*  for IE6 only */

#footer a {
	text-decoration: none;
	color: #666;
	}
#footer a:hover { text-decoration: underline; }

#footer ul { 
	list-style: none;
	margin: 0 1em 2px 1em;
	padding: 0;
	clear: both;
	}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#footer address { margin: 20px 1em; }


/*---------- 06  Contents -----------*/

.section { padding: 1em 10px; }
.section .section { padding: .5em 10px 1em 5px; }

.center { text-align: center; }

#content h2 {
	height: 46px;
	text-indent: -9999px;
	margin: 0 10px;
	}
#content h3 {
	clear: both;
	height: 30px;
	text-indent: -9999px;
	}
#content h4 {
	height: 26px;
	text-indent: -9999px;
	}

#content h5 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0 .3em .3em;
	}

#content ul li {
	list-style: none;
	background: url(../images/li_bg.jpg) 0 6px 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: #666;
	outline: none;
	}
a:hover { color: #999; }

#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;
	background: url(../images/arrow.jpg) center center no-repeat;
	}
.case-no {
	margin: 10px;
	background: none;
	}

.case-narrow {
	margin: 10px 40px;
	background: url(../images/arrow.jpg) 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: 88px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	background-image: none;
	}
#content ul.totop li a {
	display: block;
	height: 21px;
	background: url(../images/to_top.jpg) 0 0 no-repeat;
	}

p.caution {
	padding-left: 24px;
	background: url(../images/caution.jpg) 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: 1px solid #666;
	font-size: 100%;
	color: #666;
	margin-left: 10px;
	}

#content table th,
#content table td {
	padding: 4px;
	border: 1px solid #666;
	}

#content table th {
	background: #EFEFEF;
	color: #666;
	}
#content table th.title {
	background: #CCC;
	color: #333;
	}

input.submit {
	font-weight: bold;
	margin-right: 1.5em;
	}





/*---------- 07  Index -----------*/
#index h2#title01{background:url(../images/index_h2-01.jpg) 0 0 no-repeat; margin:0; height:35px; }
#index h3#title02{background:url(../images/index_h3-02.jpg) 0 0 no-repeat; height:35px;}

#index .box01 {
	background:url(../images/index_box01.jpg) 0 top no-repeat;
	padding:10px;
	margin: 0;
	width:565px;
	}

#index .box02 {
	background:url(../images/index_box02.jpg) 0 top no-repeat;
	padding:0;
	margin: 0;
	width:565px;
	}
#index .box01 dl{margin:0; padding:0;}
#index .box01 dt{
	margin:0;
	background:url(../images/index_dt.jpg) 0 6px no-repeat;
	padding-left:20px;
	color:#8F0000;
	font-weight:normal;
	}
#index .box01 dd{
	padding-left:20px;
	margin:0 0 15px 0;
	}

.pickup a{
	display:block;
	text-indent:-9999px;
	}

#index .box02 p{padding:10px 20px;}

#index .pickup01 a{
	background:url(../images/index_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#index .pickup01 a:hover{
	background:url(../images/index_banner01.jpg) 0 -103px no-repeat;
	}

.pickup02 a{
	background:url(../images/index_banner02.jpg) 0 0 no-repeat;
	width:180px;
	height:60px;
	float:left;
	margin-right:10px;
	}
.pickup03 a{
	background:url(../images/index_banner02.jpg) -180px 0 no-repeat;
	width:180px;
	height:60px;
	float:left;
	margin-right:10px;
	}
.pickup04 a{
	background:url(../images/index_banner02.jpg) -360px 0 no-repeat;
	width:180px;
	height:60px;
	float:left;
	}

.pickup02 a:hover{
	background:url(../images/index_banner02.jpg) 0 -60px no-repeat;
	}
.pickup03 a:hover{
	background:url(../images/index_banner02.jpg) -180px -60px no-repeat;
	}
.pickup04 a:hover{
	background:url(../images/index_banner02.jpg) -360px -60px no-repeat;
	}

/*---------- 08  information -----------*/
#information h2#title01{background:url(../images/information_h2-01.jpg) 0 0 no-repeat; }
#information h3#title02{background:url(../images/information_h3-02.jpg) 0 0 no-repeat; }
#information h4#title03{background:url(../images/information_h4-03.jpg) 0 0 no-repeat; }
#information h3#title04{background:url(../images/information_h3-04.jpg) 0 0 no-repeat; }

#information th{width:200px; text-align:left;}
#information td{width:150px; text-align:center;}
#information th.title{width:auto; text-align:center;}

#information .pickup01 a{
	background:url(../images/index_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#information .pickup01 a:hover{
	background:url(../images/index_banner01.jpg) 0 -103px no-repeat;
	}

/*---------- 09  beauty -----------*/
#beauty h2#title01{background:url(../images/beauty_h2-01.jpg) 0 0 no-repeat; }
#beauty h3#title02{background:url(../images/beauty_h3-02.jpg) 0 0 no-repeat; }
#beauty h3#title03{background:url(../images/beauty_h3-03.jpg) 0 0 no-repeat; }
#beauty h4#title04{background:url(../images/beauty_h4-04.jpg) 0 0 no-repeat; }
#beauty h4#title05{background:url(../images/beauty_h4-05.jpg) 0 0 no-repeat; }
#beauty h4#title06{background:url(../images/beauty_h4-06.jpg) 0 0 no-repeat; }

#beauty h4#title07{background:url(../images/beauty_h4-07.jpg) 0 0 no-repeat; }
#beauty h4#title08{background:url(../images/beauty_h4-08.jpg) 0 0 no-repeat; }
#beauty h4#title09{background:url(../images/beauty_h4-09.jpg) 0 0 no-repeat; }

#beauty #text01{
	background:url(../images/beauty_text01.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	width:500px;
	height:300px;
	margin: 0 0 0 30px;
	}

#beauty .pickup01 a{
	background:url(../images/beauty_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#beauty .pickup01 a:hover{
	background:url(../images/beauty_banner01.jpg) 0 -103px no-repeat;
	}
	

/*---------- 10  implant -----------*/
#implant h2#title01{background:url(../images/implant_h2-01.jpg) 0 0 no-repeat; }
#implant h3#title02{background:url(../images/implant_h3-02.jpg) 0 0 no-repeat; }
#implant h3#title03{background:url(../images/implant_h3-03.jpg) 0 0 no-repeat; }

#implant .pickup01 a{
	background:url(../images/implant_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#implant .pickup01 a:hover{
	background:url(../images/implant_banner01.jpg) 0 -103px no-repeat;
	}


/*---------- 11  ortho -----------*/
#ortho h2#title01{background:url(../images/ortho_h2-01.jpg) 0 0 no-repeat; }
#ortho h3#title02{background:url(../images/ortho_h3-02.jpg) 0 0 no-repeat; }
#ortho h3#title03{background:url(../images/ortho_h3-03.jpg) 0 0 no-repeat; }
#ortho h4#title04{background:url(../images/ortho_h4-04.jpg) 0 0 no-repeat; }
#ortho h4#title05{background:url(../images/ortho_h4-05.jpg) 0 0 no-repeat; }

#ortho #text01{
	background:url(../images/ortho_text01.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	width:500px;
	height:300px;
	margin: 0 0 0 30px;
	}

#ortho .pickup01 a{
	background:url(../images/ortho_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#ortho .pickup01 a:hover{
	background:url(../images/ortho_banner01.jpg) 0 -103px no-repeat;
	}



/*---------- 12  search -----------*/
#search h2#title01{background:url(../images/search_h2-01.jpg) 0 0 no-repeat; }
#search h3#title02{background:url(../images/search_h3-02.jpg) 0 0 no-repeat; }
#search h4#title03{background:url(../images/search_h4-03.jpg) 0 0 no-repeat; }

#search h4#title04{background:url(../images/member_h4-03.jpg) 0 0 no-repeat; }
#search h4#title05{background:url(../images/member_h4-04.jpg) 0 0 no-repeat; }
#search h4#title06{background:url(../images/member_h4-05.jpg) 0 0 no-repeat; }
#search h4#title07{background:url(../images/member_h4-06.jpg) 0 0 no-repeat; }
#search h4#title08{background:url(../images/member_h4-07.jpg) 0 0 no-repeat; }
#search h4#title09{background:url(../images/member_h4-08.jpg) 0 0 no-repeat; }

#search .box01{
	width:220px;
	float:right;
	}
#search .box01 ul{ margin:0;}

#search table {font-size:85%;}
#search th.click{width:90px;}
#search th.clinic{width:110px;}
#search th.zip{width:60px;}
#search th.add{width:170px;}
#search th.tel{width:80px;}

#member td{width:auto;}
#member th.title{width:auto;}

/*---------- 13  select -----------*/
#select h2#title01{background:url(../images/select_h2-01.jpg) 0 0 no-repeat; }
#select h3#title02{background:url(../images/select_h3-02.jpg) 0 0 no-repeat; }
#select h4#title03{background:url(../images/select_h4-03.jpg) 0 0 no-repeat; }
#select h3#title04{background:url(../images/select_h3-04.jpg) 0 0 no-repeat; }

#select #text01{
	background:url(../images/select_text01.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	width:500px;
	height:200px;
	margin: 0 0 0 30px;
	}

#select #text02{
	background:url(../images/select_text02.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	width:360px;
	height:35px;
	margin: 0;
	}

#select .pickup01 a{
	background:url(../images/select_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#select .pickup01 a:hover{
	background:url(../images/select_banner01.jpg) 0 -103px no-repeat;
	}
	
#select th{width:140px; color:#333;}
#select td{width:360px;}
#select th.th01{background:url(../images/select03.jpg) 0 0 no-repeat #FFF; font-size:124%;}
#select th.th02{background:url(../images/select02.jpg) 0 -40px no-repeat #FFF; font-size:124%;}

#select th ul{margin:5px;}


/*---------- 14  concept -----------*/
#concept h2#title01{background:url(../images/concept_h2-01.jpg) 0 0 no-repeat; }
#concept h3#title02{background:url(../images/concept_h3-02.jpg) 0 0 no-repeat; }
#concept h3#title03{background:url(../images/concept_h3-03.jpg) 0 0 no-repeat; }
#concept h3#title04{background:url(../images/concept_h3-04.jpg) 0 0 no-repeat; }
#concept h3#title05{background:url(../images/concept_h3-05.jpg) 0 0 no-repeat; }


#concept .box01{background:url(../images/concept01.jpg) right 30px no-repeat;}

#concept .pickup01 a{
	background:url(../images/concept_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#concept .pickup01 a:hover{
	background:url(../images/concept_banner01.jpg) 0 -103px no-repeat;
	}
.large{
	font-size:16px;
	font-weight:bold;
}

/*---------- 15  schedule -----------*/
#schedule h2#title01{background:url(../images/schedule_h2-01.jpg) 0 0 no-repeat; }
#schedule h3#title02{background:url(../images/schedule_h3-02.jpg) 0 0 no-repeat; }
#schedule h3#title03{background:url(../images/schedule_h3-03.jpg) 0 0 no-repeat; }

#schedule th{width:150px; text-align:left;}
#schedule td{width:350px;}
#schedule th.title{width:auto;}

#schedule .pickup01 a{
	background:url(../images/schedule_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#schedule .pickup01 a:hover{
	background:url(../images/schedule_banner01.jpg) 0 -103px no-repeat;
	}
.pdf{
	padding-left:25px;
	background:url(../images/pdf_small.gif) no-repeat left top;
}

/*---------- 16  report -----------*/
#report h2#title01{background:url(../images/report_h2-01.jpg) 0 0 no-repeat; }
#report h3#title02{background:url(../images/report_h3-02.jpg) 0 0 no-repeat; }
#report h3#title03{background:url(../images/report_h3-03.jpg) 0 0 no-repeat; }

#report .box01 h4{
	text-indent:0px;
	color:#666666;
	font-size:108%;
	font-weight:bold;
	}
#report .pickup01 a{
	background:url(../images/index_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#report .pickup01 a:hover{
	background:url(../images/index_banner01.jpg) 0 -103px no-repeat;
	}
#report .box{
	width:180px;
	float:left;
	margin:0 5px 0 0;
	text-align:center;
}
#report .box_last{
	width:180px;
	float:left;
	margin:0;
	text-align:center;
}	

/*---------- 17  member -----------*/
#member h2#title01{background:url(../images/member_h2-01.jpg) 0 0 no-repeat; }
#member h3#title02{background:url(../images/member_h3-02.jpg) 0 0 no-repeat; }
#member h4#title03{background:url(../images/member_h4-03.jpg) 0 0 no-repeat; }
#member h4#title04{background:url(../images/member_h4-04.jpg) 0 0 no-repeat; }
#member h4#title05{background:url(../images/member_h4-05.jpg) 0 0 no-repeat; }
#member h4#title06{background:url(../images/member_h4-06.jpg) 0 0 no-repeat; }
#member h4#title07{background:url(../images/member_h4-07.jpg) 0 0 no-repeat; }
#member h4#title08{background:url(../images/member_h4-08.jpg) 0 0 no-repeat; }
#member h3#title09{background:url(../images/member_h3-09.jpg) 0 0 no-repeat; }

#member table {font-size:85%;}
#member th.name{width:80px;}
#member th.post{width:40px;}
#member th.clinic{width:100px;}
#member th.zip{width:70px;}
#member th.add{width:170px;}
#member th.tel{width:80px;}

#member td{width:auto;}
#member th.title{width:auto;}
#member .pickup01 a{
	background:url(../images/index_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#member .pickup01 a:hover{
	background:url(../images/index_banner01.jpg) 0 -103px no-repeat;
	}

/*---------- 18  link -----------*/
#link h2#title01{background:url(../images/link_h2-01.jpg) 0 0 no-repeat; }
#link h3#title02{background:url(../images/link_h3-02.jpg) 0 0 no-repeat; }
#link h3#title03{background:url(../images/link_h3-03.jpg) 0 0 no-repeat; }

#link .pickup01 a{
	background:url(../images/index_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#link .pickup01 a:hover{
	background:url(../images/index_banner01.jpg) 0 -103px no-repeat;
	}

/*---------- 19  administration -----------*/
#administration h2#title01{background:url(../images/administration_h2-01.jpg) 0 0 no-repeat; }
#administration h3#title02{background:url(../images/administration_h3-02.jpg) 0 0 no-repeat; }
#administration h3#title03{background:url(../images/administration_h3-03.jpg) 0 0 no-repeat; }
#administration h3#title04{background:url(../images/administration_h3-04.jpg) 0 0 no-repeat; }

#administration th{width:150px; text-align:left;}
#administration td{width:350px;}
#administration th.title{width:auto; text-align:center;}

#administration #text01{
	background:url(../images/administration_text01.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	width:360px;
	height:15px;
	margin: 0;
	}

#administration .pickup01 a{
	background:url(../images/index_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#administration .pickup01 a:hover{
	background:url(../images/index_banner01.jpg) 0 -103px no-repeat;
	}
	
	
/*---------- 20  sitemap -----------*/
#sitemap h2#title01{background:url(../images/sitemap_h2-01.jpg) 0 0 no-repeat; }
#sitemap h3#title02{background:url(../images/sitemap_h3-02.jpg) 0 0 no-repeat; }

#sitemap .pickup01 a{
	background:url(../images/index_banner01.jpg) 0 0 no-repeat;
	width:564px;
	height:103px;
	}
#sitemap .pickup01 a:hover{
	background:url(../images/index_banner01.jpg) 0 -103px no-repeat;
	}
	
	
	
/*---------- 21  personal -----------*/

#personal h2 {
	background:url(../images/personal_h2.jpg) 0 0 no-repeat;
	text-indent:0;
	padding:5px 0 0 10px;
	font-size:108%;
	color:#004700;
	font-weight:bold;
	height:40px;
	}
#personal h3{
	font-weight:bold;
	height:25px;
	text-indent:0;
	color:#5A3D1C;
	}
#personal h3#title01{
	height:25px;
	text-indent:-9999px;
	background:url(../images/personal_h3-01.jpg) 0 0 no-repeat;
	}
#personal h3#title02{
	height:25px;
	text-indent:-9999px;
	background:url(../images/personal_h3-02.jpg) 0 0 no-repeat;
	}
#personal h3#title03{
	height:25px;
	text-indent:-9999px;
	background:url(../images/personal_h3-03.jpg) 0 0 no-repeat;
	}
#personal h4{
	font-weight:bold;
	height:20px;
	text-indent:0;
	color:#999;
	font-size:124%;}
#personal #content dl{margin:0;}
#personal #content dt{
	width:5em;
	float:left;
	margin:0;
	font-weight: normal;
	}
#personal #content dd{
	margin-left:5.5em;
	}
#personal #content ul{margin:0 10px;}
#personal .box{width:380px; float:right;}
#personal #content dl.dr{margin:0;}
#personal #content .dr dt{
	width:8em;
	float:left;
	margin:0;
	font-weight: normal;
	}
#personal #content .dr dd{
	margin-left:8.5em;
	}
