@charset "utf-8";
/* CSS Document */

#side_bar {
	width: 170px;
	float: left;
	background: #fff url(../images/side_bar_bg.jpg) top no-repeat;
	padding-top: 80px;
	line-height: 100%;
	display: inline;     /*     IE6対策     */
}

#side_bar h4 {
	color: #000;
	font-size: 90%;
	font-weight: bold;
	border-left: 5px solid #fc3232;
	padding-left: 8px;
}

.button a {
	width: 150px;
	height: 19px;
	background: url(../images/side_bar_button.gif) no-repeat;
	text-decoration: none;
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
}
.button a:link,
.button a:visited { color: #fff; }
.button a:hover {
	background: url(../images/side_bar_button_over.gif) no-repeat;
	color: #fff;
}

.banner a:link img,
.banner a:visited img {
	border: 1px solid #ccc;
}
.banner a:hover img {
	border: 1px solid #f33;
}