﻿#side_bar{
	float: left;
	border: 1px solid #00008A;

	_margin-right: 6px;
	padding-bottom: -10px;

	width: 144px;
	_width: 140px;

	overflow: auto;
}

#sidebar_name{
	background: #00008A;

	text-align: center;

	width: 142px;
	_width: 140px;
	height: 35px;
}

#sidebar_name img{
	margin-top: 8px;

}

#sidebar_name strong{
	position: relative;

	top: -3px;

	line-height: 35px;
	font-size: 80%;
	color: #ffffff;
}

#cat_contents_list{
	background: url(/_images/bg_sg_img.gif);

	text-align: left;
	font-size: 90%;
}

#cat_contents_list a{
	text-decoration: none;
	color: #ff4242;
}

#cat_contents_list a:hover{
	display: block;

	background: url(/_images/bg_sg_hover_img.gif);
	background-color: #ffffff;

	color: #3366FF;
}


#cat_contents_list hr{
	color: #ffffff;

	margin: 0;
	padding: 0;

	border-top: 1px dotted #979797;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

.sidebar_list_data{
	position: relative;
	z-index: 5;

	border-bottom: 1px dotted #979797;
	margin-left: 8px;

	padding-top: 10px;
	padding-bottom: 10px;
}
