/*見出し設定
------------------------------------------*/
div#pageTitle {
	margin-bottom: 20px;
	padding: 0;
}
.headingA{
	margin-bottom: 15px;
	padding: 0 0 0 15px;
	height: 31px;
	line-height: 31px;
	font-size: 14px;
	background: url(../img/heading02.gif) no-repeat left top;
}
.headingB{
	margin-bottom: 10px;
	padding: 0 0 3px 15px;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #428bb6;
	border-bottom: 1px solid #d6d6d6;
	background: url(../img/heading03.gif) no-repeat left top;
}
div#contentsIndex h2 {
	margin: 0 0 12px 0;
}


/*テーブル基本設定
------------------------------------------*/
table{
	margin: 0;
	padding: 0;
}
table td{
	vertical-align: top;
}
table td.border{
	vertical-align: top;
	border: 1px solid #d6d6d6;
}





.clear {
clear: both;
}
.none {
display: none;
}
.right {
text-align: right;
}
.left {
text-align: left;
}
.center {
text-align: center;
}

.floatleft {
float: left;
}




/*リンクアイコン設定
------------------------------------------*/
/*通常右矢印リンク*/
.link01 {
	background-image: url(../img/icon_arrow01_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	min-height:1px;/* IE7 */
}
.link02 {
	background-image: url(../img/icon_arrow02_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	min-height:1px;/* IE7 */
}

/*見出し上の一覧ボタン*/
.linkList{
	margin:-35px 0px 20px 0px;
	padding-right:10px;
	text-align:right;
}

/*pdf link icon*/
.linkPDF {
	background-image: url(../img/icon_pdf_01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 13px;
	min-height:1px;/* IE7 */
}

/*リスト設定
------------------------------------------*/
.list01 {
	list-style-position: outside;
	margin: 0 0 0 1.5em;
}

