@charset "utf-8";

#content_chart{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 60px;
	padding-left: 60px;
	line-height: 160%;
}

#content_chart a{
	color: #2c8dd7;
	text-decoration: underline;
	outline: none;
}

#content_chart a:visited {
	color: #2c8dd7;
	text-decoration: underline;
}


#content_chart a:hover {
	color: #2c8dd7;
	text-decoration: none;	
}


#content_chart h3{
	color: #8553A6;
	font-size: 120%;
	font-weight: bold;
	line-height: 100%;
	background-image: url(../images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-bottom: 5px;
}

#content_chart p{
	padding-right: 20px;
	padding-left: 20px;	
}

#flash_bubble{
	border: 1px solid #CCC;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#flash_bubble p{
	text-align: center;
}

