@charset "utf-8";
html {
	height: 100%;
}
body {
	padding: 0px;
	height: 100%;
	background-image: none;
}
/*----------------------------------------------------------------------------------------------
Background Base Style
-----------------------------------------------------------------------------------------------*/
#bg_base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #dbe8ff;
}
/*----------------------------------------------------------------------------------------------
Container Base Style
-----------------------------------------------------------------------------------------------*/
#html_container {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#body_container {
	width: 100%;
	background: url(../images/common/bg.gif) repeat-x 0 0;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 800px;
	text-align: center;
}
/*----------------------------------------------------------------------------------------------
Header Style
-----------------------------------------------------------------------------------------------*/
#header {
	padding-top: 6px;
}
#header .logo_mattel {
	text-align: center;
}
/*----------------------------------------------------------------------------------------------
Global Navigation Style
-----------------------------------------------------------------------------------------------*/
#global_navigation {
	margin: 0px;
}
/*----------------------------------------------------------------------------------------------
Contents Base Style
-----------------------------------------------------------------------------------------------*/
#contents {
	overflow: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 774px;
}
/*----------------------------------------------------------------------------------------------
Left Block Style
-----------------------------------------------------------------------------------------------*/
.lcol {
	float: left;
	margin-top: 10px;
	width: 514px;
}
/*----------------------------------------------------------------------------------------------
Toys Banner Style
-----------------------------------------------------------------------------------------------*/
#toys_banner {
	width: 514px;
}
#toys_banner li {
	float: left;
	display: inline;
	margin-right: 10px;
	padding-bottom: 10px;
}
#toys_banner li img {
	vertical-align: bottom;
}
/*----------------------------------------------------------------------------------------------
Banner Style
-----------------------------------------------------------------------------------------------*/
#banner {
	width: 514px;
}
#banner li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#banner li img {
	vertical-align: bottom;
}
/*----------------------------------------------------------------------------------------------
Right Block Style
-----------------------------------------------------------------------------------------------*/
.rcol {
	float: left;
	margin-top: 10px;
	width: 260px;
}
/*----------------------------------------------------------------------------------------------
News Style
-----------------------------------------------------------------------------------------------*/
#news {
	float: left;
	width: 260px;
	font-size: 16px;
}
#news h2 {
	background: url(../images/top/title_news.gif) no-repeat 0 0;
	width: 260px;
	height: 26px;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999em;
}
#news .news_frame {
	min-height: 277px;
	_height: 277px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#news dl {
	padding: 4px 10px 10px 10px;
	font-size: 63%;
	line-height: 1.2em;
}
#news dl dt {
	margin-top: 6px;
	padding-left: 8px;
	background: url(../images/top/news_pict.gif) no-repeat 0 3px;
	font-weight: bold;
}
#news dl dd {
	margin-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
}
#news dl dd img {
	float: left;
	padding: 0 5px 5px 0;
}
#news dl dd p {
	padding-top: 2px;
}
#news dl dd .clear {
	display: block;
	clear: both;
	width: 100%;
	font-size: 1px;
	line-height: 0;
	height: 1px;
}
/*----------------------------------------------------------------------------------------------
Footer Style
-----------------------------------------------------------------------------------------------*/
#footer {
	height: 30px;
}