﻿/*---base---*/

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight:normal;
	font-style:normal;
	font-size:85%;
	line-height:140%;
	text-align: center;
	color:#666666;
}

*{
	margin:0px;
	padding:0px;
}

ul {
list-style:none;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:lighter;
}

img{
	border-width: 0px;
	border-style: none;
	vertical-align:bottom;
}


#side{
	margin:0px auto;
	width:720px;
	text-align:left;
	overflow:hidden;
	background-image: url(../img/bg_side.jpg);
	background-repeat:repeat-y;
	clear:both;
}


#wrapper{
	margin:0px 0px;
	width:720px;
	text-align:left;
	overflow:hidden;
	background-image: url(../img/navi_bottom.jpg);
	background-position:-1px bottom;
	background-repeat:no-repeat;
}


#header_bg{
	background-image:url(../img/header_bg.jpg);
	background-repeat:repeat-x;
	background-position;
	width:100%;
}

div#header {
	position:relative;
	width:820px;
	height:305px;
	margin:0 auto;
	text-align:left;
}

div#header02 {
	position:relative;
	width:820px;
	height:237px;
	margin:0 auto;
	text-align:left;
}

/* --- header ---------------------------------------------------------------- */

div#header h1 {
	position:absolute;
	left:0px;
	top:33px;
	width:350px;
	height:60px;
	background:url(../img/header01.png) no-repeat;
	text-indent:-9999px;
	behavior:url(iepngfix/iepngfix.htc);
}

div#header h1 a{
	width:350px;
	height:60px;
	display:block;
}

div#header h2 {
	position:absolute;
	left:50px;
	top:113px;
	width:720px;
	height:192px;
	background-image:url(../img/header02.jpg);
	text-indent:-99999px;
}

div#header p#sitemap {
	position:absolute;
	left:600px;
	top:0;
	width:200px;
	height:20px;
	line-height:20px;
	text-align:right;
}

div#header p#banner_01 {
	position:absolute;
	left:570px;
	top:60px;
	width:200px;
	height:30px;
	line-height:15px;
	color:#FFFFFF;
	text-align:right;
	font-size:80%;
}

div#header p#to_index {
	position:absolute;
	left:0px;
	top:20px;
	width:470px;
	height:144px;
}

/* --- header02 ---------------------------------------------------------------- */

div#header02 h1 {
	position:absolute;
	left:0px;
	top:33px;
	width:350px;
	height:60px;
	background:url(../img/header01.png) no-repeat;
	text-indent:-9999px;
	behavior:url(iepngfix/iepngfix.htc);
}

div#header02 h1 a{
	width:350px;
	height:60px;
	display:block;
}

div#header02 h2 {
	position:absolute;
	left:50px;
	top:113px;
	width:720px;
	height:124px;
	background-image:url(../img/header03.jpg);
	text-indent:-99999px;
}

div#header02 p#sitemap {
	position:absolute;
	left:600px;
	top:0;
	width:200px;
	height:20px;
	line-height:20px;
	text-align:right;
}

div#header02 p#banner_01 {
	position:absolute;
	left:570px;
	top:60px;
	width:200px;
	height:30px;
	line-height:15px;
	color:#FFFFFF;
	text-align:right;
	font-size:80%;
}

div#header02 p#to_index {
	position:absolute;
	left:0px;
	top:20px;
	width:470px;
	height:144px;
}

#main_box{
	width:720px;
	float:left;
	overflow:hidden;
}

#main_top{
	width:535px;
	float:right;
	overflow:hidden;
	background-image: url(../img/main_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0px 0px 0px 5px;
}
#main_bottom{
	width:535px;
	float:right;
	overflow:hidden;
	background-image: url(../img/main_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	margin: 5px 0px 0px 0px;
}
#main_contents{
	width:535px;
	float:right;
	overflow:hidden;
	margin: 0px 0px 5px 0px;
	background-image: url(../img/main_contents.jpg);

}

#main01{
	width:490px;
	float:right;
	display:inline;
	margin: 15px 25px 15px 20px;
	font-size:90%;
}

a:link,a:visited{
	color:#666666;
	text-decoration:none;
}

a:active,a:hover{
	color:#999999;
	text-decoration:none;
}
/*---navi---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#navi{
	width:180px;
	float:left;
	background-image:url(../img/navi_title.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navi ul{
	list-style:none;
	overflow:hidden;
	float:left;
	margin: 60px 0px 20px 0px;
	background-image:url(../img/navi_line.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	width:180px;
}

#navi li{
	margin:0px 0px 20px 10px;
	overflow:hidden;
	width:160px;
	height:16px;
}


#navi a{
	display:block;
	width:160px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
}


li.navi00 a:link,li.navi00 a:visited {
background-image: url(../img/navi00.jpg);
}
li.navi00 a:active,li.navi00 a:hover {
background-image: url(../img/navi00_ov.jpg);
}


li.navi01 a:link,li.navi01 a:visited {
background-image: url(../img/navi01.jpg);
}
li.navi01 a:active,li.navi01 a:hover {
background-image: url(../img/navi01_ov.jpg);
}

#navi li.navi02,#navi li.navi02 a { height:25px;}
li.navi02 a:link,li.navi02 a:visited {
background-image: url(../img/navi02.jpg);
}
li.navi02 a:active,li.navi02 a:hover {
background-image: url(../img/navi02_ov.jpg);
}


li.navi03 a:link,li.navi03 a:visited {
background-image: url(../img/navi03.jpg);
}
li.navi03 a:active,li.navi03 a:hover {
background-image: url(../img/navi03_ov.jpg);
}


li.navi04 a:link,li.navi04 a:visited {
background-image: url(../img/navi04.jpg);
}
li.navi04 a:active,li.navi04 a:hover {
background-image: url(../img/navi04_ov.jpg);
}


li.navi05 a:link,li.navi05 a:visited {
background-image: url(../img/navi05.jpg);
}
li.navi05 a:active,li.navi05 a:hover {
background-image: url(../img/navi05_ov.jpg);
}

#navi li.navi06,#navi li.navi06 a {height:25px;}
li.navi06 a:link,li.navi06 a:visited {
background-image: url(../img/navi06.jpg);
}
li.navi06 a:active,li.navi06 a:hover {
background-image: url(../img/navi06_ov.jpg);
}

#navi li.navi07,#navi li.navi07 a {height:25px;}
li.navi07 a:link,li.navi07 a:visited {
background-image: url(../img/navi07.jpg);
}
li.navi07 a:active,li.navi07 a:hover {
background-image: url(../img/navi07_ov.jpg);
}


li.navi08 a:link,li.navi08 a:visited {
background-image: url(../img/navi08.jpg);
}
li.navi08 a:active,li.navi08 a:hover {
background-image: url(../img/navi08_ov.jpg);
}

#navi li.navi09,#navi li.navi09 a { margin-bottom:50px;}
li.navi09 a:link,li.navi09 a:visited {
background-image: url(../img/navi09.jpg);
}
li.navi09 a:active,li.navi09 a:hover {
background-image: url(../img/navi09_ov.jpg);
}

li.navi10 a:link,li.navi10 a:visited {
background-image: url(../img/navi10.jpg);
}
li.navi10 a:active,li.navi10 a:hover {
background-image: url(../img/navi10_ov.jpg);
}

#navi ul#banner{
	width:200px;
	float:left;
}

#navi ul#banner li{
	width:200px;
	margin:10px 0px 0px;
	text-align:center;
}

#navi ul#banner a{
	display:block;
	width:200px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../img/menu_back.jpg);
}


/*--footer---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/


#footer_top{
	margin:0px auto;
	width:720px;
	text-align:left;
	overflow:hidden;
	background-image: url(../img/footer_top.jpg);
	background-repeat: no-repeat;
	background-position:top;
	clear:both;
}

#footer_bottom{
	margin:5px 0px 15px 0px;
	width:720px;
	text-align:left;
	overflow:hidden;
	background-image: url(../img/footer_bottom.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	clear:both;
}



#footer{
	margin:0px 0px 5px 0px;
	width:720px;
	text-align:left;
	overflow:hidden;
	background-image: url(../img/footer_contents.jpg);
	background-repeat: repeat-y;
	clear:both;
}


#footer_01{
	margin: 0px 10px;
	width:700px;
	text-align:left;
	overflow:hidden;
	clear:both;
	font-size:95%;
}

#footer dl {
width:700px;
height:35px;
float:left;
margin: 5px 0px 5px 0px;
text-align:center;
overflow:hidden;
}

#footer dl dt,#footer dl dd {
font-size:80%;
}

#footer dl dt {
display:inline;
text-align:right;
}

#footer dl dd {
text-align:left;
text-indent:-9999px;
/*display:none;*/
float:left;
}


address {
	font-size: 80%;
	font-style: normal;
	text-align:center;
}


/*--top---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#top_sub01 {
background-image:url(../img/top_sub01.jpg);
width:490px;
height:20px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
}

#top_sub02 {
background-image:url(../img/top_sub02.jpg);
}
#top_sub03 {
background-image:url(../img/top_sub03.jpg);
}
#top_sub04 {
background-image:url(../img/top_sub04.jpg);
}

#top_sub05 {
background-image:url(../img/top_sub05.jpg);
width:490px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}

.top_seg01 {
width:480px;
float:left;
display:inline;
margin: 0px 5px 20px;
}

.top_seg02 {
width:480px;
float:left;
display:inline;
margin: 0px 5px 0px;
}

.top_seg01_left01 {
width:230px;
float:left;
margin: 0px 10px 0px 0px;
background-image:url(../img/bg01.jpg);
background-repeat:no-repeat;
background-position:right;
}

.top_seg01_left01_left {
width:61px;
float:left;
margin: 0px 15px 0px 0px;
}
.top_seg01_left01_right {
width:154px;
float:right;
margin: 0px 0px 0px 0px;
}

.top_seg01_right01 {
width:230px;
float:right;
margin: 0px 0px 0px 0px;
}


.top_box01 {
width:480px;
float:left;
background-image:url(../img/top_box01_contents.jpg);
border-bottom: #999999 solid 1px;
border-top: #999999 solid 1px;
margin: 0px 0px 10px;
}

.top_box01_01 {
width:470px;
float:left;
display:inline;
margin: 5px;
}

.top_box01_01_left {
width:150px;
float:left;
margin: 0px 15px 0px 0px;
}

.top_box01_01_left a:link img,.top_box01_01_left a:visited img{
filter:Alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.70;
}
.top_box01_01_left a:active img,.top_box01_01_left a:hover img{
filter:Alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.00;
}

.top_box01_01_right {
width:305px;
float:right;
margin: 0px 0px 0px 0px;
line-height:120%;
}

.top_box01_01_right h3{
width:305px;
height:15px;
margin: 0px 0px 5px 0px;
background-repeat:no-repeat;
text-indent:-9999px;
}

/*--sitemap---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

dl#sitemap dt {
border-bottom:#cccccc solid 1px;
border-left:#CCCCcc solid 5px;
line-height:20px;
font-size:14px;
font-weight:bold;
margin-bottom:10px;
text-indent:8px;
}

dl#sitemap dd {
text-indent: 20px;
margin-bottom:15px;
border-bottom:#CCCCcc dotted 1px;
line-height:20px;
font-size:12px;
}

/*dl#sitemap dt a:link,dl#sitemap dt a:visited{
color:#FF9933;
text-decoration:none;
}
dl#sitemap dt a:active,dl#sitemap dt a:hover{
color: #CC6699;
text-decoration: overline;
}*/

/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.seg01{
	width:490px;
	margin:0px 0px 20px 5px;
	display:inline;
	float:left;
	overflow:hidden;
}

.seg01_01{
	margin:0px 0px 0px 7px;
	display:inline;
	float:left;
	overflow:hidden;
}

.seg01_02{
	margin:40px 0px 0px 10px;
	display:inline;
	float:left;
	overflow:hidden;
}

.seg01_03{
	margin:0px 0px 0px 20px;
	display:inline;
	float:left;
	overflow:hidden;
}

.seg01_04{
	width:200px;
	margin:10px 0px 10px 20px;
	display:inline;
	float:left;
}

.seg01_05{
	width:240px;
	margin:0px 10px 10px 10px;
	display:inline;
	float:left;
	overflow:hidden;
}

.seg01_06{
	width:240px;
	margin:0px 10px 10px 20px;
	display:inline;
	float:left;
	overflow:hidden;
}

.seg02{
	width:485px;
	margin:0px 0px 20px 5px;
	display:inline;
	float:left;
	overflow:hidden;
	border:1px solid #cccccc;
}

.seg02_01{
	width:210px;
	margin:10px 0px 10px 20px;
	display:inline;
	float:left;
	overflow:hidden;
}

.seg02_01 p{
	margin:0px 0px 10px 0px;
}



/*general-purpose*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

p.to_top{
	margin:5px 0px;
}

.title_text {
font-size:110%;
color:#0d3559;
font-weight:bold;
margin:0 0 0 0;
}

.line_frame {
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

.line_frame p {
margin:5px;
}

.img_frame {
display:inline;
float:left;
border:1px solid #cccccc;
}

.img_frame img{
margin:5px;
}

.tri_frame01 {
margin:25px 0px 0 10px;
float:left;
display:inline;
}

.tri_frame02 {
margin:70px 10px 0 10px;
float:left;
display:inline;
}

.details a:link,
.details a:visited {
margin:5px 0 0 0;
border:3px solid #cccccc;
float:left;
color:#0d3559;
padding:0px 3px 0 3px;
}

.details a:hover,
.details a:active{
margin:5px 0 0 0;
border:3px solid #0d3559;
color:#333333;
float:left;
padding:0px 3px 0 3px;
}



/*clinic*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#clinic_sub01 {
background-image:url(../img/clinic_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}

#clinic_sub02 {
background-image:url(../img/clinic_sub02.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#clinic_sub03 {
background-image:url(../img/clinic_sub03.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#clinic_sub04 {
background-image:url(../img/clinic_sub04.jpg);
width:481px;
height:21px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 5px;
clear:both;
}

#clinic_sub05 {
background-image:url(../img/clinic_sub05.jpg);
width:480px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#clinic_sub06 {
background-image:url(../img/clinic_sub06.jpg);
width:480px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

/*denture01*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#denture01_sub01 {
background-image:url(../img/denture01_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}

#denture01_sub02 {
background-image:url(../img/denture01_sub02.jpg);
width:481px;
height:21px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 5px;
clear:both;
}

#denture01_sub03 {
background-image:url(../img/denture01_sub03.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#denture01_sub04 {
background-image:url(../img/denture01_sub04.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#denture01_sub05 {
background-image:url(../img/denture01_sub05.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#denture01_sub06 {
background-image:url(../img/denture01_sub06.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#denture01_sub07 {
background-image:url(../img/denture01_sub07.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#denture01_sub08 {
background-image:url(../img/denture01_sub08.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}


/*denture02*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#denture02_sub01 {
background-image:url(../img/denture02_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}

#denture02_sub02 {
background-image:url(../img/denture02_sub02.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#denture02_sub03 {
background-image:url(../img/denture02_sub03.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}


/*denture03*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#denture03_sub01 {
background-image:url(../img/denture03_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}


#denture03_sub02 {
background-image:url(../img/denture03_sub02.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#denture03_sub03 {
background-image:url(../img/denture03_sub03.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#denture03_sub04 {
background-image:url(../img/denture03_sub04.jpg);
width:470px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#denture03_sub05 {
background-image:url(../img/denture03_sub05.jpg);
width:490px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#denture03_sub06 {
background-image:url(../img/denture03_sub06.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}
#denture03_sub07 {
background-image:url(../img/denture03_sub07.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}




/*laser03*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#laser03_sub01 {
background-image:url(../img/laser03_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}


dl.laser03 {
width:280px;
float:right;
display:inline;
margin: 20px 0px 0px 15px;
}

dl.laser03 dt{
width:270px;
font-size:120%;
font-weight:bold;
margin: 0px 0px 10px 0px;
border-bottom: #CCCCCC solid 1px;
}
dl.laser03 dd{
margin: 0px 0px 20px 0px;
}

p.laser03_img {
width:195px;
float:left;
}

/*prevent*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#prevent_sub01 {
background-image:url(../img/prevent_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}

#prevent_sub02 {
background-image:url(../img/prevent_sub02.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#prevent_sub03 {
background-image:url(../img/prevent_sub03.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#prevent_sub04 {
background-image:url(../img/prevent_sub04.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#prevent_sub05 {
background-image:url(../img/prevent_sub05.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

/*laser02*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#laser02_sub01 {
background-image:url(../img/laser02_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}

#laser02_sub02 {
background-image:url(../img/laser02_sub02.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser02_sub03 {
background-image:url(../img/laser02_sub03.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser02_sub04 {
background-image:url(../img/laser02_sub04.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser02_sub05 {
background-image:url(../img/laser02_sub05.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser02_sub06 {
background-image:url(../img/laser02_sub06.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser02_sub07 {
background-image:url(../img/laser02_sub07.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser02_sub08 {
background-image:url(../img/laser02_sub08.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser02_sub09 {
background-image:url(../img/laser02_sub09.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

/*access*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#access_sub01 {
background-image:url(../img/access_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}

#access_sub02 {
background-image:url(../img/access_sub02.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#access_sub03 {
background-image:url(../img/access_sub03.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

/*laser01*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#laser01_sub01 {
background-image:url(../img/laser01_sub01.jpg);
width:490px;
height:25px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 0px;
clear:both;
}

#laser01_sub02 {
background-image:url(../img/laser01_sub02.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser01_sub03 {
background-image:url(../img/laser01_sub03.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser01_sub04 {
background-image:url(../img/laser01_sub04.jpg);
width:491px;
height:19px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px -1px;
clear:both;
}

#laser01_sub05 {
background-image:url(../img/laser01_sub05.jpg);
width:200px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#laser01_sub06 {
background-image:url(../img/laser01_sub06.jpg);
width:200px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#laser01_sub07 {
background-image:url(../img/laser01_sub07.jpg);
width:200px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#laser01_sub08 {
background-image:url(../img/laser01_sub08.jpg);
width:240px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#laser01_sub09 {
background-image:url(../img/laser01_sub09.jpg);
width:481px;
height:21px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 15px 5px;
clear:both;
}

#laser01_sub10 {
background-image:url(../img/laser01_sub10.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#laser01_sub11 {
background-image:url(../img/laser01_sub11.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#laser01_sub12 {
background-image:url(../img/laser01_sub12.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#laser01_sub13 {
background-image:url(../img/laser01_sub13.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

#laser01_sub14 {
background-image:url(../img/laser01_sub14.jpg);
width:440px;
height:18px;
background-repeat: no-repeat;
text-indent:-9999px;
margin: 0px 0px 10px 0px;
clear:both;
}

.gnr01{
margin:10px;
clear:both;
}
.bold{
font-weight:bold;
}
.mb10{
margin-bottom:10px;
}