/*------------- 全体背景・カラー設定を応じて変更 body設定ここから */
body {
	position: absolute;
	background-color: #FFCE6F;
	font-size: 12px;
	color: #5D5D5D;
	text-align: center;
}
/* ここまで -------------*/

/*------------- 全体リンクカラー設定必要に応じて変更 ここから */
a:link {
	color: #6ED5F8;
	text-decoration: underline;
}

a:visited {
	color: #FF668C;
	text-decoration: underline;
}

a:hover {
	color: #6ED5F8;
	text-decoration: underline;
}

a:active {
	color: #6ED5F8;
	text-decoration: underline;
}
/* ここまで -------------*/

/*------------- ヘッダー・フッターカテゴリリンク設定・カラーのみ必要に応じて変更 ここから */
a.l-head:link {
	font-size: 13px;
	color: #FF668C;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

a.l-head:visited {
	font-size: 13px;
	color: #6ED5F8;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

a.l-head:hover {
	font-size: 13px;
	color: #6ED5F8;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

a.l-head:active {
	font-size: 13px;
	color: #6ED5F8;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}
/* ここまで -------------*/

/*------------- 画像入れ替えのみで変更必要なし ヘッダー設定ここから */
#header {
	margin-top: 10px;
	background-image: url(img/header.gif);
	height: 133px;
	width: 706px;
}
/* ここまで -------------*/

/*------------- 画像入れ替えのみで変更必要なし 下地設定ここから */
#sitaji {
	background-image: url(img/sitajitop.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 705px;
}
/* ここまで -------------*/

/*------------- 画像入れ替えのみで変更必要なし 下地下部背景設定ここから */
#kabu {
	background-image: url(img/sitaji.gif);
	margin-top: 20px;
	width: auto;
}
/* ここまで -------------*/

/*------------- バックグラウンドカラーのみ必要に応じて変更 メインコンテンツここから */
#main {
	background-color: #EEE;
	margin-right: 15px;
	margin-left: 200px;
	padding: 5px;
}
/* ここまで -------------*/

/*------------- カラー設定のみ必要に応じて変更 h1タグ設定ここから */
h1 {
	font-size: 10px;
	color: #000;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}
/* ここまで -------------*/

/*------------- 変更必要なし 全体設定ここから */
#content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 706px;
	height: auto;
	margin: 0px auto;
}
/* ここまで -------------*/

/*------------- 変更必要なし ヘッダーリンク位置設定ここから */
#headli {
	margin-top: 83px;
}
/* ここまで -------------*/


/*------------- 変更必要なし フッターリンク位置設定ここから */
#footer {
	margin-top: 15px;
}
/* ここまで -------------*/


/*------------- 変更必要なし 働く人の本音ここから */
#menu {
	text-align: left;
	margin-top: 0px;
	margin-left: 5px;
	float: left;
	width: 180px;
	height: 400px;
}
/* ここまで -------------*/


/*------------- 変更必要なし キーワード検索フォーム設定ここから */
#kensaku {
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 181px;
	height: 50px;
}
/* ここまで -------------*/

/*------------- 変更必要なし 下地下部背景設定ここから */
#under {
	width: auto;
	clear: left;
}
/* ここまで -------------*/

/*------------- 変更必要なし P設定ここから */
p {
	margin:0px 0px 5px 0px;
}
/* ここまで -------------*/

