@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;
}

.news {
	width: 100%;
	border-bottom:#36c 1px solid;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 125px;
	font-size:11px;
	line-height:130%;
	font-weight: 900;
	color: #000000;
}

.image {
  margin-top: 10px;
  margin-left: 125px;
}

.text_red {
  color: #900;
}

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