@charset "Shift_JIS";
/* 下層用css */

/*コンテンツエリア*/
#mainContentArea{
	width:800px;
	margin:0 auto;
	text-align:left;
}

/*タイトルエリア*/
#mainContentArea #title{
	margin:22px 0 15px 0;
}

/*----- 見出し -----*/
.title1st {
	background: url(../images/common/st01.jpg) no-repeat 0 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin:15px 0 10px 0;
	padding-top:5px;
	padding-left: 11px;
	height: 30px;
	text-align:left;
}
.title2nd {
	background: url(../images/common/st02.gif) no-repeat 0 0;
	color:#333333;
	font-weight: bold;
	margin:25px 0 10px 0;
	padding:0 0 0 19px;
	height: 30px;
}

/*ノーマルリスト*/
ul.normal li{
	background:  url(../images/common/cube.gif) no-repeat 0 0;
	background-position:left 7px;
	padding:0 0 0 10px;
	list-style:none;
	margin-left:5px;
}

/*テーブル*/
.type01 {
	margin: 0px 0px 20px;
	border-collapse: collapse;
	width:100%;
}

.type01 td {
	padding: 5px;
	border: 1px solid #cccccc;
	text-align:left;
}
.type01 th {
	padding: 5px;
	background: #eeeeee;
	text-align:center;
	border: 1px solid #cccccc;
}

.type02 {
	margin: 0px 0px 20px;
	border-collapse: collapse;
	width:100%;
}

.type02 td {
	padding:3px;
	border: 1px solid #cccccc;
	text-align:center;
}
.type02 .th35 {
width:35%;
}
.type02 .th30 {
width:30%;
}
.type02 th {
	padding:3px;
	background: #eeeeee;
	text-align:center;
	border: 1px solid #cccccc;
}

/*お問い合せ*/
.red{
	color:#FF0000;
}

/*トップへ戻る*/
.gotop{
	text-align:right;
	margin-top:15px;
	margin-bottom:5px;
	margin-left:auto;
	margin-right:auto;
}

/*就業規則作成*/
#kisoku .alpha{
	border-bottom:2px #dddddd solid;
	border-left:2px #dddddd solid;
	border-right:2px #dddddd solid;
	padding:15px;
}
#kisoku .alpha h3{
	margin:0;
	padding:0;
}
#kisoku .alpha h4{
	margin-bottom:5px;
	margin-top:15px;
}

/*労務顧問*/
ul.adviserleft{
	float:left;
	margin-right:20px;
}