/*--------------------------------------------------------------------
/- file   : headphones.css
/- admin  : MEGA-D Inc. SHIGETA Makoto, Kimoto Tatsuro
/- update : 20061122
/- desc   : css for Sony Headphones
/--------------------------------------------------------------------*/


/************* Tag Override *************/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 80%;
	line-height: 1.3;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
}
th,td {
	font-size: 100%;
	line-height: 1.3;
}
img {
	border-style: none;
}

p {
	margin: 0px 0px 10px;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}


/************* Common *************/

div#container760 {
	width: 720px;
	margin: 0px auto;
	padding: 20px 0;
	text-align: left;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.red {
	color: #FF0000;
}

.clear hr {
	display: none;
	margin: 0;
	padding: 0;
}


.font8pt {  font-size: 85%;}
.font9pt {  font-size: 85%;}
.font10pt {  font-size: 90%; line-height: 1.6;}
.font12pt {  font-size: 100%; line-height: 1.6;}
.font14pt {  font-size: 105%; color: #0033CC; font-weight: bold;}
.font16pt {  font-size: 110%; color: #0033CC; font-weight: bold;}
.font8pt-2 {  font-size: 85%; line-height: 1.2;}
.font9pt-2 {  font-size: 85%; line-height: 1.3;}
.font10pt-2 {  font-size: 90%; line-height: 1.2; color: #666666;}
.font12pt-2{  font-size: 100%; line-height: 1.6;}
.font14pt-2{  font-size: 105%; line-height: 1.8;}
.font16pt-2{  font-size: 110%; line-height: 2.0;}
.font10pt-3 {  font-size: 90%; line-height: 1.6;}



/************* Header *************/

div#header {
	height: 50px;
	background: #111184;
	overflow: hidden;
}
div#header div#siteLogo {
	float: left;
	width: 185px;
}
div#header div#gNavi {
	float: right;
	width: 255px;
	height: 50px;
	overflow: hidden;
}

div#header div#siteLogo h1 {
	margin: 0px;
	padding: 0px;
}

div#header div#gNavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-top: 25px;
}
div#header div#gNavi ul li#home {
	float: left;
	display: inline;
	width: 128px;
}
div#header div#gNavi ul li#sitemap {
	float: left;
	display: inline;
	width: 127px;
}



