@charset "utf-8";
/* CSS Document */

	

/* Begin Content */
#resource_visual {
	background: #ffffff url('../../images/contents_visual.jpg') no-repeat;
	width: 990px;
	height: 112px;
	margin: 0 auto;
	}

#content {
	width: 905px;
	padding: 6px 0 20px 40px;
    clear: both;
	}

#resource_title {
    width: 918px;
	height: 48px;
	background: url('../../images/resource/resource_title.png') no-repeat;
	margin-top: 5px;
    }	
/* End Content */





/* Begin Music */
#music_title {
    width: 107px;
	height: 48px;
	background: url('../../images/resource/music_title.png') no-repeat bottom right;
	margin-bottom: 15px;
    }	

.song_list {
    margin: 0 0 30px 0;
	background: url('../../images/works/works_bg.gif');
	}

.song_list_top {
    height: 15px;
	width: 905px;
	background: url('../../images/resource/song_list_top.gif');
	}

.song_list_bottom {
    height: 15px;
	width: 905px;
	background: url('../../images/resource/song_list_bottom.gif');
	}

.music_left {
    width: 260px;
	text-align: right;
	margin: 0 20px 0 0;
    float:left;
	}

.music_left h3 {
	color: #666633;
	}
	
.music_left p {
    line-height: 1.7;
	color: #666633;
	}
	
.music_left .song_title {
	background: url('../../images/resource/song_title_icon.gif') no-repeat;
    border-bottom: 1px dotted #999966;
	padding: 0 0 0 15px;
	}	

.music_right {
    width: 580px;
	margin: 30px 0 0 0;
	border-left: 1px solid #CCCC66;
    float:left;
	}

.music_right p {
    margin: 0 0 5px 0;
	padding: 0 20px 0 20px;
	}

	
.music_right p.add {
    padding-top: 15px;
	border: 0;
    text-align: right;
	clear: both;
	}
	
.song_list td {
    width: 230px;
    }
	
.song_list p.dl img {
    vertical-align: top;
	}
	
.song_list .dl_info {
	background: url('../../images/works/works_bg.gif');
	padding: 0 0 0 7px;
	}
/* End Music */



	
	
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */

