/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:
      'Liberation Serif', 'Noto Sans CJK JP',  /* Linux/Android/ChromeOS */
      'TakaoGothic', 'VL Gothic',  /* Debian/Ubuntu */
      'Yu Gothic', 'MS Gothic',  /* Windows */
      'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Osaka-Mono',  /* Mac/iOS */
      'Noto Sans JP', Monospace;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

/*h1{
	font-size: 16px;
	color: #0033CC;
	padding: 16px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}*/
h1{/*ヘッダーロゴ*/
	width:800px;
	height:200px;
	padding:0;
	background-image:url(img/title.jpg);
	background-repeat:no-repeat;
	/*文字飛ばし*/
		text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	border-bottom: 1px solid #cccccc;
}

h2{
	font-size: 18px;
	color: olive;
	border-left: 5px solid olive;
	padding: 5px;
}

h3{
	font-size: 16px;
	color: #006699;
	margin-top: 25px;
	margin-bottom: 8px;
	border-bottom: 1px solid #006699;
}

h4{
	font-size: 14px;
	color: #003366;
	margin-top: 12px;
	margin-bottom: 8px;
}

h5{
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 10px;
}

label{
 font: bold 12px Arial,ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #cccccc;
}

#navBar{
	float:left;
	background-color: #ffffff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: none;
	width: 200px;
}

#content{
	float:right;
	width: 570px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 12px;
	color: #cccccc;
	padding: 10px;
}


/*********** #navBar link styles ***********/

#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navBar li{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
	font-size: 14px;
}
#navBar li a:link {
	display: block;
	color: navy;
	font-weight: bold;
}
#navBar li a:visited {
	color: navy;
	font-weight: bold;
}
#navBar li a:hover{
	background-color: #ADD8E6;
	text-decoration:none;
}
#navBar li.advert{
	border: 0;
}
#navBar li.advert a:link{
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: normal;
}





#content p{
	font-size: 14px;
	line-height: 21px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#content p.indent1{
	margin-left: 14px;
}

#content p.indent2{
	margin-left: 28px;
}

#content p.president{
	color: #334d55;
	font-weight: bold;
	margin-left: 24px;
	margin-top: 24px;
}
#content table{
	padding: 0px;
	margin-top: 0px;
	border-collapse: collapse;
	margin-bottom: 0px;
}
#content table td{
	font-size: 12px;
	padding: 4px;
	border: 1px solid #006699;
}
#content table.noborder{
	border: none;
}
#content table.noborder td{
	border: none;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#content strong{
	color: firebrick;
	font-weight: bold;
}

#content div.entrybtn {
  text-align:center;
  margin-top:25px;
  margin-bottom:25px;
}
#content div.entrybtn a.entrybtn {
  background: #1e90ff;
  background-image: -webkit-linear-gradient(top, #1e90ff, #262626);
  background-image: -moz-linear-gradient(top, #1e90ff, #262626);
  background-image: -ms-linear-gradient(top, #1e90ff, #262626);
  background-image: -o-linear-gradient(top, #1e90ff, #262626);
  background-image: linear-gradient(to bottom, #1e90ff, #262626);
  -webkit-border-radius: 7;
  -moz-border-radius: 7;
  border-radius: 7px;
  font-weight:bold;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 16px 4px 16px;
  text-decoration: none;
}
#content div.entrybtn a.entrybtn:hover {
  background: #00bfff;
  background-image: -webkit-linear-gradient(top, #00bfff, #4d4d4d);
  background-image: -moz-linear-gradient(top, #00bfff, #4d4d4d);
  background-image: -ms-linear-gradient(top, #00bfff, #4d4d4d);
  background-image: -o-linear-gradient(top, #00bfff, #4d4d4d);
  background-image: linear-gradient(to bottom, #00bfff, #4d4d4d);
  text-decoration: none;
}
#content div.download {
	border: 2px dotted #333333;
	padding: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 500px;
}

.oshirase h2 {
	text-align:center;
	margin-top:15px;
	border: 0px;
}

.oshirase dl {
	width:560px;
	display:flex;
	flex-wrap:wrap;
	font-size:0.8rem;
	line-height: 1.5em;
}
.oshirase dt {
	width:100px;
	padding:0px;
	margin:0px;
}
.oshirase dd {
	width:460px;
	padding:0px;
	margin:0px;
}

#content ul{
	font-size: 14px;
	line-height: 21px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left:1em;
}

#content ol{
	font-size: 14px;
	line-height: 21px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-left: 1em;
	padding-left:1em;
}

#content div.kakomi{
	border: solid #000000 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 10px;
}