@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:80%;
	line-height:1.5;
	text-align: center;
}

a{
	color:#FFF;
	text-decoration:none;
}

a:link {
	color:#FFF;
	text-decoration:none;
}

a:visited {
	color:#FFF;
}

a:hover {
	color:#FFF;
	text-decoration:underline;
}

a:active {
	text-decoration:none;
}

.p1 {
	font-size: 80%;
}

.p2 {
	font-size: 80%;
	margin: 5px 0 0 0;
}

.p3 {
	color: #F00;
	font-size: 80%;
	margin: 5px 0 0 0;
}

.p4 {
	font-weight: bold;
}

.p5 {
	color: #CCC;
}

.active {
	color: #F00;
}

.imgAlignRight {
	margin: 12px;
}

.lhOffset {
	line-height: 0.7;
}

/* ------------------------------
 header
------------------------------ */
.header {
	background: #FFF;
	height: 60px;
	position: relative;
	width: 100%;
	min-width: 985px;
}

.logoBox {
	height: 60px;
	margin: 0 auto;
	position: relative;
	width: 985px;
}

.logo {
	left: 0;
	position: absolute;
	top: 2px;
}

.logoBoomblaster {
	position: absolute;
	right: 15px;
	top: 17px;
}

/* ------------------------------
 navi
------------------------------ */
.navi {
	margin: 0 auto;
	height: 105px;
	position: relative;
	width: 985px;
}

.naviTop { position: absolute; top: 10px; left: 108px; width: 64px; }
.naviSound { position: absolute; top: 10px; left: 196px; width: 64px; }
.naviGuitar { position: absolute; top: 10px; left: 284px; width: 64px; }
.naviWireless { position: absolute; top: 10px; left: 372px; width: 64px; }
.naviRec { position: absolute; top: 10px; left: 460px; width: 64px; }
.naviDock { position: absolute; top: 10px; left: 548px; width: 64px; }
.naviSources { position: absolute; top: 10px; left: 636px; width: 64px; }
.naviPortable { position: absolute; top: 10px; left: 724px; width: 64px; }
.naviLineup { position: absolute; top: 10px; left: 812px; width: 64px; }

div.twolines p {
	margin-top: 2px;
	line-height: 1.2em;
}


/* ------------------------------
 main
------------------------------ */
#main {
	display: none;
	background: url(../images/common/bg.jpg) repeat-y center top;
	height: auto;
	margin: 0 auto;
	position: relative;
	width: 100%;
	min-width: 985px;
}

.mainContent {
	margin: 0 auto;
	position: relative;
	width: 985px;
}

#nextBt {
	left: 925px;
	position: absolute;
	top: 176px;
}

#prevBt {
	left: 18px;
	position: absolute;
	top: 176px;
}

/* ------------------------------
 footer
------------------------------ */
#footerLink {
	display: none;
	clear: both;
	height: 20px;
	margin: 20px auto 0 auto;
	position: relative;
	width: 985px;
}

#footer {
	clear: both;
	height: 20px;
	margin: 10px auto 0 auto;
	position: relative;
	width: 985px;
}