@charset "utf-8";
/* CSS Document */


/*-------------------------------------------------▼全体ここから-------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

/* サイトの背景画像 幅937pxのYリピート */
body{
	background:url(../img/background.gif) repeat-y center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* サイト共通指定 */
p{
	margin:0px;
	padding:0px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	line-height:1.8em;
}

ul{
	list-style:none;
	margin:0px;
	padding:0px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
}

hr {
	display:none;
}

address{	
	margin:0px;
	padding:0px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	line-height:1.5em;
	font-style:normal;
}

img{
	border:none;
}

.kaijo{
	clear:both;
}

/* サイトの一番大枠のサイズをここで指定 */
#wrap{
	position:absolute;
	left:50%;
	margin:0 0 0 -425px;	
}
/*-------------------------------------------------▲全体ここまで-------------------------------------------------*/

/*-------------------------------------------------▼ヘッダここから-------------------------------------------------*/
#header {
	background:url(../img/top_img2.jpg) no-repeat;
	width:850px;
	height:430px;
}

#header h2{
	display:none;
}
/*-------------------------------------------------▲ヘッダここまで-------------------------------------------------*/

/*-------------------------------------------------▼メニューここから-------------------------------------------------*/
#menu{
	width:850px;
	height:42px;
	position:absolute;
	top:430px;
	left:2px;
}

#menu li{
	float:left;
	margin:0px;
	padding:0px;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
}

#menu li a{
	display:block;
	width:121px;
	height:42px;
}

#menu li#button1{
	background:url(../img/menu.gif) no-repeat 0px 0px;
}
#menu li#button2{
	background:url(../img/menu.gif) no-repeat -121px 0px;
}
#menu li#button3{
	background:url(../img/menu.gif) no-repeat -242px 0px;
}
#menu li#button4{
	background:url(../img/menu.gif) no-repeat -363px 0px;
}
#menu li#button5{
	background:url(../img/menu.gif) no-repeat -485px 0px;
}
#menu li#button6{
	background:url(../img/menu.gif) no-repeat -606px 0px;
}
#menu li#button7{
	background:url(../img/menu.gif) no-repeat -728px 0px;
}

#menu li#button1 a:hover{
	background:url(../img/menu.gif) no-repeat 0px -42px;
}
#menu li#button2 a:hover{
	background:url(../img/menu.gif) no-repeat -121px -42px;
}
#menu li#button3 a:hover{
	background:url(../img/menu.gif) no-repeat -242px -42px;
}
#menu li#button4 a:hover{
	background:url(../img/menu.gif) no-repeat -363px -42px;
}
#menu li#button5 a:hover{
	background:url(../img/menu.gif) no-repeat -485px -42px;
}
#menu li#button6 a:hover{
	background:url(../img/menu.gif) no-repeat -606px -42px;
}
#menu li#button7 a:hover{
	background:url(../img/menu.gif) no-repeat -728px -42px;
}

/*-------------------------------------------------▲メニューここまで-------------------------------------------------*/


/*-------------------------------------------------▼キャンペーンここから-------------------------------------------------*/
#campaign{
	background:url(../img/b_campaign.gif) no-repeat center;
	width:850px;
	height:175px;
	margin:52px 0 0 0;
	padding:0;
}

#campaign_l{
	background:url(../img/campaign.jpg) no-repeat;
	width:400px;
	height:145px;
	margin:0;
	padding:0;
	float:left;
}

#campaign_r{
	background:url(../img/campaign.jpg) no-repeat;
	width:400px;
	height:145px;
	margin:0 0 0 10px;
	padding:0;
	float:left;
}

#campaign_box{
	width:810px;
	height:145px;
	margin:0 auto 0 auto;
	padding:15px 0 0 0;
}
/*-------------------------------------------------▲キャンペーンここまで-------------------------------------------------*/

/*-------------------------------------------------▼インフォここから-------------------------------------------------*/
#contents{
	width:850px;
}

#contents_l{
	margin:0;
	padding:5px 0 0 20px;
	float:left;
	width:550px;
}

#info{
	background:url(../img/t_info.gif) no-repeat;
	width:550px;
	height:27px;
	margin:0;
	padding:0;
}

#infobox{
	background:url(../img/b_info.gif) no-repeat;
	width:550px;
	height:98px;
	margin:0;
	padding:0;
}

#info h3{
	display:none;
}

#infobox ul{
	margin:0;
	padding:0;
	line-height:1.3em;
	overflow:auto;
	width:550px;
	height:98px;
}

#infobox li{
	margin:4px 0 0 10px;
	padding:0;
}

#infobox a{
	text-decoration:none;
}
/*-------------------------------------------------▲インフォここまで-------------------------------------------------*/

/*-------------------------------------------------▼医院案内ここから-------------------------------------------------*/
#about{
	background:url(../img/b_about.gif) no-repeat;
	width:550px;
	height:170px;
	margin:15px 0 0 0;
	padding:0;
}

#about h3{
	display:none;
}

#about p{
	float:left;
	margin:0;
	padding:30px 0 0 10px;
	width:265px;
}

#about address{
	float:left;
	margin:0;
	padding:30px 0px 0 0px;
}
/*-------------------------------------------------▲医院案内ここまで-------------------------------------------------*/

/*-------------------------------------------------▼モバイル案内ここから-------------------------------------------------*/
#contents_r{
	float:left;
	margin:0;
	padding:5px 0 0 20px;
	width:240px;
}

#mobile{
	background:url(../img/b_mobile.gif) no-repeat;
	width:240px;
}

#mobile h3{
	display:none;
}

#mobile p{
	margin:0;
	padding:30px 0 0 7px;
	float:left;
	width:140px;
}

#qr{
	background:url(../img/qr.gif) no-repeat;
	margin:30px 5px 0 0;
	padding:0;
	width:82px;
	height:82px;
	float:right;
}
/*-------------------------------------------------▲モバイル案内ここまで-------------------------------------------------*/

/*-------------------------------------------------▼連絡先ここから-------------------------------------------------*/
#address{
	background:url(../img/b_address.gif) no-repeat;
	width:240px;
	clear:both;
	margin:10px 0 0 0;
	padding:0;
}

#address h3{
	display:none;
}

#address p{
	width:230px;
	margin:0;
	padding:30px 0 0 7px;
}

#address address{
	width:230px;
	margin:0;
	padding:0px 0 0 7px;
	line-height:1.2em;
}

/*-------------------------------------------------▲連絡先ここまで-------------------------------------------------*/

/*-------------------------------------------------▼フッターここから-------------------------------------------------*/
#footer{
	background:url(../img/b_footer.jpg) repeat-x;
	width:850px;
	height:78px;
	clear:both;
	margin:20px 0 0 0;
	padding:0;
	text-align:center;
}

#footer ul{
	margin:0;
	padding:10px 0 0 0;
	line-height:1.5em;
}

#footer li{
	display:inline;
	margin:0;
	padding:0;
}
/*-------------------------------------------------▲フッターここまで-------------------------------------------------*/

/*-------------------------------------------------▼コピーここから-------------------------------------------------*/
#copy{
	background:url(../img/copy.gif) no-repeat center;
	width:850px;
	height:20px;	
}
/*-------------------------------------------------▲コピーここまで-------------------------------------------------*/

/*-------------------------------------------------▼文字サイズここから-------------------------------------------------*/
#fontbox{
	position:absolute;
	top:11px;
	left:753px;
	width:92px;
	height:30px;
}

#fontbox ul{
	list-style:none;
	margin:0px;
	padding:0px;
}


#fontbox li{
	float:left;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#fontbox h3{
	display:none;
}

#large{
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	overflow:hidden;
}


#large a{
	text-decoration:none;
	display:block;
	width:30px;
	height:30px;
}



#medium{
	margin:0px;
/*	margin:1px 0 0 2px;*/
	padding:0px;
	text-indent:-9999px;
	overflow:hidden;
}

#medium a{
	text-decoration:none;
	display:block;
	width:28px;
	height:28px;
}


#small{
	margin:0px;
/*	margin:3px 0 0 2px;*/
	padding:0px;
	text-indent:-9999px;
	overflow:hidden;
}


#small a{
	text-decoration:none;
	display:block;
	width:26px;
	height:26px;
}
/*-------------------------------------------------▲文字サイズここまで-------------------------------------------------*/







/*-------------------------------------------------▼サブページテンプレここから-------------------------------------------------*/
/*-------------------------------------------------▼サブページ設定ここから-------------------------------------------------*/
.sub_h3{
	background:url(../img/h3.gif) no-repeat;
	width:520px;
	height:23px;
	font-size:100%;
	font-weight:bold;
	color:#444444;
	margin:10px 0 0 0;
	padding:5px 0 0 30px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.sub_contents p{
	width:520px;
	font-size:12px;
	color:#444444;
	margin:0px 0 0 0;
	padding:5px 0 0 18px;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

h4{
	color:#444444;
	margin:0;
	padding:5px 0 5px 18px;
	font-size:100%;
	font-weight:bold;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*-------------------------------------------------▲サブページ設定ここまで-------------------------------------------------*/

/*-------------------------------------------------▼サブページヘッダここから-------------------------------------------------*/
#sub_header{
	background:url(../img/top_img_sub2.jpg) no-repeat;
	width:850px;
	height:305px;
}

#sub_header h2{
	display:none;
}
/*-------------------------------------------------▲サブページヘッダここまで-------------------------------------------------*/

/*-------------------------------------------------▼サブページメニューここから-------------------------------------------------*/
#sub_menu{
	width:850px;
	height:42px;
	position:absolute;
	top:305px;
	left:2px;
}

#sub_menu li{
	float:left;
	margin:0px;
	padding:0px;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
}

#sub_menu li a{
	display:block;
	width:121px;
	height:42px;
}

#sub_menu li#button1{
	background:url(../img/menu.gif) no-repeat 0px 0px;
}
#sub_menu li#button2{
	background:url(../img/menu.gif) no-repeat -121px 0px;
}
#sub_menu li#button3{
	background:url(../img/menu.gif) no-repeat -242px 0px;
}
#sub_menu li#button4{
	background:url(../img/menu.gif) no-repeat -363px 0px;
}
#sub_menu li#button5{
	background:url(../img/menu.gif) no-repeat -485px 0px;
}
#sub_menu li#button6{
	background:url(../img/menu.gif) no-repeat -606px 0px;
}
#sub_menu li#button7{
	background:url(../img/menu.gif) no-repeat -728px 0px;
}

#sub_menu li#button1 a:hover{
	background:url(../img/menu.gif) no-repeat 0px -42px;
}
#sub_menu li#button2 a:hover{
	background:url(../img/menu.gif) no-repeat -121px -42px;
}
#sub_menu li#button3 a:hover{
	background:url(../img/menu.gif) no-repeat -242px -42px;
}
#sub_menu li#button4 a:hover{
	background:url(../img/menu.gif) no-repeat -363px -42px;
}
#sub_menu li#button5 a:hover{
	background:url(../img/menu.gif) no-repeat -485px -42px;
}
#sub_menu li#button6 a:hover{
	background:url(../img/menu.gif) no-repeat -606px -42px;
}
#sub_menu li#button7 a:hover{
	background:url(../img/menu.gif) no-repeat -728px -42px;
}
/*-------------------------------------------------▲サブページメニューここまで-------------------------------------------------*/

/*-------------------------------------------------▼サブページコンテンツここから-------------------------------------------------*/
#sub_contents{
	width:850px;
	margin:52px 0 0 0;
	padding:0;
}

#sub_contents_box{
	width:520px;
}

#sub_contents_box p{
	margin:0 0 0 20px;
	padding:0;
	font:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/*-------------------------------------------------▲サブページコンテンツここまで-------------------------------------------------*/

/*-------------------------------------------------▼サブページ文字サイズここから-------------------------------------------------*/
#sub_fontbox{
	position:absolute;
	top:11px;
	left:753px;
	text-indent:-9999px;
	width:90px;
	height:36px;
}

#sub_fontbox ul{
	padding:0px;
	margin:0px;
}

#sub_fontbox li{
	display:block;
	float:left;
}

#sub_fontbox h3{
	display:block;
}

#sub_large a{
	width:30px;
	height:30px;
	display:block;
/*	float:left;*/
	background:url(../img/font_size_sub.jpg) no-repeat -4px -2px;
	overflow:hidden;
}
#sub_medium a{
	margin:1px 0 0 2px;
	width:28px;
	height:28px;
	display:block;
/*	float:left;*/
	background:url(../img/font_size_sub.jpg) no-repeat -36px -3px;
	overflow:hidden;
}
#sub_small a{
	margin:3px 0 0 2px;
	width:26px;
	height:26px;
	display:block;
/*	float:left;*/
	background:url(../img/font_size_sub.jpg) no-repeat -66px -5px;
	overflow:hidden;
}
/*-------------------------------------------------▲サブページ文字サイズここまで-------------------------------------------------*/
/*-------------------------------------------------▲サブページテンプレここまで-------------------------------------------------*/

/*-------------------------------------------------▼医院案内ここから-------------------------------------------------*/
#aboutus{
	background:url(../img/h2_aboutus.gif) no-repeat;
	width:550px;
	height:28px;
}

#aboutus h2{
	display:none;
}

#dr1{
	background:url(../img/dr1.jpg) no-repeat;
	width:210px;
	height:280px;
	text-indent:-9999px;
	float:right;
}

#dr2{
	background:url(../img/dr2.jpg) no-repeat;
	width:180px;
	height:240px;
	text-indent:-9999px;
	float:right;
}

#dr3{
	background:url(../img/dr3.jpg) no-repeat;
	width:180px;
	height:240px;
	text-indent:-9999px;
	float:right;
}

.photo{
	width:240px;
	float:left;
}

.photo2{
	width:240px;
	float:right;
}

#map{
	background:url(../img/map.jpg) no-repeat center;
	width:520px;
	height:400px;
	text-indent:-9999px;
}

#train{
	background:url(../img/train.gif) no-repeat center;
	width:520px;
	height:400px;
	text-indent:-9999px;
}

/*-------------------------------------------------▲医院案内ここまで-------------------------------------------------*/

/*-------------------------------------------------▼費用についてここから-------------------------------------------------*/
#priceh {
	background:url(../img/h2_price.gif) no-repeat;
	width:550px;
	height:28px;
	margin:0 0 20px 0;
}

#koujo{
	background:url(../img/h2_koujo.gif) no-repeat;
	width:550px;
	height:28px;
}

#priceh h2{
	display:none;
}

#koujo h2{
	display:none;
}

#price_hyou table{
	margin:20px 0px 10px 0px;
	padding:0px;
	color:#555555;
	line-height:1.6em;
	border-collapse:collapse;
}

#price_hyou tr{
	border:1px solid #999999;
	padding:0px;
	margin:0px;
	background-color:
}


#price_hyou td{
	color:#555555;
	border:1px solid #999999;
	border-collapse:collapse;
	margin:0px;
	padding:3px 0px 3px 3px;
}

.pricebg1{
	background-color:#efefff;
}



#koujo{
	background:url(../img/card.gif) no-repeat center;
	width:520px;
	height:62px;

}


#price {
	margin:0 0 20px 20px;
	padding:0;
}


#price table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#price th {
	margin:0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	border:1px solid #7eb9a6;
	background-color:#9fd7c6;
	text-align:left;
	vertical-align:top;
	}
	
#price td {
	margin:0;
	padding:5px;
	font-size:12px;
	color:#444444;
	border:1px solid #7eb9a6;
	text-align:left;
	vertical-align:top;
	}
	
	
#price2 {
	margin:0 0 20px 20px;
	padding:0;
	}

#price2 table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#price2 th {
	margin:0;
	padding:5px;
	font-size:14px;
	color:#ffffff;
	border:1px solid #7eb9a6;
	background-color:#9fd7c6;
	text-align:left;
	vertical-align:top;
	}
	
#price2 td {
	margin:0;
	padding:5px;
	font-size:12px;
	color:#444444;
	border:1px solid #7eb9a6;
	text-align:center;
	vertical-align:top;
	}
	
#price2 td a {
	margin:0;
	padding:5px;
	font-size:14px;
	color:#73ae9b;
	text-decoration:underline;
	}
	
#price2 td a:hover {
	margin:0;
	padding:5px;
	font-size:14px;
	color:#7eb9a6;
	text-decoration:none;
	}



/*-------------------------------------------------▲費用についてここまで-------------------------------------------------*/

/*-------------------------------------------------▼ホワイトニングここから-------------------------------------------------*/
#white{
	background:url(../img/h2_white.gif) no-repeat;
	width:550px;
	height:28px;
}

#white h2{
	display:none;
}
/*-------------------------------------------------▲ホワイトニングここまで-------------------------------------------------*/

/*-------------------------------------------------▼ラミネートベニアここから-------------------------------------------------*/
#laminate{
	background:url(../img/h2_laminate.gif) no-repeat;
	width:550px;
	height:28px;
}

#laminate h2{
	display:none;
}
/*-------------------------------------------------▲ラミネートベニアここまで-------------------------------------------------*/

/*-------------------------------------------------▼セラミッククラウンここから-------------------------------------------------*/
#ceramics{
	background:url(../img/h2_ceramics.gif) no-repeat;
	width:550px;
	height:28px;
}

#ceramics h2{
	display:none;
}
/*-------------------------------------------------▲セラミッククラウンここまで-------------------------------------------------*/

/*-------------------------------------------------▼コンポジットレジンここから-------------------------------------------------*/
#resin{
	background:url(../img/h2_resin.gif) no-repeat;
	width:550px;
	height:28px;
}

#resin h2{
	display:none;
}
/*-------------------------------------------------▲コンポジットレジンここまで-------------------------------------------------*/

/*-------------------------------------------------▼プライバシーポリシーここから-------------------------------------------------*/
#privacy{
	background:url(../img/h2_privacy.gif) no-repeat;
	width:550px;
	height:28px;
}

#privacy h2{
	display:none;
}
/*-------------------------------------------------▲プライバシーポリシーここまで-------------------------------------------------*/

/*-------------------------------------------------▼リンク集ここから-------------------------------------------------*/
#link{
	background:url(../img/h2_link.gif) no-repeat;
	width:550px;
	height:28px;
}

#link h2{
	display:none;
}
/*-------------------------------------------------▲リンク集ここまで-------------------------------------------------*/

/*-------------------------------------------------▼用語集ここから-------------------------------------------------*/
#word{
	background:url(../img/h2_word.gif) no-repeat;
	width:550px;
	height:28px;
}

#word h2{
	display:none;
}

#word_list table {
	width:550px;
	margin-top:20px;
	border-collapse:collapse;
	border:1px solid #333333;
    }

#word_list td.saku {    
  width:50px;  
  padding:3px;
  line-height:1.5em;
  font-size:12px;
  color:#333333;
  background-color:#eeeeee;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:center;    
}

#word_list td.saku01 {    
  width:50px;  
  padding:3px;
  line-height:1.5em;  
  font-size:12px;
  color:#333333;
  background-color:#ffffff;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight:bold;
  text-align:center;    
}


#word_list td.yougo {  
  padding:3px;
  line-height:1.5em;  
  font-size:12px;
  color:#333333;
  background-color:#eeeeee;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:center;    
}

#word_list td.yougo a{  
  font-size:12px;
  color:#ffffff;
  line-height:1.5em;  
}

#word_list td.word01 {  
  padding:3px;
  width:130px;
  line-height:1.5em;  
  font-size:12px;
  color:#333333;
  background-color:#ffffff;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:left;
  border-left:1px solid #9e9e9e;
  border-bottom:1px solid #9e9e9e;
}

#word_list td.word00 {  
  padding:3px;
  width:130px;
  line-height:1.5em;  
  font-size:12px;
  color:#333333;
  background-color:#ffffff;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:left;
  vertical-align:top;
  border-left:1px solid #9e9e9e;
  border-bottom:1px solid #9e9e9e;
}

#word_list td.word03 {  
  padding:3px;
  width:400px;
  line-height:1.5em;  
  font-size:12px;
  color:#333333;
  background-color:#ffffff;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:right;
  vertical-align:top;
  border-left:1px solid #9e9e9e;
  border-bottom:1px solid #9e9e9e;
}


#word_list td.word02 {  
  padding:3px;
  width:400px;
  line-height:1.5em;  
  font-size:12px;
  color:#333333;
  background-color:#ffffff;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:left;
  border-top:1px solid #9e9e9e;
  border-left:1px solid #9e9e9e;
  border-bottom:1px solid #9e9e9e;
}

#word_list td.word04 {  
  padding:3px;
　margin:0 0 100px 0;
  width:400px;
  line-height:1.5em;  
  font-size:12px;
  color:#333333;
  background-color:#ffffff;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  text-align:left;
  border-left:1px solid #9e9e9e;
  border-bottom:1px solid #9e9e9e;
}

.pan {
	width:500px;
	margin:0px auto 0px auto;
	padding:0px;
}

#back {
	clear:both;
	width:550px;
	margin:10px auto 0px auto;
	padding:0px;
	text-align:right;
}


.back_top {
	clear:both;
	width:550px;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:right;
}


/*-------------------------------------------------▲用語集ここまで-------------------------------------------------*/

/*-------------------------------------------------▼サイトマップここから-------------------------------------------------*/
#sitemap{
	background:url(../img/h2_sitemap.gif) no-repeat;
	width:550px;
	height:28px;
}

#sitemap h2{
	display:none;
}

#sitemap_a a{
	text-decoration:none;
	line-height:1.5em;
}
/*-------------------------------------------------▲サイトマップここまで-------------------------------------------------*/


/*-------------------------------------------------▼テキストここから-------------------------------------------------*/

/* 赤色 */
.red12 {
	color:#cc0000;
}

.red12b {
	color:#cc0000;
	font-weight:bold;
}

/* 青色 */
.blue12 {
	color:#225599;
}

.blue12b {
	color:#225599;
	font-weight:bold;
}

/* 緑色 */
.green12 {
	color:#337700;
}

.green12b {
	color:#337700;
	font-weight:bold;
}

/* ピンク色 */
.pink12 {
	color:#ff88aa;
}

.pink12b {
	color:#ff88aa;
	font-weight:bold;
}

/* オレンジ色 */

.orange12 {
	color:#ff9911;
}

/* 黄色 */
.yellow12 {
	color:#ffd800;
}

.yellow12b {
	color:#ffd800;
	font-weight:bold;
}

/* 紫色 */
.purple12 {
	color:#bb44aa;
}

.purple12b {
	color:#bb44aa;
	font-weight:bold;
}

/* 灰色 */
.gray12 {
	color:#777777;
}

.gray12b {
	color:#777777;
	font-weight:bold;
}

/* 水色 */
.lightblue12 {
	color:#66aadd;
}

.lightblue12b {
	color:#66aadd;
	font-weight:bold;
}

/*-------------------------------------------------▲テキストここまで-------------------------------------------------*/
.yobi{
	height:10px;
	width:850px;
	margin:30px 0 0 0;
	padding:0;
}

#banner{
	background:url(../img/banner.jpg) no-repeat center;
	width:550px;
	height:120px;
	margin:15px 0 10px 0;
	padding:0;
	text-indent:-9999px;
}

#banner2{
	width:550px;
	height:120px;
	margin:15px 0 10px 0;
	padding:0;
}



#banner a{
	width:550px;
	height:120px;
	display:block;
}
