@charset "UTF-8";


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	font-size: 100%;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif, Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	list-style-type: none;
	list-style-position: outside;
}

table, caption, th, td {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif , Arial;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	outline:0;
}

a{
	color:#006699;
	outline:0;
}
a:hover{
	outline:0;
	color: #00CCFF;
}


div.clear{
	font-size:0;
	clear:both;
	margin:0;
	padding:0;
	line-height:0;
	float: none;
}

.attention{
	color: #990000;
}

.subtitle{
font-weight:bold;
}

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*body*/

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	background-color: #0099CC;
}


/*container*/

div#container {
	overflow:visible;
	width: 900px;
	margin: 0px auto;
	clear: both;
}

div#container:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#container {
    height: 1em;
    overflow: visible;
}
/**/

div#container #new-release p a {
	padding-top: 185px;
	padding-left: 35px;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	display: block;
	line-height: 15px;
}

div#container #new-release p a:hover{
	color: #999999;
}
/*--------------------------------------------------------------------
index
index.html
--------------------------------------------------------------------*/

div#index {
	background-image: url(../../img/index/main_img.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 500px;
}

div#index #new-release {
	background-image: url(../../img/index/release.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 257px;
	margin: 5px 0px 0px 28px;
	width: 239px;
}

div#index #new-release p a{
	text-decoration: underline;
	line-height: 15px;
}

div#index #new-release p a:hover{
	color: #999999;
}

div#index #tweet {
	height: 120px;
	margin: 0;
	width: 450px;
	position: absolute;
	top: 341px;
	right: 92px;
}

div#index #new-fla {
	background-image: url(../../img/index/release2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 257px;
	margin: 5px 0px 0px 28px;
	width: 239px;
}

div#index #new-fla p {
	padding: 35px 0px 0px 40px;
}


div#index ul#headline {
	margin-left: 33px;
	clear: both;
}

div#index ul#headline li{
	height: 20px;
	margin: 0px 0px 5px;
	clear: both;
	float: left;
}

div#index ul#headline li .new{
	background-image: url(../../img/common/new.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
	display: block;
}

div#index ul#headline li a{
	color: #FFFF66;
	margin-left: 15px;
}

div#index ul#headline li a:hover{
	color: #FFFFCC;
}

div#index #footer{
	text-align: center;
	padding: 0px 28px 0px 78px;
}

div#index #footer ul{
	clear: both;
	padding-top: 20px;
}

div#index #footer ul li{
	float: left;
}

div#index #footer p#copy{
	clear: both;
	padding-top: 18px;
}

div#index #event{
	position: absolute;
	top: 3px;
	bottom: 0px;
	left: 464px;
}


/*--------------------------------------------------------------------
下層共通
--------------------------------------------------------------------*/

/*left-side*/

div#left-side {
	float: left;
	width: 286px;
}


div#left-side #new-release {
	background-image: url(../../img/second/release.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 257px;
	margin: 0;
	width: 286px;
}


div#left-side #new-fla {
	background-image: url(../../img/second/release2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 257px;
	margin: 0;
	width: 286px;
}

div#left-side #new-fla p {
	padding: 30px 0px 0px 50px;
}

div#left-side ul {
	margin-bottom: 10px;
}

div#left-side ul li {
}

/*wrapper*/

div#wrapper {
	overflow:visible;
	margin: 0px 8px 30px 0px;
	padding: 0px;
	float: right;
	width: 590px;
}

div#wrapper:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#wrapper {
    height: 1em;
    overflow: visible;
}

div#container #copy {
	text-align: center;
	clear: both;
	padding-top: 30px;
}


/*--------------------------------------------------------------------
discography
disco.html
--------------------------------------------------------------------*/


div#disco {
	width: 542px;
	margin:0 auto;
}

div#disco h3 {
	clear: both;
	padding-top: 11px;
}

div#disco ul {
}

div#disco ul li {
	background-image: url(../../img/disco/jkt.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 172px;
	width: 172px;
	margin: 0px 13px 13px 0px;
}

div#disco ul li img {
	margin: 11px;
}

div#jkt-detail {
	background-color: #FFFFCC;
	border: 6px solid #00415E;
	padding:20px;
}

div#jkt-detail:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#jkt-detail {
    height: 1em;
    overflow: visible;
}


div#jkt-detail h3 {
	font-size: 16px;
}

div#jkt-detail img {
	float:left;
	margin: 0px 10px 10px 0px;
	clear:both;
}




/*--------------------------------------------------------------------
biography
bio.html
--------------------------------------------------------------------*/


div#bio {
padding-top:20px;
}

div#bio dl#prof {
	background-image: url(../../img/bio/img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 285px;
	padding-top: 0px;
	height: 230px;
}

div#bio dl dt {
	float: left;
}

div#bio dl dd {
	padding-left: 100px;
}

div#bio dl#hist {
	background-image: none;
	padding-left: 30px;
	height: 300px;
}

div#bio dl#hist dt {
	clear: both;
	padding-bottom: 5px;
}

div#bio dl#hist dd {
	padding-left: 80px;
	padding-bottom: 5px;
}

div#bio .color01 {
	color: #FFFF99;
}

div#bio .color02 {
	color: #9BDFE4;
}

div#bio .color03 {
	color: #FF6699;
}

div#bio .color04 {
	color: #F9D912;
}

div#bio .color05 {
	color: #66CC00;
}

/*--------------------------------------------------------------------
news
news.html
--------------------------------------------------------------------*/


div#news {
	margin: 0px auto;
	width: 574px;
}
div#news ul#cat {
	text-align: center;
}
div#news ul#cat li{
	display: inline;
}
div#news #navigation{
	display: none;
}
div#news .box{
	background-image: url(../../img/news/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
	margin-bottom:30px;
}

div#news .box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#news .box {
    height: 1em;
    overflow: visible;
}
/**/
div#news .title{
	background-color: #00283E;
	background-image: url(../../img/news/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	padding-top: 5px;
}


div#news .title:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#news .title {
    overflow: visible;
				height:31px;
}
/**/
*:first-child+html div#news .title {
				height:31px;
}
div#news .title p.subj{
	padding: 5px 0px 5px 10px;
	float: left;
}
div#news .title p.date{
	float: right;
	padding: 5px 10px 5px 0px;
}
div#news .body-head{
	background-image: url(../../img/news/head2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
div#news .body-foot{
	background-image: url(../../img/news/foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 25px;
}
html>/**/body div#news .body-foot {
	margin: 0 0 -1px;
}
div#news .text{
}
div#news .text p{
	margin-bottom: 15px;
}
div#news #page,
div#news #navi{
	text-align: center;
	clear:both;
	padding-top: 10px;
}
div#news #page ul li,
div#news #navi ul li{
	display: inline;
}




/*--------------------------------------------------------------------
blog
blog.html
--------------------------------------------------------------------*/


div#blog {
	margin: 0px auto;
	width: 574px;
}

div#blog a{
	color:#FFFF66;
}
div#blog ul#cat {
	text-align: center;
}
div#blog ul#cat li{
	display: inline;
}
div#blog #navigation{
	display: none;
}
div#blog .box{
	background-image: url(../../img/news/body.gif);
	background-repeat: repeat-y;
	background-position: center;
	clear: both;
	margin-bottom: 5px;
}

div#blog .box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#blog .box {
    height: 1em;
    overflow: visible;
}
/**/
div#blog .title{
	background-color: #00283E;
	background-image: url(../../img/news/head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	padding-top: 5px;
}


div#blog .title:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: visible;
}

/*\*/
* html div#blog .title {
    overflow: visible;
				height:31px;
}
/**/
*:first-child+html div#blog .title {
				height:31px;
}
div#blog .title p.subj{
	padding: 3px 0px 5px 10px;
	float: left;
	font-weight: bold;
	font-size: 14px;
}
div#blog .title p.date{
	float: right;
	padding: 3px 10px 5px 0px;
	font-weight: bold;
	color: #FFFF66;
	font-size: 14px;
}
div#blog .body-head{
	background-image: url(../../img/news/head2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
div#blog .body-foot{
	background-image: url(../../img/news/foot.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 15px 25px;
}
html>/**/body div#blog .body-foot {/*safari&firefox HACK*/
	margin: 0 0 -1px;
}
div#blog .text{
}
div#blog .text p{
	margin-bottom: 15px;
}
div#blog .text p img{
	clear: both;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin: 5px;
}
div#blog .text img.icon{
	padding: 0px;
	border: none;
	margin: 5px;
	background-image: none;
	background-color: #FFFEE0;
	vertical-align: middle;
}
div#blog .text strong{
	font-weight: bold;
}
div#blog .text a{
	color: #00283E;
	text-decoration: underline;
}
div#blog .text a:hover{
	color: #5C5A5A;
}
div#blog ul.info{
	text-align: right;
	margin: 0px 15px 30px 0px;
}
div#blog ul.info li{
	display:inline;
	font-size: 9px;
	color: #FFFF66;
}
div#blog #page,
div#blog #navi{
	text-align: center;
	clear:both;
}
div#blog #page ul li,
div#blog #navi ul li{
	display: inline;
}

div#left-side .block ul{
	margin: 0px auto 20px;
	width: 192px;
}

div#left-side .block ul li{
	display: block;
	list-style-type: circle;
	list-style-position: inside;
}

div#left-side .block ul li a{
	color:#FFFF66;
}
