@charset "utf-8";
/* CSS Document */

/* sigma7用ＣＳＳ
----------------------------------------------- */
.banner {
	padding: 0px;
	height: 150px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.content_1 {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	text-align: left;
	width: 600px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 30px;
}

.content_2 {
	width: 600px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.content_3 {
	width: 600px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.content_3 table {
	width: 600px;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #1E3930;
	border-right-color: #1E3930;
}

.content_3 table caption {
	font-size: 14px;
	color: #1E3930;
	padding-bottom: 3px;
	padding-top: 5px;
	font-weight: bold;
}

.content_3 table span {
	font-size: 9px;
	font-weight: normal;
	color: #1E3930;
}

.content_3 table th {
	background-color: #1E3930;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #363;
	border-right-color: #033;
	border-bottom-color: #033;
	border-left-color: #363;
	text-align: center;
	color: #FFF;
	width: auto;
}

.content_3 table td {
	text-align: center;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #1E3930;
	border-left-color: #1E3930;
	width: 80px;
}

.content_3 table .f_name {
	text-align: left;
	padding: 5px;
	width: 400px;
}

.content_3 table .pdf {
	background-image: url(../images/bg_pdf_off.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
}

.content_3 table .pdf:hover {
	background-image: url(../images/bg_pdf_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

