@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 {
	background-image: url(../../images/bar_info.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table th {
	text-align: center;
	vertical-align: top;
	font-family: "ヒラギノ角ゴ Pro W3", Osaka, "Lucida Grande", Verdana, "ＭＳ ゴシック";
	font-weight: bold;
	font-size: 12px;
	width: 100px;
	padding-top: 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;
}

/***********************************************/
/* company 　　                                */
/***********************************************/
/* greet */
#greet_left { float: left; width: 150px; }
#greet_right {
	float: right;
	width: 420px;
	text-align:left;
	padding-top: 5px;
	line-height: 20px;
}

/***********************************************/
/* recruit　　                                 */
/***********************************************/ 
/* voice */

.voice_head { margin: 0 auto; }
.voice_txt {
	width: 530px; margin: 0 auto;
	padding: 0px 15px 15px;
	background-image: url(../company/images/bg_voice.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	line-height: 20px;
}
