@charset "Shift_JIS";


#side_list {
  text-align:left;
  overflow-y: scroll; 
  /* overflow-x: hidden;*/
  width: 177px;
  padding-right: 3px;
  height: 485px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  display: block;
}

/* for IE6 */
*html #side_list {width:167px;}

.category_header {
	padding: 10px;
	color: #ffffff;
	background:url(img/bg_category_header.jpg) no-repeat left 50%;
	line-height: 2.0;
}

.category_header a       { color:#FFFFFF; text-decoration:underline;}
.category_header a:link  { color:#FFFFFF; text-decoration:underline;}
.category_header a:hover { color:#FF9900; text-decoration:underline;}
.category_header a:visit { color:#6F1600; text-decoration:underline;}
.category_header a:active{ color:#6F1600; text-decoration:underline;}



#contents_right{
	/* background-color: red; */
	float: left;
	width: 180px;
}

/* for IE6 */
*html #contents_right{
	float: left;
	width: 170px;
}


#contents_left{
	/* background-color: yellow; */
	width: 630px;
}
