/*CSS for UD2002 Japanese edition*/h1 	{	font-size: 200%;	font-weight: bold;	line-height: 130%;	}h2	{	font-size: 160%;	font-weight: bold;	line-height: 130%;	}h3	{	font-size: 120%;	font-weight: bold;	line-height: 130%;	}p	{	font-size: 90%;	line-height: 130%;	}/*コンテンツ用font*//*標準サイズ*/.txtnormal {	line-height: 130%;	font-size: 90%;	}/*標準サイズBold*/.txtnBold {	font-weight: bold;	}/*標準サイズUnderline*/.txtnUline {	text-decoration: underline;	}/*標準サイズ Orange*/.txtorange {	color: #FF6600;	line-height: 130%;	font-size: 90%;	}/*中サイズ*/.txtmidium {	font-size: 75%;	line-height: 130%;	}/*中サイズ Orange*/.txtMorange {	color: #FF6600;	line-height: 130%;	font-size: 75%;	}/*中サイズ Glay*/.txtMglay {	color: #999999;	line-height: 130%;	font-size: 75%;	}/*小サイズ*/.txtsmall {	line-height: 130%;	font-size: 60%;	}	/*画像キャプション用サイズ固定*/.tCap {	line-height: 130%;	font-size: 10px;	}/*フッター*/.txtfoot {	line-height: 130%;	font-size: 75%;	}.info {		font-size: 90%;	line-height: 130%;	}.newinfo {	color: #FF6600;	font-weight: bold;	font-size: 90%;	line-height: 130%;	}.getAcro {	color: #805c3a;	font-size: 75%;	line-height: 130%;	}/*コンテンツ用List*/ol {	padding: 0 30px;	line-height: 130%;	}
