/*--------------------          fontsize_big - 大きな文字サイズ          --------------------*/

body {
	font-size: 90%;
}



/*-------          ページタイトルの位置調整          -------*/


div#maincontents
	h1
		span {
			position: absolute;
			left: 15px;
			bottom: 8px;
			_bottom: 6px;	/* WinIE用 */
}
