html,body
{
	 SCROLLBAR-FACE-COLOR: lightskyblue;
	 SCROLLBAR-HIGHLIGHT-COLOR: transparent;
	 SCROLLBAR-SHADOW-COLOR: transparent;
	 SCROLLBAR-3DLIGHT-COLOR: lightblue;
	 SCROLLBAR-ARROW-COLOR: black;
	 SCROLLBAR-TRACK-COLOR: transparent;
	 SCROLLBAR-DARKSHADOW-COLOR: transparent
}
TABLE
{
	font-size: 10pt;
}
BODY
{
	 FONT-SIZE: 10pt;
	 margin-top:0; 
	 margin-left:0; 
	 margin-right:0;
	 margin-bottom:0;
}
HTML
{
	margin: 4px;
}
th
{
	color: #ffffff;
	background-color:#999999;
	text-align: center;
}
body.login
{
	 FONT-SIZE: 10pt;
	 margin-left:0; 
	 margin-top:30; 
}
.pointer
{
	cursor: pointer; cursor:hand;   
}
.list_head
{
	color: #ffffff;
	text-align: center;
}
.list_detail_normal
{
	color: #000000;
}
.list_detail_old
{
	color: #ff0000;
}
.list_detail_danger
{
	color: #ff0000;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.align_right
{
	text-align: right;
}
.hist_head
{
	font-size:10pt;
	text-align:center;
	color:#ffffff;
	background-color:#666666;
}
.hist_detail_num_danger
{
	color: #ff0000;
	text-align: right;  
}
.hist_detail_str_danger
{
	color: #ff0000;
	text-align: left;  
}
.map_detail_font_color
{
	color: #ffffff;
}
.map_detail_td_color
{
	background-color: #999999;
}
.map_form
{	
	background-color:White; 
}
.map_table
{
	width:400;
	text-align: center;
}

.map_table_sample
{
	background-color:#d2edff; 
}

.prefecture_caption
{
	background-color:Silver;
	color:Navy;
	text-align:center;
}
.control_caption
{
	background-color:#f5f5f5;
	color:Teal;
	text-align:center;
}
.LabelText
{
	background-color:#f5f5f5;
	color:Teal;
	text-align:center;
}

.default_form
{
	background-color:White; 
}

.SearchPanelBackBackground
{
	background-color:Aqua;
}

.regulation_title
{
	color:White;
	background-color:Gray;
	font-weight:bold;
}
.regulation_title_center
{
	color:White;
	background-color:Gray;
	font-weight:bold;
	text-align:center;
}
.pager_style
{
	background-color:Yellow;
}
.AlternatingRow_style
{
	background-color:Seashell;
}
.error_text
{
	color:Red;
	font-weight:bold;
}
.numeric
{
	text-align:right;
}

.ImeOn_text
{
	ime-mode:active;
}
.ImeOff_text
{
	ime-mode:disabled;
}
.ImeManual_text
{
	ime-mode:inactive;
}
.numeric_text
{
	ime-mode:disabled;
	text-align:right;
}

.Progress_Current
{
	background-color:Yellow;
	color:Teal;
	font-weight:bold;
	text-align:center;
}
.Progress_Default
{
	background-color:#f5f5f5;
	text-align:center;
}
.menu_caption
{
	background-color:#f5f5f5;
	color:Teal;
	text-align:left;
}
a.MenuItem:hover
{
	text-decoration:underline;
	background-color:#FFE080;
} 
a.MenuItem:visited
{
	color:Black;
}

.RedText
{
	color:Red;
}

.NormalText
{
	color:Black;
}