@charset "euc-jp";
/* http://www.arts21.jp/ */
/* mailto : info@arts21.jp */
/* Copyright (C) 2005 Commercial Art's Corporation. All rights reserved. */





/* font*/
.b			{
	font-weight: bold;
}
.white			{
	color: #FFFFFF;
}
.red			{
	color: #FF3300;
}
.orange			{
	color: #FF9900;
}
.green			{
	color: #009900;
}
.lightgreen			{
	color: #80C236;
}
.s_blue			{
	color: #3399FF;
}
.blue			{
	color: #006AD4;
}
.blue2			{
	color: #056DD0;
}
.blue3			{
	color: #5876B8;
}
.darkgray			{
	color: #666666;
}
.purple {
	color:#B63D79;
}
.brown {
	color:#996600;
}

/*-------------------------------------------
	TABLE
-------------------------------------------*/
/*左見出し*/
.tbl_lh {
	background: #CCCCCC;
}
.tbl_lh caption {
	padding: 5px 0px;
	text-align: left;
	font-weight: bold;
}
.tbl_lh th {
padding: 5px;
	background: #E4F8F7;
}
.tbl_lh td {
padding: 5px;
	background: #FFFFFF;
}

/*左見出し 太字なし 左よせ*/
.tbl_lh_ln {
	background: #CCCCCC;
}
.tbl_lh_ln caption {
	padding: 5px 0px;
	text-align: left;
	font-weight: bold;
}
.tbl_lh_ln th {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	background: #E4F8F7;
}
.tbl_lh_ln td {
	padding: 5px;
	background: #FFFFFF;
}

/*上見出し*/
.tbl_uh {
	background: #CCCCCC;
}
.tbl_uh caption {
	padding: 5px 0px;
	text-align: left;
	font-weight: bold;
}
.tbl_uh th {
	padding: 5px;
	
	text-align: center;
	
	background: #E4F8F7;
}
.tbl_uh td {
	padding: 5px;
	background: #FFFFFF;
}


/*
============================================================
 get acc
============================================================
*/
p#getAcc {
 width: 1px;
 height: 1px;
 margin: 0px;
 padding: 0px;
 overflow: hidden;
}
