@charset "UTF-8";

/* CSS Information
	Last Modified: 2010/03/25;
	Guideline: non;
 */

/* ******************************************
 * Table of Contents
 *
 * 文書本体
 *
 * ******************************************
 */


/* 文書本体 */
html,
body {
	height: 100%;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"Hiragino Kaku Gothic Pro W3",
		"ＭＳ Ｐゴシック",
		"メイリオ",
		Meiryo,
		Osaka,
		"MS P Gothic",
		sans-serif;
	background-color: #cccccc;
	color: #555555;
	font-size: small;
	line-height: 1.2;
	}

