@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

html{overflow-y: scroll;}
img{border: none;}
li{list-style: none;}
strong{font-weight: bolder;}

body{
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	background: #fff url(../img/bg.gif) repeat-x;
}

*html body{font-size: 75%;}
*:first-child+html{font-size: 75%;}


a:link,
a:visited{
	color: #666666;
	text-decoration: none;
}

a:hover{
	color: #f00;
	text-decoration: none;
}
a:active{
	color: #666666;
	text-decoration: none;
}

#container{
	width: 980px;
	margin: 0 auto 30px;
	text-align: left;
	position: relative;
}

/* ------------------------------------------------------*/
/* header */
/* ------------------------------------------------------*/
#header{
	height: 107px;
}

#header h1{
	position: absolute;
	top: 15px;
	left: 0;
}

/* ------------------------------------------------------*/
/* searchArea */
/* ------------------------------------------------------*/
#searchArea{
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-table;
	zoom:1;
}

	#searchArea:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #searchArea{height: 1%;}
	#searchArea{display: block;}
	/* End hide from IE-mac */

#searchArea table{
	border-collapse: collapse;
}

#searchArea td{
	padding: 0 3px;
}

#searchArea .keyword{
	width: 160px;
}

/* ------------------------------------------------------*/
/* selectCountry */
/* ------------------------------------------------------*/
#selectCountry{
	position:absolute;
	top: 13px;
	width: 80px;
	right: 0px;
}

#selectCountry li{
	float: left;
}

#selectCountry li ul{
	display: none;
}

#selectCountry li:hover ul{
	display: block;
}

#selectCountry li li{
	float: none;
	font-size: 75%;
	margin-left:0px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 3px;
	z-index: 100;
}

/* ------------------------------------------------------*/
/* navigation */
/* ------------------------------------------------------*/
#globalNavi{
	position: absolute;
	top: 67px;
	left: 0;
	
	display: inline-table;
	zoom:1;
}

	#globalNavi:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html .#globalNavi{height: 1%;}
	#globalNavi{display: block;}
	/* End hide from IE-mac */

#globalNavi li{
	float: left;
	position: relative;
}

/*hide plldown menu*/
#globalNavi li ul{
	display: none;
}

/*show plldown menu*/
#globalNavi li:hover ul{
	display: block;
	position: absolute;
}

#globalNavi li li{
	float: none;
	line-height: 0;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

/*adjust position of plldown menu*/
#globalNavi .notebook:hover ul,
#globalNavi .accesory:hover ul,
#globalNavi .buy:hover ul,
#globalNavi .service:hover ul,
#globalNavi .about:hover ul,
#globalNavi .release:hover ul{
	top: 41px;
	left: 0;
}

/* ------------------------------------------------------*/
/* trace */
/* ------------------------------------------------------*/
#trace{
	margin-top: 3px;
	height: 17px;
	font-size: 85%;
}

#trace ul{
	display: inline;
}

#trace li{
	display: inline;
	padding-left: 10px;
	margin-right: 5px;
	background: url(../img/icn_trace.gif) no-repeat left center;
}

#trace .home{
	padding-left: 0;
	background: none;
}

#trace a:link,
#trace a:visited{
	color: #333;
	text-decoration: none;
}

#trace a:hover,
#trace a:active{
	color: #333;
	text-decoration: underline;
}

/* ------------------------------------------------------*/
/* body */
/* ------------------------------------------------------*/
#body{
	display: inline-table;
	zoom:1;
}

	#body:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #body{height: 1%;}
	#body{display: block;}
	/* End hide from IE-mac */

/* ------------------------------------------------------*/
/* footer */
/* ------------------------------------------------------*/
#footer{
	padding-top: 0px;
	background: url(../img/bg_footer.gif) repeat-x;
}

#footer .wrapper{
	width: 980px;
	margin:0 auto;
	text-align: left;
	position: relative;
}

#footer .wrapper .links{
	display: inline-table;
	zoom:1;
}

	#footer .wrapper .links:after {
		content:".";
		height:0px;
		clear:both;
		display: block;
		visibility:hidden;
	}
	
	/* Hides from IE-mac ＼*/
	* html #footer .wrapper .links{height: 1%;}
	#footer .wrapper .links{display: block;}
	/* End hide from IE-mac */

#footer .wrapper .copyright{
	font-size: 85%;
	display: inline;
}

#footer .wrapper li{
	font-size: 85%;
	height: 12px;
	padding-left: 5px;
	margin-left: 5px;
	border-left: 1px solid;
	float: left;
}

#footer .wrapper .copyright,
#footer .wrapper ul{
	float: left;
}

#footer .wrapper .rss{
	padding-left: 20px;
	background: url(../img/icn_rss.gif) no-repeat 5px center;
}

#footer a:link,
#footer a:visited{
	color: #333;
	text-decoration: none;
}

#footer a:hover,
#footer a:active{
	color: #333;
	text-decoration: underline;
}

/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix{
	display: inline-table;
	zoom:1;
}

.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

/* Hides from IE-mac ＼*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
