@charset "utf-8";
/* CSS Document */
/* CSS 初期化 */
body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li,
brockquote, pre, table, caption, address, form, fieldset, legend, object {
	margin: 0;
	padding: 0;
	line-height: 150%;
	font-size: 12px;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img {
  vertical-align: baseline;
}

a img {
  border: none;
}

/* 外枠 */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00CC00;
	border-left-color: #00CC00;
}
#wrapper h1 {
	background-color: #00CC00;
	width: 750px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 5px;
}
#wrapper #header {
	height: 80px;
	width: 760px;

	background-image: url(../../html(new)/image/header01.jpg);
	background-repeat: no-repeat;
	background-image: url(../image/header01.jpg);
}
#header #top_menu {
	float: right;
	height: 30px;
	width: 480px;
	margin-right: 10px;
	margin-top: 40px;
}
#wrapper #contents {
	background-image: url(../../html(new)/image/bg/bg01.jpg);
	background-repeat: repeat-x;
	width: 720px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#contents h2 {
	font-size: 12px;
	font-weight: normal;
	width: 720px;
	margin-bottom: 10px;
}
#contents #contents02 {
	width: 720px;
}
#contents02 #contents02_left {
	float: left;
	width: 500px;
}
#contents02 #contents02_right {
	float: right;
	width: 200px;
	padding-top: 10px;
}
.c-both {
	margin: 0px;
	padding: 0px;
	clear: both;
}#contents02_left #image01 {
	height: 300px;
	width: 500px;
	margin-bottom: 20px;
}
#contents02_left #topics {
	width: 500px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#contents02_left #contents03 {
	width: 500px;
}
#contents03 #news {
	float: left;
	width: 248px;
}
#contents03 #calendar {
	float: right;
	width: 245px;
	padding-left: 3px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#wrapper #footer {
	background-color: #666666;
	width: 720px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#footer #undermenu {
	float: left;
	width: 300px;
}
#footer #copylight {
	text-align: right;
	float: right;
	width: 410px;
}
#contents02_right .menu {
	width: 200px;
	margin-bottom: 20px;
}
.menu li {
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-type: square;
}
.menu #map {
	height: 135px;
	width: 198px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.menu #map_shousai {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
#top_menu .right_2px {
	margin-right: 2px;
}
#contents02_right .sidettl {
	margin-bottom: 20px;
}
#contents03 .ttl {
	margin-bottom: 20px;
}
#topics .ttl {
	margin-bottom: 20px;
}
#news p {
	margin-bottom: 10px;
	margin-left: 10px;
}

.sunday {
	background-color: #F0ACC3;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-weight: bold;
	color: #FF0000;
}
.mon_friday {
	background-color: #9BD7B1;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.saturday {
	background-color: #C2C0F1;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
.none {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
#calendar .calendar_month {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	margin-bottom: 10px;
	margin-left: 10px;
}
#calendar .border_green {
	width: 240px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-color: #BAE4D6;
}
.border_green .left {
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-left: 10px;
	color: #006600;
	font-size: 14px;
	font-weight: bold;
}
.border_green .right {
	float: left;
}
#calendar .border_blue {
	width: 240px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-color: #C3D0F0;
}
.border_blue .left {
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-left: 10px;
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
}
.border_blue .right {
	float: left;
}
#calendar .border_red {
	width: 240px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-color: #EFD6E9;
}
.border_red .left {
	float: left;
	width: 80px;
	margin-right: 10px;
	margin-left: 10px;
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
.border_red .right {
	float: left;
}
#calendar table {
	margin-bottom: 10px;
}
#topics p {
	line-height: 150%;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b10 {
	margin-bottom: 10px;
}

#undermenu a:link {
	color:#FFFFFF;
}
#undermenu a:visited {
	color:#FFFFFF;
}
.magin_l20 {
	margin-left: 20px;
}
#boarder_t {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top: 5px;
	width: 330px;
}
#topics .ttl_topics {
	font-size: 14px;
	font-weight: bold;
	color: #385F3C;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#topics ul {
	margin-bottom: 20px;
	margin-left: 40px;
}
#treatment01 .photo_left01 {
	float: left;
	width: 180px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#treatment01 .photo_right01 {
	float: right;
	width: 180px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#treatment01 .photo_left02 {
	float: left;
	width: 180px;
	padding: 3px;
}
#treatment01 .photo_right02 {
	float: right;
	width: 180px;
	padding: 3px;
}
