﻿@charset "UTF-8";
/* CSS Document */

body{
background-color:#000;
margin-top: 0;
color:#999;
}

a:link{color:#999;font-weight: 900;text-decoration:none;}
a:visited{color:#999;font-weight: 900;text-decoration:none;}
a:hover{color:#fff;text-decoration:none;}

.contents {
  width:800px;
  height:100%;
}

.logo {
  width:800px;
  margin-top:10px;
}

.menu {
  width:800px;
  height:25px;
  font-size:9px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color:#CCCCCC;
  border-bottom:#666 1px solid;
}

.title {
  margin-top:20px;
  width:750px;
  font-size:16px;
  font-weight:900;
  font-family:Geneva, Arial, Helvetica, sans-serif;
}

.subTitle {
  margin-top:20px;
  width:750px;
  font-size:13px;
  font-weight:900;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  border-bottom:#666 1px solid;
}

.indexSpring {
  width:750px;
  height:270px;
  background-image:url(../images/oriwori/haru.gif);
  background-position:left top;
  background-repeat:no-repeat;
  margin-top:10px;
  margin-bottom:10px;
}
  
.indexSummer {
  width:750px;
  height:270px;
  background-image:url(../images/oriwori/natsu.gif);
  background-position:left top;
  background-repeat:no-repeat;
  margin-top:10px;
  margin-bottom:10px;
}

.indexAutumn {
  width:750px;
  height:270px;
  background-image:url(../images/oriwori/aki.gif);
  background-position:left top;
  background-repeat:no-repeat;
  margin-top:10px;
  margin-bottom:10px;
}

.indexWinter {
  width:750px;
  height:270px;
  background-image:url(../images/oriwori/fuyu.gif);
  background-position:left top;
  background-repeat:no-repeat;
  margin-top:10px;
  margin-bottom:10px;
}

.indexMenu {
  width:80px;
  font-size:10px;
  margin-top:5px;
}

.mainImage {
  width:500px;
  height:500px;
  border:#666 1px solid;
  margin-top:20px;
}

.indicatin {
  width:500px;
  height:25px;
  font-size:11px;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  margin-bottom:10px;
}

.text {
  width:600px;
  font-size:11px;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  line-height:160%;
  margin-top:10px;
}

.goTop {
  width:750px;
  height:25px;
  font-size:11px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  border-top:1px solid #666;
  margin-top:10px;
  margin-bottom:20px;
}

.copy {
  width:750px;
  height:25px;
  font-size:10px;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  color:#666;
  margin-bottom:20px;
}