@charset "utf-8";

/***************************************************
	Waqs Player Style Sheet
	for: common.css
***************************************************/

/*  Suggested order:
 *  1. display
 *  2. position (top, right, bottom, left)
 *  3. float
 *  4. clear
 *  5. z-index
 *  6. width (max-width, min-width)
 *  7. height (max-height, min-height)
 *  8. margin
 *  9. padding
 * 10. border
 * 11. list-style
 * 12. color
 * 13. background
 * 14. font (font-style, font-variant, font-weight, font-size, line-height, font-family)
 * 15. text-indent
 * 16. text-align
 * 17. text-decoration
 * 18. vertical-align
 * 19. white-space
 * 20. others
 *
 */

* {
	font-style: normal;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
	color: #000;
	text-align: center;
	background: transparent url("../image/background.gif");
}

* html body {
	font-size:75%;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

h4{
	font-size:120%;
}

a {
	color: #31309c;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height:1.4;
}

font {
	font-style: inherit;
	font-weight: inherit;
}

u {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: underline;
}

strike {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: line-through;
}

ul,ol {
	list-style: none outside;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	clear: both;
	height: 1px;
	border: none;
}

table,tr,td {
	border-collapse: collapse;
	border: none;
}

.clearFix {
	height: 1%;
	display: block;
}

.clearFix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

div#container {
	position: relative;
	width: 920px;
	height: auto;
	margin: 5px auto 0;
	background: transparent;
	text-align: left;
}

div#header {
	width: 920px;
	height: 80px;
	padding-top: 20px;
	background: transparent url("../image/header.png") no-repeat scroll center top;
}

* html div#header {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/header.png", width="920" height="100" sizingMethod="scale");
}

h1 {
	width: 300px;
	height: 40px;
	margin-left: 30px;
	background: transparent url("../image/logo.png") no-repeat center top;
}

h1 a{
position:absolute;
	z-index:1000;
	display:block;
	height:40px;
	width:300px;
}

#header p{

}

#header p.desc{
	display: block;
	width: 450px;
	margin-left: 30px;
}
#header p.bannerArea ins,
#header p.bannerArea a,
#header p.bannerArea iframe{
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	height: 60px;

}

div#contents {
	width: 900px;
	height: auto;
	padding: 5px 10px 0;
	background: transparent url("../image/background_wrapper.png") repeat-y;
}

* html div#contents {
	background: transparent url("../image/background_wrapper.gif") repeat-y;
}

div#footer {
	clear: both;
	width: 920px;
	height: 40px;
	background: transparent url("../image/background_footer.png") no-repeat center bottom;
}

* html div#footer {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="image/background_footer.png", width="40" height="100" sizingMethod="scale");
}

div#footer address {
	color: #999;
	font-style: normal;
	text-align: center;
	padding: 5px 0;
}

div.youtubeArea {
	width: 425px;
	height: 355px;
	margin-left: 20px;
	background: transparent url("../image/test.jpg") no-repeat left top;
}

div#player {
	position: relative;
	width: 860px;
	height: 120px;
	background: transparent url("../image/background_playarea.jpg") no-repeat left top;
	margin: 0 20px;
	padding: 31px 0 11px;
}

p.artistImage {
	width: 100px;
	height: 100px;
	padding: 0 20px;
}

h2,p.musicTitle {
	display: block;
	width: 480px;
}

h2.artistName {
	font-size: 22px;
}

p.musicTitle {
	font-size: 14px;
}

label {
	display: block;
}

input.artistSearch {
	clear: both;
	float: left;
	margin: 5px 5px 0 0;
	padding: 2px;
}

div.searchArea {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 220px;
	height: auto;
	padding-bottom: 19px;
	background: transparent url("../image/bg_button_search.png") no-repeat right bottom;
}

body:first-of-type div.searchArea {
	background: transparent url("../image/bg_button_search_safari.png") no-repeat right bottom;
}

div.buttonArea {
	display: block;
	float: left;
	width: 500px;
	height: 49px;
	margin-top: 10px;
	background: transparent url("../image/bg_button_reversing.png") no-repeat left bottom;
}

#introAmeba{
		background:url("../image/amebaicon.gif") no-repeat left center;
		padding-left:15px;
		margin-right:10px;

}

#otherBlog{
		background:url("../image/h1_icon.gif") no-repeat left center;
		padding-left:20px;
		margin-right:10px;

}
#closePopUp{
		background:url("../image/icon_delete.gif") no-repeat left center;
		padding-left:18px;
		margin-right:10px;
		cursor:pointer;
		text-indent:-9999px;

}


button {
	float: left;
	width: 29px;
	height: 29px;
	margin-right: 11px;
	border: none;
	cursor: pointer;
}

button.rep {
	background: transparent url("../image/button_rep.png") no-repeat left top;
}

button.stop {
	background: transparent url("../image/button_stop.png") no-repeat left top;
}

button.prev {
	background: transparent url("../image/button_prev.png") no-repeat left top;
}

button.next {
	background: transparent url("../image/button_next.png") no-repeat left top;
}

button.random {
	background: transparent url("../image/button_random.png") no-repeat left top;
}

button.random_on {
	background: transparent url("../image/button_random_on.png") no-repeat left top;
}

button.search {
	float: left;
	background: transparent url("../image/button_search.png") no-repeat left top;
}

div.youtube {
	float: left;
	width: 455px;
	height: 380px;
	margin-top: 14px;
	padding-left: 20px;

}

div.artistList {
	float: left;
	width: 455px;
	height: 380px;
	margin: 20px 0 0 20px;
}

* html div.artistList {
	margin: 20px 0 0 10px;
}

div.widget {
	width: 425px;
	height: 25px;
	padding: 0;
	background: transparent url("../image/bg_musiclist_bottom.png") no-repeat left bottom;
}

b,strong {
	font-style: inherit;
	font-weight: 700;
}

em,i {
	font-style: italic;
	font-weight: inherit;
}

h1 span,h2 span,h3 span,h4 span,button span {
	display: none;
}

h2,p.musicTitle,p.artistImage,dl.musicList dt,dl.musicList dd {
	float: left;
}





/*・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽ・ｽg・ｽﾝなゑｿｽ・ｽ・ｽ*/

#playList {
	float: right;
	width: 425px;
	height: auto;
	min-height:500px;
	background: transparent url("../image/bg_musiclist_head.png") no-repeat left top;
	padding: 25px 0;
}


#playList ul {
	background: transparent url("../image/bg_musiclist_middle.jpg") repeat-y left top;
	padding: 0 36px;
}


li#nowPlaying h3,li.songList h3 {
	font-weight: 700;
}


ul li.last {
	margin-bottom: 0;
	border: none;
}

li#nowPlaying {
	height: 90px;
	width: 345px;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 1px dashed #b8b8b8;
	background: transparent url(../image/background.gif);
}


li#nowPlaying img {
	width: 80px;
	height: 80px;
	border: 5px solid #fff;
	margin: 0 5px;
	padding: 0;
}

li.songList {
	position: relative;
	height: 70px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #b8b8b8;
}

li.songList img {
	margin-right:5px;
	height:60px;
	width:60px;
	cursor:pointer;
}

li#nowPlaying img,
li#nowPlaying h3,
li#nowPlaying p,
li.songList img,
li.songList h3,
li.songList p {
	display: block;
	float: left;
}


li#nowPlaying h3,
li#nowPlaying p,
li.songList h3,
li.songList p {
	width: 160px;
}


/*・ｽI・ｽ箋ゑｿｽﾄゑｿｽ・ｽﾈゑｿｽ・ｽ・ｽ・ｽﾌア・ｽC・ｽR・ｽ・ｽ*/



ul#songBox li.songList ul.funcBtn {
	display: block;
	position: absolute;
	right: -4px;
	bottom: 10px;
	background: none;
	margin: 0;
	padding: 0;
}

ul#songBox .songList ul.funcBtn li {
	float: left;
}

ul#songBox .songList ul.funcBtn li a {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

ul#songBox .songList ul.funcBtn li span {
	display: none;
}

ul#songBox li.songList ul.funcBtn li.ituneBtn a {
	background: transparent url("../image/icon_itune.gif") no-repeat left top;
}

ul#songBox li.songList ul.funcBtn li.amazonBtn a {
	background: transparent url("../image/icon_amazon.gif") no-repeat left top;

}

ul#songBox li.songList ul.funcBtn li.deleteBtn a {
	background: transparent url("../image/icon_delete.gif") no-repeat left top;
}

ul#songBox li.songList ul.funcBtn li.playBtn a {
	background: transparent url("../image/icon_play.gif") no-repeat left top;
}


/*・ｽI・ｽ箋ゑｿｽﾄゑｿｽ・ｽ・ｽﾆゑｿｽ・ｽﾌア・ｽC・ｽR・ｽ・ｽ・ｽ\・ｽ・ｽ*/


ul#songBox li#nowPlaying {
	position: relative;
}


ul#songBox li#nowPlaying ul.funcBtn {
	display: block;
	position: absolute;
	right: -30px;
	top: 15px;
	background: none;
	margin: 0;
	padding: 0;
}

* html ul#songBox li#nowPlaying ul.funcBtn {
	right: -30px;
	top: 12px;
}

*+html ul#songBox li#nowPlaying ul.funcBtn {
	right: -25px;
	top: 11px;
}

ul#songBox #nowPlaying ul.funcBtn li {
	clear: both;
	margin-bottom: 4px;
}

ul#songBox #nowPlaying ul.funcBtn li a {
	display: block;
	width: 100px;
	height: 16px;
	padding-left: 20px;
	margin-right: 4px;
	font-size: 75%;
	line-height: 1.7;
	_line-height: 1.9;
}

ul#songBox #nowPlaying ul.funcBtn li span {
	display: block;
}

ul#songBox li#nowPlaying ul.funcBtn li.ituneBtn a {
	background: transparent url("../image/icon_itune.gif") no-repeat left top;
}

ul#songBox li#nowPlaying ul.funcBtn li.amazonBtn a {
	background: transparent url("../image/icon_amazon.gif") no-repeat left top;

}

ul#songBox li#nowPlaying ul.funcBtn li.deleteBtn a {
	background: transparent url("../image/icon_delete.gif") no-repeat left top;
}

ul#songBox li#nowPlaying ul.funcBtn li.playBtn a {
	background: transparent url("../image/icon_play.gif") no-repeat left top;
}

        #suggest {
          position: absolute;
		  top:45px;
          background-color: #FFFFFF;
          border: 1px solid #CCCCFF;
          width: 202px;
		  z-index:100;
        }
        #suggest div {
          padding: 1px;
          display: block;
          width: 200px;
          overflow: hidden;
          white-space: nowrap;
		  z-index:100;
        }
        #suggest div.select{
          color: #FFFFFF;
          background-color: #3366FF;
        }
        #suggest div.over{
          background-color: #99CCFF;
        }
        #suggest strong{
          font-weight: bold;
        }




#HorizMenu {
	margin: 0;
	position: relative;
	width: 450px;
	height: 250px;
	background: #FFF;
	border: 1px solid #ededed;
	overflow:hidden;
}
#HorizMenu .nameList{
background:#CCC;
color:#31309C;
}
#VerticMenu a,
#HorizMenu a {
	text-decoration: none;
	color: white;
	background-color: #000;
	text-align: left;
	border: 1px solid white;
	overflow: hidden;
}
#VerticMenu a span,
#HorizMenu a span {
color:#FFFFFF;
font-size:1.2em;
font-weight:bold;
}

#loadingTxt{
text-align:center;

display:none;
}

ul#txtArtistList li{
margin-right:9px;
display:inline;
}

ul#txtArtistList li.size1{font-wight:blod; font-size:1.4em;}
ul#txtArtistList li.size2{font-wight:blod; font-size:2.1em;}



div#links{
margin:20px;
}

p#wikiQ{display:none;}

#main{
_width:450px;
_overflow:hidden;
}