/* 基本 */
body {
    background: #3f4665;
    margin: 0px;
    font-size: 12px;
}

#base {
    padding: 0px;
    margin-top: 0px;
    margin-left: 6px;

}


/* ヘッダ */
#header {
    background: url(../img/head_bg.gif) no-repeat;
    height: 44px;
    width: 995px;
}

#header_comment {
    text-align: left;
    padding-top: 12px;
    padding-left: 15px;
    font-size: 19px;
    font-weight: bold;
    color: #000066;
    float: left;
    width: 905px;
}

#header_comment2 {
    text-align: left;
    padding-top: 20px;
    padding-left: 15px;
    float: left;
}

/* リンク */

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #000000; }
a:active { color: #000000; }
a { text-decoration: none; }

/*--------------------------------------------
メイン
---------------------------------------------*/
#main_box {
    width: 995px;
    background: url(../img/main_bg.gif) repeat-y;
    padding-bottom: 0px;
}

/* メニュー（start） */
#menu_0 {
    background: url(../img/menu_0_bg.gif) repeat-x;
    width: 960px;
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 10px;
    height: 16px;
}


/* メニュースペース */
#menu_base {
    width: 966px;
    margin-left: auto;
    height: 26px;
    text-align: center;
    margin-right: auto;
}

/* メニュー青 */
.menu_1 {
    background: url(../img/menu_1_bg.gif) repeat-x;
    height: 18px;
    width: 118px;

    float: left;
    margin-right: 2px;
    padding-top: 8px;
}

/* メニュー橙 */
.menu_2 {
    background: url(../img/menu_2_bg.gif) repeat-x;
    height: 18px;
    width: 118px;
    float: left;
    margin-right: 2px;
    padding-top: 8px;
}


/* タイトルスペース */
#title {
    width: 970px;
    margin-left: 10px;
    height: 24px;
    background: #EDEAE6;
    margin-top: 12px;
    color: #142966;
}

/* タイトル */
#title_name {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding-top: 4px;
    z-index: 20;
    width: 970px;
    position: absolute;
}

/* 場所 */
#title_site {
    text-align: left;
    padding-top: 4px;
    color: #000000;
    z-index: 30;
    position: absolute;
    width: 273px;
    top: 94px;
    left: 22px;
}


/* メッセージ */
.message {
    width: 970px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;

}
.message:first-letter {
    color: #0A4166;
    font-size: 14px;
    padding-right: 3px;
    padding-left: 3px;
}

/*--------------------------------------------
なかみ。
---------------------------------------------*/

/* テーブル（要素中央揃えIEバグ） */

#main {
    width: 970px;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: center;

}

/* テーブル（要素左揃えIEバグ） */

#main2 {
    width: 970px;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;

}

/*--------------------------------------------
テーブル装飾
---------------------------------------------*/

/* テーブル（共通） */
table, th ,td {
    border:1px solid #999;
}

table {
    border-collapse:collapse;
    margin:auto;
}


/* ログインテーブル */
.table_login , .table_search{
    margin-right: auto;
    margin-left: auto;
}

/* セル（共通）　濃　c1＞c2　薄　 */
td.c1 , th.c1{
    background: #dce8f3;
    font-weight: bold;
    text-align: center;
    height: 16px;
    padding-top: 4px;
}

td.c2{
    background: #f1f5fA;
    text-align: center;
}

td.left{
    text-align: left;
}

td.right{
    text-align: right;
}

td.left_c1{
    background: #dce8f3;
    font-weight: bold;
    text-align: left;
    height: 16px;
    padding-top: 4px;
    text-indent: 0.5em;/* 追加_090702 */
}

td.left_c2{
    background: #f1f5fA;
    padding-left: 4px;
    text-align: left;
}

/* ▼help_tbl　07/09追加(三宅) */
.help_tbl
{
    BORDER:           0pt solid #666666;
    BORDER-COLLAPSE:  COLLAPSE;
    PADDING:          8px;
    text-align:       center;
}
td,th{
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

	.tb_data2{
		display:none;
	}
/*--------------------------------------------
テーブル装飾
---------------------------------------------*/

/* エラー */

.error_font {
    color: #FF0000;

}


/*--------------------------------------------
フッター
---------------------------------------------*/
/* コピーライト */
#copyright {
    font-size: 11px;
    color: #444444;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

/*--------------------------------------------
その他！
---------------------------------------------*/
hr {
/*    text-align: center;*/
}


/* clearfix */

.clearfix{
  zoom:1;/*for IE 5.5-7*/
}

.clearfix:after {
    content: url(../img/clearfix.gif);
    display: block;
    clear: both;
    height: 0;
}

/*--------------------------------------------
フォームボタン
---------------------------------------------*/

input.button{
    border: 1px solid #666666;
    color: #333333;
    background-color: #edeae4;
    background-image: url("../img/button-bg.gif");
    background-repeat: repeat-x;
    height: 25px;
    width: 100px;
}

input.button_b{
    border: 1px solid #666666;
    color: #333333;
    background-color: #edeae4;
    background-image: url("../img/button-bg.gif");
    background-repeat: repeat-x;
    height: 25px;
    width: 230px;
}

input.button_s{
    border: 1px solid #666666;
    color: #333333;
    background-color: #edeae4;
    background-image: url("../img/button-bg.gif");
    background-repeat: repeat-x;
    font-size: 12px;
    height: 23px;
    width: 80px;
}

.button_space{
    padding-left: 250px;

}

.button_space_search{
    text-align: left;
    padding-left: 445px;

}
/* 一行テキスト幅。追加:090702、変更:090806 */
.formhaba {
    width: 150px;
    height:15px;
}

.ui-helper-hidden-accessible {
	display: none;
}
/*--------------------------------------------
オートコンプリート
---------------------------------------------*/
#ui-id-1{
	list-style:none;
}
/* リストの枠のRadius設定 */
.ui-corner-all {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* リストの枠の設定 */
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #FFFFFF;
	color: #333333;
	width:200px;
}

/* リスト内のデータのリンク設定 */
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;

}

/* リスト内のデータのリンクカラー*/
.ui-widget-content a {
	color: #333333;
}

/* リスト内のデータフォーカス時のカラー */
.ui-state-focus {
	border: 1px solid #fbcb09;
	font-weight: bold;
	color: #c77405;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
/*--------------------------------------------
印刷時
---------------------------------------------*/
@media print{

	.tb_data2{
		display:block;
	}
	.noprint{
		display:none;
	}


}