@charset "utf-8";

/* table
---------------------------------------------------- */

table.style_os2 {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	width: 650px;
}

table.style_os2 th,table.style_os2 td {
	font-size: 1.3em;
	line-height: 140%;
	padding: 3px 8px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: left;
}
table.style_os2 th {
	background: #f90;
	color: #fff;
	text-align: center;
}
table.style_os2 th.th2 {
	background: #fff7d6;
	color: #333;
	text-align: left;
}
table.style_os2 td {
	width: 260px;
}


.imgright {
	float: right;
	margin: 0px 0px 0px 10px;
}

