﻿@charset "utf-8";

/*------------------------------------------------------------------------------
ENCOREHOURS.NET - CSS Modules Import
URL: http://www.encorehours.net
Date: 2009-10-29
Copyright (C) ENCOREHOURS. All Rights Reserved.
------------------------------------------------------------------------------*/


/* ----------------------------------------

Content

---------------------------------------- */

body#Discography div.Work {
	width: 730px;
	float: left;
	background: url(../img/common/line_dot02.png) 0 bottom repeat-x;
}

body#Discography div.DiscoBoxLft01 {
	width: 365px;
	float: left;
	background: url(../img/common/line_dot03.gif) right 0 repeat-y;
	padding-bottom: 30px;
}

body#Discography div.DiscoBoxLft02 {
	width: 365px;
	float: left;
	background: url(../img/common/line_dot03.gif) right 0 repeat-y;
	padding: 30px 0;
}

body#Discography div.DiscoBoxRgt01 {
	width: 335px;
	float: left;
	padding-bottom: 30px;
	padding-left: 30px;
}

body#Discography div.DiscoBoxRgt02 {
	width: 335px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

body#Discography img.Jacket {
	float: left;
	margin-right: 30px;
}

body#Discography div.Detail {
	width: 160px;
	float: left;
}

body#Discography div.Detail h3 {
	margin-bottom: 7px;
}

body#Discography ol.DiscoBtn {
	float: left;
	height: 1%;
	text-align: left;
	margin-bottom: 10px;
}

body#Discography ol.DiscoBtn li {
	display: inline;
	margin-right: 5px;
}

body#Discography ol.DiscoDetail {
	color: #aaa;
	margin-bottom: 10px;
	font-size: 84.7%;
	clear: both;
}

body#Discography ul.SongList li {
	list-style-type: decimal;
	list-style-position: inside;
}

/* ----------------------------------------

Content

---------------------------------------- */

body#PopUp div#Wrapper {
	width: 550px;
	margin: 20px 20px 0;
}

body#PopUp div#Wrapper h1 {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(../img/common/line_dot02.png) 0 bottom repeat-x;
}

body#PopUp div#Wrapper p {
	margin: 0 0 10px;
	font-size: 77%;
	color: #999;
}

body#PopUp div#Wrapper p#Copyright {
	margin-top: 5px;
	padding-top: 10px; 
	font-size: 77%;
	color: #999;
	background: url(../img/common/line_dot02.png) 0 top repeat-x;
}

