@charset "UTF-8";

/* Initialize
-------------------------------------------------- */
body {
  background-color: #efede4;
  color: #000000;
  font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

a:link {
  color: #3E5A99;
}
a:visited {
  color: #3E5A99;
}
a:hover {
  color: #E2694A;
}


/* left
-------------------------------------------------- */
#left {
  float: left;
  margin: 0 auto;
  text-align: center;
  width: 480px;
}

#header {
  height: 70px;
  margin: auto;
  padding: 10px 0 0 20px;
}

.info {
  background: #fff;
  border-color: #eee;
  border-style: solid;
  border-width: 5px;
  -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
  -webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
  box-shadow: 3px 3px 6px rgba(0,0,0,.3);
  margin: 15px auto 20px;
  padding: 3px 10px;
  width: 300px;
}
	
.info:after {
  background: rgba(0, 0, 0, .7);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, .7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
  bottom: 15px;
  content: "";
  height: 10px;
  right: 15px;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);		
  width: 70%;
  z-index: -1;
}

.info-title {
  font-weight: bold;
  font-size: 95%;
  text-align: left;
}

.info-text {
  font-size: 85%;
  padding: 0.2em 0 0 0.5em;
  text-align: left;
}

.info-text br {
display: block;
content: "";
margin: 3px;
}

.frame {
  display: inline-block;
  position: relative;
}

.frame:after {
  box-shadow: inset 0 0 50px #efede4;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/* Right
-------------------------------------------------- */
#right {
  float: left;
  margin: 80px auto;
  text-align: center;
  width: 480px;
}

.menu {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.menu li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
}

.menu a {
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e3e3e3); 
  background-image: -moz-linear-gradient(top, #f3f3f3, #e3e3e3); 
  background-image: -ms-linear-gradient(top, #f3f3f3, #e3e3e3); 
  background-image: -o-linear-gradient(top, #f3f3f3, #e3e3e3); 
  border-radius: 50%;
  box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 120px;
  line-height: 120px;
  margin: 20px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 120px;
}

.menu a:hover {
  border-radius: 30%;
  font-size: 15px;
  transition: .8s;
  -moz-transition: .8s;
  -webkit-transition: .8s;
}


/* Footer
-------------------------------------------------- */
footer {
  border-color:#000033 transparent;
  border-style:solid;
  border-width: 1px 0 0 0;
  clear: both;
  color:#330000;
  font-size: 80%;
  margin: 0;
  padding:10px 0;
  text-align:center;
}


/* Common
-------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 960px;
}


/* ==================================================
    Media Queries
================================================== */

/* ------------------------------ */
@media screen and (max-width: 960px) {
  .container {
    margin: 0 auto;
    width: 100%;
  }

  #right {
    margin: 30px auto;
    width: 100%;
  }

  #left {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
