@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:2em;
	color:#000;
}
h1 {
	font-weight:normal;
	padding-top:10px;
}
h2 {
	font-weight:normal;
}
h3 {
	font-weight:normal;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	background-color:#FF0;
}
#header {
	height:50px;
	border-bottom:1px solid #000;
	margin-bottom:30px;
}
#menu {
	float:right;
	width:180px;
}
#menu a {
	color:#000;
	text-decoration:none;
}
#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#contents {
	float:left;
	width:600px;
}

/*ホームページのスタイル*/

#home h2 {
	margin-top:0px;
	margin-bottom:20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color:#efefef;
}
#home h3 {
	margin-bottom:10px;
	padding-left: 7px;
}
#home ul {
	list-style:none;
	margin-top: 0px;
	margin-bottom:20px;
	margin-left:0px;
	margin-right:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-indent:20px;
}

/*会社情報のスタイル*/

#company {
	width:100%;
	border-collapse:collapse;
}
#company tr {
	vertical-align:top;
}
#company th, #company td {
	border-bottom: 1px solid #CCC;
}
#company th {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight:normal;
	text-align:left;
	width:30%;
}
#company td {
	padding-top:10px;
	padding-left:0px;
	padding-bottom:10px;
	padding-right:10px;
}
#company ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

/*採用情報のスタイル*/
#recruit h2 {
	margin-top:0px;
	margin-bottom:20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
	background-color:#efefef;
}
#recruit table {
	width:100%;
	border-collapse:collapse;
	margin-bottom:30px;
}
#recruit tr {
	vertical-align:top;
}
#recruit th, #recruit td {
	border-bottom: 1px solid #CCC;
}
#recruit th {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight:normal;
	text-align:left;
	width:25%;
}
#recruit td {
	padding-top:10px;
	padding-left:0px;
	padding-bottom:10px;
	padding-right:10px;
}
#recruit ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style:none;
}