@charset "UTF-8";
/* CSS Document */

body{
background-color:#000;
background-image: url(../images/back.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left top;
margin-top: 0px;
margin-left: 0px;
color: #fff;
}

a:link{color:#fff;text-decoration:none;font-weight:900}
a:visited{color:#fff;text-decoration:none;font-weight:900}
a:hover{color:#fc0;text-decoration:underline;font-weight:900}

.contents {
  margin-top: 90px;
  margin-left: 220px;
  width: 100%;
  height: 85%;
}

.menu {
  width: 70%;
  height: 25px;
  font-size:13px;
  font-weight:900;
  letter-spacing: 2px;
}

.diary{
  width: 70%;
  font-size:11px;
  padding:5px;
  margin-top: 30px;
  line-height: 180%;
}

.diary_photo{
  width: 150px;
  height: 195px;
  background-color:#000;
  border:1px solid #ccc;
}

.info{
  width: 70%;
  font-size:11px;
  padding:5px;
  margin-top: 30px;
  line-height: 180%;
}

.copy{
  width: 100%;
  font-size:11px;
  margin-top: 30px;
  border-top:1px solid #ccc;
}

.title{
  width: 70%;
  margin-top: 30px;
}

.sub_title{
  width: 70%;
  font-size:13px;
  font-weight:900;
  color:#FFFFFF;
  margin-top: 10px;
  padding:5px;
  border-bottom:1px solid #999;
}

.index{
  width: 70%;
  font-size:11px;
  margin-top: 5px;
  padding:5px;
  line-height: 180%;
  border-bottom:1px solid #999;
}

.gallery{
  width: 70%;
  margin-top: 20px;
}

.black_box{
  width: 500px;
  height: 500px;
  font-size:11px;
  padding:5px;
  background-color:#000;
  border:1px solid #999;
}

.text{
  width: 70%;
  font-size:11px;
  padding:5px;
  margin-top: 10px;
  line-height: 180%;
}

.cap{
  font-size:11px;
  padding:5px;
  line-height: 150%;
}

.text_r{
  color:#CC0000;
}

.image{
  margin-top: 10px;
}
