/* 本体 */
body {
	color:#000000;				/* テキスト色 */
	background-color:#ffffff;	/* 背景色 */
	margin:0px;					/* 余白 */
	background-image:url(../image/com/bg.jpg);	/* 背景画像 */
	background-repeat:repeat;	/* 背景画像の敷き詰め方 */
}

/* 中央クラス */
.contents_center {
	width:960px;				/* 幅 */
	height:100%;				/* 高さ */
	float:right;				/* 回り込み　右 */
	padding-top:20px;			/* マージン上 */
	padding-bottom:20px;		/* マージン下 */
	font-size:150%;				/* フォントサイズ */
}

/* 見出し1 */
h1 {
	width:940px;				/* 幅 */
	height:30px;				/* 高さ */
	margin:0;					/* マージン */
	padding:8px 0px 0px 8px;	/* 余白  */
	font-size:160%;				/* フォントサイズ */
	color:#333333;				/* 色 */
	background-image:url(../image/com/head.png);	/* 背景画像 */
}
