@import url("sidenavi.css");
@import url("../../css/width.css");
@import url("../../css/common.css");
@import url("../../css/font.css");
@import url("../../css/margin.css");
@import url("../../css/topnavi.css");
@import url("../../css/style.css");


h2{
	margin-bottom: 30px;
	background-image: url(../../img/border_1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
}

/*　コンテンツ　*/
.contents {
	float: right;
	width: 600px;
	line-height: 150%;
	margin-bottom: 50px;
}


/*===========　テーブル設定　==========*/

.pdfTable {
}

.pdfTable tr td {
	padding: 5px;
}

.zebra1{
	background-color: #E8ECF2;
}


