/* 文字サイズ */
.tx-Small   {font-size: 70%; line-height: 120%;}
.tx-Smallb  {font-size: 70%; font-weight:bold; line-height: 120%;}
.tx-Smallnew   {font-size: 85%; line-height: 120%;}
.tx-Normal  {font-size: 85%; line-height: 140%;}
.tx-Normalb {font-size: 85%; font-weight:bold; line-height: 140%;}
.tx-Large   {font-size: 100%; line-height: 120%;}
.tx-Largenew   {font-size: 100%; line-height: 120%; text-align:center; vartical-align:middle;}
.tx-Largeb  {font-size: 100%; font-weight:bold; line-height: 120%;}
.tx-xLarge  {font-size: 110%; line-height: 120%;}
.tx-xLargeb {font-size: 110%; font-weight:bold; line-height: 120%;}
.tx-Ue      {font-size: 80%; vertical-align:super; line-height: 100%;}
.tx-Sita    {font-size: 80%; vertical-align:sub; line-height: 100%;}

#SideMenu {
	font-size: 70%;
	padding-top: 8px;
	padding-bottom: 10px;
}
#SideMenu a:link {
	text-decoration: none;
}
#SideMenu a:visited {
	text-decoration: none;
}
#SideMenu a:hover {
	text-decoration: underline;
}
#SideMenu a:active {
	text-decoration: none;
}
