@charset "UTF-8";
/* CSS Document */
/* ページ毎の設定 */
h2.title {
	width:660px;
	height:100px;
	background-image:url(../img/title.png);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:20px;
}
h3.sub1 {
	width:590px;
	height:32px;
	background-image:url(../img/sub1.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:20px;
	margin-left:60px;
}
h3.sub2 {
	width:590px;
	height:32px;
	background-image:url(../img/sub2.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:20px;
	margin-left:60px;
}
h3.sub3 {
	width:590px;
	height:32px;
	background-image:url(../img/sub3.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:20px;
	margin-left:60px;
}
h3.sub4 {
	width:590px;
	height:32px;
	background-image:url(../img/sub4.gif);
	text-indent:-9999px;
	font-size:0em;
	margin-bottom:20px;
	margin-left:60px;
}
.doc_l {
	float:left;
	width:275px;
}
.doc_r {
	float:right;
	width:275px;
}
