@charset "utf-8";

/***************************************************
	LUNASIA スタイルシート
	company.css
	ページレイアウトスタイル定義
***************************************************/
#contents h2#title {	padding: 0 20px 20px;}

/* main */
#contents #left {
	float: left;
	width: 663px;
	margin-left: 20px;
	display: inline;
}
#contents #main {
	padding: 20px 0;
	border-top: 3px solid #a02828;
	border-bottom: 3px solid #a02828;
}

#contents #main #profile {
	padding-bottom: 2px;
	border-bottom: 1px solid #c5bea2;
}
#contents #main #profile h3 {	padding-bottom: 10px;}

#contents #main #profile table {
	width: 100%;
/*	font-size: 120%;*/
}
#contents #main #profile th {
	padding: 8px 20px 2px;
	font-weight: bold;
	color: #877350;
	white-space: nowrap;
	background: #f5f0eb url(../img/recruit/border01.gif) left top repeat-x;
}
#contents #main #profile td {
	padding: 8px 20px 2px;
	background: url(../img/recruit/border01.gif) left top repeat-x;
}
#contents #main #profile td dl.company_list {	padding-left: 15px;}
#contents #main #profile td dl.company_list dt {
	display: list-item;
	list-style-type: disc;
}

#contents p.navi_btn {	padding-top: 10px;	text-align: right;}
#contents p.navi_btn a {
	padding-left: 10px;
}
#contents p.navi_btn a:hover img {
	-moz-opacity:0.7;
	opacity:0.7;
	filter: alpha(opacity=70);

}

/* snavi */
#contents #snavi {
	float: right;
	width: 280px;
	padding-right: 20px;
	padding-bottom: 20px;
}


