@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: 68px;
	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: 430px;
	height: 48px;
	margin-left: 30px;
	background: transparent url("../image/logo_repeat.png") no-repeat center top;
}

h1 a{
position:absolute;
	z-index:1000;
	display:block;
	height:48px;
	width:430px;
}

#header p {
	display: block;
	width: 450px;
	margin-left: 30px;
}

#header p.bannerArea a {
	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;

	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;
}



h1 span,h2 span,h3 span,h4 span,button span {
	display: none;
}

div#headerNavi{

	width: 865px;
	height: auto;
	padding: 5px 17px 0;


}
div#headerNavi ul{
height:32px;
width:865px;

}
div#headerNavi ul li{
float:left;
height:31px;

}

div#headerNavi ul li a{
display:block;

text-indent:-9999px;
height:31px;
width:70px;
}

div#headerNavi ul li.top a{background:url(../image/btn_top.gif) no-repeat;width:73px;}
div#headerNavi ul li.year2010 a{background:url(../image/btn_10.gif) no-repeat;width:130px;}
div#headerNavi ul li.artist a{background:url(../image/btn_artist.gif) no-repeat;width:87px;}
div#headerNavi ul li.generation a{background:url(../image/btn_generation.gif) no-repeat;width:132px;}
div#headerNavi ul li.genre a{background:url(../image/btn_genre.gif) no-repeat;width:85px;}
div#headerNavi ul li.bookmarks a{background:url(../image/btn_bookmarks.gif) no-repeat;width:131px;}
div#headerNavi ul li.blogparts a{background:url(../image/btn_blogparts.gif) no-repeat;width:118px;}
div#headerNavi ul li.waqsjp a{background:url(../image/btn_waqs.gif) no-repeat;width:109px;}

div#headerNavi ul li a:hover{background-position: 0 -31px;}


div#main{
float:left;
width:550px;

padding:10px 15px;
}
div#side{
margin-top:15px;
float:left;
}

div#main ol.topicPath{
height:25px;
}
div#main ol.topicPath li,h2{
display:inline;
}


div#movieArea{
border:solid 1px #bcbcbc;
background:#edeaea;
padding:10px;
width:530px;
}

div#songInfo{
position:relative;
margin-bottom:10px;
}

div#songInfo dl{
margin-left:27px;
}

div#songInfo dt{

float:left;
width:140px;
}
div#songInfo dd{
font-size:1.8em;
position:relative;
}

div#movieArea object{
margin:0 30px;
}

div#movieArea embed{
_margin:0 30px;
}

#centerAd{
margin:0 30px;
}

div#songInfo dd.artistlink{
position:absolute;
clear:both;
top:100px;
text-align:right;
margin-left:0;
width:440px;
font-size:1em;
}


div#songInfo dt a img{
height:120px;
width:120px;
border:solid 2px #FFFFFF;
}
div#recommendLink ul{


}
div#recommendLink li{
float:left;
width:110px;
height:130px;
text-align:center;
}

div#recommendLink li dt{
float:left;
width:95px;

}

div#recommendLink li img{
height:90px;
width:90px;
}

ul#otherSongs{
	width:300px;
	
}
ul#otherSongs li{
height:80px;
padding:10px;
border:solid 1px #bcbcbc;
background:#edeaea;
margin-bottom:3px;
}
ul#otherSongs li dt{
float:left;
position:relative;
width:70px;

}

ul#otherSongs li dt a img{
width:60px;
height:60px;
}

div#generationLinks{
width:250px;
}

h3#recommend{
	
	padding:10px;
	font-size:1.3em;
	}

h3#other{
text-indent:-9999px;
background:url(../image/other.gif) no-repeat scroll 0 0;
width:300px;
height:30px;
margin-bottom:10px;
}

div#popUpBox{
display:none;
background:#ff7b00;
padding:5px;
height:140px;
width:240px;
top:0;
left:0px;
position:absolute;
}
div#popUpBox a{
color:#FFFFFF;
line-height:1.1;

}
