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

#container {
	width:757px;
        min-height:100%;
}

#header {
margin:0;
padding:0;
}

#main {
	background-image:url(/images/navigation/background.gif);
	background-repeat:repeat-y;
        margin-top: -2px;
        min-height:100%;
        height:100%;
}

body {
	font-family:"MS UI Gothic";
	color:#000;
	font-size:12px;
        /*
	margin: 0; 
	padding: 0;
        */
        min-height:100%;
}

p {
	font-size:13px;
        
}

li {
    list-style:disc;
}

ul {
    margin-left:15px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#left-side {
	float:left;
	width:153px;
	padding:0 0px 7px 12px;
}

#right-side {
	float:left;
	width:560px;
	padding:0 5px 5px 10px;
}

#nav-bar h1 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336633;
	margin:0px 0px 10px 0px;
	letter-spacing: -1px;
}

#nav-bar h1 a:link {
	color:#336633;
	text-decoration:none;
}

#nav-bar h1 a:visited {
	color:#336633;
	text-decoration:none;
}

#nav-bar p {
	margin: 0px 0px 3px 0px;
        font-size:12px;
        font-family: "MS UI Gothic";
        font-weight: bold;

        
}

#nav-bar p a:link {
	color:#336633;
	text-decoration:none;
}

#nav-bar p a:hover {
	color:#a2d0b6;
	text-decoration:none;
}

#nav-bar p a:visited {
	color:#336633;
	text-decoration:none;
}
.links {
	padding: 5px 0 5px 5px;
	border-bottom:1px #9a0000 solid;
}

.links-final {
	padding: 5px 0 5px 5px;
}

#sub-navigation {
	font-size:11px;
}
#sub-navigation a {
	text-decoration: none;
	color: #336633;
}

#sub-navigation a:hover {
	text-decoration:none;
	color:#ff9900;
}

/* 医師　*/
#nav1 {
	position:absolute;
	top:158px;
	left:95px;
	background-color:#effdd4;
	width:132px;
	border:1px #9a0000 solid;
	
}

/* 健康診断 */
#nav2 {
	position:absolute;
	top:265px;
	left:95px;
	background-color:#effdd4;
	width:132px;
	border:1px #9a0000 solid;
	
}

/* デンタル 初めてご利用の方　*/
#nav3 {
	position:absolute;
	top:409px;
	left:150px;
	background-color:#effdd4;
	width:132px;
	border:1px #9a0000 solid;
	
}

/* デンタル　ご利用案内　*/
#nav4 {
	position:absolute;
	top:437px;
	left:150px;
	background-color:#effdd4;
	width:132px;
	border:1px #9a0000 solid;
	
}

#footer {
	background-image:url(/images/navigation/background.gif);
	background-repeat:repeat-y;
}

#footer-left {
	width:165px;
	float:left;
	padding:0;
}

#footer-right {
	padding:0;
	width:560px;
	font-size:10px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	float:left;
}

.error-messages {
    border:1px solid #ff0000;
    padding:5px;
    color:#ff0000;
}

.error-messages h1 {
    font-size:16px;
}

.error-messages p {
  margin:2px;
  background-image:url(/images/general/green-bullet.gif);
  background-repeat:no-repeat;
}

/************************************************************/
.left-spacing {
    margin:10px 5px 10px 20px;
}

.left-spacing-2 {
    margin:5px 5px 10px 25px;
}

.green-header {
    font-size:14px;
    color:#286633;
}

.green-double-border-box {
    border: double #286633;
    padding: 0px 5px 0px 5px;
}

.green-double-border-box p {
    font-size:12px;
    margin: 3px 0px 3px 0px;
}


.green-highlight {
    background-color: #B5DDC2;
    padding:2px 5px 2px 5px;
    
}

.forced-bullet {
    margin-right:3px;
    margin-bottom:1px;
}
.fieldWithErrors input {
    border:2px solid #ff0000;
}

.first-paragraph {
    margin-top:20px;
}

.leaf-bullet {
    background-image:url(/images/general/bullet-leaf.jpg);
    background-repeat:no-repeat;
    padding-left:25px;
    font-size:13px;
    font-weight:bold;
}

.green-dot-bullet { 
  list-style:none outside;
  list-style-image:url(/images/general/bullet-light-green.gif);
  font-size:13px;
  margin-left:15px;
  padding-bottom:7px;

}
