@charset "UTF-8";

/*
------------------------------------------------------------
Basic CSS file
2009.07.29
------------------------------------------------------------
*/

/* 00 : Universal Reset + Basic style
==========================================================*/
* {
	margin:0;
	padding:0;
	font-size:100%;
	font-weight:normal;
	text-decoration:none;
	background:transparent;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",verdana,"メイリオ",Meiryo,Osaka,Arial,sans-serif;
}

body {
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
	color:#e8e8e9;
	background:#19191b;
}

a { color:#01aee1; }
a:hover { color:#ff9c01; }

img {
	border:0;
	vertical-align:bottom;
}
p {
	line-height:1.5em;
}
dt,dd{
	line-height:2.0em;
}
ul,dl,ol{
	list-style-type:none;
	list-style-position:outside;

}
h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	line-height:1.0;
}


/* 01 : Site Layout
==========================================================*/
#Wrapper {
	text-align:left;
	width:530px;
	height:200px;
	line-height:1.0em;
	background:#19191b url(../images/musie_top/bg_bottom.jpg) no-repeat left bottom;
}

#Contents {
	width:530px;
	margin:0 0 0 0;
	line-height:1.6em;
}
#Contents:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#Contents { display: inline-block; }

/* exclude MacIE5 \*/
* html #Contents{ height: 1%; }
#Contents { display:block; }
/* end MacIE5 */

#header{
	width:530px;
	height:58px;
	background:url(../images/musie_top/blue_line530.jpg) no-repeat left bottom;	
}

#header h1{
	float:left;
}

#header p{
	margin:5px 15px 0 0;
	float:right;
}

#pickUp{
	margin:0px 0 0 30px;
}

#pickUp li{
	width:89px;
	margin-right:35px;
	font-size:10px;
	text-align:center;
	float:left;
	background:url(../images/musie_top/imgBg89.jpg) no-repeat left top;	
}

#pickUp li img{
	padding:5px 0 0 0px;
}

#pickUp li p{
	padding:8px 0 0 0px;
}

#update{
    margin-right:15px;
	float:right;
	}

