/*=====CSS初期化=====*/
body,div,ul,li,h1,h2,h3,h4,p,article,aside,footer,header,hgroup,nav,section{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

img{
  border:0;
  vertical-align:top;
}

a{
  outline:none;
}

ul{
  list-style:none;
}

li{
  float:left;
}
/*=====ブロック=====*/
article,aside,footer,header,nav,section{display:block;}

/*=====全体=====*/

body{
  font-size:90%;
  font-family:Meiryo,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",verdana;
  line-height:160%;
  color:#111111;
  background-color:#ffffff;
  background-image:url(img/bg.jpg);
  background-repeat:no-repeat;
  position:relative;
  z-index:0;
}

a:link,a:visited,a:active{color:#555555;text-decoration:underline;}
a:hover{color:#888888;text-decoration:underline;}

wrapper{
  width:1020px;
  margin:0 auto;
}

/*=====ヘッダー＆ナビ=====*/

#header{
  width:1000px;
  height:330px;
  margin:60px auto 0;
  padding:10px;
  background-image:url(img/headerbg1.jpg);
  position:relative;
  box-shadow:0px 0px 5px #aaa;
}

#headerLeft{
  float:left;
  width:340px;
  height:330px;
  background-color:rgba(255,255,255,0.2);
  position:relative;
}

#nav a{
  display:block;
  width:141px;
  height:141px;
  border:2px #22CC16 solid;
  background-color:#fff;
  position:relative;
  font-family:"Segoe UI Light","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",Meiryo;
  color:#0C6B00;
  line-height:140px;
  text-align:center;
  text-decoration:none;
  font-size:24px;
}

#disco a{font-size:21px;}

#nav a:hover{background-color:rgba(255,255,255,0.8);}

#nav ul{margin:0;}
#nav li{margin:10px;}

#headerRight{
  float:left;
  width:660px;
  height:330px;
  position:relative;
}

#title{margin:100px 0 0 15px;}
#contact{margin:60px 0 0 400px;}


/*=====コンテンツ=====*/

#main{
  width:1000px;
  margin:0 auto;
  overflow:hidden;
  padding:0px;
}

#mainLeft{
  float:left;
  width:310px;
  height:100%;
  background-color:rgba(200,200,200,0.4);
  position:relative;
  padding:15px;
}

.recent{
  border:1px #22CC16 solid;
  background-color:rgba(255,255,255,0.6);
  width:310px;
  height:170px;
  margin:10px 0;
  position:relative;
}

.recent p{
  padding:10px;
  font-size:9pt;
}

.recent time{
  font-size:10pt;
  color:#222;
}

.recent img{
  float:right;
  border:1px #999 solid;
  box-shadow:0 0 5px #777;
  position:relative;
  margin:5px 5px 15px 15px;
}

.recent a{
  display:block;
  width:310px;
  height:170px;
  text-decoration:none;
}

.recent a:hover{
  background-color:rgba(0,0,0,0.1);
}

.yazirusi{
  border-left:20px #22CC16 solid;
  border-top:20px transparent solid;
  border-bottom:20px transparent solid;
  width:0px;
  height:0px;
  position:absolute;
  left:310px;
  top:62px;
}

#mainRight{
  float:left;
  width:660px;
  height:100%;
  position:relative;
  padding:0px;
}

#infowrapper{
  width:710px;
  height:500px;
  float:left;
}

.info{
  width:630px;
  margin:10px 0 10px 10px;
  padding:70px 0px 10px 20px;
  background-repeat:no-repeat;
}

.info img{
  border:3px #7F9BFF double;
  margin:10px;
}

.info h1{
  width:100%;
  height:70px;
  margin:0 0 0px 0;
  padding:15px 0 0 90px;
  background-image:url(info/logo.jpg);
  background-repeat:no-repeat;
  font-size:18pt;
  font-weight:normal;
  line-height:100%;
}

.info time{
  font-size:10pt;
  color:#777;
}

.info p{
  margin:40px 0 0 10px;
}


/*=====フッター=====*/

#footer{
  width:100%;
  height:30px;
  background-image:url(img/headerbg2.jpg);
  margin:80px 0 0 0;
  padding:8px 0 0 0;
  text-align:center;
  clear:both;
}

#footer small{
  font-size:10pt;
  color:#fff;
}