@charset "UTF-8";
body {
	background-image: url(../i/bg.png);
	/*background-position: center center;*/

	background-repeat: repeat-x;
	/*background-attachment: fixed;*/

	/*background-size: cover;*/

	background-color: #fff;
	color: #333;/*padding: 0 5%;*/
}
a:link {
	color: rgba(185,14,17,1.00);
}
a:visited {
	color: rgba(185,14,17,1.00);
}
a:hover {
	color: rgba(255,46,49,1.00);
}
a:active {
	color: rgba(230,212,16,1.00);
}
#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#head {
	width: 1000px;
	height: 120px;
	margin-bottom:40px;
}
#insideContainer {
	background-image:url(../i/bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#menu {
	width: 220px;
	float: left;
	background-color:transparent;
}
#menu img{
    width: 220px;
    margin-bottom: 10px;
    height: auto;
}
#topMenu{
	width:750px;
	margin-bottom:1em;
	height:300px;
}
#topMenu img{
	width:480px;
	height:65px;
	margin-bottom:10px;
}
#contents {
	width: 750px;
	float: right;
	min-height: 600px;
	background-color:transparent;
}
#footer {
	clear: both;
	padding: 1em;
	font-size: 0.9em;
	color: #fff;
	background-color: #3A4A15;
	text-align: center;
	margin-bottom:1em;
}
#newsArea{
	clear:both;
	border:1px dotted #999;
	border-radius:5px;
	padding:1em;
	background-color:rgba(181,228,255,0.10);
	margin-bottom:2em;
}
.newsPart{
	padding-bottom:1em;
	border-bottom:1px dotted #910002;
	margin-bottom:1em;
}
.newsTitle{
	color:#9B0002;
	font-size:1em;
	font-weight:bold;
	margin-bottom:0.25em;
}
.newsDate{
    font-size: 0.8em;
    margin-bottom: 0.25em;
}
.newsText{
	font-size:0.9em;
}
#meetingBanner{
	margin-bottom:1em;
	clear:both;
}
h2{
	color:#020E9B;
	margin:0 0 0.5em 0;
	font-size:1.2em;
	font-weight:bold;
}
#sideMenu{
	border:1px dotted #aaa;
	border-radius:5px;
	margin-bottom:1em;
	font-size:0.9em;
	background-color:rgba(0,0,0,0.08);
}
#sideMenu ul{
	margin-left:-1.5em;
}
#sideMenu li{
	list-style-type:none;
	margin-bottom:0.2em;
}




h2 {
    color: #970D10;
    font-size: 1.8em;
    font-weight: bold;
    margin: 0em 0 0.25em 0;
    border-left: 12px solid #B80003;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
}
h3 {
	color:#294F00;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0em 0 1em 0;
}
.page {
	min-height: 200px;
	/*background-color:rgba(222,222,222,0.5);*/
	/*padding: 120px 25px 25px 25px;*/
	/*border: 1px dotted #999;*/
	/*margin-top:11em;*/
	margin-bottom: 1em;

}

#back {
	position: fixed;
	z-index: 100;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(32,32,32,0.70);
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.kakomi {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #999;
}
.fixed {
	position: fixed;
	top: 11em;
}
.fixed p{
	margin:0 0 0.3em 0;
	padding:0;
	font-size:0.9em;
}
table{
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 0.3em;
    background-color: rgba(255,255,255,0.50);
}
th,td{
    padding-top: 0.1em;
    padding-right: 0.1em;
    padding-left: 0.3em;
    padding-bottom: 0.1em;
    border: 1px solid #aaa;
}
th{
	background-color:rgba(0,0,0,0.27);
}
.insideKakomi{
	padding:1em;
	border:1px dotted #999;
	background-color:rgba(115,182,249,0.50);
	margin-bottom:1em;
}
.kaitei{
	text-align:right;font-size:0.9em;
}

.underconstruction{
	padding: 8em 0;
	text-align: left;
}
.nowrapTd{
	white-space:nowrap;
}
.contactUs{
	padding:1em;
	background-color:rgba(255,255,255,0.5);
	border:1px dotted #999;
}
.centering{
	text-align:center;
}
#sitemapArea{
	border:1px dotted #999;
	padding:0.5em;
	margin-bottom:2em;
}
#sitemapArea strong{
	font-weight:bold;
	color:#1241B2;
}
#sitemapArea li{
	margin-bottom:0.3em;
}

/* 委員会一覧 */

ul.iin{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
}

ul.iin li{
	margin: 0 15px;
	position: relative;
	padding-left: 10px;
}
ul.iin li::before{
	position: absolute;
	content: "";
	top: 4px;
    left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 10px;
	border-color: transparent transparent transparent #3a4a15;
}

.iin-table h3{
	margin-bottom: 0;
}

.iin-table tr th,
.iin-table tr td{
	border: none;
	padding: 1.6px 2px 1.6px 2px;
}

.iin-table tr th{
	text-align: left;
}

.top-link{
	text-align: right;
	margin: 0 15px;
}

.top-link a{
	position: relative;
}
.top-link a::after{
	position: absolute;
	content: "";
	top: 6px;
    left: -17px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 12px 6px;
	border-color: transparent transparent #3a4a15 transparent;
}