﻿@charset "UTF-8";
/* ベーススタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #333333;
	background-color: #fff;
}
img {
	border: none;
}

/* メイン部分
---------------------------------------------*/
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: repeat-y;
}

/* ヘッダー部分
---------------------------------------------*/
#header {
	background-color: #fff;
	position:relative;
    background-image: url(../images/contents_bg.jpg);
}

#globalNav {
	width: 885px;
	height: 27px;
    margin-left: 8px;
	list-style-type: none;
}

/* メニュー
---------------------------------------------*/	
#dropdown {
	width:882px;/* 帯バージョン width:872px */
	height:27px;
	background:#333;
	border:solid #ccc;
	border-width:0 0 0 0px;
}

#dropdown dl {
	float:left;
	width: auto;
}

#dropdown dt {
	width:147px;
	height:17px;
	padding:5px 0;/* 帯バージョン padding:5px 0 5px 6px; */
	/* 9ac1c9 */	
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/icon_over.gif) no-repeat;
	font-size:120%;
	line-height:1.3em;
}

/* 帯バージョン（HTMLに class="end" を追加） */
#dropdown dt.end {
	padding-left:0;
}
/* end */

#dropdown dt:hover {
	background:url(../images/icon_over.gif) no-repeat;
}

#dropdown dd {
	width:147px;
	background:#fff;
	position:absolute;
	overflow:hidden;
	display:none;
	z-index:200;
}

#dropdown ul {
	width:148px;
	border:solid #9ac1c9;
	border-width:0 1px 1px 1px;
	list-style:none;
}

#dropdown li {
	font-size:110%;
	display:inline;
}

#dropdown a {
	width:138px;/* IE6 */
	padding:5px;
	background:#3E73F8;
	color:#fff;
	border-bottom:1px solid #b9d6dc;
	display:block;
	text-decoration:none;
}

#dropdown a:hover {
	background:#034AFF;
}

#dropdown .none {
	border-bottom:none;	
}
/* メインイメージと2段組
---------------------------------------------*/
#contents {
	width: 100%;
}
#contents h2 {
	padding-left: 8px;
}

#main {
	float: left;
	height: auto;
	width: 590px;
	padding-top: 5px;
	padding-left: 15px;
}

#topnews table {
         width: 865px;
         margin: 0 20px 0 20px;
}

#topnews table .day1 {
         color: #fff;
         font-size: 95%;
         width: 147px;
         padding:5px 5px 5px 10px;
         background-color: #969dc9;
         border-left: 1px dotted #fff;
}

#topnews table .day2 {
         padding:5px 5px 5px 10px;
         background-color: #ecf0d5;
}

#topnews table .day3 {
         padding:5px 5px 5px 10px;
}

#topnews p {
         color: #fff;
         font-size: 115%;
         font-weight: bold;
         margin: 0 20px 0 20px;
         padding:5px 5px 5px 10px;
         background-color: #88793c;
}
#topnews em{
         font-size: 130%;
         font-weight: bold;
         padding:0px 5px 0px 5px;
}

#news {
	background-color: #FFF;
	width: 570px;
}
#news h2 {
	background-color: #034AFF;
	background-image: url(../images/info.gif);
	font-size:120%;
	padding-top: 10px;
	padding-left: 10px;
	width: 570px;
	color: #fff;
	height: 30px;
	background-repeat: no-repeat;
}
#news li {
	border-bottom: dotted 1px #333;
	padding-left:10px;
	width: 550px;
	line-height:2em;	
}

#tv li {
	border-bottom: dotted 1px #333;
	padding-left:10px;
	width: 550px;
	line-height:2em;	
}
div#news h3 {
	color :#fff;
	background-color:#038bff;
	background-image:url(../images/shop_blog.gif);
	width: 565px;
	height: 28px;
	font-size:110%;
	padding-top: 3px;
	padding-left: 10px;
	margin-top: 2px;
}

div#utasya {
	margin: 5px 0;
	float: left;
	width: 580px;
}
* html #blog li {
	width:320px;
	padding-left:15px;
}
*:first-child+html #blog li {
	width:320px;
	padding-left:15px;
}
div#utasya h2 {
	color: #fff;
	background-color: #8E9E43;
	background-image: url('../images/utasya_h2bg.gif');
	font-size: 120%;
	border-top: solid 1px #697531;
	padding-top: 2px;
	padding-left: 20px;
	margin-bottom: 5px;
}

div#utasya h3 {
	color: #000;
	font-weight:bold;
	background-color: #fff;
	background-image: url('../images/utasya_h4bg.gif');
	background-repeat:no-repeat;
	font-size: 115%;
	margin-bottom: 5px;
	padding: 5px 0 5px 10px;
}

div#utasya h4 {
    color: #000;
    background-color: #fff;
    border-bottom: solid 1px #d1d1d1;
	border-left: solid 5px #8e9e43;
	padding-top: 2px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
     }
div#utasya h4 span {
	color: #fff;
	font-size: 90%;
	background-color: #ff0000;
	padding: 3px;
}

     
div#utasya h5 span {
	color: #fff;
	font-size: 90%;
	background-color: #8E9E43;
	padding: 3px;
}

div#utasya h6 {
	font-size: 90%;
	background-color: #F5F8ED;
	margin-top: 5px;
	padding: 5px;
	width: 500px;
}


div#utasya ul {
	
	}
	
div.form {
	margin-top: 5px;
	width: 580px;
	border-bottom: dotted 1px #d1d1d1;
}

div.form p{
    padding: 5px;
	}

div.recomendleft {
    float: left;
    width: 330px;
    margin: 0 5px 0 0;
}

div.recomendleft p {
    margin: 0 0 5px 0;
}

div.recomendright {
    float: right;
    width: 240px;
    position: relative;
}

div.recomendleft img, div.recomendright img {
    display: block;
    float: left;
    margin: 0 10px 5px 0;
    padding-bottom: 20px;
}

div.recomendright p {
    margin: 0 0 5px 0;
}


div#entry .cd h3 {
	color :#000;
	background-color:#038bff;
	background-image:url(../images/news_h3bg.gif);
	width: 565px;
	font-size:110%;
	padding-top: 3px;
	padding-left: 10px;
	border-left: 5px solid #ff0000;
	margin-top: 2px;
}

div#entry h3 {
	color :#000;
	background-color:#038bff;
	background-image:url(../images/news_h3bg.gif);
	width: 565px;
	font-size:110%;
	font-weight:bold;
	padding-top: 3px;
	padding-left: 10px;
	border-left: 5px solid #ff0000;
	margin-top: 2px;
}

div#entry .cd {
	width:570px;
}
*.floatclear {
         clear: both;
      }
div#event {
	margin-top: 5px;
	float: left;
	width: 570px;
}

div#event img {
	border: 0px;
        }
div#event h2 {
	background-image: url(../images/event.gif);
	color :#fff;
	background-color:#038bff;
	width: 570px;
	font-size:120%;
	padding-top: 10px;
	padding-left: 10px;
	height: 30px;
	background-repeat: no-repeat;
}
div#event .eventinfo {
	width:570px;
}

div#event .eventinfo h3 {
	color :#000;
	background-color:#038bff;
	background-image:url(../images/news_h3bg.gif);
	width: 565px;
	font-size:110%;
	padding-top: 3px;
	padding-left: 10px;
	border-left: 5px solid #ff0000;
	margin-top: 2px;
}
div#event h4 {
	color :#000;
	background-color:#cfc;
	padding-top: 2px;
	padding-left: 2px;
	font-size:110%;
	height: 20px;
}
div#event ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#event li {
	float: left;
	width: 230px;
	margin: 5px 0 0 0;
	text-align: left;
	padding-left: 5px;
}

div#event .eventlist li {
	border-bottom: 1px dotted #ccc;
	width: 345px;
}
div#event li.point {
	background-color:#038bff;
	color: #fff;
	width: 345px;
}	
/* サンシン
---------------------------------------------*/
div#sanshinentry {
	margin-top: 5px;
	float: left;
	background: #FFFFFF url(../images/2009entrybg.jpg) right bottom no-repeat;
}

div#sanshinentry img {
	           border: 0px;
        }
div#sanshinentry h2 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	background-image: url(../images/sanshin_title.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 580px;
	padding-top: 10px;
}
div#sanshinentry ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sanshinentry li {
	float: left;
	width: 120px;

	margin: 5px 0 0 0;
	text-align: left;
	padding-left: 5px;
}
div#sanshinentry .yoko li {
	float: left;
	width: 200px;
	height:420px;
	margin: 5px 0 0 0;
	text-align: left;
	padding-left: 5px;
}

div#sanshinentry span {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size:100%;
	font-weight: bold;
	background: #299b46;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}
div#sanshinentry dl {
	margin: 1px 0;
	font-size: 90%;
}
div#sanshinentry dt {
	padding: 2px 0;
	text-align: left;
	padding-left: 5px;
	background: #f5f5dc;
	border-top: 1px solid #DABF9A;
}
div#sanshinentry dd {
   margin-left:-1px;
   background: #000;
   color:#fff;
   text-align: center;
}

/* チヂン
---------------------------------------------*/
div#tidinentry {
	margin-top: 5px;
	float: left;
	background: #FFFFFF url(../images/2009entrybg.jpg) right bottom no-repeat;
}

div#tidinentry img {
	           border: 0px;
        }
div#tidinentry h2 {
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	background-image: url(../images/tidin_title.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 580px;
	padding-top: 10px;
	font-size: 150%;
	color: #FFF;
}
div#tidinentry ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#tidinentry li {
	float: left;
	width: 120px;

	margin: 5px 0 0 0;
	text-align: left;
	padding-left: 5px;
}
div#sanshinentry .yoko li {
	float: left;
	width: 200px;
	height:420px;
	margin: 5px 0 0 0;
	text-align: left;
	padding-left: 5px;
}

div#tidinentry span {
	display: block;
	padding: 5px 0 0 0;
	text-align: center;
	color: #ffffff;
	font-size:100%;
	font-weight: bold;
	background: #299b46;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;

}
div#tidinentry dl {
	margin: 1px 0;
	font-size: 90%;
}
div#tidinentry dt {
	padding: 2px 0;
	text-align: left;
	padding-left: 5px;
	background: #f5f5dc;
	border-top: 1px solid #DABF9A;
}
div#tidinentry dd {
   margin-left:-1px;
   background: #000;
   color:#fff;
   text-align: center;
}

	
/* お薦め商品
---------------------------------------------*/
div#reco h2 {
	background-image: url(../images/info.gif);
	color :#fff;
	background-color:#038bff;
	width: 570px;
	font-size:150%;
        font-weight:bold;
	padding-top: 10px;
	padding-left: 10px;
	height: 30px;
	background-repeat: no-repeat;
}
div#reco h3 {
	color :#000;
	background-color:#038bff;
	background-image:url(../images/news_h3bg.gif);
	width: 565px;
	font-size:130%;
	padding-top: 3px;
	padding-left: 10px;
	border-left: 5px solid #ff0000;
	margin-top: 2px;
}
div#reco h4 {
	color :#000;
	background-color:#fff;
	width: 550px;
	font-size:110%;
	padding-top: 3px;
	padding-left: 10px;
	border-bottom: #CCC dotted 1px;
	border-left: #ff6600 solid 5px;
	margin-top: 2px;
}

div#reco p {
	width:570px;
}
/* サブぺージ
---------------------------------------------*/
#sub {
	float: right;
	height: auto;
	width: 250px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;

}
#sub h3{
	background-color: #39F;
	color: #fff;
	padding: 5px;
	font-size: 110%;
}
.section {
	margin: 5px;
	padding: 5px;
	width: 240px;
}
.yamaha {
	margin: 5px;
	padding: 5px;
	width: 240px;
}
#sub .yamaha h3 {
	margin: 5px;
}
	
.yamaha ul {
	width: 240px;
}
.yamaha li {
	background-image: url(../images/yamaha_bg.gif);
	padding-left: 12px;
	padding-top: 5px;
}
.bottom {
    background-image: url(../images/yamaha_bottom.gif);
	height:20px;
	padding-bottom:10px;
	border-bottom: #ff0000 solid 2px;
}

/* 唄者プロフ
---------------------------------------------*/
div#utasyaprf {
	margin: 5px;
	padding: 5px;
	width: 240px;
}
div.prfright {
	float: left;
	width: 228px;
	font-size: 90%;
	border: #8E9E43 solid 1px;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #FCFCF8;
}

div.prfright span {
	background-color: #8E9E43;
	color: #fff;
	padding: 3px;
	font-size:90%;
}

div.prfright img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding-bottom: 10px;
}
/* 廃盤商品
---------------------------------------------*/
div#soldout {
	margin: 5px;
	padding: 5px;
	width: 240px;
}
div.prfright {
	float: left;
	width: 228px;
	font-size: 90%;
	border: #8E9E43 solid 1px;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #FCFCF8;
}

div.prfright span {
	background-color: #8E9E43;
	color: #fff;
	padding: 3px;
	font-size:90%;
}

div.prfright img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding-bottom: 10px;
}
	
/* フッターぺージ
---------------------------------------------*/
#footer {
	clear: both;
	position:relative;
	padding: 10px 10px;
	margin-top: 10px;
	height: 80px;
	text-align: center;
	color:#777;
	background-color: #fcfcfc;
    background-image: url(../images/footer.jpg);
}
#footer li {
    display:inline;
    padding: 7px 12px 7px 22px;
    background: url(../images/sansin.gif) no-repeat left center;
    color: #000;
}

#footer a {
	text-decoration: none;
	color: #164f9f;
}

#footer a:hover {
	color:#fff;
	background-color:#ff0000;
 }
.flash {
	height: 200px;
	width: 240px;
	margin-left: 10px;
}

.cdimg {
	padding: 5px;
	float: left;
	width: 120px;
}
.cdimg115 {
	padding: 5px;
	float: left;
	width: auto;
}
.blogimg {
	padding: 5px 10px 0 0;
	float: left;
	width: 189px;
}
.eventimg {
	padding: 5px 0 5px 5px;
	float: right;
	width: 206px;
}
.stay {
    border-bottom:thin gray dotted;
}

/*先頭へ戻る　共通
---------------------------------------------*/

#back p {
	text-align: right;
	margin: 0 5px 0 0;
	padding-right: 10px;
}

#back a {
	text-decoration: none;
}

#back a:hover {
      color:#fff;
      background-color:#ff6600;
 }
/*SSL
---------------------------------------------*/ 
#ssl {
	margin-top: 32px;
	margin-left: 10px;
	width: 240px;
}
* html #ssl {
	margin-top: -10px;
}

 /* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */

#sanshinentry h2 {
	font-size: 150%;
	color: #FFF;
	background-image: url(../images/sanshin_title.gif);
	background-repeat: no-repeat;
}
#sanshinentry .sanshin {
	margin-left: 50px;
}
#sanshinentry h3 {
	color: #FFF;
	background-color: #093;
	background-image: url(../images/sanshin_h3bg.gif);
	height: 20px;
	width: 480px;
	padding-left: 15px;
	margin-top: 5px;
	margin-left: 55px;
}
#sanshinentry .sale {
	margin-left: 55px;
}

#sanshinentry .mainphoto {
	margin-left: 55px;
}
#sanshinentry .mainphoto dt {
	width: 490px;
}
#sanshinentry .mainphoto dd {
	font-size: 120%;
	color: #FFF;
	background-color: #000;
	width: 495px;
}
#sub .sanshinsub h3 {
	color: #000;
	background-image: url(../images/sanshin_main_h3bg.gif);
	padding-left: 10px;
	font-size: 110%;
	font-weight: bold;
	width: 220px;
	height: 30px;
	background-repeat: no-repeat;
	background-color: #FFF;
}
#sub .sanshinsub {
	margin-top: 10px;
}

#sub .sanshinsub a {
      display:block;
      width:210px;
      color:#000;
      padding:5px;
      text-decoration:none;
      border-bottom: 1px dotted #CCCCCC;
} 
#sub .sanshinsub a:hover {
      color:#fff;
      background-color:#9ac810;
 }
#sub .sanshinsub a.stay {
      display:block;
      width:210px;
      color:#fff;
      background-color:#007f00;
      border-bottom: 1px solid #CCCCCC;
}

#sanshinentry .mainphoto .form {
	width: 495px;
}
#main #tidinentry h3 {
	color: #FFF;
	background-color: #06F;
	width: 560px;
	font-size: 120%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: -8px;
}
#tidinentry .coment {
	width: 570px;
}
#main #tidinentry .coment li {
	width: 560px;
}

#main #amakayo h2 {
	background-image: url('../images/2010amamikayou_h2.jpg');
	background-repeat: no-repeat;
	line-height: 50px;
	font-size: 140%;
	font-weight: bold;
	color: #fff;
}

#main #amakayo h3 {
    background-image: url('../images/2010amamikayou_h3.jpg');
	background-repeat: no-repeat;
	line-height: 30px;
	background-color: #2a9f00;
	font-size: 120%;
	font-weight:bold;
	padding-left: 30px;
	color: #2a9f00;
	width: 550px;
}
#main #amakayo th {
	width: 100px;
	background-color: #D0E8E8;
	padding:5px 0 5px 10px;
	border-bottom: 1px #ccc solid;
}

#main #amakayo td {
	width: 460px;
	background-color: #F5FFEC;
	padding-left: 5px;
	border-bottom: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

.service {
	background-image: url('../images/sanshin_service.jpg');
	background-repeat:no-repeat;
	height: 30px;
	padding: 5px 0 5px 150px;
	
}

/* フェイスブック用
---------------------------------------------*/

.fb-like {
	margin: 3px 0;
}