/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}



body {
	margin: 0;
	color: #333;
/*	text-align: center; */
	background-color: #FDFDFD;
	background-image: url(background_wide.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

img {border: none;}



/* 文字サイズ */
#main{}
#menuL{font-size: 92%;}



p, /* 文章の行間を指定 */
#contents li,
dl,
dd
{line-height: 135%;}



p{margin: 0px 0em 1.5em 3px;}


ul,ol,dl{margin: 0em 1em 1em 2em;}



/* ========================================  .contentswrap 間隔・余白調整用 */
.contentswrap{margin: 0px;}



/* ========================================  #page ページ外枠 */
#page {width: 980px;margin: -5px 0px 0px 0px;/* auto;*/text-align: left;}




/* ========================================  #header 画面上部 */
#header {
	height: 150px;
	margin: 0 0 30px;
	border-top: 1px solid #FFFFFF;
	
}


#toplogo {margin: 0px 0px 0px 0px;}
#headlogo {position:absolute;top:10px;left:370px;}
#headcomments01 {position:absolute;top:53px;left:350px;font-size:11px;}
#headcomments02 {position:absolute;top:70px;left:180px;font-size:13px;color:blue;}



/* ========================================  #menu 上部メニュー */
#menu {/*
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;*/
}




ul.menu_f02{
	height: 30px;
	margin: 0px 0px 0px 0px;
	/*border-bottom: 5px solid;　#333333;
	background-color: #0B7A8E;*/
}




ul.menu_f02 li{
	float: left;
	border-left: 5px solid ; color:#eedeee;
	display: block;
}




ul.menu_f02 li a{
	height: 15px;
	width: 150px;
	padding: 5px 0px 0px;
	border-bottom: 2px solid;/* #333333;*/;
	font-size: 14px;
	font-weight: bold;
	/*color: #FFFFFF;*/
	text-decoration: none;
	display: block;
	text-align: center;
	/*background-color: #0B7A8E;*/
}




ul.menu_f02 li a.nowthis{
	border-bottom: 2px solid #FF6699!important;
}




ul.menu_f02 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 5px 0px 0px;
	border-bottom: 2px solid #ff0000;
	color: #FFFFFF;
	background-color: #CC66FF;
}

/* ========================================  menuL 左サイドメニュー */
#menuL {float: left;width: 175px;margin: 15px 0px 20px 0px;font-size:13px;}

#menuL p{margin-right: 1em;margin-left: 5em;}

/* ========================================  menuR 左サイドメニュー */
#menuR {float: right;width: 175px;margin: 15px 0px 20px 2px;font-size:13px;}

#menuR p{margin-left: 1em;margin-left: 5em;}

/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{padding: 0px 0px 0px 0px;margin: 0px 0px 0px 0px;}

/* ========================================  #main ページの本文 */
#main {
	float: right;
	width: 795px;
	margin: 15px 5px 20px 0px;
	font-size:13px;
}

#main h1 {
	padding: 0px;
	margin: 3px;
	color: #9933cc;
}
#main h2 {
	clear: both;
	padding: 3px 0px 3px 5px;
	margin: 2em 0px 1em;
	border-left: 10px solid #FF00CC;
	border-top: 1px solid #cc66ff;
	border-right: 1px solid #cc66ff;
	border-bottom: 1px solid #cc66ff;
	font-size: 115%;
	background-color: #e1c4f0;/*FFCCFF F6F6F6;*/
/*	background-image:url(hp-icon_menuL_Xmas.gif);*/
	background-image:url(hp-icon_menuL.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#main h3 {
	margin: 0px 0px 0.5em 3px;
	font-size: 150%;
	color: #9933cc;/*#336699;*/
}

#main h4 {
	margin: 2em 0px 1em;
	color:#990033;
}

table.table-01 {
    width: 98%;
    border: 0px solid;/* #E3E3E3;*/
    border-collapse: collapse;
    border-spacing: 0;
    font-size:12px;
}

/*table#table-01 th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}*/
table.table-01 td {
    padding: 2px;
    border: 0px;/* #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;*/
}

#page-title	{ display:none;}

/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	margin: 0px;
	border-top: 1px solid #999999;
	text-align: center;
}




/* ========================================  #underNavi 音サプリで使用 */
#underNaviR{
	clear: both;
	margin: 0px;
	border-top: 1px solid #999999;
	text-align: right;
	font-size: 80%;
}



/* ========================================  #footer 画面下部 */
#footer {
	padding: 10px 0px;
	border-top: 5px solid #CCCCCC;
	color: #FFFFFF;
	text-align: center;
	background-color: #C59DC5;
}




/* ========================================  そのほか個別設定 */
.title{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 50px;
	border-left: 20px solid #CC66FF;
/*	background-image:url(images/hp-icon_menuL_XmasLarge.gif);*/
	background-image:url(hp-icon_menuL.gif);
	background-repeat: no-repeat;
	background-position: 100% 30%;
}


.label{
	padding: 5px 3px 3px 8px;
	margin: 3px 0px 3px 8px;
	width:130px;
	border-left: 5px solid #FF0000;
	font-weight: bold;
	color: #ffffff;
	background-color: #C59DC5;
	background-image:url(hp-icon_menuL.gif);
	background-repeat: no-repeat;
	background-position: right;
}



.subh {
	padding: 5px 30px 0px 200px;
	margin: 0px;
	border-top: 1px dashed #999999;
	font-weight: bold;
	font-style:italic;
	color: #4A8854;
	/*position:relative;top:-5px;*/
	text-align: right;
}


.photo {
	margin: 0px 0px 20px;
}


.toInfo {
	margin: 0px 0px 1em;
	text-align: right;
	list-style-type: none;
}


.box {
	float: left;
	height: 150px;
	width: 200px;
	margin: 0px 10px 15px 0px;
	font-size: 92%;
	background-color: #EBF0F3;
}

.box p{
	margin: 10px !important;
}

/* ******************** Go Top ******************** */
#goTop {
	float: right;
	position: fixed!important;
	position : absolute;
	width: 60px;
/*	height: 350px;*/
	height: 50px;
	bottom: 3%;
	right: 0;
	background: transparent url(gotop_Xmas.gif) bottom left no-repeat;
/*	background: transparent url(gotop.gif) bottom left no-repeat;*/
}
#goTop span {
	display: none;
}


/* ******************** but2 ******************** */
.but2{width:162;height:28;text-align:center;overflow:hidden;position:absolute;left:30;}
/*.al{font-size:12px;width:160;height:24;padding:0 10 0 10;background-color:#ffffff;}
.all{font-size:12px;padding:5 10 5 10;background-color:#ffffff;}*/


/* -----------------------------------------------------
	再生・中古ページのタブ
----------------------------------------------------- */
.products_tab{
margin-bottom:-7px;
height:32px;
margin-left:0px;
background-color:#663300;
background:url(../oldpiano/images/tab_nolink.gif) no-repeat;
}
.products_tab li{
display:inline;
}
.products_tab li a{
display:inline;
height:27px;
width:150px;
float:left;
margin-left:0px;
margin-right:5px;
text-indent:-9999px;
overflow:hidden;
}
.products_tab #nolink  a{background-image:url(../oldpiano/images/tab_nolink.gif);}
.products_tab #select a{background-image:url(../oldpiano/images/tab_select.gif);}
.products_tab #possible a{background-image:url(../oldpiano/images/tab_possible.gif);}
.products_tab li.product_info a{background-position:0 0;}
.products_tab li.detail a{background-position:-155px 0;}
.products_tab li.spec a{background-position:-310px 0;}


/* ***************** tickercontainer ************** */
.tickercontainer { 
border: 1px solid #DCDCDC;
background: #fff; 
width: 795px; 
height: 40px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask {
position: relative;
left: 10px;
top: 8px;
width: 795px;
overflow: hidden;
}
ul.newsticker { 
position: relative;
left: 612px;
font: bold 15px Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left;
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 15px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
}