﻿/* 基本設定 */
body {
	background-color: #F9FFCD;
}
/* リンク枠削除 */
img {
    border-style:none;
}

#div_body {
	padding:10px;
	margin:10px;
}


/* メニューベース色 */
.basec0 {
	background-color:#F9FFCD;/* ログインページ */
}
.basec1 {
	background-color: #F9FFCD;/* indexページ */
}
.basec2 {
	background-color: #F9FFCD;/* uploadページ */
}

/* div 配置調整 */
.div_t_sp{
	float:left;
	width:30px
}
.div_t {
}
.div_r {
	float:right;
}
.div_l {
	float:left;
}
.div_n {
	float:none;
}

/* text配置調整 */
.tal_left {
	text-align:left;
}
.tal_right {
	text-align:right;
}
.tal_center 
{
	text-align:center;
}

/* 文字色 */
.fontc_cussion 
{
	color: #FF0000;
}

/* 背景色 */
.bColor_cussion {
	background-color:orange;
}
.bColor_lost
{
	background-color: #FFFF66;
}

/* ボタンサイズ */
.button_sml {
	width: 120px;
	height: 40px;
	font-size: medium;
}
.button_s {
	width: 220px;
	height: 40px;
	font-size: medium;
}

/* ボタンカラー */
.button_serch {
	background-color: #99FF99;
}
.button_syoukai {
	background-color:#99CCFF;
}
.button_syori {
	background-color:#FFCC99;
}
.button_DL {
	background-color: #99CC00;
}

/* リストヘッダーカラー */
.lhc {
	background-color:#CCCCFF;
}
/* リストヘッダーカラー・文字サイズも大きくする */
.lhc2 {
	background-color: #CCCCFF;
	font-size: large;
	font-weight: bold;
}
/* リストヘッダーカラー・文字を強調 */
.lhc3 {
	background-color: #CCCCFF;
	font-weight: bold;
}
/* login リストヘッダーカラーを強調 */
.lhc4 {
	background-color: #CCCCFF;
	font-weight: bold;
}

/* ブロック配置 */
.float_l
{
	float:left;
}
.float_r
{
	float:right;
}

/* ブロック(テーブル)中央配置 */
.b_center 
{
	margin-left:auto;
	margin-right:auto;
}

/* 空白 */
.t_sp {
	width:20px;
}
.t_sp2 {
	width:350px;
}

/* ------------------------------------------- */
/* ------------------------------------------- */

/* ヘッダー配置 */
.t_heder
{
	width: 98%;
	text-align: left;
	vertical-align: top;
	border:0px;
}

/* タイトル配置　*/
.t_title
{
	width: 100%;
	text-align: left;
	vertical-align: top;
	border:0px;
}

/* Ｌｏｇｉｎメニュー配置 */
.L_menu 
{
	margin-top: 50px;
}
.L_menu td
{
	text-align: center;
	vertical-align: top;

}
.inp_login {
	width:150px;
	text-align:left;
}

/* コマンドボタンエリア配置 */
#t_cmd
{
	text-align: left;
	vertical-align: top;
	border:0px;
	width:700px;
}
#t_cmd td
{
	vertical-align: top;
	border:0px;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	padding-bottom:2px;
}

/*  一覧表テーブル */
#t_col_s{
	text-align: right;
	vertical-align: top;
	border:1px;
	border-style:solid;
	border-collapse:collapse;
	width: auto;
}
.celb1 {
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color: #000000;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.cel_w01 {
	width:200px;
	text-align:center;
}
.cel_w02 {
	width:100px;
	text-align:right;
}
.cel_w03 {
	width:100px;
	text-align:right;
}
.cel_w04 {
	width:200px;
	text-align:center;
}
.cel_w05 {
	width:100px;
	text-align:center;
}

/* ファイルアップロード */
.inp_file {
	width:400px;
	height:20px;
}

.up_res_l {
	font-size: x-large;
	font-weight: bold;
	color: #0000FF;
}


