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

body{
background-color:#fff;
margin: 0px;
color: #666;
}

a:link{color:#666;text-decoration:none;}
a:visited{color:#666;text-decoration:none;}
a:hover{color:#333333;text-decoration:underline;}

a.navilink {color:#c33;font-size: 120%;text-decoration:none;}
a:visited.navilink {color:#c33;text-decoration:none;}
a:hover.navilink {color:#36c;text-decoration:underline;}

.contents {
  margin: 0px;
  width: 100%;
  height: 100%;
}

.side {
  width: 200px;
  background-color:#999;
}

.logo {
  margin-top:10px;
  margin-bottom:20px;
}

.side_menu {
  width: 200px;
  height:30px;
  border-top:#999 1px solid;
  font-size:12px;
}

.homeImage {
  width:800px;
  height:517px;
  background-image:url(../images/home_img2.jpg);
  background-repeat:no-repeat;
  font-size: 10px;
  line-height: 150%;
  color:#000;
  padding-top:5px;
  padding-left:5px;
}

.homeImage2 {
  width:800px;
  height:522px;
  background-image:url(../images/home_img2.jpg);
  background-repeat:no-repeat;
  font-size: 10px;
  line-height: 150%;
  color:#000;
  padding-top:5px;
  padding-left:5px;
}

.copy {
  width:100%;
  font-size:11px;
  line-height:150%;
}

.sub_navi {
  font-size: 12px;
  font-weight: 900;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  width: 90%;
  border-bottom:#ccc 1px solid;
}

.index_box {
  width: 180px;
  height: 180px;
  border:#ccc 1px solid;
  padding: 5px;
  font-size: 11px;
}

.index_box2 {
  width: 200px;
  height: 210px;
  border:#ccc 1px solid;
  padding: 5px;
  font-size: 11px;
}

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

.text_l {
  font-size: 12px;
  line-height: 180%;
  width: 90%;
  padding: 5px;
  margin-top: 10px;
  margin-left: 20px;
}

.text_strong {
  font-size: 120%;
  font-weight: 900;
}
  
.title {
  font-size: 14px;
  font-weight: 900;
  color: #000;
  width: 90%;
  margin-top: 10px;
  margin-left: 20px;
}

.sub_title {
  font-size: 12px;
  font-weight: 900;
  color: #666;
  width: 90%;
  margin-top: 10px;
  margin-left: 20px;
  padding-left: 5px;
  background-color:#ececec;
  border-bottom:#ccc 3px solid;
}

.image {
  margin-top: 10px;
}

.cursor {
  cursor:default;
} 

.cap {
  font-size: 11px;
  font-weight: 100;
}

.note {
  font-size: 11px;
  line-height: 180%;
  width: 90%;
  margin-left: 50px;
}

.list {
  font-size: 11px;
  padding: 5px;
  border-bottom:#ccc 1px solid;
}

.sold {
  font-size: 13px;
  font-weight: 900;
  color: #c33;
}

.ruby {
  ruby-align:center;
  ruby-position:above;
  ruby-overhang:auto;
}

rt{font-size:60%;}