@charset "utf-8";
html, body, ul, li, a, a img, embed, object, table, tr, th, td, form, input, label, textarea {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
html, body {
	font: 0.85em/1.1em Helvetica, Arial, sans-serif;
	color: #ccc;
	background: #fff;
}
body {
	padding-top: 20px;
}
a {
	color: #bcbec0;
	text-decoration: none;
}
a:hover, a.active {
	color: #333;
}
li {
	list-style: none;
}
li.link {
	margin-top: 4px;
}
li a {
	line-height: 1.2em;
}
input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	width: 200px;
	background: none;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2px;
	text-decoration: none;
}
textarea {
	overflow: auto;
}
label, #submit {
	color: #ccc;
	width: 80px;
	background: none;
}
th, label {
	color: #ccc;
	font-weight: normal;
	text-align: right;
}
label {
	padding-right: 10px;
}
#container {
	position: relative;
	background: #899395 url(../img/bg_home.jpg) no-repeat center top;
	width: 850px;
	height: 535px;
	margin: 0 auto;
	border: 1px solid #666;
}
#nav {
	position: relative;
	width: 100px;
	top: 218px;
	left: 68px;
}
#nav a {
	font: bold 34px/28px "Learning Curve", Helvetica, Arial, sans-serif;
	width: 100px;
}
#contents {
	position: absolute;
	right: 21px;
	top: 25px;
	width: 273px;
}
.see li {
	font-size: 90%;
	color: #333;
	font-weight: normal;
}
.see li li {
	font-size: 100%;
	color:	#fff;
	font-weight: normal;
}
.see li ul {
	margin-bottom: 7px;
}
.see a, .see .link {
	color: #bcbec0;
}
.see a:hover{
	color: #333;
}
.see .date {
	display: block;
	float: left;
	width: 20px;
	font-weight: normal;
	padding-right: 7px;
}
.city {
	display: block;
	float: left;
	width: 40px;
	padding-right: 7px;
}
.links {
	 margin-top: 40px;
}
.list {
	margin-top: 20px;
}
.list a {
	color: #ccc;
}
.list a:hover, .list a.active {
	color: #333;
}
.write {
	margin-top: 120px;
}
ul.links li a {
	color: #ccc;
}
ul.links li a:hover {
	color: #333;
}
.song {
	display: block;
	vertical-align: bottom;
	height: 370px;
}
.song #img_container {
	position: relative;
	display: block;
	vertical-align: bottom;
	height: 263px;
}
.song #img_container img {
	position: absolute;
	bottom: 0;
	vertical-align: bottom;
	width: 250px;
}
.credit {
	vertical-align: bottom;
	display: block;
	width: 250px;
	text-align: right;
	padding: 0;
	margin: 0;
}
#film {
	vertical-align: bottom;
	display: block;
	width: 260px;
	height: 195px;
	margin-top: 70px;
}
#film_title {
	vertical-align: bottom;
	color: #fff;
	display: block;
	width: 260px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: bold;
}
#film_description {
	vertical-align: bottom;
	display: block;
	width: 260px;
	padding-top: 0;
	margin-top: 0;
}