@charset "UTF-8";

/* ================================

 common class
 2008.12.15
 
 Color Cordination
 Key Color: 

=================================== */

/* ================================

 clearfix

=================================== */

.clearfix
{
	display: inline-block;
}
.clearfix:after
{
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* Hide from mac IE \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* //hide from mac IE */

/* ================================

 common font size

=================================== */

p10
{
	font-size: 84%;
}
p14
{
	font-size: 116%;
}
p16
{
	font-size: 133%;
}
p18
{
	font-size: 150%;
}
p24
{
	font-size: 200%;
}