*{
	margin: 0;
	padding: 0;
}

body{
	background:#F8F8F8;
	color: #666;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
}
a{
	text-decoration: none;
	color: #930;
}

a:focus{
	outline: none;
}

#container{
	width: 960px;
	margin: 0 auto;
}

#title{
	width: 960px;
	height: 461px;
	background: url(/images_main/title.png) #F8F8F8 center top;
	text-indent: -10000px;
}
#cd,#goods{
	width: 960px;
	background: url(/images_main/bg.png) repeat-y;
	/*background-color: red;*/
	padding-top: 10px;	
}
#cd_box,#goods_box{
	width: 810px;
	/*background-color:purple;*/
	margin: 0 auto;
}
#cd_box p{
	padding: 3px;
}
#cd_left{
	float: left;
	width: 278px;
	/*background: blue;*/
}
#cd_right{
	float: right;
	width: 510px;
	/*background: green;*/
}
.sound_list a{
	width: 510px;
	display: block;
	height: 28px;
	border-bottom: 1px dotted #666;
	font-size: medium;
	font-weight: bold;
	line-height: 28px;
	
}
.sound_list a:hover{
	background: url(/images_main/sound_list_bg.png);
}

#onstreet_box{
	width: 810px;
	/*background-color:lime;*/
	margin:0 auto;
	height: 40px;
	margin-top: 10px;
}

#cd:after,#cd_box:after,#goods:after,#goods_box:after { content: url(/images_main/pixel.gif); display: block; clear: both; height: 0; } 
#cd:after,#cd_box:after,#goods:after,#goods_box:after { display: inline-block; } 
#cd:after,#cd_box:after,#goods:after,#goods_box:after { display: block; }

.sound_title{
	float: left;
	width: 410px;
	padding-left: 5px;
	/*background-color: fuchsia;*/
}
.btn_sample{
	float: right;
	width: 80px;
	text-indent: -10000px;
	background: url(/images_main/btn_sample.png) left no-repeat;
	height: 28px;
}

#sound_list:after { content: url(/images_main/pixel.gif); display: block; clear: both; height: 0; } 
#sound_list { display: inline-block; } 
#sound_list { display: block; }

#onstreet_left{
	float: left;
	font-size: x-large;
	font-weight: bold;
	color: red;
	
	line-height: 40px;
	letter-spacing:3px;
	height: 40px;
}
#subtext{
	text-decoration: none;
	color: #666;
	font-size: small;
	line-height: 40px;
	
}
#onstreet_right a{
	float: right;
	
	text-indent: -10000px;
	background: url(/images_main/btn_buy.png) left top no-repeat;
	width: 142px;
	height: 40px;
	display: block;
}

.redbox{
	height: 30px;
	font-size:large;
	background-color: red;
	color: white;
	padding: 3px;
	margin-right: 5px;
	line-height: 30px;
}
h1{
	font-size: medium;
	font-weight: bold;
	color: black;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
#goods_left{
	float: left;
	width: 357px;
	/*background: blue;*/
}
#goods_right{
	float: right;
	width: 431px;
	/*background: green;*/
}
#copy{
	width: 960px;
	text-align: center;
	font-size: smaller;
}
