@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:font-medium.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* definition_change_font_size */
body{
	font-size: 84%;
}

.wrapBoxCoop h3{
	font-size: 90%;
}

/* definition_fixed_font_size */
#boxTop02 ul{
	font-size: 11.5px;
}

/* IE7 */
*:first-child+html #boxTop02 ul{
	font-size: 12px;
}

/* under IE6 */
* html #boxTop02 ul{
	font-size: 12px;
}
