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

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

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

.back {
  margin-top: 0px;
  width: 100%;
  height: 100%;
}

.menu {
  width: 200px;
  height: 100%;
  background-color:#f90;
  background-image:url("../images/side_image.jpg") ;
  background-repeat:repeat-y;
  background-position: right bottom;
}

.navi {
  width: 180px;
  font-size:10px;
  line-height:150%;
  color: #ffc;
}

.bar {
  width: 10px;
  height: 100%;
  background-color:#36c;
}

.contents {
  background-image:url("../images/back.gif") ;
  background-repeat:no-repeat;
  background-position: left top;
}

.title {
  width: 100%;
  height: 25px;
  background-color:#f90;
  border-bottom:#36c 3px solid;
  margin-left: 125px;
  margin-top: 20px;
  font-size:12px;
  font-weight: 900;
  color: #fff;
}

.text {
	width: 80%;
	margin-left: 125px;
	margin-top: 5px;
	font-size: 14px;
	line-height: 180%;
	color: #333;
}

.text_in {
  width: 95%;
  margin-top: 5px;
  font-size:11px;
  line-height:180%;
  color: #333;
}

.text_underline {
  width: 95%;
  margin-top: 5px;
  font-size:11px;
  line-height:180%;
  color: #333;
  border-bottom:#ccc 1px solid;
}

.cap {
  width: 100%;
  font-size:11px;
  line-height:180%;
  color: #333;
}

.data {
  width: 100%;
  font-size:11px;
  line-height:180%;
  color: #000;
  font-weight: 900;
  border-bottom:#36c 1px solid;
}

.sub_title {
  font-size:12px;
  font-weight: 900;
  color: #333;
  width: 100%;
  border-bottom:#36c 1px solid;
  margin-left: 125px;
  margin-top: 10px;
}

.sub_title2 {
  font-size:12px;
  font-weight: 900;
  color: #333;
  width: 95%;
  border-bottom:#36c 1px solid;
  margin-top: 10px;
}


.text_bold {
  font-weight: 900;
  color: #333;
}

.text_strong{
  font-weight: 900;
  color: #900;
  font-size:110%;
}

.image {
  margin-top: 10px;
}

.text_red {
  color: #900;
}

.list_box {
  border: #ffc 1px solid;
  padding:3px;
}


.list1{
  width: 90%;
  height: 30px;
  margin-left: 125px;
  margin-top: 0px;
  background-color:#fc3;
  font-size:11px;
  color: #333;
}

.list2{
  width: 90%;
  height: 30px;
  margin-left: 125px;
  margin-top: 0px;
  background-color:#ff9;
  font-size:11px;
  color: #333;
}

.go_top {
  width: 100%;
  margin-left: 125px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: #ccc 1px solid;
  font-size:11px;
  color: #000;
}

.white_box {
  width: 100%;
  height: 100%;
  background-color:#fff;
  border: #36c 1px solid;
  padding: 3px;
}

.list_wbox {
  border: #36c 1px solid;
  padding:3px;
  background-color:#fff;
}
