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


/*--------------------------------------
　基礎設定
---------------------------------------*/
*{
	margin:0;
	padding:0;
	background:none;
}


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#wrap{
	width:960px;
	margin:0 auto;
}


img {
    border-style:none;
}

ul li{
	list-style:none;
}

/*--------------------------------------
　クリアフィックス
---------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*--------------------------------------
　ヘッダ部
---------------------------------------*/
h1{
	font-size:75%
}


#headerArea{
	width:960px;
	height:64px;
	margin:12px 0 12px 0;
}

h2{
	width:309px;
	height:64px;
	float:left;	
}

#Rtel{
	width:309px;
	height:64px;
	float:right;
	
}


/*--------------------------------------
　グローバルナビ
---------------------------------------*/
#grovalNavi{
	clear:both;
	width:960px;
	height:55px;

}


#grovalNavi li{
	width:160px;
	height:55px;
	float:left;
	position:relative;
	
}

#grovalNavi a{
	display:block;
	width:160px;
	height:55px;
	text-indent:-9000px;
}

#home{
	background:url(../images/common_btn/common_gn_btn_home.jpg) no-repeat;
}

#greeting{
	background:url(../images/common_btn/common_gn_btn_greeting.jpg) no-repeat;
}

#about{
	background:url(../images/common_btn/common_gn_btn_about.jpg) no-repeat;
}

#first{
	background:url(../images/common_btn/common_gn_btn_first.jpg) no-repeat;
}

#flow{
	background:url(../images/common_btn/common_gn_btn_flow.jpg) no-repeat;
}

#access{
	background:url(../images/common_btn/common_gn_btn_access.jpg) no-repeat;
}

#grovalNavi a:link,
#grovalNavi a:visited{
	background-position: 0 0;
}

#grovalNavi a:hover,
#grovalNavi a:active{
	background-position:0 -55px;
}

/*--------------------------------------
　メニュー範囲
---------------------------------------*/
#memu{
	width:960px;
}

/*--------------------------------------
　メインイメージ 
---------------------------------------*/
#mainImg{
	width:960px;
	height:100px;
	margin:20px 0;
}

/*--------------------------------------
　コンテナー
---------------------------------------*/
#container{
	width:720px;
	float:right;
	margin-bottom:20px;
	
}

h3{
	width:720px;
	height:38px;
}

/*--------------------------------------
　ページトップへ
---------------------------------------*/
#pageTop{
	width:40px;
	margin:0 110px 5px 0;
	float:right;
}

/*--------------------------------------
　サイドバー
---------------------------------------*/

#sidebar{
	width:180px;
	float:left;	
}

#sideTitle{
	width:180px;
	height:38px;
}

#sideNavi ul li{
	width:180px;
	height:42px;
}

#sideNavi a{
	display:block;
	width:180px;
	height:42px;
	text-indent:-9000px;
}


#general{
	background:url(../images/common_btn/common_sn_btn_general.gif) no-repeat;
}


#child{
	background:url(../images/common_btn/common_sn_btn_child.gif) no-repeat;
}

#surgery{
	background:url(../images/common_btn/common_sn_btn_surgery.gif) no-repeat;
}

#prevention{
	background:url(../images/common_btn/common_sn_btn_prevention.gif) no-repeat;
}

#perio{
	background:url(../images/common_btn/common_sn_btn_perio.gif) no-repeat;
}

#denture{
	background:url(../images/common_btn/common_sn_btn_denture.gif) no-repeat;
}

#implant{
	background:url(../images/common_btn/common_sn_btn_implant.gif) no-repeat;
}

#ceramic{
	background:url(../images/common_btn/common_sn_btn_ceramic.gif) no-repeat;
}

#whitening{
	background:url(../images/common_btn/common_sn_btn_whitening.gif) no-repeat;
}

#sideNavi a:link,
#sideNavi a:visited{
	background-position: 0 0;
}

#sideNavi a:hover,
#sideNavi a:active{
	background-position:0 -42px;
}

/*バナー*/
#banner{
	margin-top:12px;
}

#banner ul li{
	width:180px;
	height:80px;
}

#banner a{
	display:block;
	width:180px;
	height:80px;
	text-indent:-9000px;
}

#staff{
	background:url(../images/common_btn/common_banner_staff.png) no-repeat;
}


#banner a:link,
#banner a:visited{
	background-position: 0 0;
}

#banner a:hover,
#banner a:active{
	background-position:0 -80px;
}

/*--------------------------------------
　フッター
---------------------------------------*/

#footerArea{
	width:960px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	font-size:95%;
	margin:auto;
	clear:both;
}



#L_info{
	float:left;
	width:309px;
	margin:18px 0px 20px 80px;
}


#address{
	margin:0 0 0 20px;
}


#R_table{
	float:right;
	width:393px;
	margin:28px 80px 20px 0;
}

#table{
	width:393px;
}

#table_txt{
	padding-left:5px;
}


#map_btn{
	width:142px;
	height:42px;
	margin:10px 0 0 10px;
}


#map_btn a{
	display:block;
	width:142px;
	height:42px;
	text-indent:-9000px;
	overflow:hidden;
}


#map_btn a:link,
#map_btn a:visited{
	background-position: 0 0;
}

#map_btn a:hover,
#map_btn a:active{
	background-position:0 -42px;
}

#go_map{
	background:url(../images/common_btn/common_btn_map.gif) no-repeat;
}


#copyright{
	clear:both;
	font-size:80%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
	