@charset "utf-8";
/* CSS Document */

body { font-family:"Georgia"; font-size:13px; color:#666666; background-color:#FFFFFF;  margin: 0; padding: 0;}
#main_home { width:980px; margin: 0 auto; background:url(../images/bg.jpg) no-repeat; display: block; height:600px;}
#main_plain { width:980px; margin: 0 auto; background:url(../images/bg_inside.jpg) no-repeat; display: block; height:600px;}
#nav { width: 452px; display:block; height:117px; float:right; z-index:1000;}
#footer { float:right; font-size:11px; margin: 0 auto; width:300px; margin-top:200px;}
#blank {
	background-color: transparent;
	border:none;
	position:absolute;
	z-index:1000;
}
.nav1 { background:url(../images/nav.gif) no-repeat 0px 0px; width:124px; height:29px; display:inline-block;}
.nav1 span, .nav1_selected span { display:none;}
.nav1:hover, .nav1_selected { background:url(../images/navb.gif) no-repeat 0px 0px; width:124px; height:29px; display:inline-block;}
.nav2 { background:url(../images/nav.gif) no-repeat -124px 0px; width:124px; height:29px; display:inline-block;}
.nav2 span, .nav2_selected span { display:none;}
.nav2:hover, .nav2_selected { background:url(../images/navb.gif) no-repeat -124px 0px; width:124px; height:29px;display:inline-block;}
.nav3 { background:url(../images/nav.gif) no-repeat -248px 0px; width:124px; height:29px; display:inline-block;}
.nav3 span, .nav3_selected span { display:none;}
.nav3:hover, .nav3_selected { background:url(../images/navb.gif) no-repeat -248px 0px; width:124px; height:29px;display:inline-block;}
.nav4 { background:url(../images/nav.gif) no-repeat -372px 0px; width:80px; height:29px; display:inline-block;}
.nav4 span, .nav4_selected span { display:none;}
.nav4:hover, .nav4_selected { background:url(../images/navb.gif) no-repeat -372px 0px; width:80px; height:29px; display:inline-block;}
.appointment { background:url(../images/nav.gif) no-repeat -283px -56px; width:170px; height:61px; display:inline-block; margin-top:56px; float:right;}
.appointment span, .appointment_selected span { display:none;}
.appointment:hover, .appointment_selected { background:url(../images/navb.gif) no-repeat -283px -56px; width:170px; height:61px;}

.textbox { border: solid 1px #cccccc; color:#333333;}
.red { color:#F36; }
a { color:#336699; text-decoration:none; font-weight:bold;}
a:hover {color:#336699; text-decoration:underline;}
.pinkTitle { color:#fcb8f3; font-weight:bold; font-size:22px; font-style:italic;}
.blueTitle { color:#75e3f3; font-weight:bold; font-size:22px;font-style:italic;}

.btnSubmit { background-color:#75e3f3; width:80px; height:25px; display:block; text-align:center; color:#FFFFFF; border-style:none; font-size:11px;}
.btnSubmit span { display:none;}
.btnSubmit:hover { background-color:#fcb8f3;}
