@charset "Shift_JIS";


/*	*******************************************************************************	*/

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

/*	===============================================================================	*/
/*	initialize individual browser settings and base layout							*/
/*	-------------------------------------------------------------------------------	*/
body											{					margin:0px auto	0px	;	padding:0px				;	text-align:center	;background:#FFFFFF;}
#Wrapper										{					margin:0px auto 0px	;	padding:0px 0px 0px	0px	;	text-align:left		;}
/*	-------------------------------------------------------------------------------	*/
div,h1,h2,h3,h4,h5,h6,p,td,th,ul,ol,dl,li,form,dt,dd		{margin:0px	;	padding:0px; font-size:13px;}
/*	-------------------------------------------------------------------------------	*/
/*	floating control																*/
/*	-------------------------------------------------------------------------------	*/
div.clearing									{clear:both	;	margin:0px 0px 0px 0px	;	padding:0px 0px 0px 0px	;	height:0px	;	width:0px	;	font-size:1px	;	line-height:100%;}
div.clear										{clear:both	;	margin:0px 0px 0px 0px	;	padding:0px 0px 0px 0px	;	height:0px	;	width:0px	;	font-size:1px	;	line-height:100%;}
br.clear										{clear:both	;	margin:0px 0px 0px 0px	;	padding:0px 0px 0px 0px	;	height:0px	;	width:0px	;	font-size:1px	;	line-height:100%;}

/*	-------------------------------------------------------------------------------	*/
/*	align control																	*/
/*	-------------------------------------------------------------------------------	*/
p.right											{text-align:right;}
p.center										{text-align:center;}

/*	-------------------------------------------------------------------------------	*/
/*	link control																	*/
/*	-------------------------------------------------------------------------------	*/
a												{color:#03A;	text-decoration:underline;	}
a:visited										{color:#03A;	text-decoration:underline;	}
a:hover											{color:#F00;	text-decoration:underline;	}
/*	-------------------------------------------------------------------------------	*/
/*	table control																	*/
/*	-------------------------------------------------------------------------------	*/
table											{border-collapse:collapse;}
th.right,td.right								{text-align:right;}
th.left,td.left									{text-align:left;}
th.center,td.center								{text-align:center;}
/*	-------------------------------------------------------------------------------	*/
/*	list control																	*/
/*	-------------------------------------------------------------------------------	*/
ul,ol											{list-style-type:none;}
/*	-------------------------------------------------------------------------------	*/
/*	img control																		*/
/*	-------------------------------------------------------------------------------	*/
img												{border:0px	;	}
img.left										{float:left;}
/*	-------------------------------------------------------------------------------	*/
/*	form control																		*/
/*	-------------------------------------------------------------------------------	*/
form											{margin:0px;padding:0px;}
input											{font-size:13px;font-family:"ＭＳ Ｐゴシック";}
select											{font-size:13px;font-family:"ＭＳ Ｐゴシック";}
/*	-------------------------------------------------------------------------------	*/
/*	font setting																	*/
/*	-------------------------------------------------------------------------------	*/
div,h1,h2,h3,h4,h5,h6,p,td,th,ul,ol,dl,li,form,dt,dd			{font-family:"メイリオ","ＭＳ Ｐゴシック";}


/*	*******************************************************************************	*/
/*	htcFilter																		*/
/*	===============================================================================	*/

.alpha											{behavior: url("/includes/js/alpha.htc");}

/*	*******************************************************************************	*/
/*	#DebugTag																		*/
/*	-------------------------------------------------------------------------------	*/

#DebugTag{display:none;}

/*	*******************************************************************************	*/
/*	#Bulletin																		*/
/*	===============================================================================	*/

#Bulletin	{display:none}

/*	*******************************************************************************	*/
/*	#WebMember																		*/
/*	===============================================================================	*/

#WebMember_Background							{display:none;}
#WebMember_Console								{display:none;}

/*	*******************************************************************************	*/
/*	#Cart																			*/
/*	-------------------------------------------------------------------------------	*/

#Cart_Background								{display:none;}
#Cart_Console									{display:none;}

/*	*******************************************************************************	*/
/*	#Header																			*/
/*	===============================================================================	*/
#Header											{width:100%;clear:both;}
#Header h1										{width:320px;height:40px;float:left;text-indent:-2000px;background:url("/includes/images/header/logo.gif") left top no-repeat;line-height:100%;}
#Header h1 a									{display:block;height:40px;overflow:hidden}

#WebMembership									{display:none;}

#GlobalHelp										{display:none;}

#PullDown										{display:none;}
/*	*******************************************************************************	*/
/*	#Content																		*/
/*	===============================================================================	*/
#Content										{width:100%;}

#MainBox										{width:100%;}
#BreadCrumb										{display:none;}
#SiteBreadCrumb 								{display:none;}
#FontConsole									{display:none;}
#SideBar										{display:none;}
/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 	*/
/*	サービス別のローカルヘッダ														*/
/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 	*/
#LocalHeader									{display:none;}
#Flash											{display:none;}
/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 	*/
/*	サービス別のローカルコンテンツ													*/
/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 	*/
.localContents									{width:100%;display:block;}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 	*/
/*	汎用的なレイアウトの基底クラス													*/
/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 	*/

.box_270										{width:270px;float:left;background:none;margin:0px 10px 0px 0px;}
.box_270_last									{width:270px;float:left;background:none;}
.box_550_last									{width:550px;float:left;background:none;}
.box_230										{width:230px;float:left;margin:0px 10px 0px 0px;}
.box_230_last									{width:230px;float:left;background:none;}
.box_590										{width:500px;float:left;background:none;margin:0px 10px 0px 0px;}
.box_590_last									{width:500px;float:left;background:none;}

/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 	*/
/*	△このページの一番上にもどる													*/
/*	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 	*/
div.pagenavigationBox							{text-align:right;clear:both;}
div.pagenavigationBox span.Mark					{color:#FF6600;margin-right:5px;}
div.pagenavigationBox a							{color:#0033AA;text-decoration:none;}
div.pagenavigationBox a:visited					{color:#0033AA;text-decoration:none;}
div.pagenavigationBox a:hover					{color:#FF0000;text-decoration:underline;}

/*	*******************************************************************************	*/
/*	#Footer																			*/
/*	===============================================================================	*/
#Footer											{display:none;clear:both;}

/*	*******************************************************************************	*/
/*	#ページャ関連																	*/
/*	===============================================================================	*/
/*	table.pager																		*/
/*	-------------------------------------------------------------------------------	*/

table.pager										{display:none;}

/*	*******************************************************************************	*/
/*	#検索エンジン関連																*/
/*	===============================================================================	*/
/*	#SearchUIWrapper																*/
/*	-------------------------------------------------------------------------------	*/

#SearchUIWrapper										{display:none;}


/*	===============================================================================	*/
/*	#SearchResultWrapper															*/
/*	-------------------------------------------------------------------------------	*/

/*	-------------------------------------------------------------------------------	*/
/*	アーティストの検索結果リスト													*/
/*	-------------------------------------------------------------------------------	*/

#SearchResultWrapper table.list_artist												{width:100%	;	padding:0px 0px 10px	;	background:url("/includes/images/search/background_searchresult.gif") right bottom no-repeat	;	}
#SearchResultWrapper table.list_artist th											{padding:5px 5px 5px 0px	;	font-weight:normal	;	}
#SearchResultWrapper table.list_artist td											{padding:5px 0px 5px 0px	;	}

#SearchResultWrapper table.list_artist .artist										{width:65%	;	}
#SearchResultWrapper table.list_artist .artistleaflink								{width:35%	;	}

#SearchResultWrapper table.list_artist td											{border-bottom:1px solid #CCC;}
/*	-------------------------------------------------------------------------------	*/
/*	楽曲の検索結果リスト															*/
/*	-------------------------------------------------------------------------------	*/

#SearchResultWrapper table.list_song												{width:100%	;	padding:0px 0px 10px	;	background:url("/includes/images/search/background_searchresult.gif") left bottom no-repeat	;	}
#SearchResultWrapper table.list_song th												{padding:5px 5px 5px 0px	;	font-weight:normal	;	}
#SearchResultWrapper table.list_song td												{padding:5px 0px 5px 0px	;	border-bottom:1px solid #CCC;						}

#SearchResultWrapper table.list_song p.atdam_streambutton							{padding:5px 0px 0px 10px	;	}
#SearchResultWrapper table.list_song p.atdam_streambutton img.button_stream			{width:70px	;	height:14px	;	padding:0px 5px 0px 0px	;	}

#SearchResultWrapper p.description													{padding:20px 0px 20px	;	color:#999	;	}
#SearchResultWrapper p.error														{padding:20px 0px 20px	;	color:#C00	;	}

/*	*******************************************************************************	*/
/*	#リーフ関連																		*/
/*	===============================================================================	*/
/*	#ArtistLeafTitleWrapper															*/
/*	-------------------------------------------------------------------------------	*/
/*	アーティストリーフのタイトル部分												*/
/*	-------------------------------------------------------------------------------	*/
#ArtistLeafTitleWrapper																{}
#ArtistLeafTitleWrapper .imageTitle													{}

#ArtistLeafTitleWrapper p.name														{padding:10px 10px 0px 10px 	;	font-size:20px	;	line-height:100%	;	font-weight:bold	;	}
#ArtistLeafTitleWrapper p.kana														{padding:0px 10px 10px 10px	 ;	color:#666;}

/*	===============================================================================	*/
/*	#ArtistLeafResultWrapper														*/
/*	-------------------------------------------------------------------------------	*/
#ArtistLeafResultWrapper															{clear:both;}

/*	-------------------------------------------------------------------------------	*/
/*	絞込みUIのリンク部分															*/
/*	-------------------------------------------------------------------------------	*/

#ArtistLeafResultWrapper a.valid													{padding:0px	;	color:#03A		;	margin-right:5px	;	}
#ArtistLeafResultWrapper a.valid:visited											{padding:0px	;	color:#03A		;	margin-right:5px	;	}
#ArtistLeafResultWrapper a.valid:hover												{padding:0px	;	color:#F00		;	margin-right:5px	;	}

#ArtistLeafResultWrapper a.present													{padding:1px	;	color:#03A		;	margin-right:5px	;	background:#C00;color:#FFF;text-decoration:none;}
#ArtistLeafResultWrapper a.present:visited											{padding:1px	;	color:#03A		;	margin-right:5px	;	background:#C00;color:#FFF;text-decoration:none;}
#ArtistLeafResultWrapper a.present:hover											{padding:1px	;	color:#F00		;	margin-right:5px	;	background:#C00;color:#FFF;text-decoration:underline;}

/*	-------------------------------------------------------------------------------	*/
/*	絞込みUIの総則																	*/
/*	-------------------------------------------------------------------------------	*/

#ArtistLeafResultWrapper div.leaf_sortarea											{margin:10px 0px 0px 0px	;	}

/*並べ替えエリアの背景設定*/
#ArtistLeafResultWrapper div.leaf_sortarea p										{height:21px	;	padding:9px 0px 0px 180px	;	background:url("/includes/images/leaf/background_sort.gif") left top no-repeat	;	line-height:100%	;	}

body#SAL #ArtistLeafResultWrapper div.leaf_sortarea p,
body#KaraokeDAM #ArtistLeafResultWrapper div.leaf_sortarea p						{height:21px	;	padding:9px 0px 0px 180px	;	background:url("/includes/images/leaf/background_sort_long.gif") left top no-repeat	;	line-height:100%	;	}

#ArtistLeafResultWrapper div.leaf_sortarea p strong									{display:none	;	}
#ArtistLeafResultWrapper div.leaf_sortarea span.invalid								{color:#999	;	}
#ArtistLeafResultWrapper div.leaf_sortarea span.present								{color:#FFF;padding:1px;background:#C00	;	margin-left:10px;}

#ArtistLeafResultWrapper div.leaf_refinearea										{margin:10px 0px 0px 0px	;	}
#ArtistLeafResultWrapper div.leaf_refinearea p strong								{display:none	;	}

/*曲名で絞込みエリアの背景設定*/
#ArtistLeafResultWrapper div.leaf_refinearea p.wordrefine 							{height:25px	;	padding:5px 0px 0px 180px	;	background:url("/includes/images/leaf/background_wordrefine.gif") left top no-repeat	;	line-height:100%	;	}

body#SAL #ArtistLeafResultWrapper div.leaf_refinearea p.wordrefine,
body#KaraokeDAM #ArtistLeafResultWrapper div.leaf_refinearea p.wordrefine 			{height:25px	;	padding:5px 0px 0px 180px	;	background:url("/includes/images/leaf/background_wordrefine_long.gif") left top no-repeat	;	line-height:100%	;	}

#ArtistLeafResultWrapper div.leaf_refinearea p.wordrefine span.invalid				{padding:0px	;	color:#999		;	margin-right:5px	;	}

/*種類で絞込みエリアの背景設定*/
#ArtistLeafResultWrapper div.leaf_refinearea p.kindrefine							{height:21px	;	padding:9px 0px 0px 180px	;	background:url("/includes/images/leaf/background_kindrefine.gif") left top no-repeat			;	line-height:100%	;	}

body#SAL #ArtistLeafResultWrapper div.leaf_refinearea p.kindrefine,
body#KaraokeDAM #ArtistLeafResultWrapper div.leaf_refinearea p.kindrefine			{height:21px	;	padding:9px 0px 0px 180px	;	background:url("/includes/images/leaf/background_kindrefine_long.gif") left top no-repeat			;	line-height:100%	;	}

#ArtistLeafResultWrapper div.leaf_refinearea p.modelrefine							{height:25px	;	padding:5px 0px 0px 180px	;	background:url("/includes/images/leaf/background_modelrefine_long.gif") left top no-repeat			;	line-height:100%	;	}
#ArtistLeafResultWrapper div.leaf_refinearea p.modelrefine img.model				{display:none;}/*カラオケ端末別の機種画像対応用リザーブ*/
/*	-------------------------------------------------------------------------------	*/
/*	一覧テーブルのタイトル部分														*/
/*	-------------------------------------------------------------------------------	*/

#ArtistLeafResultWrapper .record_titlearea											{height:60px	;	background:url("/includes/images/leaf/listtitle_artistleaf.gif") left bottom no-repeat	;	}
body#SAL #ArtistLeafResultWrapper .record_titlearea,
body#KaraokeDAM #ArtistLeafResultWrapper .record_titlearea							{height:60px	;	background:url("/includes/images/leaf/listtitle_artistleaf_long.gif") left bottom no-repeat	;	}

#ArtistLeafResultWrapper .record_titlearea p										{padding:38px 0px 0px 10px	;	color:#3366FF	;	font-weight:bold	;	line-height:100%;}

#ArtistLeafResultWrapper p.error													{padding:100px 40px 100px 40px	;	color:#C00	;	}

/*	-------------------------------------------------------------------------------	*/
/*	一覧テーブル部分																*/
/*	-------------------------------------------------------------------------------	*/

#ArtistLeafResultWrapper table.list_song											{width:100%;clear:both;}
#ArtistLeafResultWrapper table.list_song th											{padding:5px	;	background:#EEE	;	}
#ArtistLeafResultWrapper table.list_song td											{padding:5px	;	border-bottom:1px solid #CCC;}

#ArtistLeafResultWrapper table.list_song p.atdam_streambutton						{padding:5px 0px 0px 10px	;	}
#ArtistLeafResultWrapper table.list_song p.atdam_streambutton img.button_stream		{width:70px	;	height:14px	;	padding:0px 5px 0px 0px	;	}

/*	===============================================================================	*/
/*	#SongLeafTitleWrapper															*/
/*	-------------------------------------------------------------------------------	*/
/*	楽曲リーフのタイトル部分														*/
/*	-------------------------------------------------------------------------------	*/

#SongLeafTitleWrapper																{clear:both;}
/*	text-indentを利用したタイトル(h1)	*/
#SongLeafTitleWrapper .imageTitle													{display:none;/*float:left;width:100px;height:100px;text-indent:-2000px;background:url("/includes/images/")*/}
/*	文字の表示部分(div)	*/
#SongLeafTitleWrapper .area_title													{float:left;margin:0px 0px 0px 10px;}

#SongLeafTitleWrapper .area_title p.name											{padding:0px 0px 0px 0px 	;	font-size:16px	;	font-weight:bold	;	}
#SongLeafTitleWrapper .area_title p.kana											{padding:0px 0px 5px 0px	;	color:#666;}
#SongLeafTitleWrapper .area_title p.artist											{padding:0px 10px 10px 0px	;	}

/*	===============================================================================	*/
/*	#SongLeafResultWrapper															*/
/*	-------------------------------------------------------------------------------	*/

#SongLeafResultWrapper																{margin:0px 0px 0px 0px	;	clear:both;}

#SongLeafResultWrapper h3															{margin:0px 0px 5px 0px	;	padding:3px 3px 3px 3px	;	border:1px solid #F60	;	font-size:x-small	;	line-height:140%	;	font-weight:normal	;	letter-spacing:1px	;	color:#F60	;background:#EEE	;	}
#SongLeafResultWrapper ul.list_small li												{margin:0px 0px 5px 2em	;list-style-type:square	;font-size:x-small	;letter-spacing:1px	;		line-height:150%	;	}

#SongLeafResultWrapper table.list_song												{width:100%	;	margin:10px auto 0px	;	padding:0px 0px 10px	;	clear:both;}
#SongLeafResultWrapper table.list_song td											{padding:5px 5px 5px 5px	;	border-top:dotted 1px #999	;	}
#SongLeafResultWrapper table.list_song td.padder									{width:25%	;	}

#SongLeafResultWrapper table.list_song td p.description								{margin:5px 0px 5px 0px	;	font-weight:bold	;	color:#FF6600	;}
#SongLeafResultWrapper table.list_song td p.success									{margin:5px 0px 5px 0px	;	font-weight:bold	;	color:#94C318	;}

#SongLeafSendMailWrapper															{padding:10px;}
#SongLeafSendMailWrapper h3															{margin-bottom:10px;}
#SongLeafSendMailWrapper h4															{margin-bottom:5px;}

/*	===============================================================================	*/
/*	#SongListUpWrapper																*/
/*	-------------------------------------------------------------------------------	*/

#SongListUpWrapper table.timenavigator					{width:570px	;	margin:10px auto 0px	;}
#SongListUpWrapper table.timenavigator td.left			{height:25px	;	padding:5px 5px 10px 25px	;	background:url("/includes/images/navigator/background_left.gif") left top no-repeat	;	line-height:100%	;	}
#SongListUpWrapper table.timenavigator td.center		{height:25px	;	padding:5px 5px 5px 5px	;	background:url("/includes/images/navigator/background_center.gif") left top repeat-x	;	line-height:100%	;	}
#SongListUpWrapper table.timenavigator td.center h2		{padding:0px 0px 0px 0px;	line-height:100%	;	}
#SongListUpWrapper table.timenavigator td.right			{height:25px	;	padding:5px 25px 10px 5px	;	background:url("/includes/images/navigator/background_right.gif") right top no-repeat	;	line-height:100%	;	}

/*	===============================================================================	*/
/*	#AggregateContentsSwitcher														*/
/*	-------------------------------------------------------------------------------	*/
#AggregateContentsSwitcher															{margin:20px 0px 0px 0px	;	clear:both;}

#AggregateContentsSwitcher .imageTitle												{display:none;/*width:570px	;	height:30px	;	font-size:5px 	;	text-indent:-4000px	;	line-height:100%	;background:url("/includes/images/leaf/title_aggregateswitcher.gif") left top no-repeat	;	*/}

#AggregateContentsSwitcher span.present												{color:#FFF;padding:1px;background:#F60	;	margin-left:10px;}
#AggregateContentsSwitcher p.smallcaption											{padding:5px 0px 10px 0px	;	}

#AggregateContentsSwitcher table.list_song											{width:100%;}
#AggregateContentsSwitcher table.list_song th										{padding:2px	;	}
#AggregateContentsSwitcher table.list_song td										{padding:2px	;	border-top:1px dotted #CCC	;	}
#AggregateContentsSwitcher table.list_song td.song									{}
#AggregateContentsSwitcher table.list_song td.leaflink								{color:#CCC	;	}
#AggregateContentsSwitcher table.list_song td.wideleaflink							{color:#CCC	;	}
#AggregateContentsSwitcher table.list_song td span.invalid							{color:#CCC	;	}
#AggregateContentsSwitcher .block_karaoke											{margin:10px 0px 0px 0px	;	}
#AggregateContentsSwitcher .block_karaoke .title_karaoke							{width:570px	;	height:20px	;	font-size:5px 	;	text-indent:-4000px	;	line-height:100%	;background:url("/includes/images/leaf/title_ag_karaoke.gif") left top no-repeat	;	}

#AggregateContentsSwitcher .block_mobile											{margin:10px 0px 0px 0px	;	}
#AggregateContentsSwitcher .block_mobile .title_mobile								{width:570px	;	height:20px	;	font-size:5px 	;	text-indent:-4000px	;	line-height:100%	;background:url("/includes/images/leaf/title_ag_mobile.gif") left top no-repeat	;	}

#AggregateContentsSwitcher #Ag_dam													{width:100px;height:30px; text-indent:-2000px;background:url("/includes/images/ag_logo/dam.gif") left top no-repeat	;}	/*カラオケDAM*/
#AggregateContentsSwitcher #Ag_karaokedownload										{width:100px;height:30px; text-indent:-2000px;background:url("/includes/images/ag_logo/karaokedownload.gif") left top no-repeat	;}	/*カラオケ音源ダウンロード*/
#AggregateContentsSwitcher #Ag_karaokeatdam											{width:100px;height:30px; text-indent:-2000px;background:url("/includes/images/ag_logo/karaokeatdam.gif") left top no-repeat	;}	/*karaoke@dam*/
#AggregateContentsSwitcher #Ag_damkashi												{width:100px;height:30px; text-indent:-2000px;background:url("/includes/images/ag_logo/damkashi.gif") left top no-repeat	;}	/*DAM歌詞*/
#AggregateContentsSwitcher #Ag_melodam												{width:100px;height:30px; text-indent:-2000px;background:url("/includes/images/ag_logo/melodam.gif") left top no-repeat	;}	/*メロDAM*/
#AggregateContentsSwitcher #Ag_melodamdx											{width:100px;height:30px; text-indent:-2000px;background:url("/includes/images/ag_logo/melodamdx.gif") left top no-repeat	;}	/*メロDAMデラックス*/
#AggregateContentsSwitcher #Ag_sal													{width:100px;height:30px; text-indent:-2000px;background:url("/includes/images/ag_logo/sal.gif") left top no-repeat	;}	/*SAL洋楽MANIA*/

/*	-------------------------------------------------------------------------------	*/
/*	#PageTitleWrapper																*/
/*	-------------------------------------------------------------------------------	*/

#PageTitleWrapper														{}
#PageTitleWrapper h1													{height:25px	;	padding:5px 10px 0px 30px	;	line-height:100%	;	background:url("/includes/images/help/title_help.gif") left top no-repeat	;	}
#PageTitleWrapper p														{padding:15px 15px 15px 15px		;	font-weight:bold	;	color:#0077DD	;	background:url("/includes/images/help/background_help.gif") left bottom no-repeat #EEE	;	}

/*	-------------------------------------------------------------------------------	*/
/*	#PageDataWrapper																*/
/*	-------------------------------------------------------------------------------	*/

#PageDataWrapper														{margin:20px 0px 0px 0px	;	padding:0px 0px 20px 0px;}

#PageDataWrapper h2														{height:25px	;	overflow:visible	;	padding:5px 10px 0px 30px	;line-height:100%	;	background:url("/includes/images/help/subtitle_help.gif") left top no-repeat	;	}

#PageDataWrapper h3,
#PageDataWrapper h4,
#PageDataWrapper h5,
#PageDataWrapper h6														{margin:10px 0px 0px 0px	;	}

#PageDataWrapper h3														{}

#PageDataWrapper .block													{padding:0px 0px 20px 0px ;	}

#PageDataWrapper p														{margin:10px 0px 0px 0px	;	}
#PageDataWrapper p.caution												{color:#C00;}

#PageDataWrapper ul														{margin:10px 0px 0px 0px	;	}
#PageDataWrapper ul li													{margin:0px 0px 5px 2em		;	list-style-type:square	;	}
#PageDataWrapper ul.list_small li										{margin:0px 0px 5px 2em		;	list-style-type:square	;	}

#PageDataWrapper table													{width:100%;margin:10px 0px 10px	;}
#PageDataWrapper table th												{padding:5px;background:#EEE;border:1px solid #CCC;}
#PageDataWrapper table td												{padding:5px;border:1px solid #CCC;}


/*	-------------------------------------------------------------------------------	*/
/*	#PoupopWrapper	スタンドアロンで使用するポップアップ画面の設定					*/
/*	-------------------------------------------------------------------------------	*/

#PoupopWrapper													{width:570px	;	margin:20px auto 0px	;	text-align:left;}
#PoupopWrapper .block											{padding:10px 0px 10px 0px	;}

/*	デフォルトのフォントサイズ設定	*/
#PoupopWrapper div,
#PoupopWrapper h1,
#PoupopWrapper h2,
#PoupopWrapper h3,
#PoupopWrapper h4,
#PoupopWrapper h5,
#PoupopWrapper h6,
#PoupopWrapper p,
#PoupopWrapper th,
#PoupopWrapper td,
#PoupopWrapper li,
#PoupopWrapper select,
#PoupopWrapper input												{font-size:13px	;	line-height:1.6em	;	}

#PoupopWrapper h2												{height:25px	;	overflow:visible	;	padding:5px 10px 0px 30px	;line-height:100%	;	background:url("/includes/images/help/subtitle_help.gif") left top no-repeat	;	}
#PoupopWrapper h3,
#PoupopWrapper h4,
#PoupopWrapper h5,
#PoupopWrapper h6												{margin:10px 0px 0px 0px	;	}

#PoupopWrapper h3												{line-height:1.6em	;	}
#PoupopWrapper p												{margin:10px 0px 0px 0px	;	line-height:140%	;	}
#PoupopWrapper p.caution										{color:#C00;}
#PoupopWrapper p.closer											{text-align:center	;	}

#PoupopWrapper ul												{margin:10px 0px 0px 0px	;	}
#PoupopWrapper ul li											{line-height:1.6em	;	;}
#PoupopWrapper ul.list_small li									{margin:0px 0px 5px 2em		;	list-style-type:square	;	}

#PoupopWrapper table											{width:100%;margin:10px 0px 10px	;}
#PoupopWrapper table th											{padding:5px;background:#EEE;border:1px solid #CCC;}
#PoupopWrapper table td											{padding:5px;border:1px solid #CCC;}


#wrapper_small													{width:570px	;	margin:0px auto 0px	;	padding:10px 0px 0px 0px	;	text-align:left;}
#wrapper_small #SiteCopy										{text-align:right;font-size:x-small;letter-spacing:1px;	}



object{display:none;}
#karaokeLyric{display:none;}

