@charset "utf-8";

/*
 * /investors/chart.css
 *  + Contents
 *  + 
*/

/* ***********************************************

 Investers Layout

*********************************************** */

/* --------------------
 Contents
-------------------- */
div#header {
	background: none;
	padding:10px 10px 0 10px;
}
div#header div.inner {
	width: 100%;
	height:45px;
	padding:10px 0 10px 0;
	background: url(/group/common/images/header/header-line.gif) 0 bottom repeat-x;
}
div#header div.inner h1 {
	float:left;
	padding-top:0;
	width:500px
}
#ChartContainer {
 margin: 30px auto;
 width: 760px;
 text-align: left;
}
iframe#ChartInner {
	width: 760px;
	height: 950px;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}


div#footer {
	width: 100%;
	padding-top: 20px;
	border-top: solid 3px #1f9dda;
}
div#footer p#copyright {
	padding-bottom: 20px;
	color: #666;
}
