@CHARSET "UTF-8";

/*
 * サイドバー
 */

/* 見出し */
#contents_sidebar h2 {
	width: 100%;
	font-weight: bold;
	text-indent: 1em;
	background-repeat: repeat-x;
	margin: 0em 0em 0em 0em;
	padding: 0.5em 0em 0em 0em;
}

/* リンクボタン */
#contents_sidebar a.button {
	width: 200px;
	height: 35px;
	display: block;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 6px 0px 0px;
	color: #000000;
	background-image: url("/img/global/btn/common.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
}
#contents_sidebar a.button:hover {
	background-image: url("/img/global/btn/common_on.jpg");
	text-decoration: none;
	color: #ff0000;
}

/* スタッフ */
#contents_sidebar div.staff {
	padding:5px 0px 0px 10px;
}
#contents_sidebar div.staff img {
	width: 60px;
	height: 80px;
	border-style: none;
	float: left;
	margin: 0em 0.5em 0em 0em;
	padding: 0em 0em 0em 0em;
}

