﻿body 
{
    margin-top: 0;
    margin-bottom:0;
    margin-left: 0;
    margin-right: 0;
    font-size: small;
    font-weight: normal;
    font-family: MS UI Gothic;
    text-align: left;
    color: black;
}

input
{
    font-family: MS UI Gothic;
    font-size: small;
}

div
{
    font-size: small;
}

a
{
	color: blue;
}

/* Table */
.TableStyle 
{
	background-color: Gray;
}

.ThStyle
{
	background-color: #5D7B9D;
	color: White;
	font-weight: bold;
	height: 20px;
	padding: 5px;
    width: 100px;
}

.TdStyle
{
	background-color: White;
	height: 20px;
	padding: 5px;
}

/* Text */
.TextStyle
{
    text-align: left;
}

.TextStyleKana
{
    text-align: left;
	ime-mode: active;
}

.TextStyleCustomer
{
    width: 60px;
    ime-mode: disabled;
}

.TextStyleNum
{
    ime-mode: disabled;
}

.TextStyleZip
{
    width: 30px;
    ime-mode: disabled;
}

.TextStyleAddress
{
	width: 360px;
	ime-mode: active;
}

.TextStyleTel
{
    width: 40px;
    ime-mode: disabled;
}

.TextStyleMoney
{
    width: 60px;
    text-align:right;
    ime-mode: disabled;
}

.TextStyleMail
{
    width: 200px;
    ime-mode: disabled;
}

.TextStyleDate
{
    width: 80px;
    ime-mode: disabled;
}

.TextStyleYear
{
    width: 40px;
    ime-mode: disabled;
}

.TextStyleMonth
{
    width: 25px;
    ime-mode: disabled;
}

.TextStyleDay
{
    width: 25px;
    ime-mode: disabled;
}

.TextStyleYearMonth
{
    width: 50px;
    ime-mode: disabled;
}
/* Text */

/* Button */
.ButtonStyle
{
    width: 90px;
}

.ButtonStyleConfirm
{
    width: 90px;
    color: Blue;
}

.ButtonStyleInput
{
    width: 90px;
    font-weight: bold;
    color: Red;
}

.ButtonStyleList
{
    width: 40px;
}

.ButtonStyleListConfirm
{
    width: 40px;
    color: blue;
}

.ButtonStyleListInput
{
    width: 40px;
    font-weight: bold;
    color: Red;
}
/* Button */

/* DropDownList */
.DropDownListStyle
{
    width: 90px;
}
/* DropDownList */

/* GridView */
.gvHeaderStyle
{
    background-color: #1C5E55;
    text-align: center;
    color: white;
}

.gvFooterStyle
{
    background-color: #1C5E55;
    font-weight: bold;
    color: white;
}

.gvRowStyle
{
    background-color: #E3EAEB;
}

.gvSelectedRowStyle 
{
    background-color: #ff99ff;
    font-weight: bold;
    color: white;
}

.gvEditRowStyle
{
    background-color: #ff99ff;
    font-weight: bold;
    text-align: center;
    color: white;
}

.gvAlternatingRowStyle
{
    background-color: white;
}

.gvPagerStyle
{
    background-color: #666666;
    text-align: right;
    color: white;
}
/* GridView */
