/* =====----- COMMON -----====== */
* {
    margin:0px;
    padding:0px;
    line-height:150%;
    font-size:14px;
}

BODY {
	color: #333;
	background-color: #ffffff;
	background-image: url(../_img/bg_.gif);
}

A:hover {
    top: 1px;
    position:relative;
    text-decoration:none;
    color:#f00;
}
/*
A:visited { color: #00f; }
A:active  { color: #00f; }
*/

IMG { border: 0px #000 solid; }

FORM { margin:0px; }

LI { margin:5px 20px 5px 40px; }
.f_left  { float:left;  margin:3px 5px;}
.f_right {
	float:right;
	margin:3px 5px;
}
.f_right2 {
	float:right;
	background-color: DCECFF;
	font-size: 10px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
.f_clear { clear: both; }

.t_center { text-align:center; }
.t_right  { text-align: right; }

.og {
    color: #f60;
}

.small    { font-size:12px; }
.smaller  { font-size:10px; }
.smallest { font-size: 9px; }

.notice { color:#c00; }
.note { color:#c00; font-size:12px; }
/* =====----- COMMON -----====== */


/* =====----- PAGE -----====== */
#page {
	margin:0px auto;
	width:862px;
	background-color: #FFFFFF;
}

#container {
    width: 860px;
    border: solid #006 1px;.
    background-color:#ffffff;
}
/* =====----- PAGE -----====== */


/* =====----- HEADER AREA -----====== */
H1 {
    margin:0px;
    padding:3px 5px;
    font-size:12px;
    font-weight:normal;
    line-height:100%;
    color:#eff;
}
#header {
	width: 860px;
	height:100px;
	background-color: #ffffff;
	background-image: url(../_img/bg_header2.gif);
	background-repeat: repeat-x;
}
#header .header_left {
    width: 670px;
    height:94px;
    float:left;
}
#header .header_center {
	width: 528px;
	height:94px;
	padding:3px 0px;
	text-align:center;
	float:right;
}
#header .header_right {
    width: 190px;
    float:right;
    text-align:right;
}
#header .ilst {
    width: 200px;
    height:94px;
    padding:3px 5px;
    float:left;
}
#header .logo {
	width: 528px;
	height:60px;
	padding:5px 0px;
}
#header .info {
    width: 180px;
    height:90px;
    padding:2px 0px 2px 10px;
    float:right;
}
#header STRONG {
    font-size:12px;
}
#header A {
    font-size:12px;
}
/* =====----- HEADER AREA -----====== */


/* =====----- HEADER MENU AREA -----====== */
#h_menu {
	width: 860px;
	background-color:#DCECFF;
	clear: both;
}
#h_menu h3 {
    float: left;
    font-weight: normal;
    font-size: 12px;
}
#h_menu P {
    float:left;
    font-size:12px;
}
#h_menu A {
    font-size:12px;
}
/* =====----- HEADER MENU AREA -----====== */


/* =====----- HEADER NAVI AREA -----===== */
#h_nav {
	width: 850px;
	clear: both;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#h_nav .nav {
    float: left;
    font-size: 12px;
    font-weight:normal;
}
#h_nav .cu {
    float: right;
    width:180px;
    text-align:center;
}
#h_nav .blt {
	float: left;
	font-size: 10px;
	color: #1E4BD2;
}
#h_nav A {
    font-size:12px;
}
/* =====----- HEADER NAVI AREA -----===== */


/* =====----- #WRAPPER -----====== */
#wrapper {
    width:860px;
}
/* =====----- #WRAPPER -----====== */


/* =====----- #MAIN CONTENTS -----====== */
#m-cts {
    width:680px;
    float:left;
}
/* ----- #LEFT CONTENTS ----- */
#cts-l {
    width:180px;
    float:left;
}
/* ----- #LEFT CONTENTS ----- */

/* ----- #CENTER CONTENTS ----- */
#cts-c {
    width:500px;
    float:right;
}
#mca {
    width:480px;
    margin:1px 10px;
}
#mca .norm {
    width:auto;
    margin-bottom:10px;
}
#mca .udline {
	width:100%;
	margin-bottom:20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
#mca .udline_dot {
    width:100%;
    border-bottom: dotted #06c 2px;
    margin-bottom:20px;
}
#mca .main_text {
    width:95%;
    margin:0px auto;
}
#mca .main_text_yb {
    width:93%;
    padding:1%;
    margin:0px auto;
    border: solid #ff0 3px;
}
#mca .main_text_staff {
    width:93%;
    padding:1%;
    margin:0px auto 15px auto;
}
#mca .lead_title {
    margin:0px 5px;
}

#mca TD {
    padding:3px;
}
.c_table {
    width:100%;
    background-color:#eefdff;
    border-collapse:separate;
}
.c_table TABLE,TR,TD {
    border:1px solid #fff;
}
.c_table TD {
    padding:3px 5px;
    font-size:12px;
    vertical-align: top;
}
.c_table .td_50 {
    width: 50%;
    vertical-align: top;
}
.c_table OL {
    font-size:12px;
    color:#f60;
}

/* ----- RSS ----- */
.rss_box {
    margin:0px auto 20px auto;
    width:478px;
}
.rss_contents {
    margin:0px 0px 5px 0px;
    padding:5px;
    border-bottom: dotted #003 1px;
}
/* ----- RSS ----- */

/* ----- #CENTER CONTENTS ----- */

/* =====----- #MAIN CONTENTS -----====== */


/* =====----- #RIGHT CONTENTS -----====== */
#cts-r {
    width:180px;
    float:right;
}
/* =====----- #RIGHT CONTENTS -----====== */


/* =====----- .MENU BOX -----====== */
.menubox_l {
	width: 180px;
	background-color: #DCECFF;
	background-image: url(../_img/menu/menu_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#cts-l .border_top {
	width: 180px;
	height: 10px;
	background-color: #DCECFF;
	background-image: url(../_img/menu/menu_corner_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#cts-l .head_lead {
    width:179px;
}
#cts-l .border_bottom {
	width: 180px;
	height:10px;
	background-color: #DCECFF;
	background-image: url(../_img/menu/menu_corner_bottom.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.menubox_r {
    width: 180px;
}

.menucontent {
    width: 151px;
    padding:1px 3px 1px 25px;
    font-size:12px;
    line-height:140%;
}
/* =====----- RIGHT CONTENTS -----====== */


/* =====----- FOOTER NAVI AREA -----====== */
#f_nav {
	width:840px;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#f_nav P {
    text-align:right;
    font-size:12px;
}
#f_nav A {
    font-size:12px;
}
/* =====----- FOOTER NAVI AREA -----====== */


/* =====----- FOOTER MENU AREA -----====== */
#f_menu {
    width:860px;
    background-color:#eff;
}
#f_menu h3 {
    float: left;
    font-weight: normal;
    font-size: 12px;
}
#f_menu P {
    float:left;
    font-size:12px;
}
#f_menu A {
    font-size:12px;
}
/* =====----- FOOTER MENU AREA -----====== */

/* =====----- FOOTER AREA -----====== */
#footer {
	width: 850px;
	padding: 3px 5px;
	background-color: #eff;
	background-image: url(../_img/bg_footer2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer P {
	font-size:12px;
	color:#666;
	clear: both;
}
#footer STRONG {
    font-size:12px;
    color:#666;
}
#footer .copyright {
    font-size:12px;
    color:#eff;
}
#footer A {
    font-size:12px;
    color:#9ff;
}
#footer .consuldent {
    font-size:9px;
    color:#eff;
}
/* =====----- FOOTER AREA -----====== */
#page #container #wrapper #m-cts #cts-c #mca .t_right {
	text-align: right;
}
#page #container #wrapper #m-cts #cts-c #mca .pic_right_s t_center img {
	float: right;
}
/* DENTAL LINK */
.c_table555 {
	width:100%;
	border-collapse:separate;
	border:1px solid #ccc;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.c_table555 TR {
    border:1px solid #eee;
}
.c_table555 TD {
    padding:3px 5px;
    font-size:12px;
    vertical-align: top;
    border:1px solid #eee;
}
.c_table555 .td_fr {
    width:60%;
}
.c_table555 .td_ft {
    width:40%;
}
.td_ft A {
    font-size:12px;
}

.l_table555 {
    width:90%;
    background-color:#fff;
    text-align:center;.
    margin:0px auto;
    font-size:12px;
}
.l_table555 A {
    font-size:12px;
}
/* DENTAL LINK1 */

