@charset "utf-8";

/*=========================================================
	[ font_medium.css ]
	font - font size
	date - creation:2010-02-08 // update:2010-02-24
=========================================================*/

/*=========================================================
	index
		1. heading style
		2. text style
		3. list style
=========================================================*/
body{
	font-size:100%;
	font-size:84%;
}

/* 1. heading style
=========================================================*/
/* Common setting */
#content h1 span{
	font-size:100%;
	font-size:68%;
}

/* 2. text style
=========================================================*/
/* lead
---------------------------------------------------------*/
p.lead{
	font-size:100%;
	font-size:93%;
}

/* 3. list style
=========================================================*/
#content dd{
	font-size:100%;
	font-size:93%;
}