@charset "utf-8";
/* CSS Document */
.subWindow {
	width:278px;
	margin-top: 0px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 7px;
}
.sWheader {
	height: 22px;
	background-image: url(images/subWindow_01.png);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 3px;
	font-weight: normal;
	color: #FFF;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;

}

.sWheader a{
	color:#FFF;
	font-weight:normal;
}

.sWheader a:visited{
	color:#FFF;
}

.sWcontent {
	background-image: url(images/subWindow_02.png);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 11px;
	line-height: 150%;
}

.sWcontent a{
	font-size: 11px;
	color: #8A1C69;
}

.sWcontent a:visited{
	color: #8A1C69;
}

.sWcontent A.bon {
	color:#FF3;
}

.sWcontent A.bon:visited {
	color:#FF3;
}

.sWfooter {
}

.orange {
	color:#F60;
}

.red {
	color: #F00;
}

.bold14 {
	font-size: 14px;
	font-weight:bold;
}