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

body {
	color:#47210d;
	background-image:url(../img/bodybg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-size:12pt;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
pre {
	font-size:12pt;
	font-weight:normal;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*トップページの写真*/
div#topimg {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	overflow:auto;
}

ul#info li{
	margin-bottom:0.5em;
	border-bottom:1px solid #ccc;
}
ul#info li:last-child{
	border-bottom:none;
}

/*コンテン全体*/
div#wrap {
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	overflow:auto;
}

/*サイド*/
aside {
	float:right;
	width:190px;
	background-color:#f8d4e8;
	background-color:#e6faaf;
	paddng-right:5px;
	padding-left:5px;
}
aside h1{
	margin-left:auto;
	margin-right:auto;
	width:100px;
	color:#000;
	font-size:12pt;
	font-weight:normal;
	border-width:1px 0 1px 0;
	border-style:solid;
	border-color:#ccc;
	text-align:center;
	background-color:#FFFFFF;
}
aside h1 span{
	color:#999;
}

/*電話*/
div#tel {
	padding-top:3px;
	margin:0.5em 0.5em 2em 0.5em;
	border:1px solid #8fc322;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}
div#tel img{
	vertical-align:top;
	margin-top:3px;
}
span#telno {
	font-size:1.2em;
}

/*姉妹サイトリンク*/
div#sitelink {
	width:155px;
	border:1px solid #999;
	background-color:#fff;
	text-decoration: none;
	-webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:1em;
}


/*メインコンテンツ*/
section {
	float:left;
	width:590px;
}
section h1 {
	color:#47210d;
	background-image:url(../img/bg_title.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	font-size:16pt;
	font-weight:normal;
	width:80%;
	border:1px solid #999;
	padding:3px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
}
section h1 div {
	/*border-left:5px solid #6CC;*/
	border-left:5px solid #8fd379;
	padding-left:0.5em;
}
section h2{
	font-size:1.2em;
}

/* for ヘッダ */
header {
	width: 800px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	border-top:8px solid #26734C;
	border-bottom:3px solid #26734c;
	overflow:hidden;
}
img#whitebar {
	width:0;
}
div#topbar {
	border-top:5px solid #696;
}
nav {
	line-height:0;	
}
nav img{
	float:left;
}
nav ul {
	margin:0;
}
nav li{
	margin:0;
	float:left;
	list-style:none;
}
nav li{
	background-position:left top;
	display:block;
	width:150px;
	height:60px;
}
nav li.menu, li.menu:hover{
	background-position:left 60px;
}
nav li:hover{
	background-position:left 120px;
}
div#mobile {
	display:none;
}


/* for TimeTable */
table#timetable {
	width:100%;
	border-spacing: 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
    box-shadow: 0 1px 10px #CCC;
}
table#timetable th,table#timetable td {
	padding:8px;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
	min-width:2em;
}
table#timetable th.lt {
	-webkit-border-radius: 10px 0 0 0;
       -moz-border-radius: 10px 0 0 0;
         -o-border-radius: 10px 0 0 0;
            border-radius: 10px 0 0 0;
}
table#timetable th.rt {
	-webkit-border-radius: 0 10px 0 0;
       -moz-border-radius: 0 10px 0 0;
         -o-border-radius: 0 10px 0 0;
            border-radius: 0 10px 0 0;
}
table#timetable th.lb {
	-webkit-border-radius: 0 0 0 10px;
       -moz-border-radius: 0 0 0 10px;
         -o-border-radius: 0 0 0 10px;
            border-radius: 0 0 0 10px;
}
table#timetable td.rb {
	-webkit-border-radius: 0 0 10px 0;
       -moz-border-radius: 0 0 10px 0;
         -o-border-radius: 0 0 10px 0;
            border-radius: 0 0 10px 0;
}
table#timetable th {
	font-weight:bold;
}
table#timetable td {
	color:#006933;
	text-align:center;
}
table#timetable td div{
	color:#000;
	font-size:0.8em;
}
table#timetable td.close {
	color:#FF00FF;
}

/* for Vaccination */
table#vac {
	border-spacing: 0;
    border: 1px solid #CCC;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
    box-shadow: 0 1px 10px #CCC;
}
table#vac th {
	padding:8px;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
	background-image:url(../img/graygrade.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
table#vac td {
	padding:8px;
    border-bottom:solid 1px #CCC;
	min-width:7em;
	text-align:right;
}
table#vac th.last, table#vac td.last {
	border-bottom:none;
}
table#vac th.last{
    -webkit-border-bottom-left-radius: 10px;
       -moz-border-bottom-left-radius: 10px;
         -o-border-bottom-left-radius: 10px;
            border-bottom-left-radius: 10px;
	        border-bottom-left-radius: 10px;
}

article#kamoku ul{
	border:1px solid #d9ca26;
	background-color:#ffeecc;
	padding-right:1em;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}
article#kamoku table th{
	background-repeat:no-repeat;
	background-position:center;
}

table#tool th img{
	box-shadow: 0 0 8px gray;
}
table#tool td {
	vertical-align:top;
}






dl.list dt{
	border-top:1px dotted #ccc;
	padding-top:3px;
	background-image:url(../img/arrow1.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:30px;
	font-weight:bold;
	color:#690;
	clear:both;
}

dl.list dd{
	margin-bottom:1em;
}
dl.list dd img{
	float:left;
	margin:5px;
}

footer {
	clear:both;
	margin-top:1em;
	border-top:2px solid #006933;
	text-align:center;
	font-size:9pt;
}

/*コロナワクチン告知*/
article#syringe3 div{
	font-size:1.5em;
}



