@charset "utf-8";
/* CSS Document */
.Ttl_bg_L {
	background-image: url(../images/BG-titlepage_L.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
}
.Ttl_bg_C {
	background-image: url(../images/BG-titlepage_C.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.Ttl_bg_R {
	background-image: url(../images/BG-titlepage_R.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
div#COw a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
div#COw a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	
}
.Bx_TL {
	background-image: url(../images/ED_Bx_TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Bx_TM {
	background-image: url(../images/ED_Bx_TM.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.Bx_TR {
	background-image: url(../images/ED_Bx_TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.Bx_CL {
	background-image: url(../images/ED_Bx_CL.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.Bx_CR {
	background-image: url(../images/ED_Bx_CR.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.Bx_BL {
	background-image: url(../images/ED_Bx_BL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Bx_BM {
	background-image: url(../images/ED_Bx_BM.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.Bx_BR {
	background-image: url(../images/ED_Bx_BR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Bx_Title_L {
	background-image: url(../images/Hot-Pro-L.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.Bx_Title_C {
	background-image: url(../images/Hot-Pro-C.jpg);
	background-repeat: repeat-x;
	background-position:  top;
	
}
.Bx_Title_R {
	background-image: url(../images/Hot-Pro-R.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.Bx_Title_R span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	font-weight: bold;
	text-indent: 5px;
	height: 26px;
	vertical-align: middle;
	padding-top: 5px;
}
.LN_separator {
	background-image: url(../images/Line_Separator.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.LN_PckSeparator {
	background-image: url(../images/Line+PackSeparator.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.CloseX-over{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	border: 2px solid #FF6600;
	padding:2px 4px;
	cursor: pointer;
	font-weight: bold;
}
.CloseX-out {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
	border: solid 2px #cccccc;
	padding:2px 4px;
	cursor: pointer;
	font-weight: bold;
}