@charset "Shift_JIS";

/* -------------------------------------
 common
------------------------------------- */
@import url("common.css");

/* -------------------------------------
 sub contents - left side
------------------------------------- */
td.subcontentsLeftTitle {
	padding: 0;
	width: 297px;
	height: 18px;
	border: 0;
	background-color: #f0ffde;
}
td.subcontentsLeft {
	padding: 0;
	width: 293px;
	height: 141px;
	border-top: 0;
	border-left: 2px solid #8bd2aa;
	border-right: 2px solid #8bd2aa;
	border-bottom: 2px solid #8bd2aa;
	background-color: #f0ffde;
}

/* -------------------------------------
 sub contents - right side
------------------------------------- */
td.subcontentsRightTitle {
	padding: 0;
	width: 458px;
	height: 18px;
	border: 0;
	background-color: #f0ffde;
}
td.subcontentsRight {
	padding: 5px;
	width: 444px;
	border-top: 0;
	border-left: 2px solid #8bd2aa;
	border-right: 2px solid #8bd2aa;
	border-bottom: 2px solid #8bd2aa;
	background-color: #f0ffde;
	vertical-align: top;
	text-align: left;
	font-size: 10pt;
}

/* -------------------------------------
 sub contents - information
------------------------------------- */
iframe#subcontentsInformation {
	width: 440px;
	height: 459px;
	border-color: #f0ffde;
}
