/*--------------------          fontsize_big - 小さな文字サイズ          --------------------*/

body {
	font-size: 70%;
}



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


div#maincontents
	h1
		span {
			bottom: 10px;
}
