@charset "utf-8";
/* -----------------------------------------------

 Base
 - CSS for Screen

--------------------------------------------------

INDEX
- Font Size
- Footer
- Contents Area
- Base
- HTML Tags
- Float Clear

--------------------------------------------------
Copyright (c) 2009 YAMAHA CORPORATION All Rights Reserved.
----------------------------------------------- */

/* ----------------------------------------------
   Font Size
---------------------------------------------- */
body {
	font-size: 13px/1.231;
	font-family: arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	line-height: 1.9;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

#mainCol,
#topWrapBox {
	font-size: 85%;
}

.note,
.artistChild #prof {
	font-size: 85%;
	line-height: 1.4;
}

.fontSmall {
	font-size: 80%;
}

/* ----------------------------------------------
   foot
---------------------------------------------- */

#sideBan {
	padding-bottom: 17px;
}

#sideBan p {
	padding-bottom: 14px;
}

#sideMisc {
	padding-bottom: 8px;
	width: 130px;
}

#yamahaLogo {
	float: left;
}

#homeBtn {
	float: right;
}

#copyText {
	text-indent: -9999px;
	width: 131px;
	height: 16px;
	overflow: hidden;
	background: url(../img/cmn_img_copyright.gif);
}

#termsLink {
	position: absolute;
	top: 37px;
	left: 74px;
}

#termsLink a {
	display: block;
	background: url(../img/nav/main-nav_for_split.gif) no-repeat -150px -457px;
	width: 57px;
	height: 8px;
	text-indent: -9999px;
}

#termsLink a:hover {
	background-position: -218px -457px;
}

#soundCtrl img {
	cursor: pointer;
}

/* ----------------------------------------------
   Contents Area
---------------------------------------------- */

#contentBox {
	padding-left: 165px;
}

* html #contentBox {
	padding-left: 0;
}

* html #contentInner {
	padding-left: 165px;
}

#lang {
	background: #000 url(../img/cmn_lang_bg.gif) repeat-y;
	text-align: right;
	padding-right: 25px;
	border-bottom: 1px solid #302E2D;
	font-size: 1%;
	line-height: 1;
}

.toTop {
	text-align: right;
	margin-top: -22px;
	line-height: 1;
	font-size: 1%;
}

* html .toTop {
	position: relative;
}

/* ----------------------------------------------
   Frame Layout
---------------------------------------------- */

#sideNav,
#sideFoot,
#subNav div {
	position: fixed !important;
	position: absolute;
	line-height: 1;
}

#sideNav {
	top: 0px;
	left: 0px;
	height: 100%;
	width: 178px;
	background: url(../img/cmn_bg_sidenav.png) !important;
	background: url(../img/cmn_bg_sidenav.gif);
	z-index: 100;
}

#sideFoot {
	left: 19px;
	bottom: 11px;
	width: 131px;
	z-index: 101;
	font-size: 1%;
}

#subNav div {
	top: 0;
	left: 0;
	width: 140px;
	height: 100%;
	background: url(../img/cmn_bg_subnav.png) repeat-y !important;
	background: url(../img/cmn_bg_subnav.gif) repeat-y;
}

/* for win ie6 \*/

* html,
* html body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

* html body#top {
	height: 100%;
	overflow-y: auto;
	overflow-x: auto;
}

* html #topWrapBox,
* html #contentBox {
	overflow: auto;
	position: relative;
	width: 100%;
	height: 100%;
}

/* ----------------------------------------------
   Base Style
---------------------------------------------- */

#contentInner {
	width: 835px;
	padding-bottom: 25px;
}

.para {
	padding-bottom: 4em;
}

.left {
	float: left;
}

.right {
	float: right;
}

img.ico {
	margin-right: 0.5em;
	vertical-align: middle;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.skip {
	font-size: 1%;
	line-height: 1;
	float: left;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.flvLabel {
	padding-right: 6px;
}

#forMoreLink {
	margin-bottom: 45px;
	padding-left: 5px;
	padding-top: 3px;
	line-height: 1;
	font-size: 1%;
}

#forMoreLink dt {
	padding-bottom: 8px;
}

/* ----------------------------------------------
   HTML Tags
---------------------------------------------- */
body {
	background-color: #eee;
	color: #333;
}

body,
div,
p,
ul,
ol,
li,
img,
a,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	display: none;
}

img {
	vertical-align :bottom;
}

strong {
	font-weight: bolder;
}

a {
	border: none;
	outline: none;
}

a:visited {

}

a:hover {
	text-decoration: none;
}

sup {
	vertical-align: text-top;
	line-height: 1;
}
/* ----------------------------------------------
   Float Clear
---------------------------------------------- */
.wrap:after {
    content: ".";
    display: block;
    height:0;
    clear: both;
    visibility: hidden;
	 line-height: 0;
	 font-size: 1%;
}

.wrap {
	display: inline-block;
	 margin: 0;
}

/* for win ie \*/
* html .wrap {
	zoom: 1;
}
/**/