@charset "UTF-8";

/* -------------------------------

	top.css

------------------------------- */

/* category setting
------------------------------- */

#header {
	background: transparent url(/https/marketspeed.jp/fx/images/bg_top_header.gif) repeat-x left top;
	height: 80px;
	margin-bottom: 0;
}
#slide {
	height: 445px;
}


/* golbal navigation 
------------------------------ */

#gNav {
	background: #e8e8e8; /* Old browsers */
	background: -webkit-linear-gradient(#e8e8e8 0%, #fdfdfd 100%);
	background: -o-linear-gradient(#e8e8e8 0%, #fdfdfd 100%);
	background: linear-gradient(#e8e8e8 0%, #fdfdfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#fdfdfd',GradientType=0 );
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 37px;
}

#gNav ul {
	height: 60px;
}
#gNav ul li a{
	height: 60px;
	line-height: 60px;
}

#contents {
	text-align:left;
}

/* intro
------------------------------ */
#intro {
	margin-bottom: 32px;
}

#intro h2 {
	margin-bottom: 27px;
}

#intro p {
	float:left;
	width: 600px;
}

#intro .download {
	float: right;
	width: 248px;
	padding-top: 6px;
}

/* Links
------------------------------ */
#links {
	clear:both;
	width: 978px;
	margin: 0 -17px 34px 0;
	padding: 0;
	overflow: hidden;
	_zoom: 1;
}

#links li {
	float:left;
	margin: 0 17px 0 0;
	padding: 0;
	list-style:none;
}


/* rate
------------------------------ */
#rate {
	float:left;
	width: 634px;
	margin-bottom: 30px;
}

#rate h2 {
	margin-bottom: 7px;
}

/* news
------------------------------ */
#news {
	float:right;
	margin-bottom: 30px;
	width: 303px;
}

#news h2 {
	margin-bottom: 16px;
}

#news dt {
	float:left;
	width: 6.6em;
}

#news dd {
	margin-bottom: 8px;
	padding-left: 6.6em;
	padding-bottom: 6px;
	border-bottom: 1px dashed #CCC;
}

#news dd a {
	display:block;
	padding-left: 12px;
	background: url(/https/marketspeed.jp/fx/images/blt_news.gif) no-repeat left 0.5em;
}