@charset "UTF-8";


/* **************************************************************
 ページID　定義
************************************************************** */

#info {
	width: 566px;
	min-height: 500px;
	color: #505050;
	padding-bottom: 30px;
}
*html #info {
	height: 500px;
}

#info a {
	text-decoration: underline;
}

/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

#info p.times {
	padding-left: 10px;
}

#info table.info-table caption span {
	display: block;
	text-align: left;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.2em;
	padding-bottom: 5px;
}

#info table.info-table td {
	text-align: center;
}

#info div.info-Lt {
	width: 416px;
	float: left;
}

#info div.info-Rt {
	width: 150px;
	float: right;
}