@charset "Shift_JIS";


/* 基本設定
------------------------------------------*/


* {
	padding : 0px;
	margin : 0px;
	 -webkit-text-size-adjust: none;

}


body {
	margin : 0 auto;
	padding : 5px;
	font-size : 74%;
	font-family : 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
	color : #000000;
	background-image: url(../img/common/bg.gif)
	}

h1 {
	font-size: 90%;
	font-weight: lighter;
	color: gray;
}

h2 {
	font-size: 110%;
	font-weight: bold;
}

h3 {
	padding: 24px 0px 5px 18px;
	font-size: 125%;
	font-weight: bold;
	color: #200D7D;
	background-image: url(../img/common/p.gif);
	background-repeat : no-repeat;
	background-position : 0px 27px;
}

h4 {
	padding: 0px 0px 1px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #666666;
}

p{
	font-size : 100%;
	margin : 0;
	padding : 0;
	line-height : 2em;
	letter-spacing: 0.2ex;
}

blockquote {margin: 12px 0px;}

img { border : none;}

.left {float: left; margin: 0px 15px 0px 0px;}
.right {float: right;  margin: 0px 0px 0px 15px;}

a {
	text-decoration : none;
	color : #808080;
}

a:hover { 
	text-decoration : underline;
	color : #C0C0C0;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


iframe {
	border: none;
	background-color: #FFFFFF;
}


form{
	margin: 30px 0px;
	line-height: 30px;
	font-size: 100%;
}

.contact{
	padding: 2px 0px;
	margin: 5px 0px;
	width: 330px;
}

textarea{
	width: 330px !important;
	height: 200px !important;
}


/* clearfix */
.clearfix:after {
	content: url(../img/common/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}

.clearfix { display : inline-block ; }
/* Hides from IE-Mac \*/
*html .clearfix { height : 1% ; }
.clearfix { display : block ; }
/* End hide from IE-mac */




/* ナビゲーション
------------------------------------------*/
#nav ul{
	margin : 0;
	padding : 0;
	overflow: hidden;
	width : 799px;
	height: 35px;
}


#nav li{
	list-style : none outside;
	float : left;
	text-indent : -9999px;
	border-right: 1px solid #C0C0C0;
}


#nav a{
	display : block;
	height: 36px;
}

#nav1 a{
	width : 132px;
	background-image : url("../img/navi/navi_01.jpg");
	background-repeat : no-repeat;
	background-position : 0 0;
}
#nav2 a{
	width : 132px;
	background-image : url("../img/navi/navi_02.jpg");
	background-repeat : no-repeat;
	background-position : 0 0;
}
#nav3 a{
	width : 132px;
	background-image : url("../img/navi/navi_03.jpg");
	background-repeat : no-repeat;
	background-position : 0 0;
}
#nav4 a{
	width : 132px;
	background-image : url("../img/navi/navi_04.jpg");
	background-repeat : no-repeat;
	background-position : 0 0;
}
#nav5 a{
	width : 132px;
	background-image : url("../img/navi/navi_05.jpg");
	background-repeat : no-repeat;
	background-position : 0 0;
}
#nav6 a{
	width : 133px;
	background-image : url("../img/navi/navi_06.jpg");
	background-position : 0 0;
}


#nav1 a:hover {background-position : 0 -35px;}
#nav2 a:hover {background-position : 0 -35px;}
#nav3 a:hover {background-position : 0 -35px;}
#nav4 a:hover {background-position : 0 -35px;}
#nav5 a:hover {background-position : 0 -35px;}
#nav6 a:hover {background-position : 0 -35px;}


/* ヘッダー ナビゲーション
------------------------------------------*/
#h_navi {
	list-style-image : url(../img/common/list.gif);
	float : right;
	text-align : right;
}

#h_navi li {
	padding : 5px 30px 0px 0px;
	float : left;
	font-size : 100%;
}

#logo{
	width : 210px;
	height : 85px;
	padding : 25px 10px;
}

#logo a {
	display : block;
	text-indent : -9999px;
	background-image : url("../img/common/logo.jpg");
	background-repeat: no-repeat;
	width : 210px;
	height : 85px;
}


/* サブメニュー
------------------------------------------*/
.menubox{
	width : 150px;
	margin: 5px 5px 20px 5px;
	float: left;
	text-align : left;
}

#menu{
	list-style: none;
	line-height: 30px;
	letter-spacing: 1px;
	border-top: 8px solid #C0C0C0;
}

#menu li{
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	border-right:  1px solid #C0C0C0;
}

#menu a{
	text-decoration: none;
	padding-left: 18px;
	background-image: url(../img/navi/menu.jpg);
	background-repeat : no-repeat;
	display : block;
	color : #808080;
	font-size : 90%;
}

#menu a:hover{
	background-image: url(../img/navi/menu_hover.jpg);
	background-repeat : no-repeat;
	display : block;
	color : #FFFFFF;
}

#maker li{
	list-style: none;
	border: 1px solid #C0C0C0;
	line-height: 0px;
	margin: 10px 0px 0px 0px;
}	



/* レイアウト
------------------------------------------*/

#pre_header{
	width : 800px;
	height : 10px;
	margin : 0px auto;
	padding : 5px;
	}


#container {
	width : 800px;
	margin : 10px auto;
	background : #FFFFFF;
	position: relative;
}


.shadow {
	zoom : 1;   /* hasLayout-Push for IE6 */
	width : 800px;
	margin : 0px auto;
	box-shadow : 10px 10px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow : 2px 2px 10px #000;
	-webkit-box-shadow : 2px 2px 10px #000;
	-vendor-box-shadow : 2px 2px 10px #000;;
/*	filter : progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=true,ShadowOpacity=0.3,style=2); */
	background : #000000;
}


#header {
	width : 800px;
	height : 90px;
	padding : 0px;
	background-repeat : no-repeat;
	background-position : 0 0;
	border-top: 1px solid #666666;
	background-image : url("../img/common/header.jpg");
}


#navi {
	width : 799px;
	height : 35px;
	margin : 0;
	padding : 0;
	border-top : 1px solid #C0C0C0;
	border-left : 1px solid #808080;
	border-bottom : 1px solid #808080;
}


#location{
	width : 796px;
	height : 20px;
	margin : 0px auto;
	padding : 10px 0px 0px 20px;
	background-image: url(../img/common/location.jpg);
	background-repeat: no-repeat;
	color: #808080;
}


#content {
	width : 800px;
	padding: 5px;
}


#LeftBox {
	float : left;
	width : 200px;
	padding : 10px;
}


#RightBox {
	float : right;
	width : 560px;
	padding : 10px;
}


.textbox {
	width: 500px;
	margin: 0px 0px 80px 0px;
}


#footer {
	clear : both;
	width : 770px;
	padding : 5px;
	margin : 0 auto;
	text-align : center;
	font-size : 10px;
	letter-spacing : 1px;
	line-height : 2em;
	border-top : 1px solid silver;
}




/* ホーム
------------------------------------------*/
#flash {
	width : 800px;
	height: 250px;
	margin: 0px;
	padding: 0px;
	border: none;
	background : #000000;
}


#hometext {
	width : 460px;
	float: left;
	padding: 10px 20px 30px 15px;
}


#banner {
	width: 254px;
	float: right;
	margin: 0px 20px;
}


#banner li{
	list-style: none;
	text-align: center;
	margin: 10px 0px;
}


/* サイトマップ
------------------------------------------*/
.sitemap{
	width: 230px;
	height: 220px;
	margin: 0px 20px 10px 0px;
	float: left;
	border-bottom: 1px silver dotted;
}


/* 会社概要
------------------------------------------*/
.overview{
	width:500px;
	border-bottom: 1px silver dotted;
}

.overviewL{
	float:left;
	width:130px;
	padding:5px;
	font-weight:bold;
	color:#666666;
}

.overviewR{
	float:right;
	width:334px;
	padding:5px 0px;
}

.number {
	list-style-type: decimal;
	padding-left: 24px;
}


/* コンセプト
------------------------------------------*/
.concept{
	width: 500px;
	height: 170px;
	padding: 8px 0px 0px 0px;
	border-top: 1px dotted silver;
}
	
.concept_text {
	float: left;
	width: 285px;
	height: 140px;
	font-size: 105%;
	letter-spacing: 0.1ex;
	line-height: 1.8em;
}



/* 楽器
------------------------------------------*/
.inst{
	width: 156px;
	height: 156px;
	float: left;
	margin: 0px 4px 4px 0px;
	padding: 3px;
	background-image: url(../img/common/bg.gif);
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
	font-size: 90%;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	display: block;
}

.rentalprice{
	margin: auto;
	width: 146px;
	line-height: 18px;
	font-weight: 100;
	font-size: 90%;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #C9C9C9;
}

.studio{
	width: 250px;
	height: 460px;
	margin: 0px 0px 10px 0px;
	float: left;
	border-bottom: 1px silver dotted;
}


/* ピアノ
------------------------------------------*/
.piano{
	width: 245px;
	height: 262px;
	float: left;
	margin: 1px 4px 12px 1px;
	padding: 0px
	font-size: 100%;
	line-height: 2.2em;
	text-align: center;
	background-image: url(../img/common/bg.gif);
	display: block;
}

.piano a{
	color: #000000;
	text-decoration: none;
}

.piano a:hover{
	display : block;
	color: #FFFFFF;
	background-color: #000000;
}

#fullcon{
	margin: 0px;
	padding: 20px 15px;
	width: 470px;
	height: 750px;
	background-color: #000000;
	color: #FFFFFF;
}

.fullcon_nest{
	margin: 20px 0px 0px 0px;
	width: 235px;
	height: 270px;
	float: left;
}
.fullcon_foot{
	margin: 5px 0px 0px 0px;
	width: 470px;
	float: left;
}

#movepack{
	margin: 0px;
	padding: 20px 15px;
	width: 470px;
	height: 500px;
	background-color: #F2DEA6;
	color: #000000;
}

.point{
	list-style-image: none;
	list-style-type: square;
	line-height: 2.0em;
	letter-spacing: 0.1em;
	padding: 0px 0px 0px 14px;
}


/* 文字設定
------------------------------------------*/
.description {
	text-align : left;
}

.copy {
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.8em;
}

.tel {
	font-size: 160%;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	line-height: 45px;
}

.small {
	font-size: 85%;
}

.spacer {
	margin: 18px 0px;
}

.list {
	list-style: none;
	text-indent: 18px;
	line-height: 2.1em;
}

.list li {
	background-image : url(../img/common/list02.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

.notice {
	font-size: 86%;
	line-height: 2em;
	list-style-type: disc;
	padding: 20px 0px 0px 15px;
}


.titlebar{
	margin: 5px 0px 15px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url(../img/common/titlebar.jpg);
	background-repeat: no-repeat;
	color: #666666;
	font-size: 110%;
	line-height: 35px;
	letter-spacing: 1px;
}

.Pianoactual{
    font-size: 70%;
	list-style-image: none;
	list-style-type: square;
	padding: 0px 0px 0px 14px;
	
	
}


/* --- 新着情報エリア --- */
div.update {
width: 500px; /* 新着情報エリアの幅 */
font-size: 80%;
}

/* --- 見出し --- */
div.update h5 {
margin: 0 0 5px; /* 見出しのマージン（上、左右、下） */
font-size: 100%;
}

/* --- 新着リスト --- */
div.update dl {
width: 100%; /* 新着リストの幅 */
height: 170px; /* 新着リストの高さ */
overflow: auto;
margin: 0;
background-color: #f9f9f9; /* 新着リストの背景色 */
border-top: 1px #c0c0c0 dotted; /* 新着リストの上境界線 */
border-bottom: 1px #c0c0c0 dotted; /* 新着リストの下境界線 */
}

/* --- 日付エリア --- */
div.update dt {
width: 6.7em; /* 日付エリアの幅 */
float: left;
padding: 7px 0 6px 3px; /* 日付エリアのパディング（上右下左） */
line-height: 120%;
}

/* --- 本文エリア --- */
div.update dd {
margin: 0;
padding: 7px 3px 6px 6.6em; /* 本文エリアのパディング（上右下左） */
border-bottom: 1px #c0c0c0 dotted; /* 本文エリアの下境界線 */
line-height: 120%;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}