﻿/* ================================================ */
/* BODYタグ */
/* ================================================ */
body 
{
    padding:0px;
    margin:0px;
    text-align:center;
    font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
table
{
    font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
/* ================================================ */
/* 管理画面用 */
/* ================================================ */
TD.CSTdKanri
{
    word-break:break-all;
}

/* ================================================ */
/* Aタグ */
/* ================================================ */
A:Link,A:visited
{
	text-decoration:none;
	color:#0000CC;
}
A:hover
{
	text-decoration:underline;
	color:#FF0000;
}
A.CSABlack:Link,A.CSABlack:visited
{
	text-decoration:underline;
	color:#333333;
}
A.CSABlack:hover
{
	text-decoration:underline;
	color:#FF0000;
}

/* ================================================ */
/* メインTBLタグ */
/* ================================================ */
TABLE.CSMainTbl
{
    border-left:1px solid #FCCB54;
    border-right:1px solid #FCCB54;
    width:925px;
    height:100%;
}
/* ================================================ */
/* 画面分割 */
/* ================================================ */
TD.CSHeader
{
    width:925px;
    height:104px;
}
TD.CSFooter
{
    height:60px;
}

/* ================================================ */
/* 共通イメージ画像 */
/* ================================================ */
IMG.CSImgHeader
{
    width:925px;
    height:96px;
}
IMG.CSImgFooter
{
    width:925px;
    height:40px;
}
/* ================================================ */


/* ボタン用 */
INPUT.BtnSearch,INPUT.BtnEnter{
	color:#0000FF;
	width:40px;
}
INPUT.BtnDel,INPUT.BtnReset{
	color:#FF0000;
	width:40px;
}
INPUT.BtnUpdate{
	color:#009900;
	width:40px;
}
INPUT.BtnSetting{
	color:#666633;
	width:40px;
}
INPUT.BtnAPPLI{
	color:#AA6644;
	width:40px;
}

/* ================================================ */
/* フォーム */
/* ================================================ */
TABLE.CSTblToolBar
{
    font-size:13px;
}
TABLE.CSTblFormType1
{
    font-size:13px;
    font-family:Sans-Serif;
}
TD.CSTdFormType1Komoku,TD.CSTdFormType1Main,TD.CSTdFormType1Main2,TD.CSTdFormType1Open
{
    border-bottom:solid 1px #FCCB54;
    word-break:break-all;
}
TD.CSTdFormType1Main,TD.CSTdFormType1Main2,TD.CSTdFormType1Open
{
    border-left:solid 1px #FCCB54;
}
TD.CSTdFormType1Komoku
{
    background-image:URL("../images/backimg/grd20070725.gif");
    background-repeat:repeat-y;
    border-left:solid 1px #FCCB54;
}
TD.CSTdFormType1Main
{
    
}
TD.CSTdFormType1Open
{
    background-color:#FFF4D8;
    vertical-align:top;
    border-right:solid 1px #FCCB54;
}
SPAN.CSSpanFormType1Close
{
    color:#FF0000;
}

/* ================================================ */
/* カレンダー */
/* ================================================ */
TABLE.CSTblCalendar
{
    font-size:12px;
    width:230px;
    height:30px;
    background-image:URL("../images/app/calendar/calendar_top.gif");
}
TD.CSTdCalendarTitleLeft
{
    width:30px;
    text-align:center;
}
TD.CSTdCalendarTitleCenter
{
    width:170px;
    text-align:center;
}
TD.CSTdCalendarTitleRight
{
    width:30px;
    text-align:center;
}
TABLE.CSTblCalendarMain
{
    width:230px;
    border-bottom:dotted 1px #FBBC54;
    border-left:dotted 1px #FBBC54;
    border-right:dotted 1px #FBBC54;
}
TD.CSTdCalendarWeek
{
    font-size:12px;
    text-align:center;
    background-color:#FFFFCC;
    font-family:Sans-Serif;
    border-bottom:dotted 1px #FBBC54;
}
TD.CSTdCalendarWeekLast
{
    font-size:12px;
    text-align:center;
    background-color:#FFFFCC;
    font-family:Sans-Serif;
    border-bottom:dotted 1px #FBBC54;
}
TD.CSTdCalendarDate
{
    text-align:center;
    font-family:Sans-Serif;
}
TD.CSTdCalendarDateLast
{
    text-align:center;
    font-family:Sans-Serif;
}
