@charset "utf-8";

/* ---SUMMARY---
* Site Name: ジモ求埼玉版企業管理ページ
* Description: 中ページ共通設定
* Version: 20090306
* Author: F
------*/

/* ---CONTENTS---
001: コンテンツエリア設定
002: 中ページ小タブ
------*/



/* 001: コンテンツエリア設定
----------------------------------------- */
/*--content body--*/
div.content_inner{
width:630px;
margin:20px auto;
}



/* 002: 中ページ小タブ
----------------------------------------- */
div.content_navi{
width:630px;
line-height:1.0;
border-bottom:5px solid #2b759c;
margin:0 0 20px 0;
}

div.content_navi a{
padding-right:2px;
}

div.content_navi img{
vertical-align:bottom;
}




/*--end of this file--*/