/* [div#main] /////////////////////*/
#main h3 {
	height: 34px;
	padding-top: 34px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}
#main h3 span {
	font-weight: bold;
}

/* [div#result] /////////////////////*/
#result {
	width: 100%;
}
#result table {
	width: 100%;
}
#result .itiran {
	border: 1px solid #999;
	font-size: 11px;
}
#result .itiran tr.even,
#result .itirant tr.even td { /* for IE */
	background-color: #e8e8e8;
}
#result .itiran th {
	background: #9cf;
	font-weight: normal;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#result .itiran th img {
	vertical-align: text-bottom;
}
#result .itiran td {
	border: 1px solid #999;
	text-align: center;
	padding: 5px;
}
#result p {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

/* ソート ///////////////////////*/
th .mark_DESC {
	padding-right: 7px;
	background: url(/main_img/arw-down-org.gif) right 4px no-repeat;
}
th .mark_ASC {
	padding-right: 7px;
	background: url(/main_img/arw-up-org.gif) right 4px no-repeat;
}


