@charset "utf-8";
/* CSS Document */
/*------------ BOX -------------*/
.cBox, .cBoxRed, .cBoxYel {
	margin-top:30px;
	position:relative;
	border:1px solid #CCCCCC;
	background-color:#F7FAFE;
	padding:12px;
	text-align:left;
	margin-right:10px;
}
.cBoxRed {
	border:1px solid #CC6666;
	background-color:#F6E7E7;
	font-size:13px;
}
.cBoxYel {
	border:1px solid #FF9900;
	background-color: #FFFFCC;
	font-size:13px;
}
.cBoxHd, .cBoxRedHd, .cBoxYelHd {
	position:absolute;
	top:-13px;
	left:15px;
	font-size:14px;
	font-weight:bold;
	background: #F7FAFE url(../images/cBoxBack.gif) repeat-x top;
	color:#999999;
	padding:0px 4px 0px 4px;
}
.cBoxRedHd {
	background: #F6E7E7 url(../images/cBoxBack.gif) repeat-x top;
	color:#CC3333;
}
.cBoxYelHd {
	background: #FFFFCC url(../images/cBoxBack.gif) repeat-x top;
	color: #FF6600;
}
.cBoxTxt {
	text-align:left;
	color:#5C5143;
	padding:2px 5px 2px 5px;
}
.cBox table {
	border-collapse:separate;
	width:100%;
}
.cBox table td {
	padding:3px 8px 3px 8px;
	font-size:13px;
}
.cellHd, .cell2Hd {
	text-align:right;
	background-color:#EAF3FC;
	color:#666666;
}
.cellHd {
	width:200px;
}
.cell, .cellTd, .block, .divCell {
	background-color:#F1F7FD;
	color:#333333;
}
.divCell {
	padding:3px 8px 3px 8px;
}
.cell, .cellTd {
	text-align:left;
}
.errorHd {
	width:200px;
	text-align:right;
	background-color:#E69999;
	color:#660000;
}
.errorTd {
	background-color:#F0BFBF;
	color:#333333;
	text-align:left;
}
.textBox1 {
	width:300px;
}
.textBox2 {
	width:500px;
}
.textBox3 {
	width:160px;
}
.textBox4 {
	width:120px;
}
.textBox5 {
	width:30px;
}
.notice {
	margin:40px 10px 30px 10px;
	position:relative;
	border:1px dashed #990000;
	background-color:#F8E7DA;
	padding:5px 0px 12px 0px;
	text-align:center;
	color:#BF6464;
	font-size:12px;
}
.noticeHd {
	position:absolute;
	top:-13px;
	left:15px;
	font-size:14px;
	font-weight:bold;
	background: #FFFFFF url(../images/noticeBack.gif) repeat-x bottom;
	color:#990000;
	padding:0px 4px 0px 4px;
}
.noticeMsg {
	padding:12px 10px 5px 10px;
	color:#990000;
	font-size:14px;
	line-height:140%;
	font-style:italic;
}
.noticeBoardMsg {
	position:relative;
	background-color:#E0DAD3;
	color:#666666;
	text-align:left;
	padding:12px 8px 5px 8px;
	margin:3px 0px 2px 0px;
	font-size:11px;
}
.noticeBoardHd {
	color:#BF3130;
	font-size:14px;
}
.noticeBoardHd a {
	color:#BF3130;
	text-decoration:none;
	background:url(../images/icon_arrow_right3.gif) top right no-repeat;
	padding:0px 20px 3px 0px;
}
.noticeBoardHd a:hover  {
	color:#FF0000;
	text-decoration:underline;
}
.noticeBoardDate {
	position:absolute;
	top:5px;
	right:10px;
	font-size:10px;
	font-style:italic;
	color:#999999;
	width:100px;
	text-align:right;
}
.noticeBoardMark {
	background-color:#D7CFC6;
	color:#AE9379;
	padding:3px;
	margin-top:5px;
	text-align:right;
	font-style:italic;
}
