@charset "shift_jis";
/* CSS Document */

/*===================================
	CSSƒŠƒZƒbƒg
=====================================*/
* { 
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height:150%;
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
}

body {
	font-size: 75%;
}

html>/**/body {
  font-size: 12px; /* Except IE */
}


body {
	background-color:#000000; /*‚±‚ÌƒTƒCƒg‚Ì”wŒiF*/
	color: #ffffff; /*‚±‚ÌƒTƒCƒg‚ÌŠî–{‚Æ‚È‚é•¶ŽšF*/
}

body.contents {
	margin: 0px;
	padding: 10px 10px 10px 0px;
	font-family: verdana,"‚l‚r ‚oƒSƒVƒbƒN",sans-serif,"ƒqƒ‰ƒMƒmŠpƒS Pro W6" ;
	background: #000000;
	color: #f7edd4;
	text-align: left;
	height: auto;
}

h1,h2,h3,h4,h5,h6,strong,b {
	font-weight:bold;
}

a {
	color:#ffffff;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	text-decoration:none;
}


ul, dl {
}

li {
	list-style:none;
}

.clear {
	clear:both;
}

img {
	border:none;
	display:block;
}

/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/* TOP
------------------------------------------------------------------------*/

#topArea {
	width:1022px;
	height:762px;
	display:block;
	margin:0 auto 0 auto;
	position:relative;
}

#topArea h1,#topArea dl {
	display:none;
}

#topArea .cd_info {
	width:864px;
	height:168px;
	display:block;
	position:relative;
	background:url(../img/cd_info.png) 0 0 no-repeat;
	position:absolute;
	bottom:57px;
	left:28px;
}

#topArea .liveinfo {
	position:absolute;
	top:647px;
	left:140px;
	z-index:100;
}

#topArea .bt-eng {
	position:absolute;
	bottom:64px;
	right:40px;	
}

#topArea .qr {
	position:absolute;
	bottom:81px;
	right:26px;
	
}


#topArea #menu {
	height:27px;
	width:1022px;
	display:block;
	position:absolute;
	bottom:30px;
	background-color:#ffffff;
}

#topArea ul#menuIn {
	background-color:#ffffff;
	padding-left:43px;
}

#topArea ul#menuIn li {
	float:left;
}




