/*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%;
	}
	
/*1文字アキのテキスト*/	
.space01
	{
	letter-spacing: 1em
	}
	


/*コンテンツ用font*/
/*標準サイズ*/
.txtnormal {
	line-height: 130%;
	font-size: 90%;
	}
.txtnormalb {
	line-height: 130%;
	font-size: 90%;
	font-weight: bold;
	}
/*標準サイズ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%;
	}
/*小サイズ太字*/
.txtsmallb{
	font-weight: bold;
}
	/*画像キャプション用サイズ固定*/
.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%;
	}
	
ol.left0{
	padding: 0 10px;
	margin: 0 0 0 20px;
	line-height: 130%;
	}
	
li.tline
	{
	font-size: 90%;
	padding: -20 0 -20 0 px;
	line-height: 130%;
	}
	
ul	{
	margin: 0 0 0 30px;
	padding: -20 0 -20 0 px;
	line-height: 130%;
	}
	
	
.txtsmalli {
	font-style: italic;
}
blockquote {
	margin-left: 10px;
	margin-top: 3px;
}
.dotred {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
}

