@charset "UTF-8";

/*********************************/
/**************共通***************/
/*********************************/

h1, h2, h3, h4, h5, p, img, li, form, dl, dt, dd, hr, table { margin: 0px; padding: 0px; }
img{border: none;}

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}

body{
	background-image:url(../img/backg.gif);
	font-size:90%;
	color:#666666;
	line-height:18px;
	padding:10px 0 10px 10px;
}
	
input,textarea{font-size: 100%; }

h1{
	font-size: 70%;
	color:#FFFFFF;
	line-height:15px;
	background-color:#f39700;
	padding-left:5px;
}

#page{
	position: relative;
	width: 830px;
	background-color:#FFFFFF;
	border-color:#333333;
	border-width:1px;
	border-style:solid;

}
a:link {color: #844D39; text-decoration:underline;}

/*************************************/
/**************ヘッダー***************/
/*************************************/

#header{
	background-image:url(../img/menu/header.gif);
	height:80px;
	width:830px;
	color:#FFFFFF;
	margin-bottom:10px;
	font-size: 80%;
}
#header h2{ padding-top:15px;}

#header ul{margin:-70px 0 0 380px;	}
#header li{
	list-style: none;
}
#header #tel{ 
	text-indent: -9999px;
	background-image:url(../img/menu/tel.gif);
	float:left;
	width:290px;
	height:35px;
	margin-left:-20px;
}

#header #jusyo{ padding:20px 0 0 250px;}

#header #keyword{
	font-size: 70%;
	color:#FFFFFF;
	line-height:15px;
}

/*************************************/
/**************コンテンツ*************/
/*************************************/
		
#index{
	width:700px;
	margin-left:120px;
	min-height:550px;
}
#index h2{ display:none;}

#contents{
	background-image:url(../img/menub.gif);
	background-repeat: repeat-y;
	padding: 0 0 20px 20px;
	margin-left:130px;
	min-height:550px;
	width:370px;
}

/*************************************/
/**************メニュー***************/
/*************************************/

#menu{
	position: absolute;
	top: 106px;
	left:15px;
	width:100px;
	height:200px;
}

#menu h2{
	background-image:url(../img/menu/m-menu.gif);
	width:100px;
	height:20px;
	text-indent: -9999px;
}
#menu li {
	list-style: none;
	display: block;
	margin-bottom:3px;
}

#menu li a{
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position:left top;
}
#menu li a:hover{	background-position: left -35px;}

/**************診療方針***************/
#menu-housin a{
	background-image:url(../img/menu/m-housin.gif);
	width:100px;
	height: 35px;
	background-repeat: no-repeat;
}

/**************治療***************/
#menu-tiryou{
	text-indent: -9999px;
	background-image:url(../img/menu/m-tiryou.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:155px;
	padding-top:25px;
}

#menu-tiryou li{	list-style: none;}

#menu-tiryou a{
	display: block;
	height: 20px;
	width:95px;
	margin-bottom:3px;	
}
#menu-tiryou li a:hover{background-position:left -20px;}

/***歯周病***/
#m-sisyu a{	background-image:url(../img/menu/m-sisyu.gif); 
}
	
/***予防***/
#m-yobou a{	background-image:url(../img/menu/m-yobou.gif);}
	
/***小児***/
#m-syouni a{	background-image:url(../img/menu/m-syouni.gif);}
	
/***矯正***/
#m-kyousei a{	background-image:url(../img/menu/m-kyousei.gif);}

/***審美***/
#m-sinbi a{	background-image:url(../img/menu/m-sinbi.gif);}

/***インプラント***/
#m-imp a{	background-image:url(../img/menu/m-imp.gif);}


/**************スタッフ***************/
#menu-staff a{
	background-image:url(../img/menu/m-staff.gif);
	width:100px;
	height: 35px;
}

/**************医院案内***************/
#menu-annai a{
	background-image:url(../img/menu/m-annai.gif);
	width:100px;
	height: 35px;
}

/**************アクセス***************/
#menu-access a{
	background-image:url(../img/menu/m-access.gif);
	width:100px;
	height: 35px;
}

/**************リンク***************/
#menu-link a{
	background-image:url(../img/menu/m-link.gif);
	width:100px;
	height: 35px;
}

/**************問い合わせ***************/
#menu-mail a{
	background-image:url(../img/menu/m-mail.gif);
	width:100px;
	height: 35px;
}

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


#footer{
	width: 830px;
	text-align: center;
	font-size:70%;
	border-top: solid 3px #f39700;
}

#footer h2{display:none;}
#powerd{ margin-left:700px;}

