body	{
	margin:10px 30px;				/* マージン一括指定 */
}

h1 {
	background:#ffffff;			/* 背景一括指定 */
	color:#3300cc;				/* 文字色： */
	text-align: center;			/* 文字揃え */
	border-top: 6px solid #ff3333;	/* 上ボーダー */	
	padding:10px;				/* パディング一括指定 */
	margin:0px 0px;			/* マージン一括指定 */
}


h2 {
	background:#ffffff;			/* 背景一括指定 */
	color:#666666;				/* 文字色： */
	text-align: center;			/* 文字揃え */
	border-bottom: 4px solid #ffcccc;	/* 下ボーダー */
	padding:5px;		/* パディング一括指定 */
	margin-left:10px;			/* 左マージン */
	margin-right:10px;			/* 右マージン */
	margin-bottom: 20px;				/* 下マージン */
	margin-top: 0px;				/* 上マージン */

}

h3 {
	background:#ccffff;			/* 背景一括指定 */
	color:#000000;				/* 文字色： */
	text-align: left;			/* 文字揃え */
	border-left: 6px solid #3333ff;		/* 左ボーダー */
	border-right: 1px solid #3333ff;	/* 右ボーダー */
	border-bottom: 1px solid #6666ff;	/* 下ボーダー */
	border-top: 1px solid #6666ff;	/* 上ボーダー */
	padding:3px 10px;			/* パディング一括指定 */
	margin:5px 0px;			/* マージン一括指定 */
}

h4 {
	background:#ffffff;			/* 背景一括指定 */
	color:#000000;				/* 文字色： */
	text-align: left;			/* 文字揃え */
	padding:2px;				/* パディング一括指定 */
	margin:0px 5px;			/* マージン一括指定 */
}