*
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
/*
	border: solid 1px blue;
*/
	font-family: "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
	
	word-break: break-all;
}

body
{
	font-size: 12px;
	 *font-size: 75%; /*for IE6,IE7*/
	 _font-size: 75%;	/* for IE6 以下 */
	line-height: 16px;
	color: #303030;
/*
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
*/
}

p
{
	margin-top: 2px;
	margin-bottom: 8px;
}

h1,h2,h3
{
	display: inline;
}

h1
{
/*
	border-bottom: solid 1px #dfdddd;
*/
	margin: 0px 8px 8px 8px;
	padding-left: 8px;
	padding-right: 30px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	white-space: nowrap;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", serif;
}
h1 a
{
	font-size: 1.8em;
	font-weight: bold;
	white-space: nowrap;
/*
	color: Black;
*/
	text-decoration: none;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", serif;
}

h2, h2 *
{
	font-size: 14px;
	color: #7D9412;
}
h3, h3 *
{
	font-size: 12px;
	font-weight: bold;
	color: #505050;
}

img
{
	border-width: 0px;
}
a img
{
	display: block;
	overflow: hidden;
}

table
{
	border-collapse: collapse;
}

thead th, thead td
{
/*
	white-space: nowrap;
*/
	text-align: center;
}
th, td
{
	vertical-align: top;
/*
	text-align: left;
*/
}

fieldset
{
}
legend
{
	font-weight: bold;
	color: #606060;
	font-size: 1.2em;
	padding: 0px 4px;
}

ol, ul
{
	margin-left: 1em;
}
/*
ul
{
	list-style-type: none;
}
*/
li
{
	margin-top: 4px;
	margin-bottom: 8px;
	margin-left: 12px;
}

input
{
	padding: 2px 4px;
	*padding: 0px;
	_padding: 0px;
}

option
{
    padding-right: 10px;	/* FireFox 用 */
}

b
{
	font-weight: bold;
}

em
{
	color: Blue;
}


#Page
{
	margin: 0px auto;
	width: 900px;
}

.Panel
{
	padding: 6px 0px;
	margin: 2px 6px 6px 6px;
}

.ListFrame
{
}
.ListFrame .SelectedItem
{
	background-color: #f9f9e0;
}

.ListFrame th, .ListFrame td
{
	vertical-align: middle;
}
.ListFrame thead *
{
	font-weight: bold;
	
	color: Gray;
	text-align: center;
	font-size: 0.95em;
}
.ListFrame tfoot *
{
	font-weight: bold;
}
.ListFrame thead
{
	background-color: #ededed;
}
.ListFrame tbody
{
	background-color: White;
}
.ListFrame tfoot
{
	background-color: #efefe0;
}


.FormFrame
{
}
.FormFrame th
{
	text-align: right;
	white-space: nowrap;
	font-weight: bold;
	color: #606060;
}


.ReadOnly
{
/*
	background-color: #d6d3ce;
*/
	background-color: #d0cdc8;
}

.Example
{
	color: #404040;
}


table.List th, table.List td
{
	padding-left: 8px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
/*
	text-align: left;
*/
}
table.List tr
{
	padding-top: 2px;
	padding-bottom: 2px;
}

table.List tr.thead th, table.List tr.thead td
{
	white-space: nowrap;
}

.NoSpace, .NoSpace *
{
	padding: 0px;
	margin: 0px;
}
table.NoSpace tr, table.NoSpace td, table.NoSpace th
{
	padding: 0px;
}

div.Panel
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

*
{
	font-family: メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, Arial, sans-serif;
}
body
{
/*
*/
	background: url(../img/bg_tile.png) repeat;
}

.PanelEx_Content
{
}

.PanelEx_Title a
{
/*
	color: #404040;
*/
	color: #FFF;
	letter-spacing: 4px;
	text-decoration: none;
}

.SearchedSoundListItem_Header, .RelativeSoundListItem_Header, .ReservedMovieListItem_Header
{
/*
	background-color: #fff0e5;
	border-bottom:solid 1px #c0c0c0;
*/
	background-color: #102030;
}
.SearchedSoundListItem_Header a, .RelativeSoundListItem_Header a, .ReservedMovieListItem_Header a
{
	color: #FFF;
}


/*
body
{
	background-color: #f9f9f0;
}
#Page
{
	background-color: #ffffff;
}
*/
h1 a
{
	color: #f08050;
	text-decoration: none;
	font-size: 28px;
}

#TopMost
{
	margin: 0px auto;
	width: 900px;
}

#Menu
{
	border-top: solid 1px #6090f0;
	border-bottom: solid 1px #6090f0;
	padding: 4px 0px;
	margin: 8px 0px;
	text-align: center;
}
#Menu a
{
	margin: 0px 5px;
	text-decoration: none;
}

#Page
{
	position: relative;
	min-height: 450px;
/*	
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
*/
}
* html #Page
{
	height: 450px;
}

#Footer
{
/*
	width: 900px;
	border-top: solid 1px #6090f0;
*/
	padding: 4px 0px;
	margin: 8px auto;
	text-align: center;
}

/***************************
	#cse-search-box
****************************/
#cse-search-box
{
	position: absolute;
	right: 0px;
	top: 70px;
	padding: 3px 5px 0 0;
	*padding-top: 1px;
}
#cse-search-box .q
{
	width: 150px;
	font-size: 0.9em;
}
#cse-search-box .sa
{
	padding: 0 4px;
	font-size: 0.9em;
}


.UC_AccessCounter
{
	margin: 2px 6px 0px;
	
	font-size: 0.9em;
	white-space: nowrap;
}

/***************************
	.UC_ConvertingMovieForm
****************************/
.UC_ConvertingMovieForm
{
	margin-left: auto;
	margin-right: 0px;
}
.UC_ConvertingMovieForm input.text
,.UC_ConvertingMovieForm input.Anya_Watermark
{
	width: 360px;
	height: 19px;
	padding: 1px 0px 1px 4px;
	
	background-color: #ffefc6;
}
.UC_ConvertingMovieForm input.button
{
}



table.Frame
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
/*
hr
{
	color: #c0c0c0;
	height: 2px;
	border-bottom: 1px solid #e0e0e0;

	line-height: 0px;
	font-size: 1px;
	margin: 0px;
	padding: 0px;
}
*/
div.Hr
{
	background-color: #c0c0c0;
	height: 1px;
	font-size: 0px;
	margin: 4px 0px 0px 0px;
/*	
	border-bottom: 1px solid #e0e0e0;
*/
	border-bottom: 16px solid #e0f0f0;
}



.NoWrap, .NoWrap *
{
	white-space: nowrap;
}

h3
{
	display: block;
	padding: 2px 4px 3px 8px;
	margin-bottom: 8px;
/*	
	background-color: #ccdcf9;
	border: outset 2px #dcecec;
*/
	border-left: solid 8px #f08050;
}

/*
a:link
{
	color: #3060ff;
}
a:visited
{
	color: #0030a0;
}
*/
a
{
	padding:1px;
/*
	color: #3060ff;
*/
	color: #007080;
}
a:hover
{
/*
	color: #ffffff;
	background-color: #6090f0;
*/
}
a.checked
{
	background-color: #6090f0;
	color: #fff;
}

h2 a
{
	color: #6090f0;
}

caption
{
	text-align: left;
}

.MovieInfo a.Title
{
	text-decoration: none;
}
.MovieInfo h2 a
{
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.1em;
}

.MovieInfo td.Tags
{
	line-height: 1.5em;
}
.MovieInfo td.Tags
{
	padding: 0px;
}

img.Thumbnail
{
	border: outset 4px #c0c0ff;
	width: 130px;
	height: 100px;
}
.MovieInfo img.MainThumbnail
{
/*
	border-bottom: inset 4px #9090c0;
	border-right: inset 4px #9090c0;
*/
	border: outset 4px #c0c0ff;
	width: 260px;
	height: 200px;
}

.MovieInfo .Description
{
	padding: 0px 8px 16px 8px;
	line-height: 1.5em;
	
	min-height: 120px;
	margin-bottom: 20px;
	border: 2px inset #9090c0;
}
* html .MovieInfo .Description
{
	height: 120px;
}

.MovieInfo fieldset.Description legend
{
	font-size: 0.96em;
}
/*
.MovieInfo div.LastResBody
{
	padding: 0px 8px 16px 8px;
	line-height: 1.5em;
	
	border: 2px solid #a0a0c0;
}
*/
.MovieInfo marquee.LastResBody
{
	padding: 2px;
	border-top: 1px solid #a0a0c0;
	border-bottom: 1px solid #a0a0c0;
	background-color: #e0e0e0;
/*
	width: 260px;
*/
	display: block;
}

.MovieInfo table.Relation
{
	margin-top: 10px;
}
.MovieInfo table.Relation td
{
	padding: 2px;
	vertical-align: top;
	width: 154px;
}

.MovieInfo th
{
	font-weight: bold;
	text-align: left;
}



.ThumbMovieInfo
{
	font-size: 0.9em;
	
	background-color: #c0dce9;
	padding: 4px;
}
.ThumbMovieInfo table.Item
{
	margin-top: 6px;
/*
	border-bottom: 2px dotted #a0a0f0;
*/	
}
.ThumbMovieInfo table.Item th
{
	padding: 0px 2px 0px 0px;
}
.ThumbMovieInfo table.Item td
{
	padding: 2px;
	background-color: #ffffff;
}
.ThumbMovieInfo img.Thumbnail
{
	border: outset 4px #c0c0ff;
	width: 65px;
	height: 50px;
}

.ColorReversal
{
	background-color: #f09060;
	color: #ffffff;
}
.ColorReversal a
{
	color: #ffffff;
}




table, td, th
{
/*
	border: 1px dotted #606060;
*/
}

#Header a, #Footer a
{
	text-decoration: none;
}

.InfoFrame th, .InfoFrame td
{
	border-bottom: dashed 1px #999;
	text-align: right;
}

.InfoFrame th
{
	white-space: nowrap;

}
.InfoFrame .List td
{
	padding-left: 4px;
	padding-right: 4px;
	width: 100%;
}
.InfoFrame tr.LastRow th, .InfoFrame tr.LastRow td
{
	border-bottom: 0px;
}

.LeftAlign *
{
	text-align: left;
}

.UC_SoundInfo .InfoFrame  th, .UC_SoundInfo .InfoFrame  td
{

	padding: 10px 4px 4px 4px;
	
	white-space: nowrap;
}

.PG_spec .FormFrame th
{
	vertical-align: middle;
}
.PG_spec .Panel
{
	padding-left: 6px;
}
.PG_spec .List
{
	margin-bottom: 6px;
}

.Anya_Watermark
{
	color: gray;
}

a.linkButton
{
	background-color: #F9F9FF;
	border: 1px solid #DDF;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	padding: 5px;
	
	font-size: 1.2em;
}







body
{
/*
	background: none;
	background: #f0f0f0;
*/
	background: url(../img/bg_star.jpg) repeat -20px -10px;
	color: #313031;
}
#Page
{
	background-color: #FFF;
	border-left: 1px solid #a5b6ef;
	border-right: 1px solid #a5b6ef;
	width: 940px;
}
#Content
{
	margin: 0px 20px;
}
a
{
	color: #008bd3;
}
a:hover
{
	color: #33f;
/*
	color: #c6e6f5;
	background-color: #0995d8;
*/
}
.PanelEx_Header a
{
	color: #ffffff;
}
.PanelEx_Header a:hover
{
	background-color: Transparent;
}

.Menu
{
	width: 100%;
	border-top: solid 1px #9ec372;
	border-bottom: solid 1px #9ec372;
	
	color: #FFF;
	letter-spacing: 1px;
	background :url(../img/bg_menu.jpg);
}
.Menu a
{
	display: block;
}
* html .Menu a
{
	zoom: 1;
}
.Menu_Item
{
	color: #FFF;
}
.Menu_SelectedItem
{
	color: #5d8d27;
	background-color: #d9f0be;
	font-weight: bold;
	font-size: 14px;
}
.Menu_Item
, .Menu_SelectedItem
{
	padding: 4px 8px;
	display: block;
	min-width: 4em;
	
	text-align: center;
	white-space: nowrap;
}
.Menu_Item > .icon
, .Menu_SelectedItem > .icon
{
	font-size: 0.6em;
}
.Menu a:hover
{
	background-color: Transparent;
}
.Menu a:hover .Menu_Item
{
	color: #5d8d27;
	background-color: #d9f0be;
}
.Menu a:hover .submenu
.submenu a:hover
{
	visibility: visible;
}

.submenu
{
	visibility: hidden;
	position: absolute;
	background: #333;
	padding: 1px 0px;
	margin: 0px;
	border: 1px solid #9EC372;
	
	left: 621px !important;
	top: 88px !important;	/* 70px + (8+1)*2 */
	*top: 85px !important;
	margin-top: 1em !important;
	
	white-space: nowrap;
	background: #9EC372;
}
.submenu a
{
	text-decoration: none;
	padding: 4px 9px;
}
.submenu a:hover
{
	background: #d9f0be;
	color: #5d8d27;
}
ul.submenu
{
	list-style: none;
}
ul.submenu li
{
	padding: 0px;
	margin: 0px;
}




.PlayListMenu_Item a
{
	padding: 4px 8px;
	display: table-cell;
	*display: block;
	white-space: nowrap;
	
	color: #FFF;
}
.PlayListMenu_Item a:hover
{
	color: #5d8d27;
	background-color: #d9f0be;
}
.PlayListMenu_SelectedItem a, .PlayListMenu_SelectedItem a:hover
{
	padding: 4px 8px;
	display: table-cell;
	*display: block;
	white-space: nowrap;
	
	color: #5d8d27;
	background-color: #d9f0be;
	font-weight: bold;
}

.PlayListItem_Header, .SearchedSoundListItem_Header, .RelativeSoundListItem_Header, .ReservedMovieListItem_Header
{
/*
	background-color: #fff0e5;
*/
	background-color: #5cb0d5;
}
.PlayListItem_Header a, .SearchedSoundListItem_Header a, .RelativeSoundListItem_Header a, .ReservedMovieListItem_Header a, .PanelEx_Header a
{
	color: #FFF;
}
.PlayListItem_Header a:hover, .SearchedSoundListItem_Header a:hover, .RelativeSoundListItem_Header a:hover, .ReservedMovieListItem_Header a:hover, .PanelEx_Header a:hover
{
	background-color: Transparent;
/*
	color: #ffdb6b;
	color: #fc6;
*/
}
.PlayListItem_Selected_Header
{
	background-color: #ffc9c0;
}
.PlayListItem_Selected_Header a:hover
{
}

.Symbol
{
/*
	border: solid 1px #909090; 
	background-color:#FFFFFF;
	border-width: 1px 2px 2px 1px;
*/
	border: solid 1px #FFF;
	padding: 1px;
	margin-right: 2px;
	background-color: #5cb0d5;
	color:#FFF;
}
.SoundInfo_Symbol
{
	border: solid 1px #909090; 
	padding: 2px 1px 1px 1px;
	margin-right: 2px; 
	background-color: #FFFFFF; 
	border-width: 1px 2px 2px 1px;
}

.Pager a
{
	text-decoration: none;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.Pager_Item
{
	border: solid 1px #909090;
	padding: 3px 5px;
	white-space: nowrap;
	background-color: #FFF;
	line-height: 1.8em;
}
.Pager_SelectedItem
{
	border: solid 1px #909090; 
	padding: 3px 5px; 
	white-space: nowrap; 
	line-height: 1.8em;
	
	background-color: #404040; 
	color: #FFF;
	font-weight: bold; 
}
.Pager a:hover
{
	background-color: Transparent;
}
.Pager a:hover .Pager_Item
{
	background-color: #404040; 
	color: #FFF;
}
.Pager > table.List td
{
	vertical-align: middle;
}

.SearchBox, .SearchBox *
{
	color: #333;
}
.HilightItem
{
/*
	background-color: #fff3d5;
*/
}
.HilightItem a, .HilightItem a:hover
{
/*
	color: #fc6;
	color: #ffc9c0;
*/
	color: #36f;
	background-color: Transparent;
}
.HilightItem .PlayListItem_Header, .HilightItem .SearchedSoundListItem_Header, .HilightItem .RelativeSoundListItem_Header, .HilightItem .ReservedMovieListItem_Header
{
/*
	background-color: #e73;
	background-color: #a7e6fa;
*/
	background: #fff3d5 !important;
	cursor: pointer;
}
.NewSoundList .HilightItem
{
	background-color: #fff3d5;
	cursor: pointer;
}
.AllReservedMovieList .HilightItem, .NewsList .HilightItem, .RelatedLinkList .HilightItem, .RelativeServices .HilightItem
{
	background-color: #fff3d5;
}

.CheckLinkList_Item a:hover
{
	color: #c6e6f5;
	background-color: #0995d8;
}


.AsyncPageRenderIndicator
{
	display: block;
	background: url(../img/indicator.gif) no-repeat center center;
}

.nicopedia
{
	white-space: nowrap;
	
	margin-left: -0.4em;
	color: #f88;
	text-decoration: none;
}

.nicopedia.unknown
{
	color: #777;
}

.twtr-widget .twtr-hd, .twtr-widget .twtr-ft div
{
	padding: 8px 10px;
}

.twtr-widget .twtr-hd > h4
{
	font-weight: bold;
	font-size: 15px !important;
}

.border-radius
{
	/* 丸角 */
	border-radius: 5px;		/* CSS3草案 */  
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
}

.hover-link
{
	text-decoration: none;
}
.hover-link:hover
{
	text-decoration: underline;
}



.UC_CategoryTagList
{
	margin: 8px 6px 3px;
}
.UC_CategoryTagList .category-tag-list a
{
	font-size: 1.1em !important;
	line-height: 1.3em !important;
}

.status-conv
{
	color: #777;
	font-size: 0.9em;
}

.thumb
{
	background-color:#000;
	position: relative;
	margin:0px auto;
	
	display: inline-block;
}
.thumb a, a.thumb
{
	display: inline-block;
	text-decoration:none;
/*
	width:96px;
	height:72px;
*/
	cursor: pointer;
}
.thumb .playtime
{
/*
	font-size: 1.1em;
*/
	font-weight: bold;
	padding: 1px 1px 0px 3px;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	color: #eee;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	*background: #333;
}
/*
.NewSoundList a
{
	text-decoration: none;
}
.NewSoundList .HilightItem a
{
	text-decoration: underline;
}
*/

.text-icon
{
	border: 2px solid #ddf;
	background-color: #eef;
	white-space: nowrap;
	padding: 3px 3px;
	
	/* 丸角 */
	border-radius: 5px;		/* CSS3草案 */  
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */
	
	color: #333;
	font-weight: bold;
/*
*/
}

/*
	Background bar
*/
.background-bar
{
	position: relative;
	overflow: hidden;
}
.background-bar > .background
{
	position: absolute;
	width: 100%;
	height: 100%;
}
.background-bar > .placeholder
{
	position: relative;
}

.sound-item .background-bar > .background,
.sound-item .background-bar > .placeholder,
.sound-item-simple .background-bar > .background,
.sound-item-simple .background-bar > .placeholder
{
	padding:4px 2px 4px 8px
}

.padding0
{
	padding: 0px !important;
}
.UC_SoundInfo .InfoFrame  td.padding0 > .background-bar > .placeholder
{
	padding: 10px 4px 4px 4px;
}


.sound-item-simple table.List
{
	width: 100%;
}

.NewsList
{
	height: 164px;
	overflow: auto;
	padding: 0px 6px;
	font-size: 12px;
}

.UC_AdUnit
{
	margin: 0 auto;
}


.panel
{
	border: solid 0px #ccc;
}
.panel.panel-border
{
	background-color: #FFF;
/*
	border-width: 0px 2px 2px 1px;
*/
}
.panel-header
{
	background: -webkit-gradient(linear, left top, right top, from(#008bd3), to(#a7d6ea));	/* For WebKit (Safari, Google Chrome etc) */
	background: -moz-linear-gradient(left, #008bd3, #a7d6ea);	/* For Mozilla/Gecko (Firefox etc) */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff008bd3, endColorstr=#ffa7d6ea);	/* For Internet Explorer 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff008bd3, endColorstr=#ffa7d6ea)";	/* For Internet Explorer 8 */
	background-color: #5ad;
	
	border-bottom: ridge 2px #ccc;
	padding: 3px 4px 3px 4px;
	white-space: nowrap;
	color: #fff;
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-bottom: 0.3em;
}
.panel-header a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.panel-header a[href]:hover
{
	text-decoration: underline;
}
.panel-title
{
	letter-spacing: 0.25em;
}
.panel-content
{
	border: solid 0px #ccc;
}
.panel-content.panel-border
{
/*
	border-width: 1px 0px 0px 1px;
*/
	border-width: 0px 2px 2px 1px;
}


a.bookmarklet-pr
{
	border: 3px ridge #999;
	padding: 0.45em;
	text-decoration: none !important;
	
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#bbb), to(#555));
	background: -moz-linear-gradient(top, #bbb, #555);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffbbbbbb, endColorstr=#ff555555);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffbbbbbb, endColorstr=#ff555555)";
	background-color: #888;
	display: inline-block;
}
a.bookmarklet-pr:hover
{
	color: #fff;
	text-decoration: underline !important;
/*
	border: 3px groove #999;
	position: relative;
	left: 1px;
	top: 1px;
	background: -moz-linear-gradient(top, #aaa, #444);
*/
}


/***********************
	Thumbnail frame
***********************/
.thumbnail-frame
{
    border: 2px solid #ccc;
    background-color: #f7f7f7;
    overflow: hidden;
    
    position:relative;
}
.thumbnail-frame > iframe
{
    overflow: hidden;
    
    position: absolute;
    width: 100%;
    height: 122px;
}
.thumbnail-frame > .post-time
{
    font-size: 10px;
    position: absolute;
    top: 23px;
    left: 434px;
    
    color: #555;
}
.thumbnail-frame > .content
{
    position: relative;
    margin-top: 39px;
    padding: 0.4em 0 0.5em 0;
    
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	background: -moz-linear-gradient(top, #fff, #eee);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffffff, endColorstr=#ffeeeeee);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffffff, endColorstr=#ffeeeeee)";
    background-color: #f7f7f7;
}
.thumbnail-frame > .content > .content-left
{
    display: inline-block;
    float: left;
    
    padding: 0px 6px;
}
.thumbnail-frame > .content > .content-right
{
	height: 140px;
    padding: 0px 2px 2px 2px;
    
    line-height: 1.4;
    overflow-y: auto;
    overflow-x: hidden;
}
.thumbnail-frame > .content .thumbnail
{
    border: 1px solid #999;
    display: inline-block;
    background: #000;
    padding: 4px;
    margin-top: 4px;
}
.thumbnail-frame > .content .thumbnail img
{
	width: 130px;
	height: 100px;
}
.thumbnail-frame > .content a.report
{
	color: #555;
	font-size: 10px;
	margin: 3px 0px 0px 4px;
	display: block;
}
.thumbnail-frame > .content .comment
{
    background: #fff;
    border: 2px solid #ccc;
    padding: 6px;
    margin: 0 8px;
    font-weight: bold;
    display: block;
}


/***************************
	Sound item
****************************/
.sound-item
{
	margin: 6px 4px 6px 6px;
}
.sound-item > .content
{
	background-color: #fff;
	margin: 6px 4px 6px 4px;
	
/*
	border-bottom: 3px solid #ccc;
	border-right: 2px solid #ccc;
*/
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
	box-shadow: 2px 2px 4px #ccc;
	-webkit-box-shadow: 2px 2px 4px #ccc;
	-moz-box-shadow: 2px 2px 4px #ccc;
	border-bottom: 3px solid #ccc\9;
	border-right: 2px solid #ccc\9;
	
	border: 3px ridge #ddd;
	min-height: 1.5em;
}
/*
.sound-item > .content,  x:-moz-any-link
{
	margin-right: 5px;
	margin-bottom: 5px;
}
*/
.sound-item > .content > a.content-header
{
	border-bottom: 1px solid #102030;
	display: block;
	padding: 4px 2px 4px 8px;
	
	background: -webkit-gradient(linear, left top, right top, from(#008bd3), to(#a7d6ea));
	background: -moz-linear-gradient(left, #008bd3, #a7d6ea);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff008bd3, endColorstr=#ffa7d6ea);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#ff008bd3, endColorstr=#ffa7d6ea)";
	background-color: #5ad;
	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.sound-item > .content > a.content-header:hover
{
	filter: none;
	-ms-filter: none;
	background: #fff3d5;
	
	color: #36f;
}
.sound-item > .content td.content-left
{
	background-color: #000;
	vertical-align: middle;
	text-align: center;
	padding: 4px;
}
.sound-item > .content td.content-right
{
	width: 100%;
	padding: 0px;
}
.sound-item > .content .background-bar
{
	font-size: 0.9em;
	border-bottom: 1px solid #c0c0c0;
}
.sound-item > .content .description
{
	padding: 8px 2px 4px 8px;
	font-size: 0.9em;
	line-height: 1.5em;
	height: 3em;
}
.sound-item > .content td.status-conv
{
	text-align: right;
	vertical-align: bottom;
	padding: 4px 6px 4px 0px;
}

/***************************
	Sound item simple
****************************/
.simple .sound-item
{
    margin: 0px 0px 4px 0px;
}
.simple .sound-item > .content
{
    margin: 0px 1px 0px 0px;
    border-width: 0px 0px 3px 0px;
    
	box-shadow: 0px 2px 4px #ccc;
	-webkit-box-shadow: 0px 2px 4px #ccc;
	-moz-box-shadow: 0px 2px 4px #ccc;
}
.simple .sound-item > .content > a.content-header
{
	font-size: 0.9em;

	background: #5CB0D5;
	filter: none;
	-ms-filter: none;
}
.simple .sound-item > .content > a.content-header:hover
{
	background: #fff3d5;
	color: #36f;
}
.simple .sound-item > .content td.content-left
{
    padding: 0px 4px 1px 4px;
}
.simple .sound-item > .content .description
{
    height: auto;
}

/***************************
	Picture frame
****************************/
.picture-frame
{
    overflow: hidden;
}
.picture-frame > img
{
    position: relative;
}

/********************
	ul.dropdown-list
********************/
.dropdown-list-layout
{
	display: inline-block;
	/display: inline;
	/zoom: 1;
	position: relative;
	z-index: 100;
	
	vertical-align: top;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	white-space: nowrap;
	vertical-align: middle;
}
.dropdown-list-layout > .item-box-layout
{
	padding-right: 14px;
	border: 1px inset #99c;
	background-color: #fff;
}
.dropdown-list-layout > .item-box-layout > .item-box
{
	display: block;
	padding: 1px 5px;
	
	vertical-align: top;
}
.dropdown-list-layout > .item-box-layout > .marker
/*
, .dropdown-list-layout > ul.dropdown-list > li.selected:after
*/
{
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;

	content: "▼";
	display: inline-block;
	/display: inline;
	/zoom: 1;
	padding: 1px 0px;
	
	text-align: center;
	width: 14px;
	font-size: 8px;
	font-family: 'Meiryo UI', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
}
.dropdown-list-layout:hover > .item-box-layout > .marker
{
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#99f));
	background: -moz-linear-gradient(top, #fff, #99f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffffff, endColorstr=#ff9999ff);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffffff, endColorstr=#ff9999ff)";
	
	outline: 1px solid #ccc;
}
.dropdown-list-layout > ul.dropdown-list
{
	position: absolute;
	z-index: 100;
	margin: 0px;
/*
	display: none;
*/
	visibility: hidden;
	
	border: 1px solid #99c;
	background-color: #fff;
}
.dropdown-list-layout.focus > ul.dropdown-list
{
/*
	display: block;
*/
	visibility: visible;
}
.dropdown-list-layout > ul.dropdown-list > li
{
	list-style: none;
	margin: 0px;
	padding: 1px 19px 1px 5px;
}
.dropdown-list-layout > ul.dropdown-list > li:hover
, .dropdown-list-layout > ul.dropdown-list > li.selected
{
	background-color: #404040;
	color: #fff;
}
.dropdown-list-layout a
{
	text-decoration: none;
}
.dropdown-list-layout > ul.dropdown-list > li > a
{
	display: block;
	width: 100%;
}
.dropdown-list-layout > ul.dropdown-list > li:hover > a
, .dropdown-list-layout > ul.dropdown-list > li.selected > a
{
	color: #fff;
}



.list-style
{
	display: inline-block;
	/display: inline;
	/zoom: 1;
}


