@charset "Shift_JIS";

/* ============================ */
/* === パネルキャッチ（メイン） === */
/* ============================ */

#main p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 11pt;
	line-height: 140%;
}

#main h2 {
	margin-top: 10px;
	margin-left: 10px;
}

#main #waku {
	width: 590px;
	height: 220px;
	margin-left: 18px;
	margin-bottom: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #9ac696;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9ac696;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9ac696;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9ac696;
}

#main table {
	/* background-color: #008800; */
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#main th {
	/* background-color: #555555; */
	font-size: 11pt;
	color: #000000;
	line-height: 130%;
	/*vertical-align: top;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#main td {
	/* background-color: #f5f5f5; */
	font-size: 10pt;
	line-height: 130%;
	/*vertical-align: top;*/
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#main .img_posi01 {
	margin-top: 10px;
	margin-left: 15px;
}

#main .img_posi02 {
	margin-left: 16px;
}

#main .img_posi03 {
	margin-left: 8px;
}

#main .p_posi01 {
	clear: left;
	margin-top: 5px;
	margin-left: 13px;
}

#main .p_posi02 {
	float: left;
	margin-left: 9px;
}

#main .p_posi_ivo {
	text-align:center;
	background-color: #fffff7;
}
#main .p_posi_gr {
	text-align:center;
	background-color: #f7f7f7;
}
#main .p_posi_gg {
	text-align:center;
	background-color: #f7fff7;
}
#main .p_posi_bl {
	text-align:center;
	background-color: #e7e7e7;
}
#main .p_posi_br {
	text-align:center;
	background-color: #fff5ec;
}


