@charset "UTF-8";

@media print {

body {
	zoom: 80%;
	}
}

	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  TOPページ　コンテンツ設定
*	8.  フッター設定
*	9.  次ページ COMMON設定
*	10. お仕事一覧・詳細設定
*	12. 商品詳細覧設定
*	13. その他細かいの設定
*	14. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: center top;
}

.body-bg01 {
	background-image: url(../img/bg.gif);
}

.body-bg02 {
	background-image: url(../img/bg2.gif);
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}



/*======================================

	5. ヘッダ設定
	
=======================================*/


#header {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 94px;
	position: relative;
	background-image: url(../img/header-bg.gif);
}

#header-logo {
	margin: 0;
	width: 253px;
	height: 74px;
	position: absolute;
	top: 21px;
	background-image: url(../img/logo.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	left: 1px;
}

#header-logo a {
	display: block;
	width: 253px;
	height: 74px;
	}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}



/*======================================

	6. ヘッダメニュー設定
	
=======================================*/


/*----- TOPメニュー設定 -----*/

#menu {
	margin: 0 auto;
	padding: 0;
	width: 812px;
	height: 65px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menu li, #menu a {
	display:block;
	height:65px;
	}

#menu li {
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}


/*----- 次ページメニュー設定 -----*/

#menu2 {
	margin: 0 auto;
	padding: 0;
	width: 812px;
	height: 65px;
	}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menu2 li, #menu2 a {
	display:block;
	height:65px;
	}

#menu2 li {
	float: left;
	}
	
#menu2 a {
	text-decoration: none;
	background: url(../img/menu2.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}


#menu01 a{
	background-position: 0 0;
	width: 136px;
	}

#menu01 a:hover{
	background-position: 0 -65px;
	}
	
#menu01 a:active{
	background-position: 0 -65px;
	}

#menu02 a{
	background-position: -136px 0;
	width: 135px;
	}

#menu02 a:hover{
	background-position: -136px -65px;
	}
	
#menu02 a:active{
	background-position: -136px -65px;
	}

#menu03 a{
	background-position: -271px 0;
	width: 135px;
	}

#menu03 a:hover{
	background-position: -271px -65px;
	}
	
#menu03 a:active{
	background-position: -271px -65px;
	}

#menu04 a{
	background-position: -406px 0;
	width: 135px;
	}

#menu04 a:hover{
	background-position: -406px -65px;
	}
	
#menu04 a:active{
	background-position: -406px -65px;
	}

#menu05 a{
	background-position: -541px 0;
	width: 135px;
	}

#menu05 a:hover{
	background-position: -541px -65px;
	}
	
#menu05 a:active{
	background-position: -541px -65px;
	}

#menu06 a{
	background-position: -676px 0;
	width: 136px;
	}

#menu06 a:hover{
	background-position: -676px -65px;
	}
	
#menu06 a:active{
	background-position: -676px -65px;
	}



/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 13px auto 0 auto;
	padding: 0px;
	width: 828px;
	height: 288px;
}


#top-contents {
	margin: 20px auto 0 auto;
	padding: 0;
	width: 808px;
	text-align: left;
}


#top-contents-left {
	margin: 0;
	padding: 0;
	width: 540px;
	text-align: left;
	float: left;
}


#top-contents-right {
	margin: 0;
	padding: 0;
	width: 230px;
	text-align: left;
	float: right;
}

#top-contents-bottom {
	clear:both;
}

#top-contents-left h2 {
	margin: 0 0 10px 0;
	height: 41px;
	width: 540px;
	background-image: url(../img/top-catch.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#top-contents-left h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.top-info {
	margin: 20px 0 5px 0;
}

.top-info img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.top-info-table table {
	width: 100%;
	border-collapse: collapse;
}

.top-info-table td, 
.top-info-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}

.top-info-table th {
	background-color: #F5F5F5;
	color: #8D2E32;
}

.top-info-table a {
	text-decoration: none;
	color: #006633;
}


/*======================================

	8. フッター設定
	
=======================================*/


#footer {
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
	height: 120px;
	background-image: url(../img/footer-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#footer-inner {
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 700px;
}

#footer-logo {
	padding: 0 0 0 119px;
	float: left;
	width: 203px;
}

#footer-add {
	padding: 0 30px 0 30px;
	float: right;
	text-align: left;
	color: #DBDBDB;
	line-height: 110%;
	width: 300px;
}

#footer-cr {
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	color: #DBDBDB;
}



/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#main-image {
	margin: 0 auto;
	padding: 0;
	width: 828px;
	height: 139px;
}


#contents {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	text-align: left;
	min-height: 550px;
	_height: 550px;		/* IEのみに適用される(undesr score hack) */
}


#contents-left {
	margin: 0;
	padding: 0 0 0 20px;
	width: 580px;
	text-align: left;
	float: left;
	position: relative;
}


#contents-right {
	margin: 0;
	padding: 0 10px 0 0;
	width: 220px;
	text-align: left;
	float: right;
}

#contents-bottom {
	clear:both;
}

#contents-left h2 {
	margin: 0 0 20px 0;
	height: 71px;
	width: 580px;
}

#contents-left h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

.artist-h2 {
	background-image: url(../artist/img/title.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.management-h2 {
	background-image: url(../management/img/title.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.event-h2 {
	background-image: url(../event/img/title.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.info-h2 {
	background-image: url(../info/img/title.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.aboutus-h2 {
	background-image: url(../aboutus/img/title.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.contact-h2 {
	background-image: url(../contact/img/title.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.radio-h2 {
	background-image: url(../radio/img/title.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.hasagi-h2 {
	background-image: url(../hasagi/img/title.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.sub-title {
	margin: 11px 0 0 0;
	height: 60px;
	width: 220px;
}

.sub-title img{
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#contents-left h3{
	margin: 0 0 10px 0;
	padding: 10px 0 5px 0;
	width: 580px;
	text-align: left;
	font-size: 129%;
	font-weight: bold;
	color: #300C0B;
	background-image: url(../img/h3-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
}

#contents-left h4{
	margin: 20px 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: 3px double #6E201F;
	font-size: 114%;
	font-weight: bold;
	color: #000000;
}



/*======================================

	8. サブメニュー設定
	
=======================================*/

#sub-menu {
	margin: 0 10px 20px 10px;
	padding: 0;
	width: 200px;
	background-color: #DBD7D1;
}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#sub-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #999999;
}

#sub-menu li,
#sub-menu a {
	display: block;
	widows: 197px
}

#sub-menu li.artist01 {
	margin: 0;
	padding: 10px 5px 8px 18px;
	background-color:#000000;
	height: 18px;
	text-decoration: none;
	color: #ffffff;
	line-height: 1.2;
}

#sub-menu a {
	margin: 0;
	padding: 10px 5px 8px 18px;
	background-image: url(../img/sub-menu-bg.gif);
	height: 18px;
	text-decoration: none;
	color: #666666;
	line-height: 1.2;
}

#sub-menu a:hover{
	color: #B00003;
	background-image: url(../img/sub-menu-bg2.gif);
}

#sub-menu-banner {
	margin: 0 10px;
	padding: 0;
	width: 200px;
}

#sub-menu-banner p {
	margin: 0 0 10px 0;
}

.cms-info th{
	width: 200px;
	text-align:center;
}

/*======================================

	10. 所属アーティスト
	
=======================================*/


#artist-table table {
	width: 580px;
	border-collapse: collapse;
	}

#artist-table td {
	padding: 0 0 15px 0;
	text-align: center;
	width: 33%;
	}

#artist-table td p {
	line-height: 110%;
}


#artist-table2 table {
	margin: 0 0 20px 0;
	width: 580px;
	border-collapse: collapse;
	}

#artist-table2 th {
	padding: 0 10px 0 0;
	width: 290px;
	vertical-align: top;
	text-align: center;
	}

#artist-table2 td {
	width: 280px;
	vertical-align: top;
	}

#artist-table2 td strong {
	color: #000000;
}

#artist-table2 td p {
	margin-bottom: 1em;
}


#artist-table3 table {
	width: 100%;
	border-collapse: collapse;
}

#artist-table3 td, 
#artist-table3 th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
}

#artist-table3 th {
	background-color: #F5F5F5;
	color: #8D2E32;
}

#artist-table3 a {
	text-decoration: none;
	color: #006633;
}

.kondo-pic {
	margin: 5px;
	padding: 5px;
	border: 1px solid #aaaaaa;
}

#artist-table4 table {
	margin: 0 0 20px 0;
	width: 580px;
	border-collapse: collapse;
}

#artist-table4 td {
	vertical-align: top;
}

#artist-table4 td strong {
	color: #000000;
}

#artist-table4 td p {
	margin-bottom: 1em;
}


/*======================================

	10. ラジオ
	
=======================================*/


#guitar-table table {
	width: 580px;
	border-collapse: collapse;
	}

#guitar-table th {
	padding: 0 0 15px 0;
	width: 40%;
	}

#guitar-table td {
	padding: 0 0 15px 0;
	width: 60%;
	}

#guitar-table img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #aaaaaa;
}

.guitar-title {
	padding: 0 0 15px 0;
	font-size: 122%;
	font-weight: bold;
	color: #511716;
}

.radio-corner {
	padding: 0 0 15px 0;
	clear: both;
}

.radio-corner img {
	margin: 0 10px 15px 0;
	padding: 5px;
	border: 1px solid #aaaaaa;
	float: left;
	background-color: #FFFFFF;
}

.radio-corner span {
	margin: 0 0 5px 0;
	font-size: 122%;
	font-weight: bold;
	color: #511716;
}

.radio-archive dt {
	padding: 0 0 5px 0;
	font-size: 122%;
	font-weight: bold;
	color: #511716;
}

.radio-archive dd {
	margin: 0 0 20px 0;
	padding: 0 0 3px 20px;
	border-bottom: 1px dotted #aaaaaa;
}

#request-button {
	position: absolute;
	z-index: 3;
	width: 108px;
	height: 32px;
	left: 491px;
	top: 35px;
	background-color:#000000;
}


/*======================================

	11. 会社案内
	
=======================================*/


.company-table table {
	width: 100%;
	border-collapse: collapse;
	}

.company-table td, 
.company-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
	}

.company-table th {
	background-color: #F5F5F5;
	color: #8D2E32;
	}



/*======================================

	11. イベント
	
=======================================*/

.event-border {
	margin: 5px 10px 30px 10px;
	padding: 10px;
	border: 1px solid #8D2E32;
	background-color: #F9F3E8;
}

.event-table table {
	width: 100%;
	border-collapse: collapse;
	}

.event-table td, 
.event-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	vertical-align: top;
	}

.event-table th {
	background-color: #F5F5F5;
	color: #8D2E32;
	}



/*======================================

	11. マネージメント
	
=======================================*/

.management-catch {
	margin: 0 0 20px 0;
}


.management-catch img{
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

/*======================================

	12. 各種フォーム設定
	
=======================================*/
#form-contents {
	margin: 0 auto;
	padding: 0;
	width: 810px;
	text-align: left;
	min-height: 550px;
	_height: 550px;		/* IEのみに適用される(undesr score hack) */
}

.contact-style table {
	margin: 0;
	border-collapse: collapse;
	}

.contact-style td,
.contact-style th {
	padding: 10px 5px;
	border-bottom: 1px solid #999999;
	}

.contact-style th {
	color: #300C0B;
	text-align: right;
	width: 140px;
	}

.contact-style textarea {
	width: 400px;
	}

.contact-style2 table {
	margin: 0;
	border-collapse: collapse;
	}

.contact-style2 td,
.contact-style2 th {
	padding: 10px 5px;
	border: 1px solid #999999;
	}

.contact-style2 th {
	color: #300C0B;
	text-align: right;
	width: 200px;
	background-color: #DFDFDF;
	}

.form-s {
	width: 80px;
}

.form-m {
	width: 400px;
}

.form-l {
	width: 400px;
	height: 100px;
}

.contact-attention {
	color: #CC0000;
	}
	
.contact-privacy {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 3px double #990000;
	background-color: #DCD4C8;
	}

.thanks img{
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}


/* input form
--------------------------------------------------*/

input, select {
	font-family: "Osaka", Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding: 2px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

textarea {
	font-family: "Osaka", Verdana, Arial, Geneva, Helvetica, sans-serif;
	padding: 2px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}


input.submit-button {
	border-top: 2px solid #F2F0ED;
	border-left: 2px solid #F2F0ED;
	border-right: 2px solid #C4B9A8;
	border-bottom: 2px solid #C4B9A8;
	background-color: #DBD7D1;
	color: #333333;
	cursor: pointer;
	width: 100px;
}


/*======================================

	13. お知らせ
	
=======================================*/

#info-table {
	margin: 0 0 10px 0;
}

#info-table table{
	width: 100%;
	border-collapse: collapse;
}

#info-table td,
#info-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

#info-table th {
	width: 120px;
	color: #A30010;
}

#info-table td a {
	text-decoration: none;
	color: #666666;
}

#info-table td a:hover {
	color: #A30010;
}


/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
}

.basic-list {
	list-style-type: square;
}


.text-green {
	color: #336600;
}

/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}

