/*--------------------------------------
 * style css
 *------------------------------------*/
/*--------------------------------------
 * 全体の定義
 * ページ背景色・背景画像
 * 文字色・サイズ
 *------------------------------------*/
body {
    background-color:#ffffff;
    color:#333333;
    font-size:13px;
    line-height:130%;
    margin: 0px;
    padding: 0px;
    text-align:center;
    font-family: verdana, arial, helvetica, sans-serif;
}

tr,td,th,div {
    color: #333333;
    font-size: 13px;
    line-height: 130%;
}

form {
    margin: 0px;
    padding: 0px;
}

img {
    border:0px;
}

hr {
    color:#afaeae;
    border-style:solid;
    height:1px;
}

ul {
    margin:0px;
    padding:2px;
    list-style-type: disc;
    list-style-position: outside;
}
li {
    padding:0px;
    margin:2px 0px 2px 20px;
}

small {
    font-size: 10px;
}

.menu_btn{
    width: 100%;
}

/*--------------------------------------
 * リンク 通常時(link,visited,active)
 * リンク マウスが当たっている時(hover)
 *------------------------------------*/
a:link    { color:#1a6bd2; text-decoration:underline; }
a:visited { color:#1a6bd2; text-decoration:underline; }
a:active  { color:#1a6bd2; text-decoration:underline; }
a:hover   { color:#B57100; text-decoration:underline; background-color:#fff7b2; }
a.blocklink {width:100%;}


a:link.stresslink    { color:#cc0000; text-decoration:underline; font-weight: bold;}
a:visited.stresslink { color:#cc0000; text-decoration:underline; font-weight: bold;}
a:active.stresslink  { color:#cc0000; text-decoration:underline; font-weight: bold;}
a:hover.stresslink   { color:#B57100; text-decoration:underline; background-color:#fff7b2; font-weight: bold;}


/*--------------------------------------
 * input box / text area / select menu
 *------------------------------------*/
.frm_num {
    font-size:13px;
    color:#333333;
    ime-mode: disabled;
}

.frm_numr {
    font-size:13px;
    color:#333333;
    ime-mode: disabled;
    text-align: right;
}

.frm_str {
    font-size:13px;
    color:#333333;
    ime-mode: active;
}

.frm_area {
    font-size:13px;
    color:#333333;
    ime-mode: active;
    overflow-y:auto;
}

.frm_sel {
    font-size:13px;
    color:#333333;
}

.frm_readonly {
    font-size:13px;
    color:#666666;
    background-color: #dfdfdf;
}

.frm_r_readonly {
    font-size:13px;
    color:#666666;
    text-align: right;
    background-color: #dfdfdf;
}

.frm_area_readonly {
    font-size:13px;
    color:#666666;
    background-color: #dfdfdf;
    overflow-y:auto;
}

.frm_sel_readonly {
    font-size:13px;
    color:#666666;
    background-color: #dfdfdf;
}

/*--------------------------------------
 * 外枠
 *------------------------------------*/
#wrapper {
    background-color:#ffffff;
    width: 100%;
    margin: 0px auto;
}

/*--------------------------------------
 * ヘッダ
 *------------------------------------*/
#header_area {
    background-color: #ffffff;
    border-top:solid 1px;
    border-left:solid 1px;
    border-right:solid 1px;
    border-color:#afaeae;
    padding: 0px 0px 0px 0px;
    text-align: left;
    position: relative;
}

.header_underline {
    font-size:1px;
    background-color: #ff7700;
    border-top:solid 1px #FF6141;
    border-bottom:solid 2px #F71800;
    height:4px;
    margin:0px;
    padding:0px;
}

.header_logo {
    font-size: 18px;
    font-weight: bold;
    color: #F71800;
    padding:10px;
}

#header_area a:link    { color:#F71800; text-decoration:underline; }
#header_area a:visited { color:#F71800; text-decoration:underline; }
#header_area a:active  { color:#F71800; text-decoration:underline; }
#header_area a:hover   { color:#B57100; text-decoration:underline; background-color:#fff7b2; }

.header_str {
    color: #333333;
}

/*--------------------------------------
 * フッタ
 *------------------------------------*/
#footer_area {
    background-color:#ffffff;
    border-left:solid 1px;
    border-right:solid 1px;
    border-bottom:solid 1px;
    border-color:#afaeae;
    padding:0px 0px 0px 0px;
    text-align:center;
}
.footer {
    font-size: 13px;
    color: #909090;
}

/*--------------------------------------
 * メインコンテンツ
 *------------------------------------*/
#main_area {
    background-color:#ffffff;
    border-left:solid 1px;
    border-right:solid 1px;
    border-color:#afaeae;
    margin: 0px;
    text-align:center;
}

#main_cont {
    background-color:#ffffff;
    text-align:left;
    padding:10px;
}

/*--------------------------------------
 * カテゴリ
 *------------------------------------*/
.category  {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    background-color: navy;
    padding: 5px 3px 3px 0.5em;
    margin-bottom: 0px;
}

/*--------------------------------------
 * ナビ
 *------------------------------------*/
.navi  {
    color: #383838;
    padding: 0px 3px 3px 0.5em;
}

/*--------------------------------------
 * ページタイトル
 *------------------------------------*/
.title  {
    font-weight: bold;
    font-size: 18px;
    color: #383838;
    background-color: #F7EFC6;
    border: 1px solid #999999;
    padding: 5px 3px 3px 0.5em;
    margin-bottom: 20px;
}

/*--------------------------------------
 * テーブル
 *------------------------------------*/
/* テーブル枠 */
.tbl {
    background-color:#999999;
}
/* タイトル部 */
.cell_t {
    color:#383838;
    background-color:#f0f0f0;
    padding: 3px;
    white-space:nowrap;
}
/* データ部 */
.cell_d {
    color:#333333;
    background-color:#ffffff;
    padding: 3px;
    white-space: nowrap;
}
.cell_d_gray {
    color:#333333;
    background-color:#e4e4e4;
    padding: 3px;
}

/*--------------------------------------
 * 強調文字
 *------------------------------------*/
.stress {
    color: #cc0000;
    font-weight: bold;
}

/*--------------------------------------
 * 強調文字2(太くない)
 *------------------------------------*/
.stress2 {
    color: #cc0000;
}

/*--------------------------------------
 * フォーム注意書き文字
 *------------------------------------*/
.note {         /* stress */
    font-size: 10px;
    color: #ff0000;
}
.note2 {        /* normal */
    font-size: 10px;
    color: #333333;
}

/*--------------------------------------
 * エラーメッセージボックス
 * エラーメッセージ
 * ワーニングメッセージ
 *------------------------------------*/
.errbox {
    background-color: #ffffcc;
    border: 1px solid;
    border-color: #ff0000;
    padding: 4px 2px 4px 5px;
    margin:10px auto;
    text-align: left;
    color:#ff0000;
}

.errmsg {
    color:#ff0000;
}

.warningmsg {
    color:silver;
}

/*--------------------------------------
 * お知らせボックス
 *------------------------------------*/
.infobox {
    border: 1px solid;
    border-color: #cccccc;
    padding: 4px 2px 4px 5px;
    margin:10px;
    text-align: left;
    color:#666666;
    font-size:13px;
}

/*--------------------------------------
 * CSVフォーマットボックス
 *------------------------------------*/
.csvfmtbox {
    border: 1px solid;
    border-color: #cccccc;
    padding: 4px 2px 4px 5px;
    margin:10px;
    text-align: left;
    color:#666666;
    font-size:13px;
}

/*--------------------------------------
 * リンク抑制文字色
 *------------------------------------*/
.linkoff {
    color: #c0c0c0;
    text-decoration: underline;
}

/*--------------------------------------
 * other table bug
 *------------------------------------*/
/* 3px IE bug hack hidden from IE5-mac */
* html #header_area { height: 1%; }
* html #main_cont { height: 1%; }
/* End hide from IE5-mac */ 
