@charset "utf-8";
/* exercise styles */

#content {
	width: 920px;
	padding-top: 18px;
	padding-left: 30px;
	padding-right: 30px;
}
#content-left {
	float: left;
	width: 735px;
}
/* タイトル */
#content-left h2 {
	background-image: url(../exercise/image/title.gif);
	width: 735px;
	font-size: 0px;
	background-repeat: no-repeat;
	height: 27px;
	line-height: 0px;
	background-position: left top;
	text-indent: -9999px;
}
#content-left h3 {
	font-size: 0px;
	line-height: 0px;
	background-image: url(../exercise/image/lead.gif);
	background-repeat: no-repeat;
	height: 76px;
	width: 735px;
	text-indent: -9999px;
	background-position: top;
}
/* テーブル */
table {
	width: 731px;
	border: 4px solid #FFB156;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 100px;
}
#center {
	width: 480px;
	text-align: center;
}
#right {
	width: 120px;

}
th {
	font-size: 12px;
	background-color: #FFFFE0;
	text-align: center;
	font-weight: normal;
	line-height: 25px;
	width: 100px;
}
tr {
	border: 1px solid #ffb156;
}
td {
	border: 1px solid #ffb156;
}
.archiveTable02 {
	font-size: 12px;
	text-align: center;
	background-color: #FFFFFF;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.archiveTable03 {
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	line-height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/* サイドバー　ここから */
#sidebar {
	width: 160px;
	float: right;
}
/* ボタン */
ul#btn {
	list-style-type: none;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}
#new {
	height: 27px;
	width: 160px;
}
#new a {
	display: block;
	background-image: url(../archive/image/new.gif);
	background-position: 0px 0px;
	height: 27px;
	width: 160px;
}
#new a:hover {
	background-position: 0px -27px;
}