@charset "UTF-8";

@import url("common.css");
@import url("structure.css");

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

 annai.html CSS file
 2008.3.12
 
 Color Cordination
 Key Color: 

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

.container
{
	clear: both;
	margin: 0 0 30px;
}
.container .note
{
	float: left;
	width: 380px;
	font-size: 116%;
}
.container .leader
{
	margin-top: 10px;
}
.container .note h4
{
	margin: 0 0 10px;
}
.container .note p
{
	margin: 0 0 2em;
}
.container .image
{
	float: right;
	width: 360px;
}
.supplement
{
	clear: both;
	color: #666;
	font-size: 84%;
}