@charset "utf-8" ;

/* モジュール */


/************************************************************/ 
/* 回り込み */
/************************************************************/ 

.left {
	float: left ;
}
.right {
	float: right ;
}
.clear {
	clear: both ;
	font-size: 1px ;
}



/************************************************************/ 
/* フォント */
/************************************************************/ 

.bold {
	font-weight: bold ;
}

strong , strong a {
	color: #FF6000 ;
	font-weight: bold ;
	text-decoration: none ;
}

.small {
	font-size: 0.8em ;
	line-height: 1.4em ;
}
