@charset "utf-8";

/* img xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.imgbox {
	float             : left;
	width             : 200px;
	height            : 240px;
	margin            : 3px;
	text-align        : center;
}

.imgbox p {
	border-left       : 8px solid #49980B;
	border-bottom     : 1px solid #49980B;
  text-align        : left;
	padding-left      : 3px;
	font-size         : 14px;
	line-height       : 25px;
}

.imgbox .imgsize1 {
	margin-top        : 3px;
	width             : 200px;
	height            : 150px;
}

.imgbox .imgsize2 {
	margin-top        : 3px;
	width             : 150px;
	height            : 200px;
}

.imgbox .imgsize3 {
	margin-top        : 3px;
	width             : 200px;
	height            : 142px;
}

.imgbox .imgsize4 {
	margin-top        : 3px;
	width             : 200px;
	height            : 144px;
}





/* table xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
table {
	border-collapse   : collapse;
	margin-left       : 20px;
	border            : 2px solid #49980B;
}

td {
	padding           : 5px;
	border            : 1px solid #49980B;
}

th {
	padding           : 5px;
	background-color  : #bae978;
	border            : 1px solid #49980B;
	border-bottom     : 2px solid #49980B;
	text-align        : center;
}

.line {
	border-bottom     : 2px solid #49980B;
}

.bg {
	background-color  : #99ff99;
}

.sub {
	width             : 100%;
	border            : none;
	margin-left       : 0;
	border            : 1px solid #49980B;
}

#option_menu td {
	text-align        : center;
}
