@charset "utf-8";
/* CSS Document */
/*///////////////////////////////////////////////////////////*/
/*↓↓↓↓↓基本レイアウト↓↓↓↓↓*/
#header {
	height: 300px;
	width: 960px;
	position:relative;
}

#header #main_title {
	width:958px;
	height:218px;
	position:absolute;
	background-image:url(../img/main_title.png);
	background-repeat:no-repeat;
	left:1px;
	top:30px;
	text-indent:-9999px;
}

#main {
	width:960px;
	height:auto;
}

#main #side {
	width:260px;
	height:auto;
	float:left;
}

#main #contents {
	width:700px;
	height:auto;
	float:left;
}
/*↑↑↑↑↑基本レイアウト↑↑↑↑↑*/

/*↓↓↓↓↓トップに戻る↓↓↓↓↓*/
.toTop a {
	background-image:url(../img/toTop.png);
	background-repeat:no-repeat;
	display:block;
	width:87px;
	height:34px;
	float:right;
	margin-right:30px;
	margin-bottom:10px;
	text-indent:-9999px;
}
.toTop a:hover {
	background-image:url(../img/toTop.png);
	background-position:0 -34px;
}
/*↑↑↑↑↑トップに戻る↑↑↑↑↑*/
/*///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////*/
/*↓↓↓↓↓左メニュー＞上下角丸枠↓↓↓↓↓*/
#side p.top {
	height:7px;
	background-image:url(../img/260_bk_top.png);
	background-position:top;
	background-repeat:no-repeat;
}

#side p.bot {
	height:7px;
	background-image:url(../img/260_bk_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
/*↑↑↑↑↑左メニュー＞上下角丸枠↑↑↑↑↑*/

/*↓↓↓↓↓左メニュー＞フラッシュ部分↓↓↓↓↓*/
#side .flash_menu {
	height:650px;
	background-image:url(../img/260_bk_middle.png);
	background-position:top;
	background-repeat:repeat-y;
	padding-left:5px;
}
/*↑↑↑↑↑左メニュー＞フラッシュ部分↑↑↑↑↑*/

/*↓↓↓↓↓左メニュー＞twitterリンク部分↓↓↓↓↓*/
#side ul.twitter {
	height:430px;
	background-image:url(../img/260_bk_middle.png);
	background-position:top;
	background-repeat:repeat-y;
	padding-left:20px;
}

#side ul.twitter li,
#side ul.twitter li a {
	width:220px;
	height:74px;
	display:block;
	float:left;
	list-style:none;
	margin-top:5px;
	margin-bottom:5px;
}

#side ul.twitter li.jumbo a {
	background-image:url(../img/twitter_jumbo.png);
	text-indent:-9999px;
}
#side ul.twitter li.takafin a {
	background-image:url(../img/twitter_takafin.png);
	text-indent:-9999px;
}
#side ul.twitter li.boxer a {
	background-image:url(../img/twitter_boxer.png);
	text-indent:-9999px;
}
#side ul.twitter li.kyara a {
	background-image:url(../img/twitter_kyara.png);
	text-indent:-9999px;
}
#side ul.twitter li.mjr a {
	background-image:url(../img/twitter_mjr.png);
	text-indent:-9999px;
}

#side ul.twitter li.jumbo a:hover {
	background-image:url(../img/twitter_jumbo.png);
	background-position:0 -74px;
}
#side ul.twitter li.takafin a:hover {
	background-image:url(../img/twitter_takafin.png);
	background-position:0 -74px;
}
#side ul.twitter li.boxer a:hover {
	background-image:url(../img/twitter_boxer.png);
	background-position:0 -74px;
}
#side ul.twitter li.kyara a:hover {
	background-image:url(../img/twitter_kyara.png);
	background-position:0 -74px;
}
#side ul.twitter li.mjr a:hover {
	background-image:url(../img/twitter_mjr.png);
	background-position:0 -74px;
}
/*↑↑↑↑↑左メニュー＞twitterリンク部分↑↑↑↑↑*/
/*///////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////////*/
/*↓↓↓↓↓メイン＞上下角丸背景(黒)↓↓↓↓↓*/
#contents p.top {
	height:7px;
	background-image:url(../img/690_bk_top.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:10px;
}

#contents p.bot {
	height:7px;
	background-image:url(../img/690_bk_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:10px;
	margin-bottom:10px;
}
/*↑↑↑↑↑メイン＞上下角丸背景(黒)↑↑↑↑↑*/
/*///////////////////////////////////////////////////////////*/

/*↓↓↓↓↓メイン＞メインコンテンツwrapper↓↓↓↓↓*/
/*メインコンテンツ黒背景*/
#contents #contents_wrapper {
	background-image:url(../img/690_bk_middle.png);
	background-repeat:repeat-y;
	margin-left:10px;
}

/*メインコンテンツタイトル*/
#contents #contents_wrapper .main_title {
	margin-bottom: 2px;
	margin-left: 10px;	
}
/*↑↑↑↑↑メイン＞メインコンテンツwrapper↑↑↑↑↑*/



/*//////////////////////////////////////////////*/
#contents #image-navigation {
	padding:5px 0 5px 13px;
}

#contents #image-navigation ul li a {
  display:block;
  width:230px;
  height:60px;
  margin-bottom:3px;
}
#contents #image-navigation .navi {
  float:left;
}
#contents #image-navigation .navi-image {
  float:left;
}


#contents #image-navigation .navi-image {
	position:relative;
	margin-left:12px;
}

#contents #image-navigation .navi-image a {
	display:block;
}

#contents #image-navigation .navi-image a {
	position:absolute; 
	top:0; 
	left:0; 
	z-index:8; 
}

#contents #image-navigation .navi-image a.active {
	z-index:10; 
}

#contents #image-navigation .navi-image a.last-active {
	z-index:9; 
}
/*//////////////////////////////////////////////*/



#contents .banner_l {
	width:660px;
	height:200px;
	padding-top:5px;
	margin-left:15px;
	padding-bottom:5px;
}

#contents_middle {
	width:690px;
	height:auto;
	float:right;
	margin-bottom:10px;
}



/*//////////////////////////////////////////////*/
#contents_middle #next_dance {
	width:310px;
	height:450px;
	float:left;
	/*background-image:url(../img/310_wood_bg.png);*/
	background-image:url(../img/next-dance.png);
	background-repeat:no-repeat;
	position:relative;
}

#contents_middle #next_dance .more_info {
	position:absolute;
	bottom:15px;
	right:20px;
}
/*//////////////////////////////////////////////*/


/*//////////////////////////////////////////////*/
#contents_middle #whats_new {
	width:370px;
	height:450px;
	background-image:url(../img/whats_new.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	position:relative;
}

#contents_middle #whats_new .new_table {
	width:335px;
	position:absolute;
	top:70px;
	left:20px;
	height:360px;
	overflow:auto;
}

#contents_middle #whats_new table.new {
	width:305px;
}

#contents_middle #whats_new .new td {
	padding-bottom:20px;
}

#contents_middle #whats_new .new .day {
	width:80px;
	font-size: 11px;
	color:#3C0;
}

#contents_middle #whats_new .new .detail {
	width:235px;
	color:#FFF;
	font-size:12px;
}

#contents_middle #whats_new .new .detail a {
	color:#D8D8D8;
}

#contents_middle #whats_new .new .detail a:hover {
	color:#999;
	text-decoration: underline;
}
/*//////////////////////////////////////////////*/

#contents_bottom {
	width:690px;
	height:auto;
	float:right;
	margin-bottom:10px;
}

#contents_bottom p.top {
	height:7px;
	background-image:url(../img/690_bk_top.png);
	background-position:top;
	background-repeat:no-repeat;
}

#contents_bottom p.bot {
	height:7px;
	background-image:url(../img/690_bk_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#contents_bottom #contents_bottom_wrapper {
	width:690px;
	background-image:url(../img/690_bk_middle.png);
	background-repeat:repeat-y;
}

#contents_bottom .youtube_640 {
	padding:10px 0 10px 25px;
}

#contents_bottom .youtube_480 {
	padding:10px 0 10px 100px;
}


/*↓↓↓↓↓メイン＞プロフィール↓↓↓↓↓*/
#contents #contents_wrapper .cont_profile img {
	margin-top:5px;
	margin-left:15px;
	margin-bottom:10px;
}
/*↑↑↑↑↑メイン＞プロフィール↑↑↑↑↑*/




/*ディスコグラフィー///////////////////////////////////////*/
/*↓↓↓↓↓ディスコグラフィーメニュー↓↓↓↓↓*/
ul.disco_menu {
	width:415px;
	height:40px;
	background-image:url(../img/disco_menu.png);
	background-repeat:no-repeat;
	margin-left:10px;
}

ul.disco_menu li,
ul.disco_menu li a {
	margin:0;
	padding:0;
	display:block;
	height:40px;
	float:left;
	list-style:none;
}

ul.disco_menu li.disco_cd a {
	width:105px;
	text-indent:-9999px;
}
ul.disco_menu li.disco_cds a {
	width:103px;
	text-indent:-9999px;
}
ul.disco_menu li.disco_dvd a {
	width:102px;
	text-indent:-9999px;
}
ul.disco_menu li.disco_analog a {
	width:105px;
	text-indent:-9999px;
}

ul.disco_menu li.disco_cd a:hover {
	background-image:url(../img/disco_menu.png);
	background-position:0 -40px;
}
ul.disco_menu li.disco_cds a:hover{
	background-image:url(../img/disco_menu.png);
	background-position:-105px -40px;
}
ul.disco_menu li.disco_dvd a:hover {
	background-image:url(../img/disco_menu.png);
	background-position:-208px -40px;
}
ul.disco_menu li.disco_analog a:hover {
	background-image:url(../img/disco_menu.png);
	background-position:-310px -40px;
}
/*↑↑↑↑↑ディスコグラフィーメニュー↑↑↑↑↑*/

/*↓↓↓↓↓ディスコグラフィーコンテンツ↓↓↓↓↓*/
#contents #disco_main {
	
}

/*濃い緑角丸上*/
#contents #disco_main p.top {
	height:7px;
	background-image:url(../img/660_green_top.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:0px;
}

/*濃い緑角丸下*/
#contents #disco_main p.bot {
	height:7px;
	background-image:url(../img/660_green_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:0px;
}

/*濃い緑背景*/
#contents #disco_main .disco_wrapper {
	height:auto;
	background-image:url(../img/660_green_middle.png);
	background-repeat:repeat-y;
	margin-left:15px;
}

/*ディスコグラフィー内タイトル*/
#contents #disco_main .disco_title {
	margin-left:15px;
	padding-top:5px;
}

/*ディスコグラフィー内アイテム枠*/
#contents #disco_main .disco_item {
	width:300px;
	height:auto;
	float:left;
	margin-top: 10px;
	margin-left: 20px;
}

/*淡い緑角丸上*/
#contents #disco_main .disco_item p.top {
	height:7px;
	background-image:url(../img/300_green_top.png);
	background-position:top;
	background-repeat:no-repeat;
}

/*淡い緑角丸下*/
#contents #disco_main .disco_item p.bot {
	height:7px;
	background-image:url(../img/300_green_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

/*淡い緑背景*/
#contents #disco_main .disco_item .item_box {
	background-color:#05c312;
	height:120px;
}
/*CDサイズイメージ*/
#contents #disco_main .disco_item .item_box .item_img_100 {
	width:100px;
	height:100px;
	float:left;
	margin:10px 0 0 12px;
}
/*DVDサイズイメージ*/
#contents #disco_main .disco_item .item_box .item_img_110 {
	width:85px;
	height:110px;
	float:left;
	margin:5px 0 0 12px;
}
/*アイテム詳細枠*/
#contents #disco_main .disco_item .item_box .item_coment {
	float:left;
	width:170px;
	margin:3px 0 0 10px;
}
/*アイテム詳細_新作表示*/
#contents #disco_main .disco_item .item_box .item_coment p.new_item {
	font-weight: bold;
	color:#F00;
	font-size:14px;
}
/*アイテム詳細_タイトル*/
#contents #disco_main .disco_item .item_box .item_coment p.title {
	padding-top:5px;
	color:#FFF;
}
/*アイテム詳細_アーティスト*/
#contents #disco_main .disco_item .item_box .item_coment p.artist {
	padding-top:3px;
	color: #FF3;
}
/*アイテム詳細_インフォ*/
#contents #disco_main .disco_item .item_box .item_coment p.more_info {
	padding-top:10px;
}
/*アイテム詳細_インフォリンク*/
#contents #disco_main .disco_item .item_box .item_coment p.more_info a {
	color: #FF3;
}
#contents #disco_main .disco_item .item_box .item_coment p.more_info a:hover {
	color: #FF6;
}
/*↑↑↑↑↑ディスコグラフィーコンテンツ↑↑↑↑↑*/


/*スケジュール///////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*月タイトル背景*/
#contents .sche_title {
	background-image:url(../schedule/img/title_bg.png);
	background-repeat:no-repeat;
	width:670px;
	height:62px;
	margin-left:10px;
	margin-top:5px;
	position:relative;
}
/*月タイトル*/
#contents .sche_month {
	width:390px;
	height:54px;
	position:absolute;
	bottom:4px;
	left:140px;
}
/*スケジュール戻る*/
#contents .sche_back a {
	width:116px;
	height:54px;
	display:block;
	position:absolute;
	bottom:4px;
	left:5px;
	background-image:url(../schedule/img/bt_back.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#contents .sche_back a:hover {
	background-image:url(../schedule/img/bt_back.png);
	background-position:0 -54px;
}
/*スケジュール進む*/
#contents .sche_next a {
	width:116px;
	height:54px;
	display:block;
	position:absolute;
	bottom:4px;
	right:5px;
	background-image:url(../schedule/img/bt_next.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#contents .sche_next a:hover {
	background-image:url(../schedule/img/bt_next.png);
	background-position:0 -54px;
}
/*スケジュールメイン表*/
#contents table.sche_main {
	width:644px;
	margin:10px 0 10px 15px;
}
/*曜日タイトル行*/
#contents table.sche_main .week td {
	width:92px;
	height:42px;
	border:2px solid #097c25;
}
/*メインセル*/
#contents table.sche_main .day td {
	height:110px;
	border:2px solid #097c25;
	text-align: left;
	vertical-align: top;
}

#contents table.sche_main p {
	font-size:14px;
	padding-top:2px;
	padding-left:4px;
}
/*日付_平日*/
#contents table.sche_main p.weekday {
	color:#FFF;
}
/*日付_土曜日*/
#contents table.sche_main p.saturday {
	color:#0C0;
}
/*日付_日・祝*/
#contents table.sche_main p.holiday {
	color:#F30;
}
/*イベントタイトル*/
#contents table.sche_main p.event {
	text-align: center;
	font-size:10px;
	color:#FF0;
}
/*イベントタイトルリンク*/
#contents table.sche_main p.event a {
	font-size:10px;
	color:#FF0;
}
#contents table.sche_main p.event a:hover {
	font-style: italic;	
}
/*イベント場所*/
#contents table.sche_main p.place {
	text-align: center;
	font-size:10px;
	color:#CCC;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
//スケジュール///////////////////////////////////////*/



/*ギャラリー//////////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*茶色枠角丸上*/
#contents #gallery_main p.top {
	height:7px;
	background-image:url(../img/660_clear_top.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:5px;
}
/*茶色枠角丸下*/
#contents #gallery_main p.bot {
	height:7px;
	background-image:url(../img/660_clear_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:0px;
	
}
/*茶色枠メイン背景*/
#contents #gallery_main .gallery_wrapper {
	height:auto;
	background-image:url(../img/660_clear_middle.png);
	background-repeat:repeat-y;
	margin-left:15px;
}
/*ギャラリー用テーブル*/
#contents #gallery_main .gallery_wrapper table {
	margin-bottom: 10px;
	margin-left: 10px;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
//ギャラリー///////////////////////////////////////*/



/*リンク//////////////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
/*茶色枠角丸上*/
#contents #link_main p.top {
	height:7px;
	background-image:url(../img/660_clear_top.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-top:5px;
}
/*茶色枠角丸下*/
#contents #link_main p.bot {
	height:7px;
	background-image:url(../img/660_clear_bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	margin-left:0px;
}
/*茶色枠メイン背景*/
#contents #link_main .link_wrapper {
	height:auto;
	background-image:url(../img/660_clear_middle.png);
	background-repeat:repeat-y;
	margin-left:15px;
}
/*リンクメイン区切りp*/
#contents #link_main .link_wrapper .link {
	margin-left:15px;
	margin-bottom:10px;
}
/*リンク詳細タイトルイメージ*/
#contents #link_main .link_wrapper .link img {
	margin-top:5px;
	margin-bottom:3px;
}
/*リンクページ限定リンクスタイル*/
#contents #link_main .link_wrapper .link a {
	font-size:14px;
	color: #FFF;
}
#contents #link_main .link_wrapper .link a:hover {
	font-weight: bold;
	color: #F60;
}
/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
//リンク///////////////////////////////////////////*/


/*ブログ//////////////////////////////////////////////
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓*/
#contents #link_main .link_wrapper .blog {
	padding-top:10px;
	margin-left:15px;
}
#contents #link_main .link_wrapper .blog p {
	margin-bottom:15px;
}
#contents #link_main .link_wrapper .blog a {
	font-size:18px;
	color: #FFF;
	margin-bottom:10px;
}
#contents #link_main .link_wrapper .blog a:hover {
	font-weight: bold;
	color: #F60;
}

/*↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
//ブログ///////////////////////////////////////////*/


/*///////////////////////////////////////////////////////////*/
/*↓↓↓↓↓フッター部分↓↓↓↓↓*/
#footer {
	background-image: url(../img/footerbg_2.png);
	background-repeat: no-repeat;
	height: 130px;
	position: relative;
	clear:both;
}

#footer .copylight {
	position:absolute;
	left:405px;
	bottom:8px;
}
/*↑↑↑↑↑フッター部分↑↑↑↑↑*/
/*///////////////////////////////////////////////////////////*/