@charset "UTF-8";
body {
	margin: 0 auto;
	text-align: center;
}

#content {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/*sitename*/
#sitename {
	float: left;
	clear: left;
	margin-top: 12px;
	margin-right: 50px;
	background: url(../img/nameo.gif) no-repeat left top;
}

#sitename img {
	display: block;
}

#sitename a {
	display: block;
	width: 270px;
	height: 40px;
}

#sitename a img {
	display: block;
}

#sitename a:hover {
	background-color:transparent;/*for IE6*/
}

#sitename a:hover img {
	visibility:hidden;
}

/*tel*/
#tel {
	float: left;
	padding-top: 12px;
	position: relative;
}

#tel img {
	display: block;
}

#type {
	float: left;
	clear: both;
	padding-top: 52px;
}

#type img {
	display: block;
}


/*typeSelect*/
#typeSelect {
	display: block;
	clear: both;
	padding-left: 290px;
	height: 40px;
}

#typeSelect li {
	float: left;
	margin-right: 10px;
	width: 200px;
	height: 40px;
}


/*ie PNG fix*/
* html #typeSelect li#den,
* html #typeSelect li#med {
behavior: expression(IEPNGFIX.fix(this));
}

#typeSelect li#den {
	background: url(../img/dentalo.png) no-repeat left top;
}

#typeSelect li#med {
	background: url(../img/medicalo.png) no-repeat left top;
	margin-right: 0;
}

#typeSelect li a {
	display: block;
	width: 200px;
	height: 40px;
}

#typeSelect li a img {
	display: block;
}

#typeSelect li a:hover {
	background-color:transparent;/*for IE6*/
}

#typeSelect li a:hover img {
	visibility:hidden;
}

#typeSelect li a img:hover {
	visibility:hidden;
}



/*topicPath*/
#topicPath {
	clear: both;
	margin-bottom: 15px;
	padding-top: 5px;
	width: 760px;
	font-size: 63%;
	line-height: 1.2em;
}

#topicPath li {
	display: inline;
}

#topicPath a {
	margin-right: 10px;
	padding-right: 15px;
	background: url(../img/arrow.gif) no-repeat right center;
}


/*page*/
#page {
	float: left;
	clear: left;
	position: relative;
	padding-bottom: 20px;
	width: 560px;
	font-size: 75%;
}

h1 {
	position: relative; /*for IE6*/
	margin-left: -35px;
	padding-left: 35px;
	padding-top: 10px;
	background: url(../img/titlebg.gif) no-repeat left top;
	height: 40px;
}

h2 {
	clear: both;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../img/headbg.gif) no-repeat left 0.2em;
	width: 560px;
	font-size: 132%;
	font-weight: bold;
	line-height: 1em;
	color: #00aacc;
}

#page p {
	clear: left;
	padding-bottom: 0.6em;
	line-height: 1.6em;
	text-align: justify;
}

/*note*/
.note {
	display: block;
	padding-left: 1em;
	font-size: 84%;
	text-indent: -1em;
}

.note a {
	padding-left: 10px;
	background: url(../img/arrow.gif) no-repeat left center;
}



/*subMenu*/
#subMenu {
	float: right;
	clear: right;
	width: 175px;
	margin-top: 10px;
	margin-left: -35px;
}

#subMenu li {
	width: 175px;
	font-size: 63%;
	background: url(../img/subcnt.gif) no-repeat left center;
}

#subMenu li a {
	display: block;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}




/*gotop*/
.gotop {
	clear: both;
	margin: 0 auto;
	width: 760px;
	text-align: right;
	padding-top: 20px;
}

.gotop a img {
	display: block;
	margin-right: 30px;
	float: right;
}


/*footer*/
#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 60px;
	width: 760px;
	text-align: left;
	border-top: 2px solid #00aacc;
}

#footer li {
	padding-top: 3px;
	font-size: 63%;
	line-height: 1.3em;
	color: #00aacc;
}

#footer li span {
	margin-right: 20px;
}

