body {
	font-family: Verdana, Helvetica, sans-serif;
	margin-top: 50px;
	font-size: 12px;
	overflow:-moz-scrollbars-vertical;
	background: #000000;
	color: #A6A6A6;
}
body a{
	text-decoration: underline;
	color: #A6A6A6;
}
body a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
img {
	border: 0px none;
}
div {
	overflow: hidden;
}
.main {
	margin: 0px auto;
	width: 756px;
}
.header {
	background: url('layout/line.gif') repeat-x;
}
.header div {
	float: left;
}
.header .logo {
	margin-right: 90px;
}
.header .menu {
	margin-top: 14px;
	text-align: center;
	width: 92px;
	height: 8px;
}
.header .menu .n {
	margin-top: -8px;
}
.images {
	width: 756px;
	padding-bottom: 10px;
}
.images div, .contents .tr div {
	float: left;
}
.contents .tl div {
	float: right;
}
.images div, .contents .tl div, .contents .tr div {
	border: 1px solid #A6A6A6;
	margin: 1px;
}
.images img,  .contents img, .contents img {
	width: 80px;
	height: 120px;
}
.contents {
	width: 758px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contents .title {
	float: left;
	width: 370px;
	font-size: 24px;
}
.contents .title b, .contents .tr h1 b,  .contents .tl h1 b  {
	color: #FFFFFF;
}
.contents .title, .contents .tl {
	float: left;
}
.contents .tr {
	float: right;
}
.contents .tr, .contents .tl, .contents .title {
	width: 370px;
}
.contents .tr, .contents .tl {
	line-height: 17px;
}
.contents .tr h1, .contents .tl h1 {
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0px;
}
.footer {
	border-top: 1px solid #A6A6A6;
	padding-top: 5px;
	padding-bottom: 10px;
	text-align: right;
	font-size: 10px;
}