/*******************************************
共通 猟奇設定CSS [com]
MENU
---------------------------------------------
01パンクズ
02FLASHエリア
03コンテンツエリア
*******************************************/

/*===========================================
01パンクズ
===========================================*/

.pan {
	position:absolute;
	top:87px;
	left:50%;
	right:50%;
	z-index:999;
	padding-left:15px;
	background-color:#000;
	width:740px;
	margin-left:-370px;
	color:#FFFFFF;
	font-size: 0.55em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

.pan a:link {
	color:#FF0000;
	text-decoration:underline;
}

.pan a:active {
	color:#FF0000;
	text-decoration:underline;
}

.pan a:visited {
	color:#FF0000;
	text-decoration:underline;
}

.pan a:hover {
	color:#FFD0C8;
	text-decoration:underline;
}

/*===========================================
02FLASHエリア
===========================================*/
#flash_area {
	padding-bottom:10px;
	background:url("../i/top/bg.gif") repeat-x 0 0;
}

#flash_area img {
	margin-right:auto;
	margin-left:auto;
}





/*===========================================
03グローバルナビゲーション
===========================================*/

#g_navi {
	padding-bottom:40px;
	position:absolute;
	top:491px;
	left:50%;
	right:50%;
	width:740px;
	margin-left:-360px;
	width:740px;
}

#g_navi li {
	float:left;
	list-style:none;
}

/* New York
--------------------------*/
#newyork a {
	display:block;
	height:42px;
	width:120px;
	background:url("../i/top/g_navi.gif") no-repeat 0 -42px;
}

#newyork a:hover {
	background:url("../i/top/g_navi.gif") no-repeat 0 0;
}

#newyork a span {
	display:none;
}

/* Newport
--------------------------*/
#newport a {
	display:block;
	height:42px;
	width:120px;
	background:url("../i/top/g_navi.gif") no-repeat -120px -42px;
}

#newport a:hover {
	background:url("../i/top/g_navi.gif") no-repeat -120px 0;
}

#newport a span {
	display:none;
}

/* U.S. Tour
--------------------------*/
#utour a {
	display:block;
	height:42px;
	width:120px;
	background:url("../i/top/g_navi.gif") no-repeat -240px -42px;
}

#utour a:hover {
	background:url("../i/top/g_navi.gif") no-repeat -240px 0;
}

#utour a span {
	display:none;
}

/* Rotterdam
--------------------------*/
#rotterdam a {
	display:block;
	height:42px;
	width:120px;
	background:url("../i/top/g_navi.gif") no-repeat -360px -42px;
}

#rotterdam a:hover {
	background:url("../i/top/g_navi.gif") no-repeat -360px 0;
}

#rotterdam a span {
	display:none;
}

/* Paris
--------------------------*/
#paris a {
	display:block;
	height:42px;
	width:120px;
	background:url("../i/top/g_navi.gif") no-repeat -480px -42px;
}

#paris a:hover {
	background:url("../i/top/g_navi.gif") no-repeat -480px 0;
}

#paris a span {
	display:none;
}

/* Warsaw
--------------------------*/
#warsaw a {
	display:block;
	height:42px;
	width:120px;
	background:url("../i/top/g_navi.gif") no-repeat -600px -42px;
}

#warsaw a:hover {
	background:url("../i/top/g_navi.gif") no-repeat -600px 0;
}

#warsaw a span {
	display:none;
}


/*===========================================
02サブナビゲーション
===========================================*/

#s_navi_top {
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

#s_navi_top li {
	padding-bottom:20px;
	float:left;
	list-style:none;
	padding-left:40px;
}


/* About JVC Jazz
--------------------------*/
#jvc a {
	margin-left:330px;
	display:block;
	height:15px;
	width:103px;
	background:url("../i/top/s_jvc.gif") no-repeat 0 -15px;
}

#jvc a:hover {
	background:url("../i/top/s_jvc.gif") no-repeat 0 0;
}

#jvc a span {
	display:none;
}

/* Hitory
--------------------------*/
#history a {
	display:block;
	height:15px;
	width:56px;
	background:url("../i/top/s_history.gif") no-repeat 0 -15px;
}

#history a:hover {
	background:url("../i/top/s_history.gif") no-repeat 0 0;
}

#history a span {
	display:none;
}

/* Wallpaper
--------------------------*/
#wallpaper a {
	clear:both;
	display:block;
	height:15px;
	width:76px;
	background:url("../i/top/s_wallpaper.gif") no-repeat 0 -15px;
}

#wallpaper a:hover {
	background:url("../i/top/s_wallpaper.gif") no-repeat 0 0;
}

#wallpaper a span {
	display:none;
}


/*===========================================
03コンテンツエリア
===========================================*/

#infoset {
  clear:both;
  width:740px;
  margin-left:auto;
  margin-right:auto;
  border-top:1px solid #CCC;
  text-align:left;
}

#info {
	float:left;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	width:490px;
	text-align:left;
}

#info dl {
	margin-bottom:1px;
}

#info dl dt {
	padding-right:10px;
	width:80px;
	padding-left:20px;
	background:url("../i/top/li_triangle.gif") no-repeat 0 0.3em;
}

#info dl dd {
	margin-top:-1.5em;
	margin-left:105px;
}

#banner {
    float:right;
    width:250;
	padding-top:20px;
	padding-bottom:20px;
}

#banner img{
    float:right;
	margin-left:10px;
}

h2 {
	margin-bottom:15px;
	background:url("../i/top/h2.gif") no-repeat;
	height:14px;
	width:40px;
}

h2 span {
	display:none;
}

.texts {
    font-size: xx-small;
}
/*===========================================
03フッター
===========================================*/

#foot {
	clear:both;
	border-top:1px solid #CCC;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-top:20px;
	width:740px;
}

#foot img {
	display:inline;
}

