@charset "UTF-8";

/*=======================*/
/* 各ページ共通          */
/*=======================*/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	font-style: normal;
}

body{
	color: #000000;
	font-size: 90%;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	line-height: 1.5em;
	background-color: #F1F2F2;
	background-image: url(../img/common/bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

input,
textarea{font-size: 100%; }
img{ border: none }

a { outline : 0;}
a:link { color: #FF6600; }
a:hover { color: #000000; font-weight: bold; }
a:visited { color: #666666; }

br.clear{ clear: both; }

/*=======================*/
/* 全体　　　　          */
/*=======================*/

#whole{
	position: relative;
	width: 800px;
	height: 100%;
	padding: 80px 50px 0 50px;
	margin: 0 auto;
}

h1 a{
	display: block;
	position: absolute;
	top: 30px;
	left: 60px;
	width: 176px;
	height: 25px;
	text-indent: -9999px;
	background-image: url(../img/common/head_logo.png);
	background-repeat: no-repeat;
}

h1 a:hover{
	background-position: 1px 1px;
}

#whole #contact{
	position: absolute;
	top: 20px;
	right: 60px;
	width: 184px;
	height: 33px;
	text-indent: -9999px;
	background-image: url(../img/common/head_contact.png);
	background-repeat: no-repeat;
}


/*=======================*/
/* メニュー　　          */
/*=======================*/

#menu{
	width: 800px;
	height: 30px;
	margin-bottom: 60px;
	background-image: url(../img/common/menu_bg.png);
	background-repeat: no-repeat;
}

#menu h2{
	position: absolute;
	text-indent: -9999px;
}

#menu ul{
	padding-left: 76px;
}

#menu ul li{
	width: 160px;
	height: 30px;
	margin-left: 1px;
	list-style: none;
	float: left;
}

#menu #menu_concept a,
#menu #menu_treatment a,
#menu #menu_equipment a,
#menu #menu_access a{
	display: block;
	width: 160px;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu #menu_concept a{ background-image: url(../img/common/menu_concept.png); }
#menu #menu_treatment a{ background-image: url(../img/common/menu_treatment.png); }
#menu #menu_equipment a{ background-image: url(../img/common/menu_equipment.png); }
#menu #menu_access a{ background-image: url(../img/common/menu_access.png); }

#menu #menu_concept a:hover,
#menu #menu_treatment a:hover,
#menu #menu_equipment a:hover,
#menu #menu_access a:hover{ background-position: left bottom; }


/*=======================*/
/* コンテンツ　          */
/*=======================*/

#contents{
	position: relative;
	margin-bottom: 50px;
}


/*=======================*/
/* フッター　　          */
/*=======================*/

#footer{
	padding: 20px 0 40px 0;
	border-top: solid 1px #666666;
}

#footer h2{
	position: absolute;
	text-indent: -9999px;
}

#footer ul{
	font-size: 80%;
	text-align: center;
	clear: both;
}

#footer li{
	display: inline;
	margin-right: 1em;
	padding-right: 1em;
	list-style: none;
	border-right: solid 1px #666666;
}

#footer li.last{
	margin: 0;
	padding: 0;
	border: none;
}

#footer address{
	height: 12px;
	padding-top: 30px;
	text-indent: -9999px;
	background-image: url(../img/common/copyright.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}