body {
	margin: 10px 0;
	font: normal 0.76em Arial;
	color: #505153;
	background: #e9ebea;
}

#container {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}

#header {
	height: 74px;
}

#header a#logo {
	float: left;
	background: url("../images/logo.gif") center center no-repeat;
	width: 188px;
	height: 68px;
}

#header a#logo span { display: none; }

#header #sitenavi {
	display: none;
}

#header #mainnavi {
	display: none;
}

#bar {
	display: none;
}

#content {
	width: 900px;
}

#cont {
	float: left;
	width: 680px;
	margin-right: 10px;
}

#cont #mainpic {
	width: 680px;
	height: 320px;
	margin-bottom: 10px;
}

#cont #mainpic img {
	width: 680px;
	height: 320px;
}

#cont #navi { display: none; }

#cont #maincont .lift {
	float: left;
	width: 160px;
	margin-right: 5px;
	padding-bottom: 10px;
	background: #f8f8f8;
}

#cont #maincont .wide {
	float: left;
	width: 325px;
	margin-right: 5px;
	padding-bottom: 10px;
}

#cont #maincont .lift img { width: 160px; }
#cont #maincont .wide img { width: 325px; }

#cont #maincont .last {
	margin-right: 0;
}

#sidebar {
	display: none;
}

#footer {
	display: none;
}

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

.left { float: left;}
.right { float: right;}

img.left { margin: 0 10px 0 0;}
img.right { margin: 0 0 0 10px;}
img.at {margin: 12px 0 6px 0;}