@charset "UTF-8";
/* CSS Document */


#sc1 h3	{
	font-size:2.8em;
	color:#9900CC;
	margin:0;
	padding:0;
}
#sc2 h3	{
	font-size:2.8em;
	color:#FF0000;
}
#sc3 h3	{
	font-size:2.8em;
	color:#00CC00;
}
#sc4 h3	{
	font-size:2.8em;
	color:#0066FF;
}
#sc5 h3	{
	font-size:2.8em;
	color:#FF33CC;
}
#sc6 h3	{
	font-size:2.8em;
	color:#FF6600;
}
#sc7 h3	{
	font-size:2.8em;
	color:#9900CC;
	margin:0;
	padding:0;
}

#sc1 strong	{
	color:#9900CC;
}
#sc2 strong	{
	color:#FF0000;
}
#sc3 strong	{
	color:#00CC00;
}
#sc4 strong	{
	color:#0066FF;
}
#sc5 strong	{
	color:#FF33CC;
}
#sc6 strong	{
	color:#FF6600;
}
#sc7 strong	{
	color:#9900CC;
}


#sc1	{
	width:560px;
	padding:15px;
	border-top:solid 5px #9900CC;
	border-bottom:solid 5px #9900CC;
	margin-bottom:10px;
	margin-top:20px;
}
#sc2	{
	width:560px;
	padding:15px;
	border-top:solid 5px #FF0000;
	border-bottom:solid 5px #FF0000;
	margin-bottom:10px;
	margin-top:40px;
}
#sc3	{
	width:560px;
	padding:15px;
	border-top:solid 5px #00CC00;
	border-bottom:solid 5px #00CC00;
	margin-bottom:10px;
	margin-top:40px;
}
#sc4	{
	width:560px;
	padding:15px;
	border-top:solid 5px #0066FF;
	border-bottom:solid 5px #0066FF;
	margin-bottom:10px;
	margin-top:40px;
}
#sc5	{
	width:560px;
	padding:15px;
	border-top:solid 5px #FF33CC;
	border-bottom:solid 5px #FF33CC;
	margin-bottom:10px;
	margin-top:40px;
}
#sc6	{
	width:560px;
	padding:15px;
	border-top:solid 5px #FF6600;
	border-bottom:solid 5px #FF6600;
	margin-bottom:10px;
	margin-top:40px;
}
#sc7	{
	width:560px;
	padding:15px;
	border-top:solid 5px #9900CC;
	border-bottom:solid 5px #9900CC;
	margin-bottom:10px;
	margin-top:40px;
}
#msg	{
	width:560px;
	border-top:solid 5px #FF0000;
	border-bottom:solid 5px #FF0000;
	background-color:#ffdede;
	padding:15px;
}