@charset "UTF-8";/* ページの基本デザイン用CSS */


/*---------- ページ全体の指定 -----------*/

body {
  font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  background: #f2f2f2;
	text-align:center;
  font-size: 13px;
  color: #333333;
  background-image: url(back.gif);
  background-position: center top;
  background-repeat: repeat-y;
  margin:0;
  padding:0;
}
body, div, ul,li,dl,dt,dd, h1, h2, h3, p{
	margin: 0; 
	padding: 0;
}

h1, h2, h3{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
img {
	border-width:0;
  display : block;
}

a:link {
  color: #69821b;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color:#69821b;
  font-size: 13px;
  text-decoration:underline;
}

a:visited {
  color: #69821b;
  font-size: 13px;
  text-decoration: none;
}

/*---------- コンテンツ ----------*/

#contents {
  width: 900px;
  margin:0 auto;
  padding: 0;
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  background-color: #ffffff;
  text-align:left;
	position:relative;
}



/*---------- ヘッダー ----------*/

#header {
  width: 900px;
  height: 100px;
  margin:0;
  padding:0;
  background-color: #ffffff;
  border-top:3px solid #7fb338;
	overflow:hidden;
   
	
}
#header h1 {
  margin: 0;
  padding: 2px 0 0 10px;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #666666;
  background-color: #eeeeee;
}
#logo {
  float:left;
  width:70%;
	overflow:hidden;
}
#logo img {
	margin:0;
	padding:18px 0 0 10px;
	line-height:1.2;
}
#logoright {
	float:right;
	width:28%;
	margin:0;
	padding:0;
	
} 
#p01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#7fb338;
	text-align:right;
	margin:0;
	padding:5px 10px 0px 0;
}

#p01 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
	vertical-align: middle;
}

#p02 {
	font-size:12px;
	color:#666;
	text-align:right;
	margin:0;
	padding:0px 10px 0 0;
	line-height:1.2;
}
#yoru9 {
	position:absolute;
	top:70px;
	right:10px;
}

/*---------- ヘッダーメニュー ----------*/
#header-menu {
  width:100%;
  margin: 0 0px 0px 0px;
  padding: 0;
  border-top: solid 3px #7fb338;
  
  border-bottom: solid 1px #aaaaaa;
  
  height: 40px;
  background-repeat: repeat-x;
 background-image: url(headermenu.png);
}

#header-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
;
}

#header-menu li {
  display: inline;
  list-style-type: none;
  float: left;
  color: #ffffff;
	height: 40px;
}

#header-menu li a {
  width: 110px;
  padding: 0;
  margin:0;
  
  color: #666666;
  text-align: center;
  display: block;
	height: 40px;
  border-right: solid 1px #aaaaaa;
  text-decoration: none;
}

#header-menu li a:hover {
	color:#999999;
}
#header-menu ul li span.ja{
    display: block;
    font-size: 12px;
   
	margin:0;
	padding-top:5px;
	padding-bottom:2px;
    
}
#header-menu ul li span.en{
    display: block;
    text-transform: capitalize;
    font-size: 10px;
	line-height:9px;
    
    color: #81BA32;
    padding:0;
	margin:0;
	
}
/*---------- コンテナー ----------*/

#container {
  width: 888px;
  margin: 0 auto 0 auto;
  padding: 6px 6px 0px 6px;
	background: #ffffff url(side_yback.jpg);
	background-position: right top;
  background-repeat: repeat-y;

}
/*---------- メイン ----------*/
#main {
  float: left;
  margin: 0;
  padding: 0px 0px 25px 10px;
  font-size: 14px;
  line-height: 1.5;
  width: 640px;
  letter-spacing: 1px;
  
}

#main #pannavi {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
#pannavi a:link {
  color: #69821b;
  font-size: 13px;
  text-decoration: none;
}

#main #pannavi a:hover {
  color:#69821b;
  font-size: 13px;
  text-decoration:underline;
}

#main #pannavi a:visited {
  color: #69821b;
  font-size: 13px;
  text-decoration: none;
}
#main h2 {
  height: 30px;
  margin: 20px 0 20px 0;
  padding: 9px 0 0 20px;
  font-size: 14px;
  background-image: url(titlebar.gif);
  background-repeat: no-repeat;
  clear:both;
}
#main h2.h2top {
	color: #7fb338;
	font-size: 22px;
	margin: 20px 0 7px 0;
	
	background-image: none;
	clear: both;
	
	border-bottom: 2px solid #7fb338;
	
}

#main p img {
	float: right;
	margin-right:10px;
	margin-left:5px;
	margin-bottom:10px;
}
#gaiyou {
	width:100%;
	margin:10px 0 20px 0;
}
p.p03 {
	padding-top:10px;
	padding-bottom:10px;
	border: 1px solid #cccccc;
	background-color: #f0f8e7;
}
#sinryou {
	float:left;
	width:400px;
}
#map01 {
	float:right;
	width:230px;
	
}
#map01 p img{
	margin:0 0 10px 0;
	padding:0;
}
#map01 p {
	margin:0;
	padding:0;
}
#sinryou table {
	border: solid 2px  #cccccc;
	border-collapse: collapse;
	margin-left:0px;
	margin-bottom:10px;
	width:100%;
}
#sinryou table th{
	border-bottom: solid 2px  #cccccc;
	border-right: solid 1px #cccccc;
	padding: 0.4em 0.4em;
	background-color:#f0f8e7;
	font-size:13px;
	font-weight:normal;
	color:#333333;
	text-align:center;
}
#sinryou table td{
	border-bottom: solid 1px  #cccccc;
	border-right: solid 1px  #cccccc;
	padding: 0.3em 0.4em;
	text-align: center;
	font-size:13px;
}
p.p04 {
	
	border-bottom: 2px solid #7fb338;
	padding-left: 5px;
		background-color: #f0f8e7;
		
}
#houzin {
	border: 1px solid #cccccc;
	margin-top: 30px;
}
#houzin p {
	padding: 5px 5px;
}
#main h3 {
	padding-left:10px;
	font-weight:bold;
}
h3.green {
	font-size:90%;
	border-left:10px solid #7fb338;
	border-bottom: 1px solid #7fb338;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 5px;
	padding-left:10px;
	clear: both;
}
p {
	padding-left:15px;
}
#main ul {
	list-style-type:disc;
	list-style-position: inside;
	background-color : #f0f8e7;
	
	padding: 10px;
	margin-top: 10px;
	margin-bottom:10px;
  margin-right : 10px;

  width : 28em;
}
#main ul list {
	margin-left:20px;
}	

/*---------- メニュー ----------------------------------------------------------------*/

#side {
  float: right;
  margin: 0 0 15px 0;
  padding: 0;
  width: 220px;
  text-align: left;
  letter-spacing: 1px;
}
div.banar {
	margin:0;
	padding:0 0 0 5px;
	

}
#side ul {
	margin:0;
	padding:0;
	list-style-type:none;
}


.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 210px;
  text-align: left;
}

.menulist h2 {
  height: 20px;
  margin: 0;
  padding: 4px 0 2px 12px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #69821b;
  display: block;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  width: 184px;
  padding: 5px 4px 4px 20px;
  font-size: 13px;
  line-height: 160%;
  background-image: url(side_menu_bg.gif);
  background-repeat: no-repeat;
 
}

.menulist a:hover{
  color: #99ab4e;
  background-image: url(side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}

.menu_free {
  margin: 0 0 14px 5px;
  padding: 0;
  width: 210px;
  text-align: left;
  background-image: url(menu_back.gif);
}

.menu_free h2 {
  height: 19px;
  margin: 0;
  padding: 4px 0 2px 12px;
  font-size: 13px;
  color: #fffffc;
  background-image: url(sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #69821b;
  width: 198px;
  padding: 6px 0 5px 0;
  font-size: 13px;
  line-height: 180%;
 
}

.menu_free a:hover{
  color: #99ab4e;
  line-height: 180%;
}

.menu_free p{
  margin: 0;
  padding: 8px 8px 14px 8px;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  font-size: 12px;
  background-color: #ffffff;
  background-image: url(menu_back.gif);
  line-height: 180%;
}
.bunbun {
	margin-top:20px;
	margin-left:5px;
	
}



/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 13px;
  color: #333333;
  border-top: solid 3px;
  border-top-color: #cccccc;
  background-color: #f3f3f2;
}


address {
	font-size: 90%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	padding-bottom:5px;
	line-height:1.5;
	clear: both;
}
#footer ul {
	list-style:none;
	text-align:center;
	font-size: 11px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
}
#footer li {
	display:inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
	
}
#footer li+li {
	border-left:1px solid #cccccc;
}





#footer li a {
	text-decoration: none;
	color:#333333;
}
#footer li a:hover {
	text-decoration: underline;
	color:#333333;
}
span.red {
	color:red;
}
span.green {
	color:#57A110;
	font-weight: bold;
}
/*---------- clearfix ----------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}
/*------------------------------- 2ページ目以降 -----------------------------------------*/
#main h2.h2top02 {
	color: #ffffff;
	font-size: 22px;
	margin: 10px 0 7px 0;
	padding: 0 0 0 15px;
	height:50px;
	line-height: 50px;
	background-image: url(h2_back.png);
	background-repeat: repeat-x;
	clear: both;
	
	border:none;
	
}
h3.greenside{
	padding-left:20px;
	border-left:10px solid #7fb338;
	margin: 20px 0 10px 10px;
}
p.clear {
	clear:both;
}
table.mushiba {
	margin:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom: 20px;
	font-size:12px;
}
tr.tr01 td {
	padding:10px 15px;
}
tr.tr02 td {
	padding: 0;
}
p.uemargin {
	margin-top:20px;
}
#main h4 {
	font-weight:bold;
	margin:10px 0 0px 10px;
}
#main ul.sitemap {
	list-style-type:disc;
	list-style-position: inside;
	background-color: #ffffff;
	padding: 10px;
	margin-top: 10px;
	margin-bottom:10px;
}
/*--------------------------------------------------------
  3mixの表
--------------------------------------------------------*/
table.mix {
	border-collapse: collapse !important; 
	border-spacing:0 !important;
	margin-left:5px;
	margin-top:20px;
	margin-bottom: 20px;
	font-size:11px;
	border-top:1px solid #889999;
	border-left:1px solid #889999;
}
table.mix tr th {
	padding:10px 3px;
	text-align:center;
	border-bottom:1px solid #889999;
	border-right:1px solid #889999;
}
table.mix tr td {
	padding:10px 5px;
	text-align:left;
	border-bottom:1px solid #889999;
	border-right:1px solid #889999;
	color:#333333;
}

table.mix tr.mix01 th{
	background-color:#eeeeff;
	background-color:#cae2f0;
	color:#333333;
        border-bottom:1px solid #889999;
	border-right:1px solid #889999;
	padding:10px 3px;
}

table.mix tr.mix02 th{
	background-color:#3366aa;
	background-color:#64acd2;
	color:#fff;
	padding:10px 3px;
}
/*--------------------------------------------------------
  休診日カレンダー
--------------------------------------------------------*/
#kyuushinbi{
	font-size: 15px;  
        text-align:center;
	margin-left:15px;
	margin-top:20px;
	margin-bottom:20px;
    
}  
      
    /* 曜日タイトル行 */  
tr.youbi {
	  
        background-color: #ddd;  
    
}  
tr.hiduke {
	  
        background-color: #fff;
  
    
}        
#kyuushinbi td {
	  
        text-align: center;
	border: 1px solid #999;
	padding:0.2em 0.5em;
	
	
	    
}  
      
    /* 祝祭日の文字色 */  
    td.hol {
	  
        color: red;  
    
}  
      
    /* 日曜日の文字色 */  
    td.sun {
	  
        color: red;  
    
}  