﻿@charset "utf-8";

/*----links----*/
#links {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0px;
  width: 955px;
  height: 570px;
  border-style: solid;
  border-width: 3px;
  border-radius: 10px;
  border-color: #FFFFFF;
  align: center;
}

#links h1 {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 28px;
  color: #FFA500;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0px;
}

#links h2 {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0px;
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #008000;
}

#links p {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 0px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0px;
}

/*----effect----*/
#links #wrap {
  width:925px;
  margin:auto;
}
#links #wrap #mask {
  height:180px;
  overflow:hidden;
  border:solid 1px #999;
  float:left;
  margin:-1px 0 0 -1px;
}
#links #wrap #boxWrap {
  width: 230px;
  -moz-transition:margin-top .5s ease-out;
  -webkit-transition:margin-top .5s ease-out;
  -o-transition:margin-top .5s ease-out;
  -ms-transition:margin-top .5s ease-out;
}
#links #wrap #boxWrap:hover {
  margin-top:-179px;
}
#links #wrap #boxWrap h3 {
  font-size:12px;
  color:#000;
}
#links #wrap #box1 {
  padding:10px;
  background-color:#EEE;
  color:#666;
  height:160px;
}
#links #wrap #box2 {
  padding:10px;
  background-color:#EEE;
  color:#666;
  height:160px;
}
#links #wrap #box2 {
  margin-top: -1px;
  position:relative;
}
#links #wrap #box2 p1 {
  font-size:12px;
  margin-bottom:0px;
}
#links #wrap #box2 a {
  box-shadow:0 0 5px #999;
  position:absolute;
  left:70px;
  bottom:10px;
  text-decoration:none;
  color:#FFF;
  display:block;
  border: solid 1px #69F;
  background-color:#6CF;
  border-radius:3px;
  width:90px;
  text-align:center;
}
#links #wrap #box2 a:hover {
  box-shadow:0 0 5px #666;
  background-color:#6BF;
}
