@charset "UTF-8";

/* common ------------------------------------------------------------------ */

img {
	margin: 0px;
}

a img {
    border-style:none;
}

p {
	font-size: 12px;
	line-height: 133%;
}

#wrapper {
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
}

fieldset {
margin: 0px;
padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
} 

/* head --------------------------------------------------------------------------- */

#head {
	width: 900px;
}

#headimage {
	float:left;
	display:block;
	background-color: #032A35;
	margin: 0px;
	width:900px;
	height:47px;
	background-image: url(img/headimage.gif);
	padding: 0px;
}

#headimage ul {
	float:left;
	display:block;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 350px;
	width: 550px;
	height: 35px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#headimage li {
	float:left;
	margin-right: 12px;
}
#headimage li input{
	background-color: #032A35;
	color:white;
	margin: 0px;
	padding: 0px;
}

#headmenu {
	background-image: url(img/headmenu.gif);
	float:left;
	display:block;
	margin:0;
	padding:0;
	background-color: #000000;
	height: 115px;
	width: 900px;
}

#headmenu #head-copy {
    background-color: black;
	float:left;
    margin: 0px;
    width: 215px;
	height: 115px;
}
#headmenu #head-navi{
	float:right;
	width:585px;
	height: 66px;
	background-color: black;
	text-indent:-9999px;
	padding: 0px;
	margin-top: 49px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#headmenu #head-navi ul{
    margin:0px;
    padding:0px;

}
#headmenu #head-navi li{
    float:right;
    margin:0px;
    padding:0px;
    text-indent:-9999px;
    list-style-position:outside;
}
#headmenu #head-navi a{
    height:66px;
    display:block;
}


#head-browse a{
    background:url(/images/static/btn_browse.png) no-repeat 0 0;
    width:172px;
}

#head-shopping a{
    background:url(/images/static/btn_shopping.png) no-repeat 0 0;
    width:172px;
}

#head-recommended a{
    background:url(/images/static/btn_recommended.png) no-repeat 0 0;
    width:322px;
}


#browse-inner{
    float:left;
    display:block;
    width:900px;
    height:303px;
    background-color: black;
}

#browse-title{
    float:left;
    width:182px;
    padding:20px 17px;
}
#browse-body{
    float:left;
    padding:20px 0px;

}
/* category --------------------------------------------------------------------------- */

#category{

}
#category-inner{
    clear:both;
    padding-top:15px;
}

.category-list{
    background:url(/images/static/hr.png) repeat-x ;
    margin-top:15px;
    padding:15px 5px 5px 5px;
	background-color: #F6F4EC;
}
.category-mainlist{
	display:block;
	float:left;
	width:280px;
	height:auto;
	padding-top:15px;
	margin-left:10px;
	margin-right:5px;
	margin-bottom: 12px;
	padding-bottom: 15px;
	background-color: #F6F4EC;
	background-image: url(/images/static/hr.png);
	background-repeat: repeat-x;
}

#category-shopping{
    float:left;
    background:url(/images/static/hr.png) repeat-x ;
    margin-left:10px;
    padding-top:15px;
    padding-bottom:15px;
    width:870px;
}
.category-shopping-list {
    display:block;
    float:left;
    width:270px;
    height:auto;
    padding:5px;
}

#category-item-backnumber{
    background:url(/images/static/category_music.png) no-repeat 0 0;
    text-indent:-9999px;
    width:272px;
    height:55px;
}
#category-item-live{
    background:url(/images/static/category_live.png) no-repeat 0 0;
    text-indent:-9999px;
    width:272px;
    height:55px;
}
#category-item-artist{
    background:url(/images/static/category_artist.png) no-repeat 0 0;
    text-indent:-9999px;
    width:272px;
    height:55px;
}

#category-item-shopping{
    display:block;
    background:url(/images/static/category_shopping.png) no-repeat 0 0;
    text-indent:-9999px;
    width:272px;
    height:55px;
}


.widget-list,
.archive-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}

.widget-list .widget-list {
    margin-left: 15px;
}

.widget-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
    display:block;
    clear:both;
}
.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

/* page --------------------------------------------------------------------------- */

#page {
	width: 900px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
/* page --------------------------------------------------------------------------- */

#left {
	width: 280px;
	float: left;
}
#right {
	width: 600px;
	float:right	
}
#right p {
	font-size: 16px;
	line-height: 177%;
}
#right .title {
	font-size: 16px;
	font-weight: bold;
	padding: 12px;
	background-color: #F6F4EC;
	background-image: url(/images/static/hr.png);
	background-repeat: repeat-x;
}
