@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #FFFFFF;
	background-color: #000000;
}

#wrapper {
	margin: auto;
	width: 950px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}

#container {
	width: 950px; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	height: 2500px;
	border: 0px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #000000;
} 

#header { 
	background: #000000; 
	/*padding: 0 0px;   この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
} 
#header h1 {
	margin: 0;  /*#header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	background-color: #000000;
}


#sidebar1 {
	float: left;
	width: 180px; /* 上余白と下余白により、この div 内に視覚的なスペースが設定されます */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #000000;
	margin: 0px;
}


#sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* サイドバーに配置されるすべてのエレメントに左マージンと右マージンが設定されている必要があります */
	margin-right: 5px;
}


#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: #FFFFFF;
	margin-left: 5px;
	padding: 0px;
	float: left;
} 

#container #mainContent #leftcol {
	float: left;
	width: 360px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #FFFFFF;
	padding: 0px;
	color: #000000;
}

#container #mainContent #leftcol table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}

#container #mainContent #rightcol {
	padding: 0px;
	float: right;
	width: 360px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
	background-color: #FFFFFF;	
}

#container #mainContent #shopban {
	padding: 0px;
	float: right;
	width: 240px;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
#mainContent1 {
	width: 770px;
	height: 500px;
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	background-position: right;
} 
#mainimg {
	padding: 0px;
	margin: 0px;
	width: 760px;
	text-align: center;
}
#footer {
	padding-top: 0;
	text-align: center;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: x-small;
	color: #000000;
	background-color: #FFFFFF;
} 
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	font-size: medium;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: 0px;
	float: left;
	height: 39px;
	width: 180px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	list-style-type: none;
	background-image: url(img_new/menu-h.gif);
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	padding: 0px;
}
#navigation li a {
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #FFFFFF;
	line-height: 2em;
}

#navigation li a:hover {
	background: #99CC66;
	color:#993300;
}
#navigation li#navibanner {
	text-align: left;
	text-indent: 30px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
li#qrino a {
	background-image: url(img_new/b-qrino1.gif);
	width: 180px;
}
li#qrino a:hover {
	background-image: url(img_new/b-qrino2.gif);
	width: 180px;
}
li#MBQuart a {
	background-image: url(img_new/b-mb1.gif);
	width: 180px;
}
li#MBQuart a:hover {
	background-image: url(img_new/b-mb2.gif);
	width: 180px;
}
li#AcousticHarmony a {
	background-image: url(img_new/b-acousticharmony1.gif);
	width: 180px;
}
li#AcousticHarmony a:hover {
	background-image: url(img_new/b-acousticharmony2.gif);
	width: 180px;

}
li#BAlabo a {
	background-image: url(img_new/b-balabo1.gif);
	width: 180px;
}
li#BAlabo a:hover {
	background-image: url(img_new/b-balabo2.gif);
	width: 180px;
}
li#Acoustics a {
	background-image: url(img_new/b-acoustics1.gif);
	width: 180px;
}
li#Acoustics a:hover {
	background-image: url(img_new/b-acoustics2.gif);
	width: 180px;
}
li#AETCable a {
	background-image: url(img_new/b-aet1.gif);
	width: 180px;
}
li#AETCable a:hover {
	background-image: url(img_new/b-aet2.gif);
	width: 180px;
}
li#CarecAct a {
	background-image: url(img_new/b-battery1.gif);
	width: 180px;
}
li#CarecAct a:hover {
	background-image: url(img_new/b-battery2.gif);
	width: 180px;
}
li#CD a {
	background-image: url(img_new/b-cd1.gif);
	width: 180px;
}
li#CD a:hover {
	background-image: url(img_new/b-cd2.gif);
	width: 180px;
}
li#tuning a {
	background-image: url(img_new/b-chyuning1.gif);
	width: 180px;
}
li#tuning a:hover {
	background-image: url(img_new/b-chyuning2.gif);
	width: 180px;
}
li#inst a {
	background-image: url(img_new/b-insuto1.gif);
	width: 180px;
}
li#inst a:hover {
	background-image: url(img_new/b-insuto2.gif);
	width: 180px;
}
li#hanbai a {
	background-image: url(img_new/b-senyou1.gif);
	width: 180px;
}
li#hanbai a:hover {
	background-image: url(img_new/b-senyou2.gif);
	width: 180px;
}
li#club a {
	background-image: url(img_new/b-oscarclub1.gif);
	width: 180px;
}
li#club a:hover {
	background-image: url(img_new/b-oscarclub2.gif);
	width: 180px;
}
li#sicyou a {
	background-image: url(img_new/b-sichou1.gif);
	width: 180px;
}
li#sicyou a:hover {
	background-image: url(img_new/b-sichou2.gif);
	width: 180px;
}
li#event a {
	background-image: url(img_new/b-event1.gif);
	width: 180px;
}
li#event a:hover {
	background-image: url(img_new/b-event2.gif);
	width: 180px;
}
li#hanbaiten a {
	background-image: url(img_new/b-hanbaiten1.gif);
	width: 180px;
}
li#hanbaiten a:hover {
	background-image: url(img_new/b-hanbaiten2.gif);
	width: 180px;
}
li#company a {
	background-image: url(img_new/b-kaisya1.gif);
	width: 180px;
}
li#company a:hover {
	background-image: url(img_new/b-kaisya2.gif);
	width: 180px;
}
li#info a {
	background-image: url(img_new/b-otoiawase1.gif);
	width: 180px;
}
li#info a:hover {
	background-image: url(img_new/b-otoiawase2.gif);
	width: 180px;
}
li#shop a {
	background-image: url(img_new/b-shopping1.gif);
	width: 180px;
}
li#shop a:hover {
	background-image: url(img_new/b-shopping2.gif);
	width: 180px;

