body	{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(img/bg_dots.jpg);
	}

/* コンテナ */
div#container	{
	background-color: #ffcc00;
	border: solid 1px #666666;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-left:25px;
	padding-right:25px;
	height:100%;
	}

/* コンテンツ */
div#contents{
	background-color:#ffffff;
	width: 650px;
	margin-top: 30px;
	margin-bottom: 25px;
	padding-top:20px;
	padding-left:25px;
	padding-bottom:20px;
	border:solid 1px #999999;
}

div#contents h1	{
	font-size: 1.4em;
	line-height: 2em;
	padding-left: 10px
	margin:0;
}

div#contents h2	{
	font-size: 1.2em;
	color:#FF3300;
	line-height: 2em;
	padding-left: 20px;
	background-image:url(img/title_deco2.gif);
	background-repeat:no-repeat;
}

div#contents p	{
	font-size: 1em;
	line-height: 1.8em;
	padding-left: 40px;
	padding-right:40px
}

/* フッター */
div#footer	{
	background-color: #FFCC00;
	width: 700px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

address	{
	font-size: 0.8em;
	font-style: normal;
	color: #000000;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
