/* Default CSS Stylesheet for a new Web Application project */

TH
{	
	font-size:12px;
}	

A:link
{
	text-decoration:	underline;
	color:	#0000ff;
}	
		
A:visited
{
	text-decoration:	underline;
	color:	#0000ff;
}	
		
A:active
{
	text-decoration:	underline;
	color:	orange;
}	
		
A:hover
{
	text-decoration:	underline;
	color:	red;
}
	
td
{
	font-size:12px;
}

td.d1
{
	font-size:12px;
	background-color:#999999;
}

td.d2
{
	font-size:12px;
	background-color:#999999;
}
td.d3
{
	font-size:12px;
	background-color:#ffffff;
}
td.sp
{
	font-size:11px;color:#666666;
}
a.side
{
	font-size:11px;
	text-decoration:none;
	color:#666666;
}
a.new
{
	font-size:11px;
	text-decoration:none;
	color:#336600;
}

.blue{background-color:#8DBDE9;}
.aqua {background-color:#D1E1EE;}
.yellow {background-color:#FEE490;}
.gray {background-color:#D9D9D9;}
.white {background-color:#ffffff;}
.black {background-color:#000000;}
.maroon {background-color:#990000;}

.bodybackcolor{background-color:#ffffff;}
.loginback{background-color:#ebe4c9;}
.searchback{background-color:#ebe4c9;}
.headerbarcolor{background-color:#ebe4c9;}
.tablebgcolor{background-color:#000000;}
.table_trbgcolor{background-color:#ffffff;}
.tabsdle_td_header_bgcolor{background-color:#d1e1ee;}

.elementary{ color:#ff9900; }

/*PowerStationer【Buyer】テーブルヘッダー 検索系*/
.th2
{
	font-size:12px;
	color:#000000;
	background:#DBDBDE;
}

/*PowerStationer【Buyer】テーブルフッター*/
.th3
{
	font-size:10px;
	color:#ffffff;
	background:#333333;
}

/*文字サイズ10ピクセル*/

.white10   { color: white; font-size: 10px; line-height: 125%; text-decoration: none }
.white10 a:link    { color: white; font-size: 10px; line-height: 125%; text-decoration: underline }
.white10 a:visited    { color: white; font-size: 10px; line-height: 125%; text-decoration: underline }
.white10 a:active    { color: #afeeee; font-size: 10px; line-height: 125%; text-decoration: underline }
.white10 a:hover    { color: #afeeee; font-size: 10px; line-height: 125%; text-decoration: underline }

/*文字サイズ10ピクセル*/

.b12      { color: black; font-size: 12px; line-height: 125%; text-decoration: none }
.b12 a:link       { color: black; font-size: 12px; line-height: 125%; text-decoration: underline }
.b12 a:visited       { color: black; font-size: 12px; line-height: 125%; text-decoration: underline }
.b12 a:active      { color: teal; font-size: 12px; line-height: 125%; text-decoration: underline }
.b12 a:hover      { color: teal; font-size: 12px; line-height: 125%; text-decoration: underline }

/*文字サイズ14ピクセル*/
.b14      { color: black; font-size: 14px; line-height: 125%; text-decoration: none }
.b14 a:link       { color: black; font-size: 14px; line-height: 125%; text-decoration: underline }
.b14 a:visited       { color: black; font-size: 14px; line-height: 125%; text-decoration: underline }
.b14 a:active      { color: teal; font-size: 14px; line-height: 125%; text-decoration: underline }
.b14 a:hover      { color: teal; font-size: 14px; line-height: 125%; text-decoration: underline }

.red14     { color: #ff0000; font-size: 14px; line-height: 125%; text-decoration: none }
.red14 a:link     { color: #4682b4; font-size: 14px; line-height: 125%; text-decoration: underline }
.red14 a:visited     { color: #4682b4; font-size: 14px; line-height: 125%; text-decoration: underline }
.red14 a:active     { color: #fa8072; font-size: 14px; line-height: 125%; text-decoration: underline }
.red14 a:hover     { color: #fa8072; font-size: 14px; line-height: 125%; text-decoration: underline }

.blue14     { color: #0000ff; font-size: 14px; line-height: 125%; text-decoration: none }
.blue14 a:link     { color: #4682b4; font-size: 14px; line-height: 125%; text-decoration: underline }
.blue14 a:visited     { color: #4682b4; font-size: 14px; line-height: 125%; text-decoration: underline }
.blue14 a:active     { color: #fa8072; font-size: 14px; line-height: 125%; text-decoration: underline }
.blue14 a:hover     { color: #fa8072; font-size: 14px; line-height: 125%; text-decoration: underline }


