@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
}

br {
   letter-spacing:normal;
}

a {
   color:#33F;
   text-decoration:none;
}

a:hover {
   color:#33F;
   text-decoration:underline;
}

img.toplogo {
	float:left;
}

img {
   border:0;
   vertical-align:bottom;
}

h2,h3,h4,h5,h6 {
   margin:0;
}

h1 {
margin:0;
color:#fff;
background: #749999;/*背景色*/
padding: 0.5em;/*文字まわり（上下左右）の余白*/
}
/* ========TEMPLATE LAYOUT======== */
#top {
   width:780px;
   margin:10px auto;
   border:1px solid #333;
}

#header {
   width:780px;
   background:#fff;
}

#menu {
   float:left;
}

#topicPath {
   display:inline;/* for IE6 */
   float:left;
}

#contents {
   clear:both;
}

#main {
   float:left;
   width:760px;
   padding:10px;
   background:#fff;
}

#sub {
   float:right;
   width:200px;
   padding:10px;
}

#pageTop {
   clear:both;
}

footer {
	clear:both;
	color:#fff;
	background-color:#004400;
}

footer a {
	color:#ffffff;
}

footer a:hover {
   color:#ffffff;
   text-decoration:underline;
}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:36px;
}

#header h1 a {
   color:#333;
}

#header #pr p {
   margin:0;
   padding:10px;
   font-size:11px;
}


/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   width:750px;
   margin:10px;
   padding:5px;
   background:#f1f1f1;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
   border-left:1px solid #fff;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   border-right:1px solid #fff;
   border-top:1px solid #fff;
}

#menu li a {
   display: table-cell;
   vertical-align: middle;
   color:#fff;
   width:154px;
   text-decoration:none;
   background:#0089a1;
   height: 40px;
}

#menu li:first-child a {
   width:154px;
   height: 40px;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:#0F98AD;
   height: 40px;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#0F98AD;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:16px;
   border-bottom:3px double #ccc;
}

#main h3 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #0089a1;
   border-bottom:1px dotted #ccc;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#0089a1;
}

#main h5 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #ccc;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}


#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

/* INFORMATION CUSTOMIZE */
* html body #main dl.information dd div {
   display:inline-block;
}

#main dl.information dh {
   float:left;
   width:8em;
   margin:0;
   padding:0;
}

#main dl.information dt {
   float:left;
   width:15em;
   margin:0;
   padding:0;
}

#main dl.information dd {
   margin:0 0 0.5em 23em;
   padding:0;
   background:transparent;
}

#sekou table {
   width:100%;
   border-collapse:collapse;
}

#sekou table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
   background-color:#f0f7fc;
}

#sekou table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
}

#blog table {
   width:100%;
   border-collapse:collapse;
}

#blog table th {
   padding:5px;
   color:#fff;
   font-size:12px;
   text-align:center;
   border:1px solid #749999;
   background-color:#749999;
}

#blog table td {
   padding:5px;
   font-size:12px;
   text-align:center;
   border:1px solid #749999;
}

.redtopic {
    width:800px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#ff0000;
    border-radius:5px;
}

.redtopic2 {
    width:400px;
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    padding:8px 0 10px;
    color:#fff;
    background-color:#ff0000;
    border-radius:5px;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
   border:1px solid #333;
}

#sub h3 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   border:1px solid #fff;
   border-bottom:none;
   background:#0089a1;
}

#sub ul {
   overflow:hidden;
   margin:0;
   padding:0;
   background:#eee;
}

#sub li {
   width:198px;
   margin-top:-1px;
   line-height:1.4;
   list-style:none;
   border-top:1px solid #666;
}

#sub li a {
   display:block;
   padding:10px 5px;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:20px 0 4px 0;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
   outline:none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   border-top:1px solid #333;
   background:#ddd;
}


/*-------------------------------------*/
#main .sample_04{
 width: 100%;
 border-collapse: collapse;
 border-right: 1px solid #999;
 white-space: nowrap;
 table-layout: fixed;
 }
#main .sample_04 th{
 padding: 6px;
 text-align: left;
 vertical-align: top;
 color: #fff;
 font-size: x-small;
 background-color: #555;
 border-left: 5px solid #ff6633;
 border-top: 1px solid #fff;
 width: 60px;
 }
#main .sample_04 th a{
 color: #fff;
 }
#main .sample_04 td{
 padding: 6px;
 color: #000;
 font-size: x-small;
 border-bottom: 1px solid #999;
 border-left: 1px solid #999;
 }
#main .sample_04 tr:nth-child(odd){
 background-color: #f1f6fc;
 }
#main .sample_04 tr:nth-child(even){
 background-color: #ffffff;
 }
#main .sample_04 tr:hover{
 background-color: #bbd4ee;
 }
#main .calendar {
 width: 30%;
 height: 300px;
 float: left;
 }
#main table.calendar + table.calendar {
 margin-left: 20px;
 }
#main table.calendar::after {
 clear: both;
 content: "";
 display: block;
 line-height: 0;
 visibility: hidden;
 }
.sun {
     color: red;
     background-color: #fff0f0;
 }
.sat {
     color: blue;
     background-color: #f0f0ff;
 }
.today {
     background-color: #ffffa0;
 }
.event {
     background-color: #b94047;
 }
div.left {
     text-align: left;
     float: left;
}
div.right {
     text-align: right;
     float: right;
}
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bxslider img{
  width: 100% !important;
  height: auto !important;
}
ul.thumbnail { list-style-type: none; }
ul.thumbnail li {
 float: left;
 margin: 0 5px 5px 0;
}
ul.thumbnail li img {
 border: 0px solid #bbb;
 width: 360px;
}
ul.thumbnail li a { display: block; }
ul.thumbnail li dd {
 text-align: center;
 margin-left: 0;
 margin-top: 2px;
}
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 line-height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix { display: inline-block; }

/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* 円の基本形 */
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column;
  vertical-align: top;
}
/* 円の大きさ */
.size_normal{
  width: 18px;
  height: 18px;
}
/* 文字の大きさ */
.letter3 {
  font-size: 1.5em;
  line-height: 1.0em;
}
/* 円と文字の色 */
.pink1 {
  color: #ffffff;
  border: 4px solid #749999;
  background-color: #749999;
}

.blogmenu{
    position:relative;
    width:585px;
}
.blogmenu span{
    position:absolute;
    top:50%;
    left:50%;
    margin:0;
    padding:0;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size:x-large;
    font-weight:bold;
    width:100%;
    color: #333;
}
.blogmenu img{
	width:100%;
}
.blogmenu span img{
	width:40px;
}
