@charset "UTF-8";

/*--------------------------------------
	menu
---------------------------------------*/

#menu ul .society {
	background-position: 0px -22px;
}


/*--------------------------------------
	table
---------------------------------------*/
#mainwide #stable {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
}

#mainwide #stable .years {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 120%;
	letter-spacing: 0.03em;
	font-weight: bold;
}


#mainwide #stable .sotable {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 728px;
	height: auto;
	border: solid #ccc 1px;
}


#mainwide #stable .sotable td,
#mainwide #stable .sotable th {
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	letter-spacing: 0.03em;
	line-height: 1.1em;
	color:#333;
}

#mainwide #stable .sotable .num {
	text-align: center;
}

#mainwide #stable .sotable th {
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	color:#333;
	background-color:#fff8f8;
	font-weight: bold;
	text-align: center;
	border-bottom: solid #ccc 1px;
}

#mainwide #stable .sotable .numth {
	text-align: left;
}

#mainwide #stable .sotable td {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	color:#333;
	text-align: left;
}

#mainwide #stable .sotable .linea {
	background-color:#fff;
}

#mainwide #stable .sotable .lineb {
	background-color:#f0f0f0;
}


