#sidebar {
	float: right;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	padding: 25px 30px 25px 15px;
	width: 240px;
}
#sidebar #sidebar-top {
	background: white url(../images/sidebar_top_bg.gif) bottom left no-repeat;
	height: 8px;
}
#sidebar #sidebar-content {
	background: white url(../images/sidebar_content_bg.gif) repeat-y;
	padding: 15px;
}
#sidebar #sidebar-content ul {
	list-style: none;
	overflow: hidden;
	white-space: nowrap;
}
#sidebar #sidebar-content .widget-container {
	margin: 0px 0px 30px 0px;
}
#sidebar #sidebar-content .widget-container a {
	color: #012faa;
	font-weight: bold;
	text-decoration: none;
}
#sidebar #sidebar-content .widget-container a:hover {
	color: #ff6a2e;
	font-weight: bold;
	text-decoration: underline;
}
#sidebar #sidebar-content .widget-container h3 {
	background: url(../images/widget_container_h3.gif);
	margin: 0 0 10px 0;
	padding: 5px 0 3px 10px;
}
#sidebar #sidebar-content .widget-container ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	text-align: left;
}
#sidebar #sidebar-content .widget-container ul li {
	margin: 0 0 5px 0;
}
#sidebar #sidebar-bottom {
	background: white url(../images/sidebar_bottom_bg.gif) top left no-repeat;
	clear: both;
	height: 8px;
	position: relative;
}