@charset "euc-jp";
*{
	margin:0;
	padding:0;
	font-style: normal;
	text-decoration: none;
	font-size: 12px;
}

ul,ol,li{
	list-style:none;
}

img{
	border:none;
}

h1,h2,h3,h4,h5,h6,h7{
	font-weight: bold;
	font-size: 100%;
}

.floatright{float:right;}
.floatleft{float:left;}
.right{text-align:right;}
.left{text-align:left;}

.b{font-weight:bold;}


/*-----------------------基本レイアウト
*/

body{
	text-align:center;
	color:#666666;
}

a{
	color: #666666;
	font-weight:bold;
}

a:hover{
	color:#1cacc6;
}

#container {
	width: 800px;
	margin:0 auto;
	text-align:left;
}

#header{
	padding:30px 0;
}

#main {
	background-color: #FFFFFF;
	overflow: hidden;
}

#menu{
	width: 100px;
	float: left;
}

#containts{
	width: 700px;
	float: left;
}

#footer{
	padding:30px 0;
}

/*-----------------------メニューnavi
*/

#menu .navi a{
	font-weight:bold;
	font-size:14px;
}

#menu .navi li{
	margin:0 0 10px 0;
}



/*-----------------------エンターページ
*/
#enterPage #header,
#enterPage #main{
	text-align:center;
}



#enterPage p.enterBtn{
	width:90px;
	margin:20px auto;
}

#enterPage .enterBtn a{
	display:block;
	background: url(../images/btn_enter.gif) no-repeat left top;
	width:90px;
	height:20px;
	text-indent:-9999px;
}

#enterPage .enterBtn a:hover{
	background: url(../images/btn_enterRO.gif) no-repeat left top;
}

/*-----------------------音人旅紹介ページ
*/
body#otonatabi{
	background-color: #501333;
	color: #ffffff;
}

body#otonatabi #main{
	background-color: #501333;
}

body#otonatabi a{
	color: #ffffff;
}
body#otonatabi a:hover{
	color: #cccccc;
}

body#otonatabi h1{
	font-size:14px;
}

/*-----------------------知恵蔵知恵蔵ページ
*/
body#chiekura,
body#chiekura #main{
	background:#000000;
	color:#666666;
}
body#chiekura h1{
	font-size:14px;
}

body#chiekura a:hover{
	color:#990000;
}

/*-----------------------CDページ
*/
.cdJacket,.cdDetail{
	overflow:hidden;
}
.cdJacket img{
	float:left;
	margin:0 0 20px 0;
}
.cdComment{
	padding:120px 0 0 20px;
	float:left;
}

.cdDetail{
	overflow:hidden;
}
.cdDetailLeft{
	width:350px;
	float:left;
	padding:20px 0 0 0;
}
.cdDetailRight{
	width:330px;
	float:left;
	padding:20px 0 0 20px;
}

/*-----------------------スケジュールページ
*/
.date{
	font-weight:bold;
	color:#1cacc6;
}