@charset "UTF-8";
/* CSS Document */

.clear {
	clear:both;
}

#firstWrapper {
	margin:0 auto;
	width:960px;
}

#title {
	position:relative;
	margin:-439px 0 0 30px;
	z-index:101;
	color:#fff;
	width:900px;
}

* html #title { /* for IE6 */
	overflow:hidden;
}

#title h2 {
	margin:190px 0 0 0;
}

#title img {
	float:right;
	margin:-115px 0 0 0;
}

#global-navi {
	position:relative;
	z-index:102;
	zoom: 1;
	list-style-type: none;
}

* html #global-navi { /* for IE6 */
	position:absolute;
	top:325px;
}

#global-navi li {
	float:left;
	padding: 10px 20px 35px 24px;
}

*:first-child+html #global-navi li { /* for IE7 */
	padding: 10px 20px 18px 24px;
}

#middle {
	margin:0 auto;
}

#middle div {
	float:left;
}

/* ↓about.html↓ */

#about_title {
	width:300px;
	padding:0 0 0 30px;
}

* html #about_title { /* for IE6 */
	position:relative;
	top:-135px;
}

#about_paragrapgh {
	width:520px;
}

* html #about_paragrapgh { /* for IE6 */
	position:relative;
	top:-135px;
}

#about_paragrapgh img {
	margin:0 0 20px -15px;
}

#about_paragrapgh p {
	line-height: 1.6;
	letter-spacing: 0.1em;
}

/* ↑about.html↑ */
/* ↓graph.html↓ */

#graph_title {
	width:960px;
	text-align: center;
}

* html #graph_title { /* for IE6 */
	position:relative;
	top:-135px;
}

#graph_title h4 {
	margin:17px 0 17px 0;
}

#graph_list {
	width:960px;
}

* html #graph_list { /* for IE6 */
	position:relative;
	top:-135px;
}

#graph_list ul {
	margin:0 0 0 21px;
}

#graph_list li {
	float:left;
	padding:8px 8px 8px 8px;
}

/* ↑graph.html↑ */

#top-banners {
	width:370px;
	position:relative;
	z-index:103;
}


* html #top-banners { /* for IE6 */
	position:relative;
	top:-135px;
}

#top-banners li {
	padding: 0 0 5px 0;
}


#top-news-title {
	width:578px;
	border-top:solid 1px #5f5f5f;
	border-left:solid 1px #5f5f5f;
	border-right:solid 1px #5f5f5f;
	padding:7px 0 5px 10px;
}


* html #top-news-title { /* for IE6 */
	position:relative;
	top:-135px;
}

#top-news-list {
	width:583px;
	border:solid 1px #5f5f5f;
	padding:5px 0 5px 5px;
}

#top-news-list .scrollbox1 {
	width:583px;
	height:270px;
	overflow:scroll;
}

* html #top-news-list { /* for IE6 */
	position:relative;
	top:-135px;
}

#top-news-list ul {
	list-style-type:disc;
	margin:10px 25px 10px 25px;
}

#top-news-list h4 {
	margin-bottom:3px;
	border-bottom:dotted 1px #000000;
}

#top-news-list p {
	margin:5px 0 10px 0;
	width:305px;
	float:left;
}
	
#top-news-list img {
	margin:5px 0 15px 0;
	float:right;
}
	
#footer-utility {
	_overflow:visible;
	zoom: 1;
	margin-top:30px;
	list-style-type: none;
}


* html #footer-utility { /* for IE6 */
	position:relative;
	top:-135px;
} 

#footer-utility li {
	float:left;
	font-size:small;
	padding:5px;
}

#facebook {
	float:right;
	margin:10px 0 10px 0;
}
 

* html #facebook { /* for IE6 */
	position:relative;
	top:-135px;
}


#copy p {
	text-align:right;
}

* html #copy { /* for IE6 */
	position:relative;
	top:-135px;
}

* html #copy p {
	margin-top:0;
}

*:first-child+html #copy p {
	margin-top:0;
}