@charset "UTF-8";
/* CSS Document */
/* タイト設定 */
#doc h2.index {
	background-image:url(../img/title.png);
}
/* コピーの設定 */
.copy {
	width:665px;
	height:100px;
	background-image:url(../img/copy.png);
	text-indent:-9999px;
	font-size:0em;
	margin:-20px 0 30px;
}
/* 見出しの設定（ペースはcommon.cssに、トップのみ例外） */
.sub1 {
	background-image:url(../img/sub1.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}
.sub2 {
	background-image:url(../img/sub2.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}

.sub3 {
	background-image:url(../img/sub3.gif);
	background-repeat:no-repeat;
	margin-left:20px;
}
