@charset "UTF-8";
/*new header*/
#header {
	background: #fff url(../image/header_bg.gif) bottom left no-repeat;
	height:70px;
	line-height: 100%;
	font-size: 90%;
}
#header ul {
	list-style: none;
	list-style-image: none;
}
#header #toshibaLogo {
	float: left;
}
#header #inquiry, #header #siteSearch {
	float: right;
}
#header #inquiry {
	margin: 10px 0 0;
	padding-right: 10px;
}
#header #inquiry li {
	margin-bottom: 10px;
	list-style: none;
	list-style-image: none;
}
#header #siteSearch {
	margin: 33px 10px 0 0;
}
#header #siteSearch ul, #header #siteSearch li, #header #siteSearch p {
	display: inline;
}
#header #siteSearch li {
	margin-right: 5px;
}