﻿body 
{
     background-color: black;
     background-image: url('./graph/home_back_01.jpg');
     background-repeat: no-repeat;
     background-position: right bottom;
     background-attachment: fixed;
     color:rgb( 255,255,160);
     font-size:12pt;
     font-family:Times New Roman, Arial, 新細明體;
}
a:link
{
     color:rgb( 255,255,255);
     text-decoration: none;
     font-weight: normal;
}
a:visited
{
     color:rgb( 255,255,255);
     text-decoration: none;
     font-weight: normal;
}
a:hover
{
     color:rgb( 255,128,90);
     text-decoration: underline;
     font-weight: bold;
}
a:active
{
     color:rgb( 255,255,255);
     text-decoration: underline;
     font-weight: normal;
}
.Bar_left
{
     font-size: 1px;
     width: 30;
     height: 10;
     background-position:right top;
     background-repeat:no-repeat;
     background-image:url('./graph/bar-left.png');
}
.Bar_center
{
     font-size: 1px;
     height: 10;
     background-position:center top;
     background-repeat:repeat-x;
     background-image:url('./graph/bar-center.png');
}
.Bar_right
{
     font-size: 1px;
     width: 30;
     height: 10;
     background-position:left top;
     background-repeat:no-repeat;
     background-image:url('./graph/bar-right.png');
}
.Frame_Header_Icon
{
     font-size: 1px;
     width: 50;
     height: 50;
     background-position:right top;
     background-repeat:no-repeat;
     background-image:url('./graph/line_01.png');
}     
.Frame_Header_Bar
{
     font-size:16pt;
     font-style:italic;
     height: 50;
     background-position:center top;
     background-repeat:repeat-x;
     background-image:url('./graph/line_02.png');
     vertical-align: middle;
     text-align: left;
}
.Frame_Header_Tail
{
     font-size: 1px;
     width: 30;
     height: 50;
     background-position:left top;
     background-repeat:no-repeat;
     background-image:url('./graph/line_03.png');
}
.Frame_Footer_Tail
{
     font-size: 1px;
     width: 30;
     height: 50;
     background-position:right bottom;
     background-repeat:no-repeat;
     background-image:url('./graph/line_04.png');
}
.Frame_Footer_Bar
{
     font-size:16pt;
     font-style:italic;
     height: 50;
     background-position:center bottom;
     background-repeat:repeat-x;
     background-image:url('./graph/line_05.png');
     vertical-align: middle;
     text-align: right;
}
.Frame_Footer_Icon
{
     font-size: 1px;
     width: 50;
     height: 50;
     background-position:left bottom;
     background-repeat:no-repeat;
     background-image:url('./graph/line_06.png');
}
button
{
     font-size: 12pt;
     font-family: Times New Roman, Arial, 新細明體;
     background-color: #132135;
     color: rgb( 255,255,160);
     border: 1px rgb(160,210,255) solid;
}
input
{
     font-size: 12pt;
     font-family: Times New Roman, Arial, 新細明體;
     background-color: #132135;
     color: rgb( 255,255,160);
     border: 1px rgb(160,210,255) solid;
}
.input_error
{
     font-size:12pt;
     font-family: Times New Roman, Arial, 新細明體;
     background-color:#351A13;
     color: rgb( 255,255,160);
     border: 1px rgb(255,96,32) solid;
}
textarea
{
     font-size:12pt;
     font-family: Times New Roman, Arial, 新細明體;
     background-color:#132135;
     color: rgb( 255,255,160);
     border: 1px rgb(160,210,255) solid;
}
.textarea_error
{
     font-size:12pt;
     font-family: Times New Roman, Arial, 新細明體;
     background-color:#351A13;
     color: rgb( 255,255,160);
     border: 1px rgb(255,96,32) solid;
}
select
{
     font-size:12pt;
     font-family: Times New Roman, Arial, 新細明體;
     background-color:#132135;
     color: rgb( 255,255,160);
     border: 1px rgb(160,210,255) solid;
}
button
{
     font-size:12pt;
     font-family: Times New Roman, Arial, 新細明體;
     color: rgb( 255,255,160);
     background-color:#132135;
     border: 1px rgb(160,210,255) solid;
}
table
{
     border-collapse:collapse;
}
.table_key
{
     font-size: 12pt;
     font-family: Times New Roman, Arial, 新細明體;
     color: rgb( 255,255,160);
     background-color:#252525;
     text-align:right;
     vertical-align:middle;
}
.table_value
{
     font-size: 12pt;
     font-family: Times New Roman, Arial, 新細明體;
     color: rgb( 255,255,160);
     text-align:left;
     vertical-align:middle;
}
.table_caption
{
     font-size: 16pt;
     font-family: Times New Roman, Arial, 新細明體;
     font-weight: bold;
     height: 18pt;
     color: rgb( 255,255,160);
}
.table_tip
{
     font-size: 12pt;
     font-weight: normal;
     font-family: Times New Roman, Arial, 新細明體;
     color: rgb( 255,64,48);
}
.board {
     background-color: rgb(40,52,64);
     font-size: 12pt;
     font-family: Times New Roman, Arial, 新細明體;
     border: 1px rgb(160,210,255) solid;
}
.note {
     font-size: 12pt;
     font-family: Times New Roman, Arial, 新細明體;
     color: red;
}