@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 90%;
	font: inherit;
	vertical-align: baseline;
}

em {
font-style: italic;
}

table, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
font-family: Verdana;
font-size: 85%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
border: 1px solid #000;
padding: 0 .3em
}

a {
border:none;
text-decoration: none;
}

a:hover, .postTitle a:hover {
text-decoration: underline;
}

a:link, a:active, a:visited, a:hover {
font-size: 100%;
}

p {
margin-bottom: 1em;
}

/* module */
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  

.rightBox {
margin-left: 15px;
float: right;
}

.leftBox {
margin-right: 1em;
float: left;
}

.floatBox {
margin-bottom:15px;
}

.bodyContents {
margin-bottom: 30px;
}

.listIndent li {
text-indent: -1.5em;
padding-left: 1.5em;
margin-bottom: 1em;
}

.column3 {
float: left;
margin-right: 5%;
width: 30%;
}

.column3.last {
margin-right: 0;
}

/* layout */

#wrapper {
	width: 890px;
	margin: 20px auto 0;
}

#globalHeader {
	background: url(./images/sky2.jpg) 0 0 no-repeat;
	height: 170px;
	position: relative;
	-moz-background-size:100% 100%;
	background-size:100% 100%; 
	margin-bottom:30px;
}

#globalHeader * {
	position: absolute;
}

#siteTitle {
	top: 20px;
	left: 5px;
}

#siteSubTitle {
	top: 125px;
	left: 5px;
	width: 300px;
	color: #525252;
}

#siteDescription {
	top: 40px;
	left: 400px;
	color: #fff;
}

#main {
	overflow: hidden;
	margin-bottom: 30px;
}

#contents {
	float: right;
	width: 650px;
	margin-left: 30px;
}

#side {
	float: right;
	width: 210px;
}

#topLead {
	margin-bottom:20px;
}

.topInfo {
	overflow: hidden;
	margin-bottom: 20px;
}

.topInfoTitle {
	float: left;
	width: 122px;
	margin-right: 20px;
}

.topInfoBody {
	float: left;
	/*width: 351px;*/
	margin-right: 20px;
}

.topInfoLink {
	float: left;
	width: 137px;
}

.topAboutLeft {
	float: left;
	margin-right: 20px;
	width: 410px;
}

.topAboutLeft p {
	margin-top: 20px;
}

.topAboutRight {
	float: left;
	width: 220px;
}

#sideNav ul li {
	width: 144px;
	height: 44px;
	background: url(./images/toptitle.gif) 0 0 no-repeat;
	margin-bottom: 10px;
}

#sideNav ul li a {
	display: block;
	padding: 4px 40px 4px 10px;
	height: 100%;
    line-height: 1.1em;
}

#sideBanner p {
	margin-bottom: 10px;
}

#sideBanner p a {
	display: block;
}

.bannerText {
	background-color: #bbbcff;
	padding: 10px;
	font-size: 12px;
}

#globalFooter {
	padding: 20px 20px 0 20px;
	background-color: #d5f1ff;
	clear: both;
}

.preGuiHeader h1 {
	margin-bottom:10px;
}

.preGuiHeader nav {
	overflow: hidden;
	margin-bottom:20px;
}

.preGuiHeader nav ul li {
	float: left;
	margin-right: 20px;
}

.preGuiTitle {
	clear:both;
	width: 100%;
	height: 195px;
	background: url(./images/kaicho03w.jpg) right 0 no-repeat;
	margin-bottom: 20px;
}

.preGuiTitle.kaicho202402 {
	height: 554px;
	background: url(./images/kaicho202402.jpg) right 0 no-repeat;
}

.preGuiTitle * {
text-shadow: 1px 1px 0 #fff,
        1px -1px 0 #fff,
        -1px 1px 0 #fff,
        -1px -1px 0 #fff;
}

.preGuiTitle h3 {
	padding: 30px 0;
}

.archiveTitle {
font-size: 24px;
font-weight:bold;
margin-bottom: 20px;
}

.archiveList {
margin-bottom: 20px;
width: 500px;
}

.archiveList tr td {
padding: 10px;
width:80%;
}

.archiveList tr th {
padding: 10px;
width: 20%;
}

.pageHeader {
}

.pageTitle, .pageSubtitle {
margin-bottom: 30px;
}

.aboutIndent {
padding-left: 80px;
}

.linkBox {
}

.linkBox a {
display: block;
padding:10px;
background-color: #00f;
color: #fff;
}

.downloadBottun {
padding-right: 20px;
}

.oshakaSubtitle {
border-bottom: 1px solid;
margin-bottom: 5px;
padding-bottom: 5px;
font-weight: normal;
}

.sunSubtitle {
color: #ff6c6c;
margin-bottom: 15px;
}

.archiveList {
background:url(/images/PICT0251.jpg) top right no-repeat;
}

#presidentsTitle {
margin-bottom: 30px;
}
               
/* font */
.entryContents h1 { font-size: 24px; font-weight:bold; }
.entryContents h2 { font-size: 24px; font-weight:bold; }
.entryContents h3 { font-size: 20px; font-weight:bold; margin:0 0 20px 0}
.entryContents h4 { font-size: 16px; font-weight:bold; }
strong { font-weight:bold; }

.colorGreen {
color: #008080;
}

.colorRed {
color: #ff6666;
}

.nameItalic {
font-style: italic;
font-size: 14px;
}

#dominick-wrap h3{
	font-size:1.85em;
	color:#4CE140;
}

#contents #dominick-wrap strong{
	display:block;
	font-size:1.05em;
	margin-top:8px;
}

#dominick-wrap p.fast{
	font-size:0.85em;
}

#dominick-wrap p.teacher{
	display:block;
	width:211px;
	min-height:220px;
	float:right;
	margin-top:20px;
}

#dominick-wrap p.textArea{
	width:400px;
	margin:31px 10px 7px;
	line-height:1.7;
}

#dominick-wrap p.free{
	display:block;
	width:121px;
	margin-left:10px;
}

#contents #dominick-wrap table{
	clear:both;
}

#contents #dominick-wrap table tr,
#contents #dominick-wrap table td {
	padding:1px 0;
	border:none;
}

#contents #dominick-wrap table td.ttl{
	display:block;
	font-size:1.08em;
	font-weight:bold;
	text-align:right;
	padding-right:7px;
}

#contents #dominick-wrap table td.under{
	padding-bottom:10px;
}

#dominick-wrap .topics {
	position:relative;
	margin:45px 0 10px 0;
	border:1px solid rgb(255, 223, 185);
}

#dominick-wrap .topics2 {
	position:relative;
	margin:45px 0 25px 0;
}

#dominick-wrap .top{
	font-size:1.35em;
	color:#8F8E8D;
	background:rgb(255, 223, 185);
	height:35px;
	text-align:center;
	padding-top:15px;
}

#contents #dominick-wrap dl{
	width:620px;
	margin-bottom:20px;
	padding:3px 15px 15px;
}

#contents #dominick-wrap dt{
	color:#1A6B0D;
	font-weight:bold;
	margin-top:5px;
	padding-left:3px;
}

#contents #dominick-wrap dl dd{
	border-bottom:1px dotted #FFE03E;
	padding:10px 0 5px 10px;
	width:610px;
}

#contents #dominick-wrap dd span{
	display:block;
}

#dominick-wrap input {
  display: none;
}

#dominick-wrap label {
  cursor: pointer;
  display: inline-block;
  padding: 0 2px;
  border-radius: 4px;
  background: /*#0bd*/#C8C8C8;
  color: #FFF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
	font-size:0.85em;
}

#dominick-wrap label:hover {
  background: /*#0090aa*/#7E7C7C;
}

#dominick-wrap .panel {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 0;
  overflow: hidden;
  background: #F5F0CF;
  margin-top: 1px;
  padding: 0;
  border-radius: 5px;
	width: 550px;
}

#dominick-wrap .panel p {
	margin-bottom:0;
}

#dominick-wrap input:checked + .panel {
  height: auto;
  padding: 5px;
}

#dominick-wrap #description {
	margin-left:25px;
}

#dominick-wrap #description h4{
	font-weight:bold;
}

#dominick-wrap #description span{
	color:#F91664;
}

#dominick-wrap #description p a{
	display:block;
	border:2px solid #F91664;
	padding:5px 9px;
	font-style:oblique;
	text-decoration:none;
	margin-top:5px;
	width:65px;
	text-align:center;
}

#dominick-wrap #description p a:hover{
	background:#F91664;
	color:#fff;
}

#contents #dominick-wrap table td.month_table, #contents #dominick-wrap table td.day_table, #contents #dominick-wrap table td.sub_table {
	border:solid #000 1px;
	padding:3px;
}

/* 奥島追加 */
.warp-cmn-txtcontent {
    padding-bottom: 20px;
}
ul.list-nodec {
	margin: 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	list-style: none;
}
ul.list-disc{
	margin: 0;
	padding: 20px 0 0 1.6em;
	list-style: disc;
}
ul.list-nodec-folding {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: none;
	text-indent: -1.3em;
}
.footer-list ul {
	display: webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.footer-list ul li {
  position: relative;
	padding: 0 40px 5px;
}
.copyright {
	text-align: center;
}
p.copyright{
	margin-bottom: 0;
}
.h3-cmn{
	line-height: 1.5;
}