<!--

/**　レイアウト設定　**/

/*　全体のアウトライン　*/
#container {
	margin-top: 0px;
}

/*　ヘッダー枠設定　*/
#header {
	text-align: left;
}
#header dl {
	margin: 0px;
}
#header dt {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #E9E5D5;
}
#header dd {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #E2D09F;
}

/*　メインコンテンツ枠設定　*/
#main {
	width: 650px;
	margin: 0px auto;
	text-align: left;
	/* 背景イメージ */
	/* background-image: url(../img/main_bg.gif); */
	/* background-repeat: repeat-y; */
	background-color: #ffffff;
	font-size: 12px;
}

/*　トップ フラッシュ枠設定　*/
#flash {
	width: 500px;
	height: 220px;
	margin-bottom: 0px;
	padding: 0px;
	backgroung-color: #000000;
}


/*　リクルート枠設定　*/
#recruit {
 	width: 250px;
 	padding-bottom: 20px;
 	float: left;
}
#recruit dl {
	width: 185px;
	padding-left: 30px;
	padding-left: 30px;
	margin-top: 15px;
}
#recruit dt {
	font-size: 12px;
	color: #b10202;
	font-weight: bold;
	margin-top: 10px;
}
#recruit dd {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 5px;
}

/*　店舗情報枠設定　*/
#shop {
 	width: 250px;
 	padding-bottom: 20px;
 	float: right;
}
#shop dl {
	width: 185px;
	padding-left: 30px;
	padding-left: 30px;
	margin-top: 15px;
}
#shop dt {
	font-size: 12px;
	color: #b10202;
	font-weight: bold;
	margin-top: 10px;
}
#shop dd {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 5px;
}
 
/*　会社概要枠設定　*/
#company {
 	width: 250px;
 	padding-bottom: 20px;
 	float: right;
}
#company dl {
	width: 185px;
	padding-left: 30px;
	padding-left: 30px;
	margin-top: 15px;
}
#company dt {
	font-size: 12px;
	color: #b10202;
	font-weight: bold;
	margin-top: 10px;
}
#company dd {
	font-size: 10px;
	line-height: 1.5;
	margin-top: 5px;
}
 
/*　新着情報枠設定　*/
#news {
 	width: 150px;
}
#news dl {
	margin: 3px;
 	padding: 10px;
 	border: 1px solid #B98D5B;
}
#news dt {
	font-size: 10px;
	font-weight: bold;
	padding-top: 7px;
}
#news dd {
	font-size: 10px;
	padding-top: 3px;
}
 
/*　フッター設定　*/
#footer {
	clear: both;
	text-align: left;
	background-color: #E2D09F;
	font-size: 10px;
	padding: 5px;
}
#footer a:link {  color: #3f151e;}
#footer a:hover {  color: #d2b783;}
#footer a:visited {  color: #3f151e;}
#footer a:active {  color: #3f151e;}

/*　求人情報リンク色設定　*/
#joborder a:link {  color: #ffffff; text-decoration:none;}
#joborder a:visited {  color: #ffff99; text-decolation: underline;}
#joborder a:hover {  color: #ffff99; text-decolation: underline;}

/*　通常リンク色設定　*/
a:link {  color: #b10202; text-decolation: underline;}
a:visited {  color: #b10202; text-decolation: none;}
a:hover {  color: #594B3B; text-decolation: none;}
a:active {  color: #b10202; text-decolation: none;}
-->