@charset "utf-8";
/*
Theme Name: Bunkyogakki
Theme URI: http://www.bunkyo-gakki.com/
Description: 文京楽器 のテーマ
Version: 1.0
Author: 文京楽器
Author URI: http://www.bunkyo-gakki.com/
Tags: fixed width, two columns, widgets

*/




/* CSS Hacks
--------------------------------------------------*/

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

.clearfix,
.post {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix,
* html .post {height: 1%;}

.clearfix,
.post {display: block;}
/* End hide from IE-mac */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: absolute; /* for benefit of IE5 Mac */
}


/* qTranslate Override
--------------------------------------------------*/

#sub-content ul.qtrans_language_chooser {
	position: absolute;
	display: block;
	top:-1px;
	right:0px;
	padding: 0 0 0 0;
	margin: 0;
	list-style-type:none;
	z-index: 10;

}


.qtrans_widget_end {
	display: none;
}
#sub-content ul.qtrans_language_chooser li {
	display: inline;
	margin: 0 10px 0 5px;
	padding: 6px 0 0 0;
	font-size: 11px;
	line-height: 1.2;
	position: relative;

	float:left;
}


#sub-content ul.qtrans_language_chooser li a {
	margin: 0px 0 0 0;
	padding:0 0 0 18px;
	background-repeat: no-repeat;
	display: inline-block;
}

#sub-content ul.qtrans_language_chooser li a.qtrans_flag_ja {
	background-image: url(images/flag_ja.gif) !important;
	background-position: 0px -13px;
	
}

#sub-content ul.qtrans_language_chooser li a.qtrans_flag_en {
	background-image: url(images/flag_en.gif) !important;
	background-position: 0px -13px;
}
#sub-content ul.qtrans_language_chooser li.active {
	background-image: url(images/qtrans_active_bg.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	z-index: 100;

}


#sub-content ul.qtrans_language_chooser li a {
	color:#643538;
}

#sub-content ul.qtrans_language_chooser li a:hover {
	color:#6f1616;
	text-decoration: none;
}

#sub-content ul.qtrans_language_chooser li.active a {
	background-position: 0px 0px;
}

#sub-content ul.qtrans_language_chooser li.active a span {
	color: #860002;;
}

#sub-content ul.qtrans_language_chooser li.active a:hover {
	text-decoration: none;
	cursor: default;
}


.ui-datepicker { font-size: 68.75% !important;} 

.ui-datepicker-trigger {
	width: 16px;
	height: 1.8em;
	border: 0;
	background-image: url(images/icon_cal.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-color: #fff;
	line-height: 20px;
	vertical-align: middle;
	margin: 0 1em 0 2px;
	padding: 0;
	outline: 0;
	display: inline
}

/* Common Tags
--------------------------------------------------*/

html {
	height: 100%;
}

body {
	background-color: #e4e1c1;
	background-image: url(images/body_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0 0 0 0;
	height: 95%;
	padding: 0;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐ明朝", serif;
	color: #433f27;
	font-size: 16px;
	line-height: 1.6;
}

* html body { /* ie6 */
	font-size: medium;
	font-family: "ＭＳ Ｐ明朝", serif;
}

img {
	border:0;
}

/* img,
div,
a {
	behavior: url(iepngfix.htc);
} iepngfix */



hr {
	display: none;
}

a {
	color: #08568c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.more-link + img  {

	width: 0px;
	height: 16px;
	background-image: url(images/ajax-loader.gif);
	background-position: left top;
	background-repeat: no-repeat;
	clip: rect(16px, 16px, 0, 0);
	padding-left: 16px;
	overflow: hidden;
	vertical-align: middle;
}


/* Common Classes
--------------------------------------------------*/
img.left {
	float:left;
	margin:3px 10px 10px 0;
}

img.right {
	float:right;
	margin:3px 0 10px 15px;
}

img.right.wide {
	float:right;
	margin:3px 15px 5px 25px;
}


.imgs {
	display: block;
}

.imgs.left {
	float: left;
	margin:3px 10px 10px 0;
}

.imgs.right {
	float: right;
	margin:3px 0 10px 10px;
}

.imgs img {
	display:block;
}

img.center {
	display: block;
	margin: 0 auto;
}

div.center {
	text-align: center;
}

h4 span.en,
dt span.en {
	font-size: smaller;
	margin-left: 0.5em;
}

h4 span.en {
	color: #6c5554;	
}

dt span.en {
	color: #807c64;	
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Layout
--------------------------------------------------*/

#wrapper {
	width:980px;
	margin: 0 auto 0 auto;
}

#header {
	border: solid 1px #d3d0b2;
	border-width: 1px 0;
	position: relative;
	margin-top: 1.5em;
	padding: 13px 0 13px 0;
	zoom: 1;
	
}

#header h1 {
	margin: -51px 0 0 0;
	padding: 0;
	position: absolute;
	top:50%;
	left:0px;
	z-index: 6;
}

#header h1 a {
	display: block;
	top:0;
	left:0;
	width: 263px;
	height: 88px;
	background-image: url(images/h1_flare.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.home #header h1 a {
	cursor: default;
}

/*
#header h1 a:hover img {
	display: none;
}*/


#gnav ul,
#snav ul {
	display: block;
	position: relative;
	padding: 0 5px 0 0;
	margin: 0;
	list-style-type: none;
	text-align: right;

}

#gnav ul {
	margin:0 0 0 auto;
	padding-right: 7px;
	font-weight: bold;
	font-size: 81.25%;
	line-height: 1;
	letter-spacing: 1px;
	word-spacing: 0px;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
}

#wrapper.en #gnav ul {
	font-family: "Times New Roman", serif;
}

.en #gnav ul {
	letter-spacing: 0;
}

#snav {
	margin: 0 3px 0 auto;
	position: absolute;
	font-size: 62.5%;
	line-height: 1;
	letter-spacing: 0;
	word-spacing: 0px;
	text-transform: uppercase;
	top:-1.7em;
	right:0;	
}


#snav ul {
	float:right;
}

#snav.search ul {
	margin-right:155px;
}

* html #snav.search ul {
	margin-right:0;
	right:155px;
}

#gnav ul li a,
#snav ul li a {
	text-decoration: none;
	white-space:nowrap; 
}

#gnav ul li {
	display: inline;
	margin: 0 0 0 2em;
	padding: 0;	
}

#snav ul li {
	display: inline;
	margin-left: 1.75em;	
	
}

#gnav ul li a,
#snav ul li a {
	color:#958a4b;
	
}

#gnav ul li a:hover,
#snav ul li a:hover {
	color:#530a11
}

#gnav ul li.current_page_item a,
#gnav ul li.current_page_item a:hover,
#gnav ul li.current_page_ancestor a,
#gnav ul li.current_page_ancestor a:hover,
#snav ul li.current_page_item a,
#snav ul li.current_page_item a:hover,
#snav ul li.current_page_ancestor a,
#snav ul li.current_page_ancestor a:hover {
	color: #810519;
	font-weight: bold;
	cursor: default;
}


form#header-searchform {
	display: inline;
}

form#header-searchform label {
	color:#958a4b;
	cursor: pointer;
}

form#header-searchform label:hover {
	color:#530a11
}

#header-searchform-content {
	display: none;
	position: absolute;
	top:-5px;
	right:0;
	zoom:1;
}


#snav.search #header-searchform-content {
	display: block;
	right:-155px;
}

* html #snav.search #header-searchform-content {
	right:-155px;

}

form#header-searchform #s {
	position: relative;
	z-index: 1;
	display: inline;
	border: solid 1px #d3d0b2;
	line-height: 1;
	margin: 0 -1px 0 0;
	padding: 1px;
	width: 115px;
	height: 14px;
	font-size: 11px;
	overflow: hidden;
	vertical-align: middle;
}

form#header-searchform #header-searchform-submit {
	position: relative;
	z-index: 0;
	display: inline;
	padding: 1px 4px;
	margin: 0;
	border: solid 1px #d3d0b2;
	text-transform: uppercase;
	text-indent: -9999px;
	color: #e6d6d6;
	font-size: 11px;
	line-height: 1;
	height: 18px;
	width: 30px;
	overflow: hidden;
	background-color: #f8f7ed;
	cursor: pointer;
	background-image: url(images/header-search-submit.gif);
	background-position:center center;
	vertical-align: middle;
}




#content {
	position: relative;
	margin: 18px 0 10px 0;
	/*background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
}

#main {
	width: 725px;
	float: left;
	background-color: white;
}

#sub {
	width: 250px;
	float:right;
	
	position: relative;
	zoom:1;
}

#sub h2 {
	margin: 5px;
	font-size: 75%;
	color: #c1bb89;
}

#main,
#sub {
	min-height: 484px;
	height: 100%;
}

* html #main,
* html #sub {
	height: 500px;
}


#footer {
	clear: both;
	border-top:solid 1px #c1bb89;
	padding-top: 8px;
	padding-bottom: 5px;
	margin: 0;
	font-size: 62.5%;
	line-height: 1;
	position: relative;
}

#footer ul#fnav {
	position: relative;
	float:left;
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}

#footer ul#fnav li {
	margin: 0 1em 0 0;
	padding: 0 1em 0 0;
	border-right: solid 1px #c1bb89;
	display: inline;
}

#footer address {
	position: relative;
	float:left;
	margin: 0 0 0 0;
	padding: 0;
	font-style: normal;
}

#footer a {
	text-decoration: none;
	color: #433f27;
	margin: 0;
	padding: 0;
}

#footer a:hover {
	text-decoration: underline;
}


/* Sub (Side Nav)
--------------------------------------------------*/


#sub-search {
	padding: 7px 8px 8px 8px;
	background-color: #320a0a;
	background-image: url(images/sub_search_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: solid 5px #f7f6eb
}

#sub-search-header {
	font-size:75%;
	margin-bottom: 5px;
	
}

#sub-search h2 {
	margin: 0;
	font-size: 100%;
	width: 100%;
	float: left;
	line-height: 13px;
	color:#fff;
	padding: 0;
	background-image: url(images/sub_search_h2.gif);
}

#sub-search h2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	overflow: hidden;
}

#sub-search-toggle {
	font-size: 80%;
	color:#aa8988;
	cursor: pointer;
	margin: 2px 0 0 0;
	width:45%;
	line-height: 1;
	white-space: nowrap;
	float: right;
	text-align: right;
}

#sub-search-toggle a {
	color:#fee;
}


#sub-search h2 em {
	font-style: normal;
	text-transform: uppercase;
}

#sub-search form {
	margin:0;
	display: block;
	height: 23px;
}


#sub-search-text {
	display: block;
	float: left;
	width: 162px;
	height: 16px;
	padding: 2px;
	background-color: #fff;
	border:solid 1px #500;
	margin: 1px 0;
	
	line-height: 1.2;
}


#sub-search-submit {
	display: block;
	float: right;
	border:solid 1px #550000;
	background-image: url(images/form_submit.gif);
	background-position: left top;
	background-repeat: repeat;
	color:#fee;
	width: 65px;
	height: 23px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: bold;
	background-color: #550000;
	
}

* html #sub-search-submit {
	width: 60px;
}

#sub-content div.item {
	position: relative;
	padding:0;
	border: solid 1px #ddd8bb;
	background-color: #f8f7ee;
	margin-bottom: 5px;
	background-image: url(images/sub_item_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	min-height: 21px;
}

#sub-content h2 {
	margin: 0 0 0 0;
	padding: 6px 5px 4px 5px;
	font-size: 67.5%;
	line-height: 1;
	color: #643538;
	
}

#sub-content h2.uc {
	text-transform: uppercase;
}

#sub-content h2 a {
	color: #640b00;
	text-decoration: none;
}

#sub-content h2 a:hover {
	text-decoration: underline;
}


#sub-tab {

	position: relative;
	overflow: hidden;
	/*padding-top: 1.6em;*/
	border: solid 1px #ddd8bb;
	background-color: #f8f7ee;
	height: auto;


}

/*#sub-tab h2 {
	display: block;
	position: absolute;
	top:0;
	width: 84px;
	padding: 3px 0 0 0;
	margin: 0 0 0 -1px;
	border-left: solid 1px #ddd8bb;
	border-bottom: solid 1px #ddd8bb;
	background-color: #f0eedb;
	font-size: 56.25%;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #938f73;
	cursor: pointer;
	z-index:10;

}*/

#sub-tab h2 {
	margin: 0;
	border-bottom:  solid 1px #ddd8bb;
	background-color: #f0eedb;
	background-image: url(images/sub_item_bg.gif);
	background-position: 1px center;
	background-repeat: repeat-x;
}
#sub-tab h2 a.tab {
	display: inline-block;
	position: relative;
	top:0;
	padding: 5px 5px 3px 5px;
	margin: 0 0 -1px -1px;
	border-left: solid 1px #decac3;
	border-right: solid 1px #decac3;
	border-bottom: solid 1px #ddd8bb;
	background-color: #f0eedb;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-align: center;
	color: #643538;
	cursor: pointer;
	z-index:10;
	background-image: url(images/sub_item_bg.gif);
	background-position: 1px center;
	background-repeat: repeat-x;
	outline: 0;
}

.en #sub-tab h2 a.tab {
	padding: 5px 4px 3px 4px;
	font-size: 10px;
}

#sub-tab h2 a.tab:hover {
	color:#6f1616;
	/*background-color: #f0ecde;*/
	z-index:0;
	text-decoration: none;
	background-image/**/: url(images/sub_item_bg_0.gif);
	
	

}

#sub-tab h2 a.tab.sel {
	border-bottom: solid 1px #f3efdf;
	cursor: default;
	color: #860002;
	background-image: url(images/sub_item_bg_1.gif);
	
}

#sub-tab h2 a.tab.sel:hover {
	color: #860002;
	background-color: transparent;
	text-decoration: none;
	background-image: url(images/sub_item_bg_1.gif);
	
}

/*#sub-tab h2#sub-tab-1 {
	left:85px;
	z-index: 1;
}

#sub-tab h2#sub-tab-2 {
	left:168px;
	z-index: 2;
}*/

.sub-tab-content {
	position: relative;
	font-size: 75%;
	padding: 0;
	margin: 0;
	min-height: 200px;
	overflow: visible;
	/*min-height: 240px;
	background-image: url(images/sub_content_bg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;*/

}

* html .sub-tab-content {
	height: 1%;
}

.sub-tab-content.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	position: absolute; /* for benefit of IE5 Mac */
}

.sub-tab-content-body {
	padding: 10px 10px 10px 10px;
	position: relative;
	zoom:1;
	
}

.sub-tab-content-body.withborder {
	background-image: url(images/sub_hr.gif);
	background-position: top left;
	background-repeat: repeat-x;
	padding-top: 18px;
	margin-top: -7px;
}

.sub-tab-content-body h4 {
	margin: 0 0 8px 0;
	font-size: 92%;
	line-height: 1;
	color: #640b00;
}

.sub-tab-scroll {
	display: block;
	list-style-type:none;
	padding: 0 0 0 0;
	
	width: 100%;
	margin:0;
	outline: 0;
	overflow:hidden;
}

.sub-tab-scroll.low {
	height: 80px;

}
.sub-tab-scroll.high {
	height: 260px;

}



.sub-tab-content ul {
	margin: 0 0 0 0;
	padding: 0;
	color:#7D7A6A;
	font-size: 100%;
}
.sub-tab-content ul li {
	margin:0 0 0.5em 0;
}
.sub-tab-content ul li a {
	color: #0B2B47;
	text-decoration: none;
}

.sub-tab-content ul li a:hover {

	text-decoration: underline;
}


.sub-tab-content-body ul.news {
	list-style-type: none;
}

.sub-tab-content-body ul.recent {
	list-style-type: disc;
	margin: 0 0 0 1.25em;
}


.sub-tab-content-body ul.news li {
	margin: 0 0 0 0;
}


.sub-tab-content-body ul.recent li {
	margin: 0 0 0.25em 0;
}

.sub-tab-content-body ul li a {
	color: #0B2B47;
	text-decoration: none;
}

.sub-tab-content-body ul li a:hover {
	color:#0B2B47;
	text-decoration: underline;
}

img.icon_new {
	vertical-align: text-top;
	margin: 0 0 0 3px;
}


.sub-tab-content p {
	margin: 0 0 1em 0;
}

#sub-tab-content-1 p {
	margin: 0;
}

#sub-tab p.news_more {
	position: absolute;
	top:325px;
	left:8px;
	width: 233px;
	height: 24px;
	background-image: url(images/sub_newsandblog.gif);
	background-repeat: no-repeat;
	margin-top: -24px;
	zoom: 1;
}

#sub-tab p.news_more a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	overflow: hidden;
}

#sub-tab p.rss {
	margin:0;
	border: 0;
	position: absolute;
	top:18px;
	right: 8px;
	font-size: 92%;

}

#sub-tab-content-0 {
	height: 429px;
}


#sub-tab a.rssicon {
	background-image: url(images/sub_rss.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 14px;
	line-height: 14px;
	color: #0B2B47;
	text-decoration: none;
	display: block;
}
#sub-tab a.rssicon:hover {
	text-decoration: underline;
}

#sub-tab a.rssicon abbr {
	display: inline;
	border: 0;
}

#sub-widgets {
	position: absolute;
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
}


table.cal {
	width: 98%;
	margin: 0;
}

p.cal-cap {
	color:#cc4444;
	font-size: 61.25%;
	text-align: left;
	margin: 1em 0 0 0;
}
table.cal th,
table.cal td {
	width:14%;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 1.6;
}


table.cal td.close {
	color:#cc4444
}

table.cal th {
	font-size: 61.25%;
	color: #aba790;
}

table.cal th.close {
	color:#cc8888;
}
table.cal td {
	font-size: 75%;
}

#badge {
	width: 133px;
	height: 108px;
	position: absolute;
	top:271px;
	left: -127px;
	z-index: 100;
}

