@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #333;
}

body,html {
	height:100%;
}

body {
	background: url(img/bg.gif) repeat-y;
	background-position: center;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

a {
	text-decoration: none;
}
a:link {
	color: #060;
}
a:visited {
	color: #060;
}
a:hover {
	color: #093;
}
a:active {
	color: #060;
}

a img {
	border-style:none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clear */
.clear {
	overflow: hidden ;  
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden; }

.clearfix { display: inline-block; }

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

/** パンくず **/
#breadcrumb {
	height: 30px;
	text-align: center;
}

#breadcrumb h1 {
	color: #090;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}

#breadcrumb h1 a {
	color: #09;
	font-size: 12px;
}

#container {
	width: 730px;
	margin: 0px auto 20px;
}

#branding {
	width: 730px;
	height: 75px;
	margin-top: 10px;
	background: url(images/header_bg.jpg) no-repeat;
}

#site-title {
	float: left;
}

#header_contents {
	float: right;
}

#site-language {
	text-align: right;
}

#site-language li {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 1px;
	margin-left: 10px;
	display: inline;
}

#site-language li a:hover {
	color: #009900;
}

#site-description {
	color: #060;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	letter-spacing: 1px;
	margin: 25px 285px 10px 0;
}

#site-description a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

#site-freecall {
	text-align: right;
	margin-top: -40px;
}

/* Menu
-------------------------------------------------------------- */
#access {
	background: #EEE; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#EEE, #CCC);
	background: -o-linear-gradient(#EEE, #CCC);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#CCC)); /* older webkit syntax */
	background: -webkit-linear-gradient(#EEE, #CCC);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 15px;
	padding-left: 75px;
	width: 655px;
}

#access ul {
	font-size: 18px;
	font-weight: bold;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

#access li {
	float: left;
	position: relative;
	border-left: 1px #999 dotted;
}

#access li:nth-of-type(6n) {
	border-right: 1px #999 dotted;
}

#access a {
	color: #333;
	display: block;
	line-height: 3.333em;
	padding: 0 1.4125em;
	text-decoration: none;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}

#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #F00;
}

#access ul li:hover > ul {
	display: block;
}

#access .current_page_item > a,
#access .current_page_ancestor > a {
	color: #09F;
	font-weight: normal;
}

#access span {
	color: #FFF;
	font-size: 11px;
	margin-left: 3px;
	padding: 1px 5px;
	background: #F00;
}

/** スライダー **/
#slider {
}

/** サイドバー **/
#secondary {
	width: 160px;
	float: left;
}

#secondary aside {
	margin-bottom: 10px;
}

#secondary h1 {
	font-size: 16px;
	margin: 0 0 5px;
	padding: 0 5px 3px;
	border-bottom: 1px #999999 dotted;
}

#secondary p {
	color: #060;
	display: block;
	margin: 0 5px 5px;
}

#secondary p a {
	color: #060;
}

#secondary p a:hover {
	color: #093;
}

#secondary aside {
	margin-bottom: 20px;
}

#secondary ul {
	list-style: none;
}

#secondary ul.arrow li a {
	color: #060;
	display: block;
	padding: 5px 0 5px 20px;
	background: url(img/arrow.png) no-repeat;
}

#secondary ul.arrow li a:hover {
	color: #093;
}

#secondary h1.profile {
	color: #FFF;
	font-size: 14px;
	padding: 0 10px;
	line-height: 30px;
	background: url(img/profile.gif) no-repeat;
	border: none;
}

#secondary li.pro_list {
	margin-bottom: 5px;
	padding: 0 0 0 20px;
	line-height: 25px;
	background: url(img/ba.gif) no-repeat;
}

#secondary li.pro_list a {
	color: #333;
}

#secondary li.pro_list a:hover {
	color: #666;
}

#secondary h1.recruit {
	color: #FFF;
	font-size: 14px;
	padding: 0 10px;
	line-height: 30px;
	background: url(img/staff.gif) no-repeat;
	border: none;
}

/* main
-------------------------------------------------------------- */
#primary {
	width: 560px;
	float: right;
}

#service {
	margin-bottom: 15px;
}

#service img {
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

#service li {
	margin-bottom: 10px;
	float: left;
}

#service li:nth-child(-n+2) {
	margin-right: 7px;
}

/* 新着ピアノ */
.post_loop h1 {
	clear: both;
	color: #FFF;
	font-size: 16px;
	margin: 10px 0;
	padding: 10px;
	background: #060;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

.piano {
	width: 134px;
	margin: 0 8px 10px 0;
	margin: 0 4px 10px 1px\9;/* IE8 and below */
	display: block;
	border: 1px #CCC dotted\9;/* IE8 and below */
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	float: left;
}

.piano:hover {
	opacity:0.9;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #E8FEE7;
}

.piano:nth-of-type(4n+4) {
	margin-right: 0;
}

.piano img {
	max-width: 134px;
	max-height: 134px;
	border-bottom: 1px #CCC dotted;
}

.piano h2 {
	width: 124px;
	height: 100px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	padding: 5px;
}

p.price {
	font-size: 12px;
	text-align: right;
	padding: 10px 5px;
	background: #EEE;
	border-top: 1px #CCC dotted;
}

span.new {
	color: #F00;
	font-size: 10px;
	letter-spacing: 1px;
	margin-right: 2px;
}

p.price span.tax {
	font-size: 10px;
}

/* 新着情報・お客様の声 */
.voice_loop h1 {
	clear: both;
	color: #FFF;
	font-size: 16px;
	margin: 10px 0 0;
	padding: 10px;
	background: #060;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

.voice_loop dl {
	margin: 0 0 25px;
}

.voice_loop dt {
	float: left;
	width: 120px;
	padding: 10px 0 10px 15px;
	text-indent: 1em;
}

.voice_loop dd h2 {
	color: #060;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 1px #CCCCCC dotted;
}

.voice_loop dd h2:hover {
	background: #E8FEE7;
}

/* footer
-------------------------------------------------------------- */
#footer_cate h1 {
	clear: both;
	color: #FFF;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 10px;
	background: #060;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

#footer_cate dl {
	margin: 0 15px;
	border-top: 1px #CCCCCC dotted;
	border-left: 1px #CCCCCC dotted;
	border-right: 1px #CCCCCC dotted;
}

#footer_cate dt {
	float: left;
	color: #060;
	width: 135px;
	padding: 10px 10px 10px 0;
	text-indent: 1em;
	line-height: 40px;
	font-weight: bold;
	border-right: 1px #CCCCCC dotted;
}

#footer_cate dd {
	color: #060;
	font-weight: normal;
	padding: 10px 0;
	border-bottom: 1px #CCCCCC dotted;
}

#footer_cate li a {
	line-height: 20px;
	text-decoration: underline;
	margin-left: 15px;
	float: left;
}

#footer_link {
	clear: both;
	margin: 15px 75px 5px;
}

#footer_link li {
	color: #333;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: left;
}

#footer_link li a {
	color: #333;
	font-size: 10px;
}

#footer_license {
	clear: both;
	margin: 0px 20px 5px;
}

#footer_license li {
	color: #333;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

#colophon {
	clear: both;
	background: #060;
	padding: 25px;
}

#colophon p {
	color: #FFF;
	text-align: center;
}


/* スタインウェイショールーム紹介ページ */

#sws_guid {
	font-weight: bold;
	padding-top: 45px;
	line-height: 20px;
	background: url(img/sws_bh_bg_560.jpg) no-repeat;
}

#sws_guid p {
	font-size: 14px;
	margin: 0 0 15px 7px;
	padding: 0 0 0 50px;
}

.sws_movie {
	margin: 0 0 0 10px;
}

.s_sroom h1 {
	clear: both;
	color: #FFF;
	font-size: 16px;
	background: url(img/ss_title.jpg) no-repeat;
	margin: 10px 0;
	padding: 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
}

.s_sroom h2 {
	color: #000;
	font-size: 12px;
	margin: 10px 0;
	padding: 10px;
}

.s_sroom h3 {
	color: #060;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
}


.s_sroom p {
	color: #000;
	font-size: 14px;
	margin: 0;
	padding: 0px 0px 5px 10px;
}

.s_sroom .ssimg {
	margin: 0 0 0 -10px;
	padding: 0;
}

