﻿@charset "utf-8";

/*=============================================================
	ページ構造・スタイル
/=============================================================*/

div.si_main {
    width: 855px;
    min-height: 50px;
    height: auto !important;
    background-color: #E6E6FA;
    border:0px;
    height: 50px;
    padding-top:10px;
}

div.si_main_w {
    margin: 10px 2px 2px 3px;
    background-color: #F6F6FF;
    border:2px solid #000099;
    width: 960px;
    min-height: 428px;
    height: auto !important; /* 430px !important; */
    height: 428px;
}

#header h1 {
    margin: 0px 0 0 340px;
    padding: 6px 0 0 0;
    width: 310px;
    font-size: 16px;
    font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
    text-align: center;
    display: inline;
    float: left;
}
/*=============================================================
	サイドメニュー
/=============================================================*/
.si_menu {
	width: 115px;
	height: auto;
}

/*=============================================================
	メイン
/=============================================================*/

#mainhbtn {
	margin-top: 0;
}
#mainhbtn h4 {
/*	padding-left: 120px; */
}

/* タイトル */
.si_main_w h3 {
    padding-left: 10px;
    padding-top: 3px;
    font-size: 16px;
    border-width: 2px;
    border-color: #000099;
    height: 25px;
    width: auto;
    color: #000099;
    background: url('../img/bg_box_m01.gif');
    border-top-style: solid;
    margin-bottom: 2px;
    margin: 0px;
    text-align: left;
}

.si_main_w .btn {
    width: 118px;
    height: 20px;
}


/*----画面一覧テーブル専用----*/
.si_main_w table {
	width: 930px;
}

.si_main_w table.table350 {
    width: 350px;
}
.si_main_w #tablelist{
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	width: 930px;
}

.si_main_w #tablelistscroll{
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	width: 930px;
	overflow: scroll;
	height: 250px;
}

.tablelist TH, #tablelist TH{
    color: #FFFFFF;
    background: #000099;
    font-weight: bold;
    text-align: center !important;
    font-size: 10pt;
}

.tablelist TD, #tablelist TD {
    text-align: center !important;
    font-size: 10pt;
}



/*=============================================================
    ナビゲーションボタン
/=============================================================*/

#btnBox {
    width: auto;
    margin-left: 9px;
    margin-right: 9px;
}

#btnBox .btnTable{
    width: auto;
    align:left;
    margin-left: 0px;
    margin-right: auto;
}

#btnBox .btnTable TD#longline {
    width: 500px;
}

#btnBox .btnTable TD {
    width: 250px;
}

.btn-s4 {
    width: 100px;
    height: 40px;
    border-width:4px;
    border-color:#000099;
    border-style:solid;
}

.btn-s5 {
    width: 80px;
    height: 40px;
    border-width:4px;
    border-color:#000099;
    border-style:solid;
}
