/*　基本の設定　*/
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
img {border:0;}
td {
	color: #333333;
	font-size: 14px;
	line-height: 20px;


}

/*　枠の設定　*/
.waku_red    {border: 1px solid #FF3333;}
.waku_orange {border: 1px solid #FF9933;}
.waku_yellow {border: 1px solid #FFCC33;}
.waku_green  {border: 1px solid #66FF33;}
.waku_cyan   {border: 1px solid #99CCFF;}
.waku_blue   {border: 1px solid #3399FF;}
.waku_gray   {border: 1px solid #E0E0E0;}

/*　セル背景の設定　*/
.bc-red    {background-color: #FFCCCC;}
.bc_orange {background-color: #FFE6CC;}
.bc_yellow {background-color: #FFF3CC;}
.bc_green  {background-color: #D9FFCC;}
.bc_cyan   {background-color: #CCFFFF;}
.bc-blue   {background-color: #CCE6FF;}
.bc-gray   {background-color: #E0E0E0;}

/*　罫線の設定　*/
.tdline01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: e0e0e0;
	border-right-color: e0e0e0;
	border-bottom-color: e0e0e0;
	border-left-color: e0e0e0;
	font-size: 12px;
	line-height: 15px;
}
/*　罫線の設定　*/
.tdline02 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: e0e0e0;
	border-right-color: e0e0e0;
	border-bottom-color: e0e0e0;
	border-left-color: e0e0e0;
	font-size: 12px;
	line-height: 15px;
	background-color: #FFFAE6;

}

.table-cen-orange {
	background-image: url(../img/table_cen_orange.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin:0px auto;
}
.tdline-under {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: e0e0e0;
	border-right-color: e0e0e0;
	border-bottom-color: e0e0e0;
	border-left-color: e0e0e0;
}
.tdline-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: e0e0e0;
	border-right-color: e0e0e0;
	border-bottom-color: e0e0e0;
	border-left-color: e0e0e0;
}
.bc-gr-orange {
	background-image: url(../img/bar_orange.gif);
	background-repeat: repeat-x;
}
.tdline-right-under {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: e0e0e0;
	border-right-color: e0e0e0;
	border-bottom-color: e0e0e0;
	border-left-color: e0e0e0;
}

/*　リンクの設定　*/
a:link　　{color: #006699;}
a:visited {color: #006699;}
a:hover{color: #0066FF;}


/*　テキストの設定　*/
.text-b-green {font-weight: bold;color: #009900;font-size: 15px;}
.text-b-gray {font-weight: bold;}
.s-text {font-size: 12px;	line-height: 14px;}
.alerttext {color:#ff0000;}
