@charset "utf-8";
/*----------------------------------------------------------------------------------------------
Common Style
-----------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	padding-top: 20px;
	background: url(../images/common/bg.gif) repeat-x 0 0;
	font-family:"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Verdana,"ＭＳ Ｐゴシック",Osaka;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	color: #333;
}
* html body {
	font-size: 0.75em;
}
a:link,
a:visited,
a:active {
	outline: none;
	text-decoration: none;
	color: #369;
}
a:hover {
	text-decoration: underline;
	color: #036;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
}
hr {
	border: 1px dotted #989898;
	margin: 10px auto;
	padding:0;
	height: 1px;
}


/*----------------------------------------------------------------------------------------------
Container Base Style
-----------------------------------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 800px;
	background: url(../images/common/frame_bg.gif) repeat-y 0 0;
	text-align: center;
}
#container .container_frame_top {
	background: url(../images/common/frame_top.gif) no-repeat 0 0;
}
#container .container_frame_bottom {
	background: url(../images/common/frame_bottom.gif) no-repeat 0 bottom;
}
/*----------------------------------------------------------------------------------------------
Header Style
-----------------------------------------------------------------------------------------------*/
#header {
	position:relative;
	width: 800px;
	height: 76px;
	text-align: left;
}
#header .logo_mattel {
	position: absolute;
	z-index: 10;
	top: 6px;
	left: 0px;
	width: 800px;
	height: 70px;
	text-align: center;
}
#header .company_name {
	position: absolute;
	z-index: 9;
	top: 35px;
	right: 18px;
	width: 800px;
	height: 13px;
	background: url(../images/common/company_name.gif) no-repeat right 0;
	font-size: 1px;
	line-height: 13px;
	text-indent: -9999em;
}
/*----------------------------------------------------------------------------------------------
Global Navigation Style
-----------------------------------------------------------------------------------------------*/
#global_navigation {
	margin-top: 3px;
	width: 800px;
	height: 40px;
	background: url(../images/common/gnavi_bg.gif) repeat-y 0 0;
	text-align: center;
}
#global_navigation ul {
	margin: 0 auto;
	width: 612px;
	height: 40px;
}
#global_navigation ul li {
	float: left;
}
#global_navigation ul li a {
	display: block;
	width: 122px;
	height: 40px;
	text-indent: -9999em;
}
#global_navigation ul .navi_topics a {
	width: 123px;
	background: url(../images/common/gnavi_topics.gif) no-repeat 0 0;
}
#global_navigation ul .navi_product a {
	background: url(../images/common/gnavi_product.gif) no-repeat 0 0;
}
#global_navigation ul .navi_company a {
	background: url(../images/common/gnavi_company.gif) no-repeat 0 0;
}
#global_navigation ul .navi_philanthropy a {
	background: url(../images/common/gnavi_philanthropy.gif) no-repeat 0 0;
}
#global_navigation ul .navi_contact a {
	width: 123px;
	background: url(../images/common/gnavi_contact.gif) no-repeat 0 0;
}
#global_navigation ul .navi_topics_on {
	background: url(../images/common/gnavi_topics.gif) no-repeat 0 -80px;
}
#global_navigation ul .navi_product_on {
	background: url(../images/common/gnavi_product.gif) no-repeat 0 -80px;
}
#global_navigation ul .navi_company_on {
	background: url(../images/common/gnavi_company.gif) no-repeat 0 -80px;
}
#global_navigation ul .navi_philanthropy_on {
	background: url(../images/common/gnavi_philanthropy.gif) no-repeat 0 -80px;
}
#global_navigation ul .navi_contact_on {
	background: url(../images/common/gnavi_contact.gif) no-repeat 0 -80px;
}
#global_navigation ul li a:hover {
	background-position: 0 -40px;
}
#global_navigation ul .navi_topics_on a,
#global_navigation ul .navi_contact_on a {
	width: 123px;
}
/*----------------------------------------------------------------------------------------------
Contents Base Style
-----------------------------------------------------------------------------------------------*/
#contents {
	overflow: auto;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 774px;
	text-align: left;
}
/*----------------------------------------------------------------------------------------------
Contents Style
-----------------------------------------------------------------------------------------------*/
#page_top {
	text-align: right;
	padding-top: 15px;
	font-size: 0.8em;
	line-height: 1.4em;
}

/*----------------------------------------------------------------------------------------------
Footer Style
-----------------------------------------------------------------------------------------------*/
#footer {
	margin: 10px auto;
	width: 800px;
	height: 50px;
	text-align: left;
}
#footer .navigation {
	float: left;
	border-left: 1px solid #666;
	font-size: 0.8em;
	line-height: 1.2em;
}
#footer .navigation a {
	color: #666;
}
#footer .navigation li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #666;
}
#footer .copyright {
	float: right;
	font-family:Arial,sans-serif;
	font-size: 9px;
	color: #666;
}
