@charset "utf-8";

/* ---SUMMARY---
* Site Name: ジモ求埼玉版企業管理ページ
* Description: index.html
* Version: 20090306
* Author: F
------*/

/* ---CONTENTS---
001: h2 margin
002: index contents body
003: バナー
004: キャッチ（ログアウト時）
005: 利用状況概要（ログイン時）
006: お知らせ
------*/



/* 001: h2 margin
----------------------------------------- */
div#main_column h2{
line-height:0;
}



/* 002: index contents body
----------------------------------------- */
div.index_c_body{
border:1px solid #999;
border-top:none;
padding:10px;
margin-bottom:10px;
}



/* 003: バナー
----------------------------------------- */
div#banner{
line-height:0;
padding-bottom:1px;
}



/* 004: キャッチ（ログアウト時）
----------------------------------------- */
div#catch{
width:650px;
margin-bottom:10px;
}

div#catch div{
margin-bottom:1px;
}



/* 005: 利用状況概要（ログイン時）
----------------------------------------- */
div#summary h3{
font-size:14px;
background:url(../../../../user/share/img/bg/bg03.gif) repeat-x 0 100%;
padding:6px 10px;
border:1px solid #999;
line-height:1.4;
margin-bottom:10px;
}

div#summary table{
width:610px;
margin:0 auto 10px auto;
border:1px solid #999;
line-height:1.6;
}

div#summary table caption{
background-color:#cdecf5;
padding:3px 0;
border:1px solid #999;
font-size:smaller;
font-weight:bold;
text-align:center;
letter-spacing:5px;
}

div#summary table th{
width:150px;
text-align:left;
background:#e7e7e7 url(../../img/icon/ar01.gif) no-repeat 5px 50%;
padding:5px 10px 5px 20px;
border:1px solid #999;
}

div#summary table td{
padding:5px 10px;
border:1px solid #999;
}



/* 006: お知らせ
----------------------------------------- */
div#news dl dt{
float:left;
font-size:12px;
padding:11px 0 0 15px;
background:url(../../img/icon/ar01.gif) no-repeat 0 12px;
}

div#news dl dt.news_new{
background-image:url(../../img/icon/ar02.gif);
}

div#news dl dd{
border-bottom:1px dotted #aaa;
padding:8px 0 8px 100px;
line-height:1.4;
}





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