@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-size: 62.5%;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;

	background: #300 url(../img/bg.jpg) repeat-y center;
	line-height:1.4;
}

img {
	border: none;
	vertical-align:bottom;
	}
ul {
	padding-left: 2em;
}

#header h1 {
	margin:0;
}
#header ul {
	margin:0;
	padding:0;
}
#header li {
	float:left;
	width:192px;
	height:53px;
	margin:0;
	padding:0;
	list-style:none;
}
#header li a {
	display:block;
	width:192px;
	height:53px;
	text-indent:-10000em;
	overflow:hidden;
}
#header li#menu01 a {
	background:url(../img/tab01.jpg) no-repeat;
}
#header li#menu02 a {
	background:url(../img/tab02.jpg) no-repeat;
}
#header li#menu03 a {
	background:url(../img/tab03.jpg) no-repeat;
}
#header li#menu04 a {
	background:url(../img/tab04.jpg) no-repeat;
}
#header li#menu05 a {
	background:url(../img/tab05.jpg) no-repeat;
}
#header li#menu01 a:hover {
	background:url(../img/tab01_on.jpg) no-repeat;
}
#header li#menu02 a:hover {
	background:url(../img/tab02_on.jpg) no-repeat;
}
#header li#menu03 a:hover {
	background:url(../img/tab03_on.jpg) no-repeat;
}
#header li#menu04 a:hover {
	background:url(../img/tab04_on.jpg) no-repeat;
}
#header li#menu05 a:hover {
	background:url(../img/tab05_on.jpg) no-repeat;
}

#container { 
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	font-size:1.3em;
}
#mainContent { 
	float: left;
	width: 640px;
	padding: 0 15px 0px 20px;
	border-right:1px dotted #ccc;
} 
#mainContent h2 {
	color:#c00;
	border-bottom:3px solid #c00;
}
#mainContent h3 {
	padding-top:1em;
	border-top:1px dotted #ccc;
	border-bottom:2px solid #ccc;
	font-size:180%;
	font-weight:normal;
}
#mainContent p.songNavi {
	text-align:right;
	font-size:85%;
	margin:-4em 0 2em 0;
}

#sidebar {
	float: right;
	width: 250px;
	padding: 0px 20px 0 10px;
	font-size:85%;
	color:#666;
}
#sidebar h3 {
	clear:both;
	color:#300;
	}
#sidebar div#fairytaleDetail {
	margin: 0 0 4em 0;
	}
#sidebar div#fairytaleDetail p {
	clear:both;
	}
#sidebar ul.buyLink {
	margin: 0;
	padding: 0;
}
#sidebar ul.buyLink li {
	margin: 0 .5em .5em 0;
	padding: 0;
	list-style:none;
	float:left;
	width: 90px;
	height: 15px;
}
#sidebar ul.buyLink li a {
	display:block;
	width: 90px;
	height: 15px;
	text-indent:-10000em;
	overflow:hidden;
}
#sidebar ul.buyLink li.buyTower a {
	background:url(../img/btn_tower.png);
}
#sidebar ul.buyLink li.buyHmv a {
	background:url(../img/btn_hmv.png);
}
#sidebar ul.buyLink li.buyAmazon a {
	background:url(../img/btn_amazon.png);
}
#sidebar ul.buyLink li.buyItunes a {
	background:url(../img/btn_itunes.png);
}

#footer {
	clear:both;
	margin:30px 20px;
	padding-top:10px;
	border-top:1px dotted #ccc;
	font-size:85%;
	}


.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


