@charset "UTF-8";


/* サイト全体設定
 ---------------------------------------------------------------------- */

body {
	margin: 0;
	color:#000000;
	font-family: Verdana,
				 Arial,
				 Meiryo,
				 "メイリオ",
				 "Hiragino Kaku Gothic Pro",
				 "ヒラギノ角ゴ Pro W3",
				 Osaka,
				 "MS P Gothic",
				 "ＭＳ Ｐゴシック",
				 sans-serif;
	background: #ddc4ff;
	text-align: center;
	}


/* 見出し設定 
---------------------------------------------------------------------- */

h1,h2,h3 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	}

ul {
	text-indent: 5px;
	}

li {
	list-style-type: none;
	font-size: 10px;
	}


/* コンテンツ部設定 
---------------------------------------------------------------------- */

#moji {
	font-size:10px;
	}

p {
	font-size: 10px;
	} 