@charset "UTF-8";
/*====================================================================
 header
====================================================================*/
#n_headerArea {
	width:960px;
	padding: 8px 0px 7px;
	margin: 0px;
	text-align: left;
	position: relative;
	z-index: 10;
}
#n_headerArea a {
	text-decoration: none;
}
#n_headerArea a:hover {
	text-decoration: underline;
}
#n_headerArea #n_toshibaLogo {
	position: absolute;
	top: 14px;
	left: 12px;
}
#n_headerArea #n_toshibaLogo .n_logo_sub {
	margin: 7px 0px 0px 58px;
}
#n_headerArea #n_headright {
	margin-top:15px;
	float: right;
	font-size:90%;
}
#n_headerArea #n_headright span {
	zoom: 1;
	background: url(../images/head_ico_02.gif) right top no-repeat;
	padding: 0px 18px 0px 0px;
}
#n_headerArea #n_headright #n_langArea{
	float:right;
	z-index: 1;
	position: relative;
	margin: 0px 0px 9px 10px;
}
#n_headerArea #n_headright #n_langArea .n_language {
}
#n_headerArea #n_headright #n_langArea .n_language a {
	zoom: 1;
	background: url(../images/head_ico_01.gif) left -1px no-repeat;
	padding: 0px 0px 0px 20px;
	display: inline-block !important;
}
#n_headerArea #n_headright #n_langArea #n_langBoxT {
	zoom: 1;
	background: url(../images/head_bg_02.gif) left top no-repeat;
	width: 120px;
	position: absolute;
	top: 14px;
	right: -10px;
	z-index:1000;
}
#n_headerArea #n_headright #n_langArea #n_langBoxB {
	zoom: 1;
	background: url(../images/head_bg_04.gif) left bottom no-repeat;
	padding: 12px 0px 5px;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner {
	zoom: 1;
	background: url(../images/head_bg_03.gif) left top no-repeat;
	padding: 5px 9px;
	text-align: left;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner li {
	zoom: 1;
	background: url(../images/icon_gt_red_s.png) left 4px no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 3px 0px;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner li.n_downIcon {
		background: url(../images/icon_gt_red_down_s.png) left 5px no-repeat;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner li a {
	background: none;
	padding: 0px;
}
#n_headerArea #n_headright #n_langArea #n_langBoxInner li ul li {
	background:  url(../images/cmn_ico_01.gif) left 4px no-repeat;
	padding: 0px 0px 0px 8px;
	margin: 0px 0px 3px 5px;
}

#n_headerArea #n_headright #n_guide {
	float:right;
	margin: 0px 0px 10px;
}
#n_headerArea #n_headright #n_guide ul li.n_sitemap {
	zoom: 1;
	background: url(../images/head_ico_03.gif) left center no-repeat;
	padding: 0px 0px 0px 17px;
	margin: 0px 11px 0px 0px;
	float: right;
}


/* clearfix */
#n_headerArea:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
#n_headerArea { zoom: 1; }


/* popup */
.n_popbox { margin-right:0px; }
.n_collapse { z-index:1000; }
.n_box { display:none; }

/*====================================================================
 search
====================================================================*/
#n_searchArea {
	width:960px;
	height:23px;
	margin:0px auto;
	background:#fff;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
}
#n_searchArea img {
	float:right;
	margin-left:10px;
}
#n_searchArea form {
}
#n_searchArea .n_searchBox {
	float:right;
	display:inline-block;
}
#n_searchArea input.n_inputBox {
	height:19px;
	width:200px;
	margin-right:3px;
	vertical-align:top;
}
#n_searchArea input.n_searchBtn {
	height:22px;
	width:60px;
	color: #6b6b6b;
}
#n_searchArea select.n_selectMenu,
#n_searchArea select.n_selectMenu2 {
	height:22px;
	margin-right:7px;
	color: #6b6b6b;
	border:#ccc 1px solid;
	font-size:110%;
}
#n_searchArea select.n_selectMenu2 {
	/*width:207px;*/
	width:200px;
	margin-right:5px;
	vertical-align:top;
}

/* suggest */
#suggest {

	position: absolute;
	top: 83px;
	right: 280px;
	z-index: 11000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCFF;
	width: 290px;
	height: 179px;
	overflow: scroll;
}

.suggest_fixed#suggest {
	position: fixed;
	top: 25px;
}

#suggest div {

	display: block;
	width: 270px;
	overflow: hidden;
	white-space: nowrap;
	height: 17px;
	padding-top: 2px;
	text-align: left;
}

#suggest div.select{ /* ???????????????? */

	color: #FFFFFF;
	background-color: #3366FF;
}

#suggest div.over{ /* ???????????? */

	background-color: #99CCFF;
}
