/*
 Cascading Style Sheets for Kanagawa SUBARU CO.,Ltd.
 Copyright 2004 Dolphin Arts Inc.
 */

/* Contents
 1. lage
 2. medium
 3. main 本文デフォルトFont size
	4. small
	5. x-small
	6. red
	7. main-red
	8. small-red
	9. blue
	10.main-blue
	11.small-blue
	12.orenge
	13.main-orenge
	14.small-orenge
	15.white
 */
	
	/* Common fonts styles */
.lage {
	font-size: 1.14em;
	color: #000;
	line-height: 150%;
}

.medium {
	font-size: 1em;
	color: #000;

	line-height: 150%;
}

.main {
	font-size: 0.9em;
	color: #000;
	line-height: 150%;
}

.small {
	font-size: 0.76em;
	color: #000;
	line-height: 150%;
}

.x-small {
	font-size: 0.7em;
	color: #000;
	line-height: 125%;
}


/* red */
.red {
	color: #f00;
}

.main-red {
	font-size: 0.9em;
	color: #f00;
}

.small-red {
	font-size: 0.76em;
	color: #f00;
}

/* blue */
.blue {
	color: #00f;
}

.main-blue {
	font-size: 0.9em;
	color: #00f;
}

.small-blue {
	font-size: 0.76em;
	color: #00f;
}


/* orenge */
.orenge {
	color: #f60;
}

.main-orenge {
	font-size: 0.9em;
	color: #f60;
}

.small-orenge {
	font-size: 0.76em;
	color: #f60;
}

/* white */
.white {
	color: #fff;
}
