@charset "UTF-8";

body {
  font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  position:absolute;
  margin: 0px;
  padding: 0px;
  background: #fff url(./image/bg_photo.png) center center / cover no-repeat fixed;
  height: 100%;
  width: 100%;
  line-height: 1.5;
  overflow:auto;
}

a,img { border-width: 0px; }
a img { border-style:none; }

/*-----リンク文字色設定--------------------------------*/



/*--------ヘッダー------------------------------------*/

h1 {
  position:relative;
  margin: 0px;
  width:745px;
  height:210px;
  background:url(./image/header.png) left top no-repeat;
  text-align:center;
}

/*--------コンテンツ------------------------------------*/

.center {
  position:relative;
  margin:0px auto;
  width:745px;
  height:auto;
 
}

#contents {
  position:relative;
  padding:20px 50px;
  width:645px;
  height:auto;
  background-color:rgba(255,255,255,0.8);
  font-size: 90%;
  overflow: hidden;
}

.y-block { 
  position:relative;
  margin-top:10px;
  padding:0px;
  width:100%;
  height:auto;
  overflow: hidden;
}

.y-block hr { 
  margin-bottom:20px;
  clear:both;
 }
  

h2 {
  position:relative;
  margin:10px 0px 10px 0px;
  width:100%;
  height:22px;
  text-align:left;
  clear:both;
}

h2.left {
  border-bottom:1px solid #2b6811;
  background:transparent url(./image/h2_left.gif) right bottom no-repeat;
}

h2.right {
  border-bottom:1px solid #2b6811;
  background:transparent url(./image/h2_right.gif) right bottom no-repeat;
}

.x-block_left {
  position:relative;
  margin-right:50px;
  float:left;
  width:380px;
  height:auto;
}

.x-block_right {
  position:relative;
  float:left;
  width:215px;
  height:auto;
  font-size:80%;
  text-align:center;
}

.x-block_left ul {
  position:relative;
  margin:0px -10px 0px 0px;
  padding:0px;
  list-style: none;
  width:390px;
  height:auto;
  font-size:0px;
  clear: both;
	overflow:hidden;
	align-items:center;
}

.x-block_left ul li {
  position:relative;
  float:left;
  margin:0px 10px 10px 0px;
  padding:0px;
  width:120px;
  height:90px; 
  overflow:hidden;
	color:#fff;
}

ul li a img,.thum img { 
	margin:-5px 0px 0px -7px;
	max-width:135px; 
	min-height:100px;
}

.thum  {
  margin: 0px auto;
  width:120px; 
  height:90px;
  margin-bottom:15px;  
  overflow:hidden;
}

ul li a,.thum a { display: inline-block; }
ul li a:hover,.thum a:hover { background-color: transparent; }/* IE6対応 */ 
ul li a:hover img,.thum a:hover img { visibility: hidden; }

.pdf {
  margin:0px auto 10px;
  float:left;
  text-align:left;
 }
 
.date { text-align:left; }
 
.date img {
   max-height:130px;
   margin-right: 10px;
   float:left;
   border:1px solid #555;
}
 
#info_box {
  position:relative;
  margin:0px auto;
  padding:20px 0px;
  width:745px;
	min-height:100%;
	height:auto;
  background-color:#fff;
	text-align:center;
	box-sizing: border-box;
}

h3 {
  position:relative;
  margin:4px auto 40px;
  width:540px;
  height:89px;
  background: url(./image/title02.jpg) left top no-repeat;
}

#info_box p {
  margin:30px 0px 25px; 
 }
 
#info_box  img {
    border:4px solid #fff;
    /* box-shadow */
   box-shadow:rgba(156, 156, 156, 0.6) 0px 0px 5px 3px;
   -webkit-box-shadow:rgba(156, 156, 156, 0.6) 0px 0px 5px 3px;
   -moz-box-shadow:rgba(156, 156, 156, 0.6) 0px 0px 5px 3px;
    /* for IE */
   behavior: url(PIE.htc);

  }
 
#info_box span {
    color:red;
}
  
#info_box hr {
  width:300px;   
}
 
/*--------フッター------------------------------------*/

address { 
  position: relative;
  margin-top: 20px;
  padding:0px;
  font-style:normal;
  font-size: 90%;
  text-align:center;
  clear: both;
  width: 100%;
}

#info_box address { 
  color:#555555;
}

#en { 
  position:fixed;
  bottom:0px;
  margin: 0px;
  padding: 0px;
  height: 50px;
  width: 100%;
  background:#000 url(./image/footer.png) center no-repeat;
  text-align:center;
  line-height: 2.5;
}