@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: 25px;
  margin-top: 20px;
  font-size:12px;
  font-weight: 900;
  color: #fff;
}

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

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

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

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

.text_strong{
	font-weight: 900;
	color: #900;
	font-size: 10px;
}

.image {
  margin-top: 10px;
}

.text_red {
  color: #900;
}


.list_head {
  width: 95%;
  height: 30px;
  margin-left: 25px;
  margin-top: 10px;
  background-color:#36c;
  font-size:11px;
  font-weight: 900;
  color: #fff;
  padding:3px;
}

.list1{
  width: 95%;
  height: 30px;
  margin-left: 25px;
  margin-top: 0px;
  font-size:10px;
  color: #333;
  border-bottom: #36c solid 1px;
  padding:3px;
}

.list_hbox {
  border-right: #ccc 1px solid;
  padding:3px;
}

.list_box {
  border-left: #ccc 1px dashed;
  border-bottom: #ccc 1px dashed;
  padding:3px;
}

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

.go_top {
  width: 100%;
  margin-left: 25px;
  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;
}
