@charset "UTF-8";

/*==========================================================================

CSS		：font.css
about		：デフォルトサイズを13pxに設定

※サイズ指定の際は、下記を参考にして%で行う
10px => 77%
11px => 85%
12px => 92%
13px => 100%
14px => 107%
15px => 114%
16px => 122%
17px => 129%
18px => 136%
19px => 144%
20px => 152%
21px => 159%
22px => 167%
23px => 174%
24px => 182%
25px => 189%
26px => 197%

==========================================================================*/

body {
	text-align: center;
	background-color: #000000;
}

/*Sticky Footer*/
html, body, #container {
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#contents {
	padding-bottom: 90px;
}
 /* must be same height as the footer */
#footer {
	margin-top: -90px; /* negative value of footer height */
	height: 90px;
	clear:both;
	background-color: #000000;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/layoutparts/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
}


/* CLEAR FIX*/
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
}
#header {
	height: 90px;
	position: relative;
}
#logo {
	height: 63px;
	width: 170px;
	position: relative;
	top: 10px;
}
#logo a {
	border: 0;
}
#globalnavi {
	right: 0px;
	text-align: right;
	position: absolute;
	bottom: 14px;
}
#globalnavi li {
	display: inline;
	margin-left: 6px;
}
#contact {
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: right;
}
#contact h2 {
	font-size: 107%;
}
#maincontents {
	float: left;
	width: 650px;
}
.leftbox {
	float: left;
	width: 320px;
	overflow: hidden;
}
.rightbox {
	float: right;
	width: 320px;
	overflow: hidden;
}
.headlinebox {
	padding: 8px 10px;
	border-top: 1px solid #999999;
}
.headline650 {
	padding: 2px 0px 6px 10px;
	overflow: hidden;
	border-bottom: 0px;
	background-image: url(../images/layoutparts/headline650.gif);
	background-repeat: no-repeat;
}
.headline00 {
	padding: 2px 0px 6px 10px;
	overflow: hidden;
	border-bottom: 0px;
	background-image: url(../images/layoutparts/headline00.gif);
	background-repeat: no-repeat;
}
.headline01 {
	padding: 2px 0px 8px 10px;
	overflow: hidden;
	border-bottom: 0px;
	background-image: url(../images/layoutparts/headline01.gif);
	background-repeat: no-repeat;
}
.headline02 {
	padding: 2px 0px 8px 10px;
	overflow: hidden;
	background-image: url(../images/layoutparts/headline02.gif);
	background-repeat: no-repeat;
}
.headline03 {
	padding: 3px 0px 8px 10px;
	overflow: hidden;
	color: #333333;
	background-image: url(../images/layoutparts/headline03.gif);
	background-repeat: no-repeat;
}
.headline04 {
	padding: 2px 0px 0px 10px;
	overflow: hidden;
	font-weight: bold;
	color: #333333;
	background-image: url(../images/layoutparts/headline04.gif);
	background-repeat: no-repeat;
}
ul.info {
	padding: 0px 0px 8px 22px;
	list-style-image: url(../images/layoutparts/bullet.gif);
}
.info li {
	font-size: 92%;
	line-height: 1.6;
}
.leftbox h3 {
	padding: 0px 10px 8px;
	line-height: 1.4;
}
.rightbox h3 {
	padding: 0px 10px 8px;
	line-height: 1.4;
}
#sidebar {
	float: right;
	width: 300px;
}
#sidebar h3 {
	padding: 0px 10px 8px;
}
#map {
	padding-bottom: 10px;
	text-align: right;
}
#copyright {
	padding-top: 46px;
	font-size: 0.8em;
}
.headlinebox p {
	font-size: 92%;
}
.widebox {
	width: 650px;
	padding-bottom: 10px;
}

/*リハーサルスタジオ料金*/
table.st {
	width: 100%;
	border-collapse: collapse;
}
.st th, .st td {
	border: 1px solid #FFF;
	text-align: center;
}
.st th {
	padding: 4px 10px;
}
.st td {
	padding: 4px 10px;
	font-size: 92%;
	line-height: 1.4;
}
.st th.col0 {
	text-align: right;
}
.st td.col0 {
	text-align: right;
}
.st .even td {
	background-color: #333333;
}
.st .even td.col0 {
}
/*リハーサルスタジオ機材*/
table.eq {
	width: 100%;
	border-collapse: collapse;
}
.eq th, .eq td {
	text-align: left;
}
.eq th {
	padding: 4px 10px;
}
.eq td {
	padding: 4px 10px;
	font-size: 77%;
	line-height: 1.4;
}
.eq th.col0 {
	text-align: right;
}
.eq td.col0 {
	border-right: 1px solid #000000;
	text-align: right;
}
.eq .even td {
	background-color: #333333;
}
.eq .even td.col0 {
}
.eq li {
	font-size: 77%;
}
/*レコーディングスタジオ料金*/
table.rec {
	width: 100%;
	border-collapse: collapse;
}
.rec th, .rec td {
	border: 1px solid #FFF;
	text-align: center;
}
.rec th {
	padding: 4px 10px;
}
.rec td {
	padding: 4px 10px;
	font-size: 92%;
	line-height: 1.4;
}
.rec th.col0 {
	text-align: right;
}
.rec td.col0 {
	width: 120px;
	text-align: left;
}
.rec td.col1 {
	width: 90px;
	text-align: right;
}
.rec td.col2 {
	text-align: left;
}
.rec .even td {
	background-color: #333333;
}
/*レコーディングスタジオ機材*/
table.rec_eq {
	width: 100%;
	border-collapse: collapse;
}
.rec_eq th, .rec_eq td {
	text-align: left;
}
.rec_eq th {
	padding: 4px 10px;
}
.rec_eq td {
	padding: 4px 10px;
	font-size: 92%;
	line-height: 1.4;
}
.col1 li {
	font-size: 92%;
}
.date {
	font-size: smaller;
	color: #FF0000;
}
.rec_eq th.col0 {
	text-align: right;
}
.rec_eq td.col0 {
	width: 120px;
	border-right: 1px solid #000;
	text-align: right;
}
.rec_eq .even td {
	background-color: #333333;
}
.rec_eq .even td.col0 {
}

.note {
	font-size: 85%;
	line-height: 1.4;
}
ul.news {
	padding: 0px 0px 8px 10px;
}
.news li {
	padding-bottom: 0.4em;
	font-size: 92%;
}
.qrcode {
	background: url(../images/qr_musashi.jpg) no-repeat right center;
	height: 100px;
}
/*機材一覧*/
#eqlist h3 {
	padding-top: 10px;
}
.eqcate {
	overflow: hidden;
	padding-top: 8px;
	font-size: 92%;
	color: #FF0000;
}
.eqcate li {
	display: block;
	border: 1px dashed #FFFFFF;
	float: left;
	width: 186px;
	height: 112px;
	border-collapse: collapse;
	margin: 2px 4px 2px 0px;
}
.eqcate h4 {
	font-size: 85%;
	margin: 4px;
}
