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

body {
	margin:0;
	padding:0;
	border-top:10px solid #258;
}
body, p {
  font-family: Verdana, Roboto, 'Droid Sans', sans-serif;
}

h1, h2 {
font-family: 'arial black',arial,sans-serif;
}

h3{
font-family: arial black,arial,helvetica,sans-serif;
}

p.date{
font-family: arial,sans-serif;
font-size: 11px;
}

p {
line-height:1.5;
}

img {border:0;}


h1, h2 {
    width:85%;
	margin:  -20px auto 15px auto;
    padding: 5px 10px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 2px solid #258;
	color:#258;
}
h2 {
    width:85%;
	margin:  20px auto 15px auto;
    padding: 5px 10px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 2px solid #258;
	color:#258;
}

h3 {width:85%;
    margin: 15px auto 0 auto;
	padding:3px 0px;
	position:relative;
	font:bold 1.1em verdana;
	line-height:1.5;
	color:#2A2A2A;
	}
	
h4, h5 {width:85%;
    margin: 20px auto 0px auto;
	padding:3px 0 5px 0;
	position:relative;
	font:bold 1.0em verdana;
	line-height:1.5;
	color:#2A2A2A;	text-align:center;
	border-bottom:1px solid #84b2e0;
	display:block;
	}
	
#header{
	width:85%;
	margin:0 auto;
	height:90px;
}
	
#logo img {
    width:111px;
    height:90px;
    float:right;
	margin:0;
	padding:0;
}	

table {
  width:85%;
  border: 1px solid #84b2e0;
  font-size:85%;
  margin:0px auto 30px auto;
  border-collapse: collapse;
  position:relative;
}
table th {
  width:16%;
  color: #fff;
  padding: 8px 5px;
  background: #258;
  font-weight: bold;
  border:1px solid #84b2e0;;
  line-height: 120%;
  text-align: center;
}

table tr td {
  padding: 8px 0px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #84b2e0;
}
table tr {
  background: #fff;
}

table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}

.small {font-size:0.6em;
padding:3px 0px;}

.legend {
	cleat:both;
	width:83%;
	margin:10px auto;
	padding:10px 5px 15px 5px;
	position:relative;
    height: auto;
	line-height:1.5;
	font-size:0.8em;
    overflow: hidden;
    height: auto;
}

.red {
	cleat:both;
	width:83%;
	margin:10px auto 5px auto;
	padding:3px;
	position:relative;
	line-height:1.5;
	font-size:0.8em;
	font-weight:bold;
	color:#BB0909;
}

.box {
	width:83%;
	margin:10px auto 50px auto;
	padding:10px 5px 10px 5px;
	position:relative;
    height: auto;
	line-height:1.5;
	font-size:0.8em;
}
/* 2014.08.07追加　*/
.box2 {
	width:83%;
	margin:10px auto 300px;
	padding:10px 5px 10px 5px;
	position:relative;
	line-height:180%;
	font-size:1em;
}

.box img {
   float: left;
   margin: 0 15px 30px 0 !important;
   padding: 0 !important;
   border: 0 !important;
}

.wrap {
	width:83%;
	margin:10px auto;
	padding:15px 5px 20px 5px;
	position:relative;
    height: auto;
	line-height:1.5;
	font-size:0.8em;
}
 
.wrap img {
   float: left;
   margin: 0 15px 10px 0 !important;
   padding: 0 !important;
   border: 0 !important;
}
 
/* footer */
#footer { 
	clear: both;
	width: 100%; 	
	color: #FFF;
	padding:10px 0;	 
	background: #258;
	text-align: center;
}
