/*-------------------------------------------------------------------------------------------------------------------------基本部分CSS*/

h1 {
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*14pxサイズ*/
.size14	{
	font-size:14px;
}

/*16pxサイズ*/
.size16	{
	font-size:16px;
}

/*16pxサイズ*/
.size18	{
	font-size:18px;
}

/*青色*/
.blue	{
	color:#0033FF
}

/*薄青色*/
.bule01	{
	color:#517dff;
}

/*赤色*/
.red	{
	color:#FF0000;
}

/*画像左回りこみ*/
.float_left	{
	float:left;
	margin-left:10px;
}

/*画像右回りこみ*/
.float_right	{
	float:right;
	margin-left: 10px;
}

/*BODY背景色*/
body	{
	background-color:#D7ECFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*ホームページ位置*/
#container {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


/*ヘッダー部分*/
#header {
	background-image: url(../image/header_bk.jpg);
	height: 88px;
	width: 800px;
}

/*ヘッダーナビボックス部分*/
#header #header_navi_box {
	height: 15px;
	width: 173px;
	position: relative;
	left: 610px;
	top: 28px;
}

#header #header_navi_top {
	height: 15px;
	width: 173px;
	position: relative;
	left: 610px;
	top: 16px;
}

/*ヘッダーナビ部分（ホーム）*/
#header .header_navi01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bolder;
	color: #517DFF;
	height: 15px;
	width: 73px;
	float: left;
	background-image: url(../image/circle01.gif);
	background-repeat: no-repeat;
	display: block;
}
a.header_navi01_link:link {
	color: #517DFF;
	background-image: url(../image/circle01.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
a.header_navi01_link:visited {
	color: #517DFF;
	background-image: url(../image/circle01.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
a.header_navi01_link:hover {
	color:#0066CC;
	background-image: url(../image/circle02.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}

/*ヘッダーナビ部分（サイトマップ）*/
#header .header_navi02 {
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: bolder;
	color: #517DFF;
	height: 15px;
	width: 100px;
	float: left;
	background-image: url(../image/circle01.gif);
	background-repeat: no-repeat;
	display: block;
}
a.header_navi02_link:link {
	color: #517DFF;
	background-image: url(../image/circle01.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
a.header_navi02_link:visited {
	color: #517DFF;
	background-image: url(../image/circle01.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}
a.header_navi02_link:hover {
	color:#0066CC;
	background-image: url(../image/circle02.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
}


/*トップナビ部分*/
#top_navi {
	height: 42px;
	width: 800px;
}

/*トップナビボックス部分*/
#top_navi .top_navi_box {
	height: 20px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*トップナビタイトル部分*/
#top_navi .top_navi_title {
	height: 15px;
	width: 136px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #6F6F6F;
	font-weight: bolder;
	padding-top: 5px;
	padding-left: 10px;
}

/*トップナビ項目部分*/
#top_navi .top_navi_item {
	height: 15px;
	width: 155px;
	float: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	color: #123F91;
	font-weight: bolder;
	padding-top: 5px;
	text-align: center;
	border: 1px solid #666666;
}
a.top_navi_item_link:link{
	color: #123F91;
	text-decoration: none;
}
a.top_navi_item_link:visited{
	color: #123F91;
	text-decoration: none;
}
a.top_navi_item_link:hover{
	color: #6666FF;
	top_navi_item_link: none;
}

/*フッター部分*/
#footer {
	height: auto;
	width: 800px;
	padding-top: 5px;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	clear: both;
	background-color: #FFFFFF;
}
#footer .footer_p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 1.3em;
	color: #333399;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 13px;
	padding: 0px;
	height: auto;
}
a.footer_p_link:link	{
	color: #333399;
	text-decoration: none;
}
a.footer_p_link:visited	{
	color: #333399;
	text-decoration: none;
}
a.footer_p_link:hover	{
	color: #333399;
	text-decoration: underline;
}

/*コピー部分*/
#copy {
	height: auto;
	width: 800px;
	background-color: #D7ECFF;
}
#copy .copy_p {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: 15px;
}


/*パワー部分*/
#powerted {
	height: auto;
	width: 800px;
	background-color: #D7ECFF;
}


/*-------------------------------------------------------------------------------------------------------------------------インデックスページCSS*/

/*メイン部分*/
#main {
	background-image: url(../image/main_bk03.jpg);
	background-repeat: no-repeat;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
}

/*メイン部分リンク01*/
#main #main01 {
	height: 400px;
	width: 800px;
}
#main #main02 {
	height: 270px;
	width: 800px;
}

#main #main01_left {
	float: left;
	height: 400px;
	width: 600px;
}
#main #main01_right {
	float: right;
	height: 400px;
	width: 200px;
}
#main #main02_left {
	float: left;
	height: 270px;
	width: 430px;
}
#main #main02_right {
	height: auto;
	width: 370px;
	float: right;
}


#main01 #main01_right h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	font-size: 15px;
	margin-top: 11px;
	color: #000000;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 7px;
}
#main01 .access01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
	margin-bottom: 11px;
	line-height: 15px;
	color: #666666;
}

#main01 .access02	{
	font-size:14px;
}

#main01 #blog_button_box {
	height: 34px;
	width: 171px;
	margin-top: 10px;
	margin-left: 10px;
}

/*フラッシュ部分*/
#flash {
	height: 176px;
	width: 340px;
	margin-top: 20px;
	margin-left: 11px;
	border: 1px solid #CCCCCC;
}

/*塚原デンタルクリニックバナー部分*/
.tsukahara_banner {
	height: 48px;
	width: 300px;
	margin-top: 10px;
	margin-left: 85px;
}
a.tsukahara_banner	{
			border:0;
}


/*お悩みは何ですか部分（お悩みは何ですか）*/
#main .main_navi00 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	display: block;
	color: #333333;
	height: 30px;
	width: 230px;
}


/*メインナビ部分リンク01(歯周病や虫歯で…)*/

#main .main_navi01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 285px;
	position: relative;
	top: 45px;
	display: block;
	left: 270px;
	color: #333333;
}

/*メインナビ部分リンク02（入歯が嫌な方…）*/
#main .main_navi02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 273px;
	position: relative;
	top: 59px;
	display: block;
	left: 280px;
	color: #333333;
}

/*メインナビ部分リンク03（奥歯がなくて…）*/
#main .main_navi03 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 273px;
	position: relative;
	top: 74px;
	display: block;
	left: 281px;
	color: #333333;
}

/*メインナビ部分リンク04（ブリッジで健康な歯を…）*/
#main .main_navi04 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 290px;
	position: relative;
	top: 89px;
	display: block;
	left: 281px;
	color: #333333;
}

/*メインナビ部分リンク05（他の歯科医院でインプラントが…）*/
#main .main_navi05 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 320px;
	position: relative;
	top: 105px;
	display: block;
	left: 275px;
	color: #333333;
}

/*メインナビ部分リンク06（事故で歯をなくされ…）*/
#main .main_navi06 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 320px;
	position: relative;
	top: 119px;
	display: block;
	left: 265px;
	color: #333333;
}

/*メインナビ部分リンク07（生まれつき永久歯がなく…）*/
#main .main_navi07 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 330px;
	position: relative;
	top: 134px;
	display: block;
	left: 247px;
	color: #333333;
}

/*メインナビ部分リンク08（今、入れ歯で悩んでいる…）*/
#main .main_navi08 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 350px;
	position: relative;
	top: 150px;
	display: block;
	left: 222px;
	color: #666666;
}

/*メインナビ部分リンク09（今、ブリッジでお困りの…）*/
#main .main_navi09 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 205px;
	position: relative;
	top: 10px;
	display: block;
	left: 190px;
	color: #333333;
}

/*メインナビ部分リンク10（骨再生療法に興味の…）*/
#main .main_navi10 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 210px;
	position: relative;
	top: 22px;
	display: block;
	left: 153px;
	color: #333333;
}

/*メインナビ部分リンク11（インプラント以外の治療法が…）*/
#main .main_navi11 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bolder;
	height: 30px;
	width: 230px;
	position: relative;
	top: 40px;
	display: block;
	left: 95px;
	color: #333333;
}
.main_navi_link:link	{
	text-decoration: none;
	color: #333333;

}
.main_navi_link:visited	{
	color: #333333;
	text-decoration: none;

}
.main_navi_link:hover	{
	color: #517DFF;
	text-decoration: none;

}

/*インプラントについてお調べになっている方へ部分*/
#main .osirase_box {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-weight: normal;
	height: auto;
	width: 380px;
	position: relative;
	top: 75px;
	display: block;
	left: 35px;
	color: #333333;
	line-height: 1.3em;
}

/*マスコミ雑誌掲載バナー*/
#main .media {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-weight: normal;
	height: auto;
	width: 380px;
	position: relative;
	top: 85px;
	display: block;
	color: #333333;
	line-height: 1.3em;
	text-align: center;
	left: 35px;
}

/*ニュース＆インフォメーション部分*/
#news {
	background-image: url(../image/news_bk.jpg);
	background-repeat: no-repeat;
	height: 91px;
	width: 800px;
}
#news .news_p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	margin-top: 0px;
	margin-left: 10px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 0px;
}

#news #news_left {
	height: 91px;
	width: 394px;
	float:left
}

#news #news_right {
	height: 91px;
	width: 394px;
	float:left;
}

/*ご予約はこちらへ部分*/
a.form_button01	{
	background-image: url(../image/form_buttom01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.form_button01:link	{
	background-image: url(../image/form_buttom01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.form_button01:visited	{
	background-image: url(../image/form_buttom01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.form_button01:hover	{
	background-image: url(../image/form_buttom02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/*ご相談はこちらへ部分*/
a.form_button02	{
	background-image: url(../image/form_buttom01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
}
a.form_button02:link	{
	background-image: url(../image/form_buttom02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
}
a.form_button02:visited	{
	background-image: url(../image/form_buttom02.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
}
a.form_button02:hover	{
	background-image: url(../image/form_buttom01.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 171px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
	margin-top: 15px;
}

.button {
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
}

/*-------------------------------------------------------------------------------------------------------------------------セカンドページ基本CSS*/

/*セカンドメイン部分*/
#second_main {
	width: 800px;
	background-color: #FFFFFF;
	height: auto;
}

/*セカンドタイトルボックス部分*/
#second_main #contents .title {
	width: 600px;
	height: 70px;
}

/*タイトルバナー部分*/
#title_banner01	{
	background-image: url(../image/title_banner01.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 535px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 18px;
	padding-left: 15px;
	padding-top: 25px;
	font-weight: bolder;
	color: #3E6FFF;

}

/*タイトルバナー部分*/
#title_banner02	{
	background-image: url(../image/title_banner01.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 535px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 18px;
	padding-left: 15px;
	padding-top: 20px;
	font-weight: bolder;
	color: #3E6FFF;

}

/*セカンドタイトル部分*/
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 23px;
	color: #0000FF;
	font-weight: bolder;
	margin-top: 55px;
	margin-left: 24px;
}

/*セカンドタイトル見出し3部分*/
.h3_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 535px;
	height: 20px;
	margin-top: 25px;
	padding-top: 5px;
	padding-left: 15px;
	background-image: url(../image/contents_title04.jpg);
	background-repeat: no-repeat;
}

/*セカンドタイトル見出し4部分*/
.h4_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	color: #0033CC;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 550px;
	height: auto;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*セカンドタイトル見出し5部分*/
.h5_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 550px;
	height: auto;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/*-○○○-部分*/
.rei_title {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 550px;
	height: auto;
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*子見出しタイトルバー01部分*/
.rei_title01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
	margin-left: 24px;
	margin-bottom: 11px;
	width: 550px;
	height: auto;
	margin-top: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*子見出しタイトルバー02部分*/
.rei_title02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
	margin-left: 24px;
	margin-bottom: 9px;
	width: 550px;
	height: auto;
	margin-top: 9px;
	padding-left: 5px;
}

/*＜症例○＞部分*/
.rei {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	color: #0033FF;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 550px;
	height: auto;
	margin-top: 25px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000066;
	border-left-color: #000066;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/*＜症例○＞02部分*/
.rei01 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 535px;
	height: 20px;
	margin-top: 25px;
	padding-top: 5px;
	padding-left: 15px;
	background-image: url(../image/contents_title01.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*見出しタイトバール部分*/
.rei02 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 535px;
	height: 20px;
	margin-top: 25px;
	padding-top: 5px;
	padding-left: 15px;
	background-image: url(../image/contents_title02.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*見出しタイトバール部分*/
.rei03 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	margin-left: 24px;
	margin-bottom: 10px;
	width: 535px;
	height: 20px;
	margin-top: 25px;
	padding-top: 5px;
	padding-left: 15px;
	background-image: url(../image/contents_title03.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

/*本文*/
.text	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	color: #333333;
	margin-left: 30px;
	margin-right: 15px;
	line-height: 1.3em;
	margin-bottom: 10px;
}

/*ちょっとアドバイスボックス部分*/
#advice01_box	{
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CEDBFF;
	padding-bottom: 5px;
}

/*ちょっとアドバイスタイトル部分*/
.advice01_title	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	width: 550px;
	height: 35px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 30px;
	background-image: url(../image/advice.gif);
	background-repeat: no-repeat;
}

/*ちょっとアドバイス本文*/
.advice01_text	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #333333;
	margin-left: 14px;
	margin-right: auto;
	line-height: 1.3em;
	height: auto;
	width: 470px;
	margin-bottom: 15px;
	height: auto;
	width: 490px;
	background-color: #FFFFFF;
	border: solid 1px #517dff;
	padding: 15px;
	margin-left: 14px;
}

/*ちょっとアドバイスボックス部分*/
#advice02_box	{
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CEDBFF;
	padding-bottom: 5px;

}

/*ちょっとアドバイスタイトル部分*/
.advice02_title	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	font-weight: bold;
	color: #000099;
	width: 550px;
	height: 35px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-top: 30px;
	background-image: url(../image/advice.gif);
	background-repeat: no-repeat;
}

/*ちょっとアドバイス本文*/
.advice02_text	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #333333;
	margin-left: 14px;
	margin-right: auto;
	line-height: 1.3em;
	height: auto;
	width: 470px;
	margin-bottom: 15px;
	height: auto;
	width: 490px;
	background-color: #FFFFFF;
	border: solid 1px #517dff;
	padding: 15px;
	margin-left: 14px;
}

/*セカンドメイン左側部分*/
#second_main #second_main_left {
	width: 197px;
	float: left;
	background-image: url(../image/second_left_bk.jpg);
	background-repeat: no-repeat;
	height: auto;
}

/*セカンドメイン左側ナビ部分*/
.left_navi {
	width: 185px;
	height: 35px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../image/left_navi_bk03.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 5px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
.left_navi_link:link	{
	width: 185px;
	height: 35px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../image/left_navi_bk03.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 5px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
.left_navi_link:visited	{
	width: 185px;
	height: 35px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../image/left_navi_bk03.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 5px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
.left_navi_link:hover	{
	width: 185px;
	height: 35px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../image/left_navi_bk02.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 5px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}

/*セカンドメイン左側ナビ部分*/
.left_navi02 {
	width: 185px;
	height: 27px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../image/left_navi_bk03.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 13px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
.left_navi_link02:link	{
	width: 185px;
	height: 27px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../image/left_navi_bk03.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 13px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
.left_navi_link02:visited	{
	width: 185px;
	height: 27px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../image/left_navi_bk03.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 13px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}
.left_navi_link02:hover	{
	width: 185px;
	height: 27px;
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-image: url(../image/left_navi_bk02.jpg);
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	padding-top: 13px;
	padding-left: 10px;
	color: #333333;
	text-decoration: none;
}




#second_main #contents {
	float: left;
	height: auto;
	width: 600px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	font-weight: bold;
	color: #123F91;
}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 0px;
}
#second_main #contents .caption {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	color: #333333;
	margin-top: 5px;
}

#second_main #contents .main_contents .main_contents_text p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}



#second_main #contents .main_contents {
	height: auto;
	width: 600px;
}
#second_main .main_contents_text {
	height: auto;
	width: 265px;
	float: left;
	padding-right: 10px;
	padding-left: 25px;
	margin-top: 0px;
}
#contents .main_contents_right {
	float: right;
	height: auto;
	width: 290px;
}
#second_main .kanren_link {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	background-position: left;
	text-align: left;
}
a.kanren_link_link:link	{
	color: #123F91;
	text-decoration: none;

}
a.kanren_link_link:visited	{
	color: #123F91;
	text-decoration: none;

}
a.kanren_link_link:hover	{
	color: #517DFF;

}




/*フッター部分*/
#second_footer {
	background-image: url(../image/second_footer_bk.jpg);
	height: 38px;
	width: 800px;
	background-repeat: no-repeat;
	padding-top: 5px;
	margin: 0px;
}
#second_footer .second_footer_p {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 1.3em;
	color: #333399;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 13px;
}
a.second_footer_p_link:link	{
	color: #333399;
	text-decoration: none;
}
a.second_footer_p_link:visited	{
	color: #333399;
	text-decoration: none;
}
a.second_footer_p_link:hover	{
	color: #333399;
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------------------------------------------インプラントの前の基礎知識CSS*/

/*インプラントの前の基礎知識テーブル01部分*/
.kiso01	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #333333;
	margin-bottom: 10px;
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;

}

.kiso01_td01	{
	width:180px;
}

/*インプラントの前の基礎知識テーブル02部分*/
.kiso02	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #333333;
	width: 380px;
	height: auto;
	margin-left: 100px;
	margin-bottom: 10px;

}

/*インプラントの前の基礎知識テーブル02部分*/
.kiso03	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #333333;
	width: 450px;
	height: auto;
	margin-left: 100px;
	margin-bottom: 10px;

}

/*インプラントの前の基礎知識リスト01*/
.kiso01_ul	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;

}

/*インプラントの前の基礎知識リスト02*/
.kiso01_ol	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	list-style-position: inside;
	list-style-type: decimal;
	margin-right: 10px;
}

/*-----------------------------------------------------------------------------------------------------------------------インプラントについてCSS*/

/*インプラントのについて表01*/
.imp01	{
	width: 500px;
	margin-left: 50px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	line-height: 1.3em;
	color: #333333;
	border-collapse:collapse;

}

/*インプラントのについて表セル01*/
.imp01 td	{
	border: 1px solid #CCCCCC;
	text-align: left;

}


/*インプラントのについてリスト01*/
.imp01_ul	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	margin-right: 10px;
	list-style-position: outside;

}

/*インプラントのについて表01*/
.imp02	{
	width: 436;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.3em;
	color: #FFFFFF;
	height: auto;
	border-collapse:collapse;
	text-align: center;
}

/*インプラントのについて表セル01*/
.imp02 td	{
	border: 1px solid #CCCCCC;
	text-align: left;
	color: #333333;

}

/*---------------------------------------------------------------------------------------------------------------------インプラント治療の流れCSS*/

/*インプラント治療の流れリストボックス*/
.nagare_box	{
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;

}

/*インプラント治療の流れリスト01*/
.nagare_ol	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	list-style-position: outside;
	list-style-type: decimal;
}

/*-------------------------------------------------------------------------------------------------------インプラントについてもっと知りたい！CSS*/

/*インプラントについてもっと知りたい！リストボックス*/
.qa_box	{
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;

}

/*インプラントについてもっと知りたい！リスト01*/
.qa_ol	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	list-style-position: outside;
	list-style-type: decimal;
	font-weight: bold;
}

/*インプラントについてもっと知りたい！リストリンク01*/
.qa_link	{
	color:#333333;
	font-weight:normal;
	text-decoration:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	line-height: 1.3em;
}
.qa_link:link	{
	color:#333333;
	text-decoration:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	line-height: 1.3em;
	text-decoration:none;
}
.qa_link:visited	{
	color:#333333;
	text-decoration:none;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	line-height: 1.3em;
	text-decoration:none;
}
.qa_link:hover	{
	color:#333333;
	text-decoration:underline;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: underline;
}

/*インプラントについてもっと知りたい！リスト02*/
.qa_ul	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	list-style-position: outside;
}

/*インプラントについてもっと知りたいテーブル01*/
.qa_01	{
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.3em;
	color: #333333;
	border-collapse:collapse;
	margin-bottom: 10px;
	border: 1px solid #0066FF;
}

/*インプラントについてもっと知りたいテーブル見出しセル01*/
.qa_01 th	{
	background-color:#7799FF;
	text-align: left;
	text-indent: 1em;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	border: 1px solid #0066FF;
}

/*インプラントについてもっと知りたいテーブル見出しセル01*/
.qa_01 td	{
	border: 1px solid #0066FF;
	padding: 2px;
	text-align: left;
}

/*インプラントについてもっと知りたいテーブルセル01*/
.qa_01_td	{
	padding-top: 1px;
	text-align: center;
	height: auto;
}

/*インプラントについてもっと知りたいテーブルセルタイトル01*/
.qa_td_title	 {
	height: auto;
	width: 90px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
	background-color: #0066FF;
	color: #FFFFFF;

}

/*---------------------------------------------------------------------------------------------------健康な歯を削ってブリッジにしたくない方CSS*/

/*症例表01テーブル部分*/
.bridge01	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.bridge01_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.bridge01_td02	{
	height: auto;
	width: 30px;
}


/*----------------------------------------------------------------------------------------------------------------------------入れ歯が嫌な方CSS*/

/*症例表01テーブル部分*/
.ireba01	{
	height: auto;
	width: 500px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.ireba01_td01	{
	height: auto;
	width: 70px;
}

/*症例表01テーブルセル部分*/
.iewba01_td02	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.ireba01_td03	{
	height: auto;
	width: 30px;
}

/*症例表02テーブル部分*/
.ireba02	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表02テーブルセル部分*/
.iewba02_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.ireba02_td02	{
	height: auto;
	width: 30px;
}

/*---------------------------------------------------------------------------------------------------------------------奥歯がなくて噛めない方CSS*/

/*症例表01テーブル部分*/
.okuba01	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.okuba01_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.okuba01_td02	{
	height: auto;
	width: 30px;
}

/*-----------------------------------------------------------------------------------------------他の病院でインプラントができないといわれた方CSS*/

/*症例表01テーブル部分*/
.dekinai01	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.dekinai01_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.dekinai01_td02	{
	height: auto;
	width: 30px;
}


/*---------------------------------------------------------------------------------------------------------------------事故で歯をなくされた方CSS*/

/*症例表01テーブル部分*/
.jiko01	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.jiko01_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.jiko01_td02	{
	height: auto;
	width: 30px;
}


/*---------------------------------------------------------------------------------------------生まれつき永久歯がなく、歯並びにすき間がある方CSS*/

/*症例表01テーブル部分*/
.sukima01	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.sukima01_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.sukima01_td02	{
	height: auto;
	width: 30px;
}

/*-----------------------------------------------------------------------------------------------------------------------入れ歯で悩んでいる方CSS*/

/*症例表01テーブル部分*/
.nayami01	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.nayami01_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.nayami01_td02	{
	height: auto;
	width: 30px;
}

/*症例表02テーブル部分*/
.nayami02	{
	height: auto;
	width: 528px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表02テーブルセル部分*/
.nayami02_td01	{
	height: auto;
	width: 156px;

}

/*症例表02テーブルセル部分*/
.nayami02_td02	{
	height: auto;
	width: 30px;
}

/*-------------------------------------------------------------------------------------------------------------歯周病やブリッジで困っている方CSS*/

/*症例表01テーブル部分*/
.komari01	{
	height: auto;
	width: 390px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.komari01_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.komari01_td02	{
	height: auto;
	width: 30px;
}

/*症例表02テーブル部分*/
.komari02	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表01テーブルセル部分*/
.komari02_td01	{
	height: auto;
	width: 200px;

}

/*症例表01テーブルセル部分*/
.komari02_td02	{
	height: auto;
	width: 30px;
}

/*-----------------------------------------------------------------------------------------------------------インプラント以外の治療法がいい方CSS*/

/*症例表01テーブル部分*/
.igai01	{
	height: auto;
	width: 390px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表02テーブル部分*/
.igai02	{
	height: auto;
	width: 430px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表02テーブルセル部分*/
.igai02_td01	{
	height: auto;
	width: 200px;
}

/*症例表02テーブルセル部分*/
.igai02_td02	{
	height: auto;
	width: 30px;
	font-size: 13px;
}

/*症例表03テーブル部分*/
.igai03	{
	height: auto;
	width: 528px;
	margin-left: 30px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:left;
}

/*症例表02テーブルセル部分*/
.igai03_td01	{
	height: auto;
	width: 156px;

}

/*症例表02テーブルセル部分*/
.igai03_td02	{
	height: auto;
	width: 30px;
}

/*-----------------------------------------------------------------------------------------------------------------イラストで見る組織再生療法CSS*/

/*イラストで見る組織再生療法01テーブル部分*/
.illust01	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	color: #333333;
	height: auto;
	width: 546px;
	border-collapse:collapse;
	text-align:left;
}

/*イラストで見る組織再生療法01テーブル見出しセル部分*/
.illust01 th	{
	font-size:14px;
	color: #FFFFFF;
	background-color: #FF9900;
	border: 1px solid #ff9900;
}

/*イラストで見る組織再生療法01テーブルセル部分*/
.illust01 td	{
	font-size:12px;
	border: 1px solid #ff9900;

}

/*イラストで見る組織再生療法02テーブル部分*/
.illust02	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	color: #333333;
	height: auto;
	width: 430px;
	border-collapse:collapse;
	font-size: 13px;
	text-align: left;
}

/*イラストで見る組織再生療法02テーブルセル部分*/
.illust02_td01	{
	height: auto;
	width: 200px;
}

/*イラストで見る組織再生療法02テーブルセル部分*/
.illust02_td02	{
	height: auto;
	width: 30px;
	font-size:12px;
	text-align: left;
}

/*イラストで見る組織再生療法03テーブル部分*/
.illust03	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	color: #333333;
	height: auto;
	width: 550px;
	border-collapse:collapse;
	text-align: left;
}

/*イラストで見る組織再生療法02テーブルセル部分*/
.illust03 td	{
	height: auto;
	font-size:13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	padding: 0px;
}

/*-------------------------------------------------------------------------------------------------------------------------サイトマップCSS*/

/*サイトマップリストボックス*/
.sitemap_box	{
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;

}

/*サイトマップリストリンク01*/
.sitemap01_link	{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.sitemap01_link:link	{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.sitemap01_link:visited	{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.sitemap01_link:hover	{
	color:#333333;
	font-weight:bold;
	text-decoration: none;
}

/*リンク集リスト*/
.sitemap01_ul	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	list-style-position: outside;
}


/*-------------------------------------------------------------------------------------------------------------------------リンク集CSS*/

/*リンク集リストボックス*/
.link_box	{
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;

}

/*リンク集リストリンク01*/
.link01_link	{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.link01_link:link	{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.link01_link:visited	{
	color:#333333;
	font-weight:bold;
	text-decoration:underline;
}
.link01_link:hover	{
	color:#333333;
	font-weight:bold;
	text-decoration: none;
}

/*リンク集リスト*/
.link01_ul	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	list-style-position: outside;
}


/*---------------------------------------------------------------------------------------------------------------------患者さんの声・体験談CSS*/

/*ブログパーツ部分*/
.blog_part	{
	width:530px;
	height:auto;
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 45px;
}

/*-----------------------------------------------------------------------------------------------------------------------治療費用と保証制度CSS*/

/*金額テーブル01部分*/
.price_table01	{
	width:500px;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	color: #333333;
	padding:5px;
	margin-left:50px;
}

/*金額テーブル01見出しセル部分*/
.price_table01 th	{
	text-align:left;
	font-weight: normal;
}

/*金額テーブル01見出しセル部分*/
.price_table01 td	{
	height: auto;
}

/*保証制度リスト部分*/
.hosyou	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	color: #333333;
	margin-left: 95px;
	margin-top: 0px;
}
.hosyou li	{
	list-style-type: none;
}

/*-------------------------------------------------------------------------------------------------------------------当院のインプラント実績CSS*/

/*当院のインプラント実績テーブル部分*/
.jisseki_table	{
	width:550px;
	height: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	color: #333333;
	margin-left: auto;
	margin-right:auto;
	border-collapse:collapse;
	margin-top: 0px;
	margin-bottom:5px;
}

/*当院のインプラント実績テーブル見出しセル部分*/
.jisseki_table th	{
	padding:5px;
	background-color:#7799FF;
	border:solid 1px #0066FF;
	color: #FFFFFF;
}

/*当院のインプラント実績テーブルセル部分*/
.jisseki_table td	{
	padding:5px;
	border:solid 1px #0066FF;
}

/*当院のインプラント実績※印リスト部分*/
.jiseki_list	{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "HG丸ｺﾞｼｯｸM-PRO";
	font-size: 14px;
	color: #333333;
	margin-left: 30px;
	margin-right: 15px;
	line-height: 1.3em;
	margin-bottom: 0;
	padding-left:1em;
	text-indent:-1em;
}
/*-------------------------------------------------------------------------------------------------------------4つの理由CSS*/

.riu1 {
	display: block;
	padding: 5px;
	float: left;
	width: 260px;
	margin-right: 10px;
	margin-left: 20px;
	height: 220px;
	border: 1px solid #0099FF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:13px;
	line-height:1.4em;
}

.riu1 h3{
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #0000FF;
	display: block;
	height: 16px;
	padding-top: 2px;
	padding-left: 6px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #0099FF;
	padding-bottom: 2px;
}

.riu1 img{
	display: block;
	width: 120px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.riu2 {
	display: block;
	padding: 5px;
	float: left;
	width: 260px;
	height: 220px;
	border: 1px solid #0099FF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size:13px;
	line-height:1.4em;
}

.riu2 h3{
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #0000FF;
	display: block;
	height: 16px;
	padding-top: 2px;
	padding-left: 6px;
	margin-bottom: 10px;
	color: #FFFFFF;
	background-color: #0099FF;
	padding-bottom: 2px;
}

.riu2 img{
	display: block;
	width: 120px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#qr {
	background-image: url(../image/mobile.jpg);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	background-position: top;
	height: auto;
	width: 120px;
	padding-top: 25px;
}


*html body .riu1 {
	display: block;
	padding: 5px;
	float: left;
	width: 250px;
	margin-right: 10px;
	margin-left: 20px;
	height: 220px;
	border: 1px solid #0099FF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:13px;
	line-height:1.4em;
}

*html body .riu2 {
	display: block;
	padding: 5px;
	float: left;
	width: 250px;
	height: 220px;
	border: 1px solid #0099FF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size:13px;
	line-height:1.4em;
}
