@import "common.css";
@import "common_contents.css";

/***********************************************/
/* contents　　                                */
/***********************************************/ 

#bn_form {
	width: 580px;
	text-align:right;
	margin-top: 10px;
}

#contents .table {
	width: 580px;
	border: 1px solid #CCCCCC;
}
.table .tr_title {
	background-image: url(../../images/bar_info.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table th {
	text-align: left;
	vertical-align: top;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "Lucida Grande", Verdana, "ＭＳ ゴシック";
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
 }
.table td {
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}

.table .td_center {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}


