@charset "UTF-8";

/* Style Import
----------------------------------------- */
@import "css/yui-font.css";
@import "css/default.css"; /* initial setting */
@import "css/layout.css";/* layout style */
@import "css/blogstyle.css";/* blog control style */

/*
===== 3: link setting ===========================
*/
a:link{
	color: #009999;
	text-decoration: none;
}
a:visited{
	color: #009999;
	text-decoration: none;
}
a:hover{
	color: #ff7700;
	text-decoration:underline;	
}
a:active{
	color: #ff7700;
	text-decoration: none;	
}

#flash {
	width: 800px;
	height: 324px;
	background: url(images/temp_flash.jpg) no-repeat;
}
#main .forlife {
	width: 575px;
	height: 46px;
	text-indent: -700px;
	background: url(images/for_life.gif) no-repeat;
}
#main .text {
	margin-top: 5px;
	margin-left: 5px;
	font-size: 90%;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
#main .button {
	margin-top: 5px;
	margin-right: 15px;
	float: right;
}
ul.topBanner {
	margin-top: 7px;
}
ul.topBanner li {
	margin-bottom: 4px;
}
ul.topBanner li.lastChild {
	padding-top: 10px;
	margin-top: 5px;
	border-top: #999 1px dotted;
}
#main .blog {
	clear: both;
	margin-top: 18px;
	margin-right: 8px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}
#entriesList dl {
	margin:5px 10px 0px 10px;
	font-size: 90%;
}
#entriesList dl dt {
	margin-bottom: 7px;
	width: 8em;
	text-indent: 22px;
	float: left;
	background: url(images/rssPoint.gif) no-repeat;
	background-position: 5px 6px;
	clear: left;
}
#entriesList dl dd {
	margin: 0 0 7px 0;
	padding-left: 8.2em;
}
#content .boxes {
	margin-top: 14px;
	margin-right: 8px;
	margin-bottom: 10px;
	font-size: 80%;
	height:1%; /*for ie*/
}
#content .boxes:after {
	content: "";
	clear:both;
	display:block;
}
#content .boxes a:link, #content .boxes a:visited, #content .boxes a:active {
	color:#333;
	text-decoration: none;
}
#content .boxes a:hover {
	color: #ff7700;
	text-decoration: none;
}
#content .boxes a img {
	float: left;
	margin-left: 9px;
	margin-top: 45px;
	border: 0;
}
#main .boxes .treatment a img, #main .boxes .facility a img {
	margin-left: 18px;
	margin-top: 44px;
}

#main .boxes .facility a {
	float: left;
	width: 287px;
	height: 147px;
	background: url(images/box_facility.gif) no-repeat;
}
#main .boxes .facility a p {
	padding-top: 50px;
	padding-left: 110px;
	padding-right: 15px;
}
#main .boxes .treatment a {
	margin-left: 1px;
	float: left;
	width: 287px;
	height: 147px;
	background: url(images/box_treatment.gif) no-repeat;
}
#main .boxes .treatment a p {
	padding-top: 50px;
	padding-left: 110px;
	padding-right: 15px;
}

#main .boxes .perio a {
	float: left;
	margin-left: 4px;
	width: 180px;
	height: 136px;
	background: url(images/box_perio.gif) no-repeat;
}
#main .boxes .perio a p {
	padding-top: 50px;
	padding-left: 82px;
	padding-right: 10px;
}
#main .boxes .implant a {
	float: left;
	margin-left: 14px;
	width: 180px;
	height: 136px;
	background: url(images/box_implant.gif) no-repeat;
}
#main .boxes .implant a p {
	padding-top: 50px;
	padding-left: 82px;
	padding-right: 10px;
}
#main .boxes .esthete a {
	float: left;
	margin-left: 14px;
	width: 180px;
	height: 136px;
	background: url(images/box_esthete.gif) no-repeat;
}
#main .boxes .esthete a p {
	padding-top: 50px;
	padding-left: 82px;
	padding-right: 10px;
}

#main .boxes .surgery a {
	float: left;
	margin-left: 4px;
	width: 180px;
	height: 136px;
	background: url(images/box_surgery.gif) no-repeat;
}
#main .boxes .surgery a p {
	padding-top: 50px;
	padding-left: 82px;
	padding-right: 10px;
}
#main .boxes .correct a {
	float: left;
	margin-left: 14px;
	width: 180px;
	height: 136px;
	background: url(images/box_correct.gif) no-repeat;
}
#main .boxes .correct a p {
	padding-top: 50px;
	padding-left: 82px;
	padding-right: 10px;
}
#main .boxes .prevent a {
	float: left;
	margin-left: 14px;
	width: 180px;
	height: 136px;
	background: url(images/box_prevent.gif) no-repeat;
}
#main .boxes .prevent a p {
	padding-top: 50px;
	padding-left: 82px;
	padding-right: 10px;
}

#main .maincol {
	margin-top: 10px;
	clear: both;
}

/*
 [ Rss
----------------------------------------------------------- */
.rssHeader {
	margin-left: 4px;
	background: url(images/rssHeader.gif) no-repeat center top;
	width: 534px;
	height: 32px;
	padding-top: 7px;
	padding-left: 34px;
	font-size: 116%;
	color: #266562;
}
.rssHeader h2 {
	font-weight: bold !important;
}
#entriesList {
	margin-left: 4px;
	padding: 10px 5px;
	width: 556px;
	background: url(images/rssBg.gif);
	border-right: #dddddd 1px solid;
	border-bottom: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
}		