@charset "utf-8";
/*
Customised by SHION LTD.
*/

/*------------------[ レイアウト ]--------------------------*/
/* {margin: 0; padding: 0;}
* html { overflow-x: hidden; }
body { overflow-x: hidden; }*/

html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
} 

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	line-height:125%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	background: #FFFFFF;
	text-align: center;
	color: #777777;
	/*  background: #f4f4f4 url(bg.gif) top center repeat-y; */
}



/* 汎用タグ類　####################################################################################################### */

/* 画像間の隙間を消す */

.all_img-nospace {
	margin: 0px;
	vertical-align:bottom;
}



/* 角丸四角形 */
.roundedcornr_box_top {
	width: 479px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.roundedcornr_box_mid {
	background: url(../imgs/sub01_frame_mid.gif) repeat-y left top;
	width: 459px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
/* IE6用 */
*html body div.roundedcornr_box_mid {
	background: url(../imgs/sub01_frame_mid.gif) repeat-y left top;
	width: 479px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

.roundedcornr_box_btm {
	width: 479px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: 10px;
	padding: 0px;
}

/* 角丸四角形ここまで */



.form_btn {
	margin: 10px auto 10px;
}

/*------------------[ 汎用タグ ]--------------------------*/
a, a:link, a:visited, a:active {
  text-decoration: underline;
}
a:link, a:visited { color: #0099ff; }
a:hover, a:active { 
  color: #ff3300;  text-decoration: underline;
}

a img {
	border: none;
}
strong { color: #333333; }
em { font-style: italic; }
kbd {
  font: 500 12px verdana, arial, sans-serif;
  text-decoration: underline;
}
tt {font-family: "ＭＳ ゴシック", "Osaka－等幅";}
acronym, abbr { cursor: help; }
h3,h4,h5,h6 { font-weight: normal; }
h1, h2, h3, h4, h5 {
  margin: 15px 0;
  text-align: center;
}
h1 { font-size: 200%; }
h2 { font-size: 160%; }
h3 { font-size: 130%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
code { font-family: "Courier New", Courier, monospace; }
label { cursor: pointer; }
address {
  width :100%;  text-align: center;
  margin: 2em 0 1em 0;
  font: 500 13px Times New Roman;
}

.no-btm-space {
	vertical-align:bottom;
}

.txt_title {
  margin:5px 1px 1px 2px;
  font-size:18px;
  font-weight:bold;
  color:#ED6D00;
}

.txt_strong {
	font-size:14px;
	font-weight:bold;
	color:#009944;
	margin: 0;
	line-height: 125%;
}

.txt_L_strong {
	font-size:16px;
	font-weight:bold;
	color:#009944;
	margin: 0;
	line-height: 125%;
}


.txt_form {
	margin:1px 1px 0px 5px;
	font-size:12px;
	color:#444C53;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 110%;
	padding: 1px 1px 2px;
	border: 1px solid #cccccc;
}

.txt_norm {
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	line-height: 150%;
}

.txt_norm2 {
	margin:0px 0px 0px 0px;
	font-size:12px;
	color:#009944;
	line-height:140%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_L {
	font-size:14px;
	line-height:140%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

.txt_S {
	margin:0px;
	font-size:10px;
}

.txt_remarks {
	font-size:10px;
	color:#dd3333;
	line-height:125%;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
}

/* テーブル */

.td01_left {
	text-align: right;
	vertical-align: top;
	font-weight: 400;
	color: #0099CC;
	padding: 5px;
}
.td01_mid {
	vertical-align: top;
	color: #0099CC;
	padding: 5px 1px;
}
.td01_right {
	border-bottom: 1px solid #DEF4FD;
	padding: 5px;
	text-align: left;
}

.td02_left {
	text-align: center;
	vertical-align: top;
	font-weight: 400;
	color: #0099CC;
	padding: 5px;
	background-color: #DEF4FD;
	border-bottom: 1px solid #FFFFFF;
}




/*------------------[ 汎用クラス ]--------------------------*/
.hidden { display: none !important; }
.jump {
  padding-right: 1em; text-indent: -1000%;
  cursor: pointer;
  background: url(../Images/jump.png) no-repeat right top;
  display: block;
  width: 50px;  float: right;
}
.center, .alert {
  width: 99%;
  text-align: center;
  margin: 30px auto;
}
.alert { color: crimson; }
.new-entry {
  width: 17px; height: 12px;
}
hr.clear {
  clear: both;
  padding-bottom: 1px;  margin-bottom: -1px;
  width: 100%;  height: 1px;  border: none;
  visibility: hidden;
}
.separator {
  clear: both;
  border: none;  text-align: center;  margin-top: 0;
  background: url(../Images/divider.png) no-repeat 50% top;
}
.micro-banner { width: 80px; height: 15px; }




/* 汎用タグ類　ここまで####################################################################################################### */




/* 全ページ共通 ********************************************************************************************************** */

/* HEADER ********************** */

#header01-wrap {
	width : 100%;
	height:15px;
	margin: 0px 0px;
	background: #EEEEEE url(../imgs/all_header01_background.png) top center repeat-x;
	text-align:center;
}

	#header01 {
	width : 850px;
	height:15px;
	margin: 0px auto;
	text-align:center;
	font-size: 1px;
	}

#header02-wrap {
	width : 100%;
	height:111px;
	margin: 0px 0px;
	background: #FFFFFF url(../imgs/all_header02_background.png) top center no-repeat;
	text-align:center;
}

	#header02 {
	width : 850px;
	height:111px;
	margin: 0px auto;
	text-align:left;
	font-size: 1px;
	overflow: hidden;
	}

	#header02-logo {
	float:left;
	margin: 19px 0px 0px 20px;
	display:inline;
	border: 0px solid #ff0000;
	width: 253px;
	height: 82px;
	}

	#header02-logo h1{
	margin: 0px;
	}

	#header02-img-top {
	float:right;
	margin: 4px 60px 0px 0px;
	display:inline;
	border: 0px solid #ff0000;
	width: 360px;
	height: 103px;
	}

#header-navi-wrap {
	width : 100%;
	height:41px;
	margin: 0px 0px;
	background: #EEEEEE url(../imgs/all_header_navi_background.png) top center no-repeat;
	text-align:center;
}

	#header-navi {
		width : 850px;
		height:41px;
		margin: 0px auto;
		text-align:center;
		font-size: 1px;
	}

	.navi-line {
	margin:2px 5px 0px 5px;
	}

	.navi-btn {
	margin:8px 5px 0px 5px;
	vertical-align: top;
	}



/* FOOTER ********************** */

#footer01-wrap {
	width : 100%;
	height: 10px;
	margin: 0px;
	background: #F8F8F8 url(../imgs/all_footer01_background.png) top center no-repeat;
	font-size: 1px;
}

#footer-body-wrap {
	width : 100%;
	margin: 0px;
	background-color: #F8F8F8;
}

	#footer-body {
	width : 850px;
	margin: 0px auto;
	background: #F8F8F8 url(../imgs/all_footer02_background.png) top center repeat-y;
	overflow: hidden;
	}

	#footer-body-left {
	width : 365px;
	float: left;
	text-align: left;
	color: #999;
	margin: 5px 5px 0px 10px;
	border-right: 1px solid #DDD;
	display: inline;
	}

	#footer-body-right {
	width : 450px;
	float: right;
	text-align: left;
	color: #999;
	margin: 5px 10px 0px 5px;
	font-size: 12px;
	display: inline;
	}

#footer02-wrap {
	width : 100%;
	height: 5px;
	margin: 0px;
	background: #F8F8F8 url(../imgs/all_footer03_background.png) top center no-repeat;
	font-size: 1px;
}

#footer-bottom-wrap {
	width : 100%;
	margin: 0px;
	background-color: #F8F8F8;
}

	#footer-bottom {
	width : 850px;
	margin: 0px auto;
	background: #F8F8F8 url(../imgs/all_footer02_background.png) top center repeat-y;
	text-align: center;
	font-size: 10px;
	color: #BBB;
	}

a.foot_link:link, a.foot_link:visited {
  color: #aaa;
  text-decoration: none;
}
a.foot_link:hover, a.foot_link:active {
  color: #ff6600;
  text-decoration: underline;
}

#footer-logo {
	margin: 0px 5px 5px 0px;
	float:left;
}

.footer-text {
	margin: 2px 8px 5px 8px;
}

#footer-body h1{
	font-size:12px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#footer-body h2{
	font-size:12px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}


/* BODY ********************** */

#body-wrap {
	width : 100%;
	margin: 0px 0px;
	background-image: url(../imgs/all_body_background.png);
	background-repeat: repeat-y;
	background-position: center top;
}

	#body-container {
	width : 840px;
	margin: 0px auto;
	overflow: hidden;
	}

/* TOP */
	#body-left {
	width : 530px;
	margin: 10px 10px;
	float: left;
	text-align: left;
	display: inline;
	}

	#body-right {
	width : 270px;
	margin: 10px 10px;
	float: right;
	text-align: center;
	display: inline;
	}

/* SUB */
	#body-subleft {
	width : 540px;
	margin: 10px 10px 10px 0px;
	float: left;
	text-align: left;
	display: inline;
	}

	#body-subright {
	width : 270px;
	margin: 10px 20px 10px 0px;
	float: right;
	text-align: left;
	display: inline;
	}

/* LEFT ********************** */

.left-img {
	margin: 5px auto 0px auto;
}


/* TOP ********************************************************************************************************** */

.top-copytxt {
	margin: 10px auto 10px auto;
	text-align: center;
}

.top-content01 {
	margin: 0px auto;
	padding: 10px 0px;
	text-align: left;
	border-bottom: 1px dotted #999999;
}

.top-menu-outer {
	margin: 5px 0px;
	padding: 0px;
	overflow: hidden;
}

.top-menu-txt {
	margin: 10px 0px 0px 98px;
	padding: 0px;
	width: 150px;
	border: 0px solid #ff0000;
	text-align: left;
	line-height: 110%;
	color: #009944;
}


	#top-menu-box-L01 {
	width	: 248px;
	height	: 90px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_general.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-R01 {
	width	: 248px;
	height	: 90px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_kids.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-L02 {
	width	: 248px;
	height	: 90px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_implant.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-R02 {
	width	: 248px;
	height	: 90px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_whitening.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-L03 {
	width	: 248px;
	height	: 90px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_kyosei.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-R03 {
	width	: 248px;
	height	: 90px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_gum.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-L04 {
	width	: 248px;
	height	: 90px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_drymouth.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-R04 {
	width	: 248px;
	height	: 90px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_esthe.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-L05 {
	width	: 248px;
	height	: 90px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_antiaging.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	#top-menu-box-R05 {
	width	: 248px;
	height	: 90px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_goods.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

/* IE6対策 */
	* html #top-menu-box-L01 {
	width	: 263px;
	height	: 102px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_general.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-R01 {
	width	: 263px;
	height	: 102px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_kids.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-L02 {
	width	: 263px;
	height	: 102px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_implant.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-R02 {
	width	: 263px;
	height	: 102px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_whitening.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-L03 {
	width	: 263px;
	height	: 102px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_kyosei.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-R03 {
	width	: 263px;
	height	: 102px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_gum.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-L04 {
	width	: 263px;
	height	: 102px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_drymouth.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-R04 {
	width	: 263px;
	height	: 102px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_esthe.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-L05 {
	width	: 263px;
	height	: 102px;
	float	: left;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_antiaging.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}

	* html #top-menu-box-R05 {
	width	: 263px;
	height	: 102px;
	float	: right;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_navi_base_goods.png) top left no-repeat;
	text-align: right;
	padding-top: 12px;
	padding-right: 15px;
	}


/* BLOGフレーム  */

#blog-frame-top {
	width	: 270px;
	margin	: 0px;
	font-size: 1px;
	height: 9px;
}

#blog-frame-mid {
	width	: 270px;
	margin	: 0px;
	background: #FFFFFF url(../imgs/top_blog_frame03.gif) top left repeat-y;
	text-align: left;
}

#blog-frame-btm {
	width	: 270px;
	margin	: 0px;
	font-size: 1px;
}

#blog-title-img		{
	margin : 0px 0px 0px 5px;
}

.blog-date		{
	border : 0px solid #ff0000;
	margin : 2px 0px 0px 8px;
	width: 250px;
	color: #009944;
}

.blog-post		{
	border : 0px solid #ff0000;
	margin : 0px 0px 0px 15px;
	width: 245px;
	border-bottom: 1px dashed  #009944;
}

.blog-line		{
	margin : 0px 0px 0px 7px;
	border: 1px solid #ff0000;
	vertical-align: top;
}


.blog-post a {
	text-decoration:none;
	color:#999999;
}

.blog-post a:hover {
	text-decoration:none;
	color:#FF6600;
}





/* 右バナー  */
.right-banner-270 {
	width: 270px;
	margin: 10px auto;
}

.right-banner-240 {
	width: 240px;
	margin: 10px auto;
}


/* SUB LEFT (メイン)********************************************************************************************************** */

.sub-title {
	margin: 0px 0px 30px 0px;
}

#body-subleft h1 {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}



.sub-maintxt {
	margin: 30px 5px 30px 15px;
	text-align: left;
}

.sub-content01 {
	margin: 10px 5px 5px 15px;
	text-align: left;
	border-bottom: 0px dotted #999999;
	padding-bottom: 5px;
}


.sub-h1-title {
	margin: 0px 0px 15px 0px;
	padding: 6px 0px 3px;
	text-align:left;
	display:block;
	width:520px;
	color: #009944;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
	text-indent: 10px;
	background-color: #eeeeee;
	border-bottom: 1px solid #999999;
}

.sub-p-txt01 {
	margin: 10px 15px 10px 15px;
	text-align: left;
}





.sub-footnavi {
	margin: 10px 5px 5px 15px;
	text-align: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}



/* SUB RIGHTナビ ********************************************************************************************************** */

.sub-right-navi-box {
	margin: 10px 0px 10px 15px;
}

.sub-right-navi-frame-top {
	width:270px;
	margin: 0px 0px 0px 0px;
}

.sub-right-navi-frame-mid {
	width:270px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

.sub-right-navi-frame-btm {
	width:270px;
	margin: 0px 0px 0px 0px;
}

.sub-right-navi-frame-img {
	margin: 0px;
	vertical-align: bottom;
}

	.sub-right-navi-ON-title {
	margin: 0px 10px 5px 15px;
	border-bottom: 1px solid #009944;
	}

	.sub-right-navi-ON-item {
	margin: 4px 15px 0px 20px;
	border-bottom: 1px dotted #009944;
	}

a.sub-right-navi-link01	{ 
	background:url(../imgs/all_right_navipoint01.gif) no-repeat left center; 
	padding-left:15px; 
	margin-left:10px; 
	color:#009944; 
	text-decoration:none;
	}
a.sub-right-navi-link01:hover	{ 
	background:url(../imgs/all_right_navipoint01_on.gif) no-repeat left center;
	color:#ff9900; 
	}

a.sub-right-navi-link02	{ 
	background:url(../imgs/all_right_navipoint02.gif) no-repeat left center; 
	padding-left:15px; 
	margin-left:10px; 
	color:#009944; 
	text-decoration:none;
	}
a.sub-right-navi-link02:hover	{ 
	background:url(../imgs/all_right_navipoint02_on.gif) no-repeat left center;
	color:#ff9900; 
	}

a.sub-right-navi-link01-ON	{ 
	background:url(../imgs/all_right_navipoint01_red.gif) no-repeat left center; 
	padding-left:15px; 
	margin-left:10px; 
	color:#FF3300; 
	text-decoration:none;
	}
a.sub-right-navi-link01-ON:hover	{ 
	background:url(../imgs/all_right_navipoint01_red.gif) no-repeat left center;
	color:#ff9900; 
	}



/* SUB01 ################################################################################################# */


.sub01_td01	{
	padding:5px 0px;
	background-color:#D9F0E3;
	text-align:center;
	color:#009944;
	vertical-align: middle;
	}
	
.sub01_td02	{
	padding:10px 0px;
	background-color:#FFFFF6;
	text-align:center;
	color:#009944;
	vertical-align: middle;
	line-height: 110%;
	}

.sub01_td03	{
	padding:5px 0px;
	background-color:#FFFFF6;
	text-align:center;
	color:#009944;
	vertical-align: middle;
	line-height: 110%;
	}

.sub01_td11	{
	padding:5px 0px;
	text-align:left;
	color:#009944;
	vertical-align: middle;
	line-height: 110%;
	border: 1px dotted #009944;
	}

/* SUB02 ################################################################################################# */

/* SUB03 ################################################################################################# */

.sub03-staff-title {
	font-size:12px;
	font-weight:normal;
	color:#666666;
	line-height: 110%;
}

.sub03-staff-name {
	margin:0px 10px 5px 10px;
	font-size:14px;
	font-weight:normal;
	color:#009944;
	line-height: 110%;
	border-bottom:1px solid #009944;
}

.sub03-staff-profile {
	margin:0px 20px 25px 20px;
	font-size:12px;
	font-weight:normal;
	color:#999999;
	line-height: 120%;
	border-bottom:1px dotted #999999;
}

/* SUB04 ################################################################################################# */

.sub04-link-box {
	margin:5px 5px 5px 0px;
	padding:5px;
	border-bottom:1px dotted #009944;
	overflow: hidden;
}

.sub04-link-img {
	border:1px solid #cccccc;
}


/* P01 一般歯科治療 ################################################################################################# */

.P01-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P01-content {
	margin:30px 50px 50px 50px;
	padding: 15px;
	border: 1px dotted #cccccc;
}

.P01-txt01 {
	margin: 5px 5px 15px 15px;
	text-align: left;
}


/* P02 インプラント ################################################################################################# */

.P02-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P02-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P02-sub-sttl {
	margin: 30px 25px 20px 35px;
	text-align: left;
	padding: 4px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P02-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P02-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P02-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
}

.P02-img_right {
	margin: 0px 0px 5px 10px;
}

.P02-img_left {
	margin: 0px 10px 0px 5px;
}

.P02-table-txt {
	color: #FFF;
	font-weight:bold;
	font-size:14px;
}

.P02-box {
	margin:50px 25px 30px 35px;
	line-height: 120%;
	border: 1px dotted #999;
	text-align: center;
	padding: 10px 0px;
	background-color: #F0F0F0;
}

.P02-OL {
	margin: 0px 40px 0px 70px;
	padding: 0px;
}

.P02-OL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #009944;
}

.P02-OL-LI-txt {
	font-size: 12px;
	font-weight: normal;
	color: #777;
}

.P02-UL {
	margin: 0px 40px 0px 70px;
	padding: 0px;
}

.P02-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

/* 症例 */

.P02-case-maintxt {
	margin: 20px 25px 0px 35px;
	text-align: right;
}


.P02-case-title {
	margin: 30px 20px 0px 30px;
	text-align: left;
	padding: 3px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 0px solid #009944;
	border-right: 0px solid #009944;
}

.P02-case-bar {
	margin: 0px 20px 10px 30px;
	text-align: left;
	padding: 2px 0px 2px 0px;
	background-color: #CCEBDA;
	color: #009944;
	border-bottom: 1px solid #009944;
	overflow:hidden;
}

.P02-case-discription {
	float:left;
	margin: 0px 0px 0px 5px;
	text-align: left;
	color: #009944;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0px;
}

.P02-case-age {
	float:right;
	margin: 0px 5px 0px 0px;
	text-align: left;
	color: #009944;
	font-size: 12px;
	font-weight: normal;
	text-indent: 10px;
}

.P02-case-txt {
	margin: 0px 35px 10px 45px;
	text-align: left;
	padding: 2px 0px 2px 0px;
}

.P02-img-frame {
	margin: 0px;
	vertical-align:bottom;
}

/* P03 ホワイトニング ################################################################################################# */

.P03-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P03-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P03-sub-sttl {
	margin: 30px 25px 20px 35px;
	text-align: left;
	padding: 4px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P03-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P03-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P03-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
}

.P03-img_right {
	margin: 0px 0px 5px 10px;
}

.P03-img_left {
	margin: 0px 10px 0px 5px;
}

.P03-box {
	margin:50px 25px 30px 35px;
	line-height: 120%;
	border: 1px dotted #009944;
	text-align: left;
	padding: 10px 10px;
	background-color: #FFFFF0;
}

.P03-box02 {
	margin:20px 50px 20px 60px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: left;
	padding: 8px 10px;
	background-color: #FFFFFF;
	color: #009944;
}

.P03-item-underline {
	margin: 10px 0px 0px 0px;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #009944;
	color:#009944;
	font-size:14px;
	font-weight: bold;
}

.P03-item-underline-txt {
	margin: 5px 10px 15px 10px;
	line-height: 125%;
	text-align: left;
}


.P03-UL {
	margin: 15px 20px 0px 25px;
	padding: 0px;
}

.P03-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #009944;
	border-bottom: 1px dotted #009944;
}

/* 症例 */

.P03-case-title {
	margin: 30px 20px 10px 30px;
	text-align: left;
	padding: 3px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	border-bottom: 0px solid #009944;
	border-right: 0px solid #009944;
}

.P03-case-bar {
	margin: 0px 20px 10px 30px;
	text-align: left;
	padding: 2px 0px 2px 0px;
	background-color: #CCEBDA;
	color: #009944;
	border-bottom: 1px solid #009944;
	overflow:hidden;
}

.P03-case-discription {
	float:left;
	margin: 0px 0px 0px 5px;
	text-align: left;
	color: #009944;
	font-size: 12px;
	font-weight: normal;
	text-indent: 0px;
}

.P03-case-age {
	float:right;
	margin: 0px 5px 0px 0px;
	text-align: left;
	color: #009944;
	font-size: 12px;
	font-weight: normal;
	text-indent: 10px;
}

.P03-case-txt {
	margin: 0px 35px 10px 45px;
	text-align: left;
	padding: 2px 0px 2px 0px;
}

.P03-img-frame {
	margin: 0px;
	vertical-align:bottom;
}


/* P04 矯正歯科・小児矯正 ################################################################################################# */

.P04-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P04-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P04-sub-sttl {
	margin: 30px 25px 20px 35px;
	text-align: left;
	padding: 4px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P04-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P04-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P04-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
}

.P04-img_right {
	margin: 0px 0px 5px 10px;
}

.P04-img_left {
	margin: 0px 10px 0px 5px;
}

.P04-box {
	margin:35px 85px 30px 95px;
	line-height: 150%;
	border: 1px dotted #009944;
	text-align: left;
	padding: 10px 10px;
	background-color: #FFFFF0;
	font-size: 14px;
}

.P04-box02 {
	margin:20px 50px 20px 60px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: left;
	padding: 8px 10px;
	background-color: #FFFFFF;
	color: #009944;
}

.P04-item-underline {
	margin: 10px 0px 0px 0px;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #009944;
	color:#009944;
	font-size:14px;
	font-weight: bold;
}

.P04-item-underline-txt {
	margin: 5px 10px 15px 10px;
	line-height: 125%;
	text-align: left;
}


.P04-UL {
	margin: 15px 20px 0px 25px;
	padding: 0px;
}

.P04-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #009944;
	border-bottom: 1px dotted #009944;
}

/* P05 小児歯科 ################################################################################################# */

.P05-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P05-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P05-sub-sttl {
	margin: 30px 25px 20px 35px;
	text-align: left;
	padding: 4px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P05-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P05-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
	overflow: hidden;
}

.P05-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
}

.P05-img_right {
	margin: 0px 0px 5px 10px;
}

.P05-img_left {
	margin: 0px 10px 0px 5px;
}

.P05-box {
	margin:50px 25px 30px 35px;
	line-height: 120%;
	border: 1px dotted #009944;
	text-align: left;
	padding: 10px 10px;
	background-color: #FFFFF0;
}

.P05-box02 {
	margin:20px 50px 20px 60px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: left;
	padding: 8px 10px;
	background-color: #FFFFFF;
	color: #009944;
}

.P05-item-underline {
	margin: 10px 0px 0px 0px;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #009944;
	color:#009944;
	font-size:14px;
	font-weight: bold;
}

.P05-item-underline-txt {
	margin: 5px 10px 15px 10px;
	line-height: 125%;
	text-align: left;
}


.P05-UL {
	margin: 15px 20px 0px 25px;
	padding: 0px;
}

.P05-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #009944;
	border-bottom: 1px dotted #009944;
}

.P05-txt01-topline {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	border-top:1px dotted #009944;
	padding: 10px 0px;
}


/* P06 歯周病 ################################################################################################# */

.P06-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P06-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P06-sub-sttl {
	margin: 30px 25px 20px 35px;
	text-align: left;
	padding: 4px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P06-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P06-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P06-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
}

.P06-img_right {
	margin: 0px 0px 5px 10px;
}

.P06-img_left {
	margin: 0px 10px 0px 5px;
}

.P06-box {
	margin:30px 30px 30px 30px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: left;
	padding: 10px 10px;
	background-color: #FFFFFF;
}

.P06-box02 {
	margin:20px 50px 20px 60px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: center;
	padding: 8px 10px;
	background-color: #ADEFDE;
	color: #009944;
}

.P06-item-underline {
	margin: 10px 0px 0px 0px;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #009944;
	color:#009944;
	font-size:14px;
	font-weight: bold;
}

.P06-item-underline-txt {
	margin: 5px 10px 15px 10px;
	line-height: 125%;
	text-align: left;
}


.P06-UL {
	margin: 15px 20px 0px 25px;
	padding: 0px;
}

.P06-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #009944;
	border-bottom: 1px dotted #009944;
}

.P06-txt01-topline {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	border-top:1px dotted #009944;
	padding: 10px 0px;
}

/* P07 デンタルエステ ################################################################################################# */

.P07-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P07-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P07-sub-sttl {
	margin: 30px 25px 20px 35px;
	text-align: left;
	padding: 4px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P07-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P07-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P07-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
}

.P07-img_right {
	margin: 0px 0px 5px 10px;
}

.P07-img_left {
	margin: 0px 10px 0px 5px;
}

.P07-box {
	margin:30px 30px 30px 30px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: left;
	padding: 10px 10px;
	background-color: #FFFFFF;
}

.P07-box02 {
	margin:20px 25px 30px 35px;
	;
	line-height: 120%;
	text-align: center;
	padding: 8px 10px;
	color: #009944;
	border-top: 1px solid #009944;
}

.P07-item-underline {
	margin: 10px 0px 0px 0px;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #009944;
	color:#009944;
	font-size:14px;
	font-weight: bold;
}

.P07-item-underline-txt {
	margin: 5px 10px 15px 10px;
	line-height: 125%;
	text-align: left;
}


.P07-UL {
	margin: 15px 20px 0px 25px;
	padding: 0px;
}

.P07-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #009944;
	border-bottom: 1px dotted #009944;
}

.P07-txt01-topline {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	border-top:1px dotted #009944;
	padding: 10px 0px;
}


/* P08 ドライマウス ################################################################################################# */

.P08-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P08-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P08-sub-sttl {
	margin: 30px 25px 20px 35px;
	text-align: left;
	padding: 4px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P08-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P08-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P08-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
	overflow: hidden;
}

.P08-img_right {
	margin: 0px 0px 5px 10px;
}

.P08-img_left {
	margin: 0px 10px 0px 5px;
}

.P08-box {
	margin:30px 30px 30px 30px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: left;
	padding: 10px 10px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.P08-box02 {
	margin:20px 50px 20px 60px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: center;
	padding: 8px 10px;
	background-color: #ADEFDE;
	color: #009944;
}

.P08-item-underline {
	margin: 10px 0px 0px 0px;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #009944;
	color:#009944;
	font-size:14px;
	font-weight: bold;
}

.P08-item-underline-txt {
	margin: 5px 10px 15px 15px;
	line-height: 150%;
	text-align: left;
}

.P08-item-underline-txt img{
	margin: 0px 0px 0px 15px;
	float:right;
}

.P08-UL {
	margin: 15px 20px 0px 25px;
	padding: 0px;
}

.P08-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #009944;
	border-bottom: 1px dotted #009944;
}

.P08-txt01-topline {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	border-top:1px dotted #009944;
	padding: 10px 0px;
}

/* P09 アンチエイジング ################################################################################################# */

.P09-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P09-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P09-sub-sttl {
	margin: 30px 25px 20px 35px;
	text-align: left;
	padding: 4px 0px 2px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P09-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P09-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P09-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
	overflow: hidden;
}

.P09-img_right {
	margin: 0px 0px 5px 10px;
}

.P09-img_left {
	margin: 0px 10px 0px 5px;
}

.P09-box {
	margin:30px 30px 30px 30px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: left;
	padding: 10px 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	color: #009944;
}

.P09-box02 {
	margin:20px 50px 20px 60px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: center;
	padding: 8px 10px;
	background-color: #FFFFFF;
	color: #009944;
}

.P09-item-underline {
	margin: 10px 0px 0px 0px;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #009944;
	color:#009944;
	font-size:14px;
	font-weight: bold;
}

.P09-item-underline-txt {
	margin: 5px 10px 15px 15px;
	line-height: 150%;
	text-align: left;
}

.P09-item-underline-txt img{
	margin: 0px 0px 0px 15px;
	float:right;
}

.P09-UL {
	margin: 15px 20px 0px 25px;
	padding: 0px;
}

.P09-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #009944;
	border-bottom: 1px dotted #009944;
}

.P09-txt01-topline {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	border-top:1px dotted #009944;
	padding: 10px 0px;
}

/* P10 デンタルケア用品 ################################################################################################# */

.P10-maintxt {
	margin: 30px 15px 30px 25px;
	text-align: left;
}

.P10-sttl {
	margin: 30px 15px 20px 25px;
	text-align: left;
	padding: 6px 0px 3px 0px;
	background-color: #eeeeee;
	color: #009944;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P10-sub-sttl {
	margin: 30px 10px 20px 15px;
	text-align: center;
	padding: 2px 0px 1px 0px;
	background-color: #009944;
	color: #FFFFFF;
	border-bottom: 1px solid #009944;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}

.P10-sub-sttl2 {
	margin: 30px 20px 20px 25px;
	text-align: center;
	padding: 2px 0px 1px 0px;
	background-color: #EEE;
	color: #009944;
	border-bottom: 1px solid #999;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
}


.P10-content {
	margin:20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P10-txt01 {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: left;
}

.P10-txt02 {
	margin: 20px 35px 30px 45px;
	line-height: 150%;
	text-align: left;
	overflow: hidden;
}

.P10-img_right {
	margin: 0px 0px 5px 10px;
}

.P10-img_left {
	margin: 0px 10px 0px 5px;
}

.P10-box {
	margin:30px 30px 30px 30px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: left;
	padding: 10px 10px;
	background-color: #FFFFFF;
	overflow: hidden;
	color: #009944;
}

.P10-box02 {
	margin:20px 50px 20px 60px;
	line-height: 120%;
	border: 1px solid #009944;
	text-align: center;
	padding: 8px 10px;
	background-color: #FFFFFF;
	color: #009944;
}

.P10-item-underline {
	margin: 10px 0px 0px 0px;
	line-height: 120%;
	text-align: left;
	border-bottom: 1px dotted #009944;
	color:#009944;
	font-size:14px;
	font-weight: bold;
}

.P10-item-underline-txt {
	margin: 5px 10px 15px 15px;
	line-height: 150%;
	text-align: left;
}

.P10-item-underline-txt img{
	margin: 0px 0px 0px 15px;
	float:right;
}

.P10-UL {
	margin: 15px 20px 0px 25px;
	padding: 0px;
}

.P10-UL-LI {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #009944;
	border-bottom: 1px dotted #009944;
}

.P10-txt01-topline {
	margin: 20px 25px 30px 35px;
	line-height: 150%;
	text-align: center;
	overflow: hidden;
	border-top:1px dotted #009944;
	padding: 10px 0px;
}

.P10-product-name {
	color: #009944;
	font-size: 12px;
	font-weight: bold;
}
