body{
	font-size:91%;
	fonto-color:#666666;
	line-heght:120%
	}
	
a:Link{ /*リンク指定*/
	text-decoration  : true ; /*下線指定*/
	color : #336699; /*色指定*/
	}

a:Visited{ 
	text-decoration  : true; 
	color : #6677AA;/*訪問済み#666666*/
	}

a:Active{ /*アクティブリンク指定*/
	text-decoration  : none; /*下線指定*/
	color : #669999; /*色指定*/
	}

a:Hover	{ /*ホバ−リンク指定*/
	text-decoration  : true; /*下線指定*/
	color : #113366; /*色指定*/
	}

.medium{
	font-size:12px; 
	line-height: 120%	}

.x_small{
	font-size:12px; 
	line-height: 110%	}
	

.x_small_120{
	font-size:12px; 
	line-height: 120%	}
	
.x_small_140{
	font-size:12px; 
	line-height: 140%	}
	
.xx_small{
	font-size:10px;
	line-height: 130%}

.minimum{
	font-size:11px;
	line-height: 110%	}

.copy{
	color: #666666;
	font-size:12px	}

.topics_view_title{
	color: #cc0000;
	font-weight:bold;
	font-size: 14px;
	line-height: 110%	}

.U-Carprice{
	color: #FF9900;
	font-weight:bold;
	font-size: 14px;
	line-height: 110%	}

.U-Carname{
	color: #cc0000;
	font-weight:bold;
	font-size: 14px;
	line-height: 110%	}

.comment{
	font-size:12px;
	line-height: 120%;
	color: #333333;
	}
	
.bg-pict{
	background-position: 50% 50%
	}
	
.underbar-pict{
	background-repeat: repeat-x;
	background-position: 0% 100%
	}