@charset "utf-8";

/* 基本設定 --------------------------------------------- */
html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5em;
	background:url('../img/bg.jpg') repeat-x center top #fff;
	color:#000;
	position:relative;
}

div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, a {
	margin:0;
	padding:0;
}

img,
a img {
	border:none;
	behavior:url('/css/iepngfix.htc');
}

a {
	text-decoration:underline;
	color:#333;
}

a:hover {
	text-decoration:underline;
	color:#f00;
}

/* global navi ------------------------------------------ */
#globalNavi ul {
	padding-left:10px;
	width:595px;
	height:40px;
	list-style:none;
	z-index:500;
	position:relative;
}
#globalNavi ul li {
	height:40px;
	float:left;
}
#globalNavi ul li a {
	display:block;
	height:40px;
	text-indent:-9999px;
	font-size:1px;
	background:url('../img/navi.png') no-repeat #630;
}
#globalNavi ul li#navAbout a {
	background-position:0 0;
	width:83px;
}
#globalNavi ul li#navDecayedTooth a {
	background-position:-83px 0;
	width:108px;
}
#globalNavi ul li#navPeriodontitis a {
	background-position:-191px 0;
	width:120px;
}
#globalNavi ul li#navPrevention a {
	background-position:-311px 0;
	width:107px;
}
#globalNavi ul li#navImplant a {
	background-position:-418px 0;
	width:107px;
}
#globalNavi ul li#navCT a {
	background-position:-525px 0;
	width:70px;
}

#globalNavi ul li#navAbout a:hover {
	background-position:0 -40px;
	width:83px;
}
#globalNavi ul li#navDecayedTooth a:hover {
	background-position:-83px -40px;
	width:108px;
}
#globalNavi ul li#navPeriodontitis a:hover {
	background-position:-191px -40px;
	width:120px;
}
#globalNavi ul li#navPrevention a:hover {
	background-position:-311px -40px;
	width:107px;
}
#globalNavi ul li#navImplant a:hover {
	background-position:-418px -40px;
	width:107px;
}
#globalNavi ul li#navCT a:hover {
	background-position:-525px -40px;
	width:70px;
}

/* container -------------------------------------------- */
#container {
	margin:0 auto;
	overflow:hidden;
}

/* footer ----------------------------------------------- */
#footer {
	width:100%;
	height:59px;
	font-size:90%;
	background:url('../img/footer-bg.jpg') repeat-x 0 0;
	position:relative;
}

#footer p {
	margin:0;
	padding:0;
	width:385px;
	position:absolute;
	right:50%;
	top:6px;
}

#footer ul {
	width:385px;
	text-align:right;
	position:absolute;
	left:50%;
	top:6px;
}

#footer ul li {
	padding-right:1em;
	display:inline;
}

.hide {
	margin:0;
	padding:0;
	display:none;
}

/* カレンダー ------------------------------------------ */
#topics {
	margin-left:200px;
	padding:15px 18px 0 14px;
	width:159px;
	overflow:hidden;
	position:absolute;
	left:50%;
	top:0;
	z-index:100;
}

#topics address {
	margin:0;
	padding:0;
	width:159px;
	height:36px;
	overflow:hidden;
	background:url('../img/topics-address.png') no-repeat 0 0;
	behavior:url('/css/iepngfix.htc');
	text-indent:-9999px;
	font-size:1px;
}

#topics a {
	margin:4px 0 0 0;
	padding:0;
	width:159px;
	height:23px;
	overflow:hidden;
	display:block;
	background:url('../img/topics-reserve-btn.gif') no-repeat 0 0;
	text-indent:-9999px;
	font-size:1px;
}

#topics a:hover {
	background-position:0 -23px;
}

#topics div {
	margin-top:13px;
	width:159px;
}





hr {
	clear:both;
}
