/*


*/

/* ----------------------------------

クロスブラウザ設定

---------------------------------- */
* {
 margin: 0;
 padding: 0;
 color:#666666;
}
address {
	font-style: normal;
}

/* ----------------------------------

基本設定

---------------------------------- */
body {
	height: 100%;
	font-size: 12px;
	background: url(images/head-top.jpg) repeat-x #ffffff;
	text-align:center;
}

img {
 border:0;
}


div.clear{
clear:both;
}

div.clear span{
display:none;
}

div.clear hr{
display:none;
}

a {
 color: #333333;
}

a:link {
 color: ##333333;
}

a.top span {
display:none;
}

a:visited {
 color:#666666;
}

a:hover {
 color: #FF6633;
}

#wrapper {
	width: 940px;
	margin: 31px auto 0;
	padding: 0px;
	background: #ffffff;
	color: #333333;
	font: 1.0em/150% 'arial', sans-serif;
}


div#bread{
	text-align:left;
	padding: 0 0 8px 0;
	font-size: 90%;
}

p.year{
	font-size:140%;
	color:#FFFFFF;
	width: 74px;
	text-align: center;
	padding: 30px 0;
	border: 1px solid #ccc;
	background:#FF6633;
}




div.incontents p{
margin:0 0 1.5em 0;
}


div.maincontents p.main {
margin:0 0 22px 10px;
}



ul.news-tool{
margin:0 0 0 20px;
}

* html ul.news-tool{
margin:0 0 0 10px;
}

ul.news-tool li{
margin:5px 0px;
}

/* ----------------------------------

ヘッダー

---------------------------------- */
#header {
	float: left;
	width: 100%;
	height: 132px;
	margin: 18px 0 0 0;
	padding: 0px;
	background: #ffffff;
}
#head-logo {
	float:left;
	height:53px;
}
#head-menu {
	float:right;
	height:57px;
}
#head-menu ul li {
	float:left;
	list-style:none;
}





#head-menu ul li a.head-menu-01 {
	display:block;
	width:118px;
	height:57px;
	background: url(images/head-menu-01.jpg) no-repeat;
	text-indent:-9999px;
}


#head-menu ul li a.head-menu-02 {
	display:block;
	width:74px;
	height:57px;
	background: url(images/head-menu-02.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a.head-menu-03 {
	display:block;
	width:79px;
	height:57px;
	background: url(images/head-menu-03.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a.head-menu-04 {
	display:block;
	width:94px;
	height:57px;
	background: url(images/head-menu-04.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a.head-menu-05 {
	display:block;
	width:69px;
	height:57px;
	background: url(images/head-menu-05.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a.head-menu-06 {
	display:block;
	width:84px;
	height:57px;
	background: url(images/head-menu-06.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a.head-menu-07 {
	display:block;
	width:99px;
	height:57px;
	background: url(images/head-menu-07.jpg) no-repeat;
	text-indent:-9999px;
}

#head-menu ul li a:hover.head-menu-01 {
	display:block;
	height:57px;
	background: url(images/head-menu-01h.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a:hover.head-menu-02 {
	display:block;
	height:57px;
	background: url(images/head-menu-02h.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a:hover.head-menu-03 {
	display:block;
	height:57px;
	background: url(images/head-menu-03h.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a:hover.head-menu-04 {
	display:block;
	height:57px;
	background: url(images/head-menu-04h.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a:hover.head-menu-05 {
	display:block;
	height:57px;
	background: url(images/head-menu-05h.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a:hover.head-menu-06 {
	display:block;
	height:57px;
	background: url(images/head-menu-06h.jpg) no-repeat;
	text-indent:-9999px;
}
#head-menu ul li a:hover.head-menu-07 {
	display:block;
	height:57px;
	background: url(images/head-menu-07h.jpg) no-repeat;
	text-indent:-9999px;
}



/*先読み*/
#head-menu ul li.he01 {
	background: url(images/head-menu-01h.jpg) no-repeat;
}
#head-menu ul li.he02 {
	background: url(images/head-menu-02h.jpg) no-repeat;
}
#head-menu ul li.he03 {
	background: url(images/head-menu-03h.jpg) no-repeat;
}
#head-menu ul li.he04 {
	background: url(images/head-menu-04h.jpg) no-repeat;
}
#head-menu ul li.he05 {
	background: url(images/head-menu-05h.jpg) no-repeat;
}
#head-menu ul li.he06 {
	background: url(images/head-menu-06h.jpg) no-repeat;
}
#head-menu ul li.he07 {
	background: url(images/head-menu-07h.jpg) no-repeat;
}








#search{
	width:100%;
	background:url(images/search-back.jpg) top no-repeat #cccccc;
	width:940px;
	height:32px;
	padding:18px 0 0 0;
	text-align:center;
	margin: 5px 0 0 0;
}

* html #search{
	width:100%;
	background:url(images/search-back.jpg) top no-repeat #cccccc;
	width:940px;
	height:32px;
	padding:18px 0 10px 0;
	text-align:center;
	margin: 5px 0 0 0;
}





/* ----------------------------------

コンテンツ表示部分

---------------------------------- */
#contents {
	float: left;
	width: 602px;
	margin: 0px 16px;
	padding: 0px;
	background: #ffffff;
	font-size: 1em;
	text-align: left;
}



/* ----------------------------------

サイドバー

---------------------------------- */
#firstSide {
	float: left;
	width: 180px;
	margin: 0 0 15px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}



#secondSide {
	float: left;
	width: 120px;
}
.sidebar {
	background: #ffffff;
	font-size: 1.0em;
	text-align: left;
}
h2 {
	margin:0 0 15px 0;
}
#firstSide ul {
	list-style:none;
	width: 180px;
}
#secondSide ul {
	list-style:none;
	width: 120px;
}
.sidebar li {
	line-height: 0;
}
.sidebar li a {
	display:block;
	line-height: normal;
	color: #999999;
	font-size: 1.0em;
	text-align: left;
	text-decoration: none;
}
.sidebar li a:hover {
	color:#FF6633;
}
.sidebar ul.ad li{
	margin:0 0 10px 0;
}





ul.side-menu li{
	list-style:none;
	background:url(images/border.gif) bottom #ffffff repeat-x; 
	width:165px;
	padding:7px 0 7px 0px;
	margin:0 5px;
}

ul.side-menu li.end{
	clear:both;
	list-style:none;
	background:none;
	width:165px;
	padding:7px 0 7px 0px;
	margin:0 5px 10px;
}


ul.side-menu li a.side-contents-01{
	display:block;
	background:url(images/side-menu-01.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-contents-02{
	display:block;
	background:url(images/side-menu-02.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-contents-03{
	display:block;
	background:url(images/side-menu-03.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-contents-04{
	display:block;
	background:url(images/side-menu-04.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-contents-05{
	display:block;
	background:url(images/side-menu-05.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-contents-06{
	display:block;
	background:url(images/side-menu-06.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-contents-07{
	display:block;
	background:url(images/side-menu-07.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-contents-08{
	display:block;
	background:url(images/side-menu-08.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-contents-09{
	display:block;
	background:url(images/side-menu-09.jpg) no-repeat 4px center;
	padding:0 0 0 21px;
	width: 165px;
}

ul.side-menu li a.side-contents-10{
	display:block;
	background:url(images/side-menu-10.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}

ul.side-menu li a.side-category-01{
	display:block;
	background:url(images/side-category-01.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-category-02{
	display:block;
	background:url(images/side-category-02.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-category-03{
	display:block;
	background:url(images/side-category-03.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-category-04{
	display:block;
	background:url(images/side-category-04.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}

ul.side-menu li a.side-about-01{
	display:block;
	background:url(images/side-site-01.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-about-02{
	display:block;
	background:url(images/side-site-02.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-about-03{
	display:block;
	background:url(images/side-site-03.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-about-04{
	display:block;
	background:url(images/side-site-04.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-about-05{
	display:block;
	background:url(images/side-site-05.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}
ul.side-menu li a.side-about-06{
	display:block;
	background:url(images/side-site-06.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}

ul.side-menu li a.side-about-07{
	display:block;
	background:url(images/side-site-07.jpg) no-repeat center left;
	padding:0 0 0 21px;
	width: 165px;
}


div.getreal{
text-align:center; padding:10px 0 10px 0;
}


/* ----------------------------------

フッター

---------------------------------- */
#footer {
 clear:both;
 background:url(images/border.gif) top repeat-x;
 width: 100%;
 height: 35px;
 margin: 0px;
 padding: 20px 0px 0px;
 font-size: 0.8em;
 text-align: center;
}


/* ----------------------------------

メインコンテンツ (index.html)

---------------------------------- */

div.maincontents{
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	margin:0 0 20px 0;
	width: 600px;
	position: static;
	line-height: 1.2em;
}

div.maincontents div.incontents{
padding:0 10px 10px 15px;
}

div.maincontents div.incontents-category{
padding:0 0px 5px 0px;
}

div.maincontents div.incontents-category2{
padding:0 0px 5px 0px;
background:#F2F6FF;
}


div.category-left{
	float:left;
	width:96px;
	margin: 3px 13px 0 5px;
}
div.category-right{
float:left;
margin:8px 0px 0 0;
width:453px;
}

* html div.category-right{
margin:8px 0px 0 0;
}

div.category-right a{
	width:auto;
	margin:3px 3px 3px 0;
	padding:7px 10px 7px 0px;
	color:#666666;
	line-height: 1.7em;
}

div.category-right ul li a:hover{
color:#FF6633;
text-decoration:none;
}





/*
音楽
*/

ul.index-music li{
list-style:none;
}
ul.index-music li.index-music-hira{
font-size:170%;
padding:14px 0 10px 15px;
}
ul.index-music li.index-music-normal{
padding:6px 0 6px 40px;
}



/*
プロフィール
*/

h2#artistname{
	font-size:150%;
	margin: 5px 0 0 0;
	display: block;
	width: auto;
	height: auto;
	line-height: 1.5em;
	padding: 0 0 0 20px;
}

div.huri{
	margin:1px 0 10px 0;
	padding: 0 0 0 20px;
}

h2.detail-title{
	font-size:120%;
}

div#detail-mainimage-left{
	width:240px;
	float:left;
	margin: 0 0 0 20px;
	padding: 6px 0 0 0 0;
}

* html div#detail-mainimage-left{
	margin: 0 0 0 10px;
}

div#detail-right{
	width:320px;
	float:left;
	margin:0 0 0 10px;
	padding: 0px 0 0 0;
}
div#detail-right h2{ padding:10px 0 0 0;}
div#detail-right dl{}
div#detail-right dl dt,div.incontents dl dt{
	background:url(images/list-delta.jpg) no-repeat 1px center;
	padding:5px 0 5px 10px;
	color: #FF9933;
}
div#detail-right dl dd,div.incontents dl dd{ padding:0 0 0 28px;}



div.disc-left{width:110px;float:left}
div.disc-right{width:auto;float:left; padding:10px 0 0 10px;}
table.track{}
table.track tr{}
table.track tr th{
	width:327px;
	text-align: left;
	text-decoration: none;
	font-weight: 100;
}
table.track tr td{width:50px;}



/*
 会社概要
*/

table.company{width:520px:border:1px solid #ccc;margin:0 0 20px; border-left:1px solid #ccc;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}
table.company tr{ border-collapse:inherit;border-top:1px solid #ccc;}
table.company tr th{
	width:170px;
	padding:5px 10px 0 0;
	text-align: right;
	color: #fff;
	background: #555;
	border-top:1px solid #ccc;
	font-size: 12px;
}
table.company tr td{
	width:350px;
	padding:5px 0 5px 10px;
	border-top:1px solid #ccc;
	font-size: 12px;
}
table.company tr td a{color:#FF6633}
table.company tr td a:hover{color:#ccc}


/*
個人情報
*/

div#privacy-box {
	margin: 12px 0 30px;
	width: auto;
}
div#privacy-box dl {
	padding: 0 0 0 11px;
}
div#privacy-box dl dt {
	padding: 22px 0 15px;
	font-size: 100%;
	background: none;
}
div#privacy-box dl dd {
	padding: 2px 0 0;
}
div#privacy-box dl dd p {
	text-indent: 0.5em;
}
div#privacy-box dl dd ul {
	margin: 0 0 0 1.5em;
}
div#privacy-box dl dd dl dt {
	padding: 18px 0 0;
}
div#privacy-box dl dd dl dd {
	padding: 2px 0 0 13px;
}



/*
リンク
*/

ul.link{}
ul.link li{background:url(images/list-delta.jpg) 2px center no-repeat; padding:5px 0 5px 20px; list-style:none;}
ul.link li a{margin:0 0 0 20px;}


/*
サイトマップ
*/

ul.sitemap{}
ul.sitemap li{
	background:url(images/list-delta.jpg) 2px 18px no-repeat;
	padding:15px 0 15px;
	list-style:none;
}
ul.sitemap li a{
	float:left;
	display:block;
	text-align:left;
	margin:0 0 0 20px;
}

* html ul.sitemap li a{
	margin:0 0 0 10px;
}

ul.sitemap li span{
	float:right;
	display:block;
	text-align:right;
}


/*
イベント、アート、フリマ関連ページ
*/

ul.schedule-top{ margin:0 0 0 20px;}
ul.schedule-top li{ list-style:circle;}
ul.schedule-under{margin:0 0 0 20px;}
ul.schedule-under li{ list-style:circle;}



/*
FAQ
*/

div.faq{margin:0;}
div#questions{margin:0 0 20px 0px;}
div#questions h2{
	background:url(images/list-delta.jpg) 8px center no-repeat;
	padding:20px 0 20px 30px;
	color: #FF6633;
}
div#questions ul{margin:0;}
div#questions ul li{
	list-style:none;
	margin: 10px;
}

div#answers{margin:0;}
div#answers h2{
	background:url(images/list-delta.jpg) 8px center no-repeat;
	padding:20px 0 20px 30px;
	color: #FF6633;
}
div#answers ul{margin:0;}
div#answers ul li{list-style:none;}
div#answers ul li dl dt{
	margin:0;
	font-size: 120%;
	border-bottom: 1px solid #ccc;
	margin:0 0 0 10px;
}
div#answers ul li dl dd{margin:20px 0 30px 20px;}
div#answers ul li dl dd p{
	margin:0 0 40px;
	padding: 0 20px 0 0;
}

p.foot{
	color:#FF6633;
	text-align:right;
	padding:0 20px 0 0;
}

p.foot a{
	color:#FF6633;
}


/*
contact-entry
*/

table.contact-entry{
	margin:15px 0 40px 15px;
	width: 546px;
}

table.contact-entry th{
	padding: 8px 10px;
	font-size:12px;
	width: 128px;
}

table.contact-entry td{
	padding: 8px 10px;
	font-size:12px;
}





/*
privilege
*/


table.privilege-form {
margin:20px 0 0 30px;
}

table.privilege-form tr th {
padding:3px 5px;
font-size:12px;
}

table.privilege-form tr td {
padding:3px 0 3px 10px;
font-size:12px;
}


/*Tsujimoto-Rewrite*/
div.maincontents h2 {
	margin: 0 0 5px;
}

div.incontents dl.pickup-art {
	width: 182px;
	padding: 10px 0;
	float: left;
}
div.incontents dl.pickup-art dt {
	background:url(images/list-delta.jpg) no-repeat 1px 8px;
	padding:5px 5px 5px 10px;
	margin: 0 0 0 10px;
	color: #FF9933;
}
div.incontents dl.pickup-art dd {
	padding: 0 5px 0 10px;
	margin: 0 0 0 10px;
}
div.incontents dl.pickup-art dd img {
	width: 148px;
}

div#detail-right dl dd p {
	margin: 0 0 1em;
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
}
