	body, textarea, input, select, tr, td {
		font-size: 10px;
	}
/* CONTAINER */
	/* HEADER */
	#header {
		background-image: url(../img/index_3.jpg);
	}
	/* CONTENT */
	#content h2 { font-size: 14px; }
	#content h3.article { font-size: 14px; }
	.test h3 { font-size: 12px; }
	#content p, #content div.p { font-size: 12px; }
	#content .article h3 { font-size: 12px; }
	/* LEFT COLUMN */
	#left_col { font-size: 12px; }
		/* naviguation */
			/* sub-naviguation */
	.s_nav { font-size: 10px; }
	span.sub_margin { margin-left: 10px; }
				/* sub-sub-naviguation */
	.ss_nav { font-size: 10px; }
	span.ssub_margin { margin-left: 20px; }
	
	/* RIGHT COLUMN */
	#right_col { font-size: 12px; }
	#right_col li.small { font-size: 11px; }
	#right_col_blog h3 { font-size: 12px; }
	#right_col_blog form fieldset legend, #right_col_blog form fieldset label { font-size: 9px; }
			