@charset "shift_jis";

.leftside{
	width: 360px;
	float: left;
}

.rightside{
	width: 360px;
	float: right;
}

.ctable {
	text-align: left;
}

.ctable TABLE {
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	text-aligin: left;
	line-height: 110%;
}

.retu1 {
	width : 270px;
}

.retu2 {
	width : 55px;
}
.title {
	font-size : 85%;

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

.updt {
	font-size: 70%;

	text-align: left;
	color: #cc0000;
	padding-left : 0px;
	padding-right : 5px;
     padding-top : 10px;
}
td {

	border-bottom-width: 1px;
	border-bottom-style : dotted;
	border-bottom-color : blue;

     border-top-style : none;
}
.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='#f7fdf0'"));
}

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