@charset "shift_jis";
/*---メニュー一覧テーブル部分--------------------*/

.ctable {
	text-align: left;

}

.ctable table {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	line-height: 120%;
background : url(../image/cotton-f.png);
}

.retu1 {
	width: 40px;
}

.retu2 {
	width: 120px;
}

.retu3 {
	width: 230px;
}

.retu4 {
	width: 200px;
}

.number,.updt,.title,.place {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7b7b7b;
	text-align: left;
	padding-top : 3px;
	font-size: 90%;
}

.number {

	padding-left : 3px;
	padding-right: 5px;
	text-align: right;
}

.updt {

	padding-left: 10px;
}

.title {

	padding-right: 10px;
}

.place {

	padding-left: 5px;
	padding-right: 3px;
}

.gl {
	color: #999999;
}

.ctable a {
	 /* ブロック要素 */
	width: 100%; /* リンク部分の横幅 */
	padding: 0px;
	text-decoration: none; /* リンク文字の下線 */
	display: block;
}

.ctable a:hover {
	background-color: #fddfe8; /* ポイント時の背景色 */
	color: red; /* ポイント時の文字色 */
	padding: 0px;
}
/* tr:hoverのIE6対策 */

.ctable tr {
	hover: expression(this.onmouseover=new Function("this.style.backgroundColor='#fddfe8'"),this.onmouseout=new Function("this.style.backgroundColor='#fbf7f4'"));
}

.ctable tr:hover {
	background-color: #fddfe8;
}
