/* -------------------------------------------------------------------------------- */
/* Reserve Table */

#reserve div.cgiform {
	width: 190px;
	height: 285px;
	background: #ffffff url(/img/yoyaku_bg.jpg) no-repeat;
	margin-left: 3px;
	margin-top: 8px;
}

#reserve div.space {
	height: 32px;
	padding: 0 0 0 0;
}

/* -------------------------------------------------------------------------------- */
/* Mail Table */

#mail {
	font-size: 11px;
}

#mail div.mailbutton {
	width: 190px;
	height: 40px;
/*	background: #ffffff url(/img/mail_bg.jpg) no-repeat;	*/
	margin-left: 3px;
	margin-top: 8px;
}

#mail div.space {
	height: 20px;
	padding: 0 0 0 0;
}

#mail A {
	text-decoration: none;
	color: #000;
}

/* -------------------------------------------------------------------------------- */
/* Shimotsuke Table */

#soon {
	font-size: 11px;
}

#soon div.linkbutton {
	width: 190px;
	height: 55px;
	margin-left: 3px;
	margin-top: 8px;
}

#soon div.space {
	height: 20px;
	padding: 0 0 0 0;
}

/* -------------------------------------------------------------------------------- */
/* Space */

#lastspace {
}

#lastspace td.tdspace {
	height: 50px;
}

/* -------------------------------------------------------------------------------- */
/* Info Table */

#info {
	font-size: 11px;
	margin-left: 6px;
	margin-top: 8px;
}

#info td.top1 {
	width: 194px;
	height: 32px;
	background: #ffffff url(/img/submenu_bg1.jpg) no-repeat;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#info td.top2 {
	width: 385px;
	height: 24px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}


#info a:link {
	text-decoration:none;
	color:#000000;
}

#info a:active {
	text-decoration:none;
	color:#ff0000;
}

#info a:visited {
	text-decoration:none;
	color:#696969;
}

#info a:hover {
	text-decoration:none;
	color:#ff0000;
}

#info td.top3 {
	width: 385px;
	height: 8px;
	background: #ffffff url(/img/submenu_bg2.jpg) no-repeat;
}

#info div.space {
	height: 20px;
	padding: 0 0 0 0;
}

