#column_A #skiBox {
	padding: 10px;
}

#column_A #skiMenu {
	border-bottom: 1px #999 solid;
}
#column_A #skiMenu ul {
	list-style: none;
}
#column_A #skiMenu li {
	float: left;
	margin-right: 5px;
	border-left: 1px #999 solid;
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	width: 7em;
	padding: 3px;
	font-size: 0.95em;
	text-align: center;
}
#column_A #skiMenu li#kanetsu {
	background-color: #f5ecf4;
}
#column_A #skiMenu li#jyoushinetsu {
	background-color: #bbe2f1;
}
#column_A #skiMenu li#kaetsu {
	background-color: #dbebc4;
}

#column_A #skiUpdate {
	font-size: 0.95em;
	margin: 5px 0;
}

#column_A #skiContents #skiInfo {
	float: left;
	width: 380px;
}
#column_A #skiContents #skiInfo table {
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
}
#column_A #skiContents #skiInfo th,
#column_A #skiContents #skiInfo td {
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
	padding: 3px;
	font-size: 0.95em;
}
#column_A #skiContents #skiInfo table#tableKanetsu th {
	background-color: #f5ecf4;
}
#column_A #skiContents #skiInfo table#tableJyoushinetsu th {
	background-color: #bbe2f1;
}
#column_A #skiContents #skiInfo table#tableKaetsu th {
	background-color: #dbebc4;
}
#column_A #skiContents #skiInfo th#skiArea {
	width: 200px;
}
#column_A #skiContents #skiInfo th#skiSekisetsu {
	width: 70px;
}
#column_A #skiContents #skiInfo th#skiKahi {
	width: 100px;
}

#column_A .map {
	margin-top: 30px;
	width: 270px;
	height: 500px;
	float: right;
	border: 1px #999 solid;
}

#column_A #nowloading {
	text-align: center;
	margin: 10px 0;
}

