* {
font-family: Helvetica, Arial, sans-serif, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN";
font-size: 11px;
margin: 0;
padding: 0;
border: none;
}

html,body {
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}

a:link, a:visited {
color:#ddd;
}

a:hover {
text-decoration: underline;
color:white;
}

a:active {
text-decoration: underline;
color:gray;
}

h1 {
font-size: 22px;
margin-bottom: 15px;
}

h2 {
font-size: 16px; 
}

#flick ul {
list-style: none;
width: 1500%;
}

#flick li {
float: left;
width: 6.66666666%;
}

div.infoblack {
width: 100%;
height: 100%;
background: #000;
position: fixed;
bottom: 0%;
text-align: center;
color:white;
line-height: 50px;
z-index: 1000;
}

.block {
height: 210px;
background: white;
cursor: move;
overflow: hidden;
color: white;
text-align: center;
}

.block img {
margin-top: 37px;
}

.block div {
width: 150px;
position: absolute;
margin-left: -75px;
}

.control {
width: 30px;
height: 30px;
position: fixed;
top: 50%;
margin-top: -40px;
z-index: 100;
}

.ctrlbutton {
opacity: 0.5;
cursor: pointer;
}

.contents{
width: 100%;
height: 100%;
z-index: 90;
}

.menu {
width: 0px;
height: 20px;
line-height: 20px;
padding-right: 0px;
background: black;
color: white;
text-align: right;
position: absolute;
right: 50%;
top: 50%;
margin-right: 100px;
overflow: hidden;
cursor: pointer;
z-index: 120;
}

.livemenu {
width: 0px;
height: 20px;
line-height: 20px;
padding-left: 0px;
background: black;
color: white;
text-align: left;
position: absolute;
left: 50%;
top: 50%;
margin-left: -70px;
overflow: hidden;
cursor: pointer;
z-index: 121;
}

.close {
width: 20px;
height: 20px;
position: absolute;
right: 50%;
margin: 25px -430px 0 0;
text-align: center;
line-height: 20px;
font-size: 20px;
color: white;
display: none;
cursor: pointer;
z-index: 350;
}

.about {
width: 860px;
height:0;
background: url(img/black80.png);
color: white;
position: absolute;
overflow: hidden;
z-index: 300;
top: 0;
left: 50%;
margin: 25px 0 0 -430px;
display:none;
}

.aboutlive {
width: 527px;
height:0;
background: url(img/black80.png);
color: white;
position: absolute;
overflow: hidden;
z-index: 300;
top: 50%;
left: 50%;
margin: 130px 0 0px -70px;
line-height: 60px;
cursor: pointer;
display:none;
}

.about div {
line-height: 1.5em;
}

.aboutinner {
margin: 20px 20px 100px 20px;
}

#abouthistory dt {
clear: left;
float: left;
font-weight: bold;
margin-bottom: 1em;
}

#abouthistory dd {
margin-left: 70px;
margin-bottom: 1em;
}

.comment {
margin-top: 40px;
}

.commentname {
text-align: right;
font-weight: bold;
}