@import url(reset.css);

body {
	font-family: verdana, arial, helvetica, sans-serif;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

#container {
	width: 820px;
	margin: auto;
	border-top: 15px solid #ebc248;
}

#header {
	margin-top: 15px;
	position: relative;
	margin-bottom: 10px;
}
#header h1 a {
	display: block;
	height: 335px;
	background: url(../img/main_head.jpg) no-repeat;
	text-indent: -9000px;
	height: 335px;
}
#header h1.sushi a {
	background: url(../img/sushi/header.jpg) no-repeat;
	height: 280px;
}
#header h2 {
	position: absolute;
	top: 0;
	text-indent: -9000px;
}

#content h3 {
	height: 50px;
	background: url(../img/h3_long.gif);
	overflow: hidden;
	color: #362813;
	font-size: 20px;
	line-height: 64px;
	padding-left: 60px;
	margin-bottom: 10px;
}

.main {
	float: left;
	width: 520px;
}
.main h3 {
	background: url(../img/h3_long.gif) no-repeat;
}
.main p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
.main h4 {
	border-bottom: 1px solid #618b55;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 10px;
}
.main a {
	color: #3ca928;
}


.sidebar {
	float: right;
	width: 250px;
}
#content .sidebar h3 {
	background: url(../img/h3_short.gif) 0% 100%no-repeat;
}

#footer {
	background: #ebc248;
	color: #777;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin-top: 30px;
}
#footer a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.miyaimg {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.flvholder {
	width: 250px;
	height: 187px;
	background-color: #444;
	margin-bottom: 20px;
}

a.lineup_but {
	width: 192px;
	height: 64px;
	display: block;
	background-image: url(../img/dvdlineupbut.jpg);
	margin-left: 27px;
	margin-bottom: 15px;
	text-indent: -9000px;
}
a.lineup_but:hover {
	background-position: 0% 100%;
}

a.profile_but {
	width: 199px;
	height: 81px;
	display: block;
	background-image: url(../img/profilebut.jpg);
	margin-left: 20px;
	margin-bottom: 20px;
	text-indent: -9000px;
}
a.profile_but:hover {
	background-position: 0% 100%;
}

.lineup .item {
	margin-bottom: 20px;
}
.lineup h4 {
	background: url(../img/green_arrow.gif) 1% 56% no-repeat;
	padding-left: 25px;
}
.lineup img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

a.backhome {
	display: block;
	margin: 10px auto;
	margin-top: 30px;
	width: 148px;
	height: 33px;
	background-image: url(../img/backbut.gif);
	text-indent: -9000px;
}
a.backhome:hover {
	background-position: 0% 100%;
}

div.price1500 {
	width: 229px;
	height: 33px;
	margin-left: 130px;
	margin-bottom: 10px;
	background: url(../img/price1500.gif) no-repeat;
	text-indent: -9000px;
}

b {
	color: #ccc;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 10px;
	margin-left: 10px;
}
