body {
	font-family: "Lucida Grande","Lucida Grande",verdana;
	font-size: 12px;
	font-weight: lighter;
	color: white;
	margin: 0px;
	padding: 0px;
	background-color: black;
}

table {
	font-family: "Lucida Grande",verdana;
	font-size: 12px;
	color: #ccc;
}

a {
	color: #959EF0;
	text-decoration: none;
	font-size:11px;
}
a:hover {
	color: #FF80FF;
	text-decoration: underline;
}

a.link {
	color: #FF80FF;
	font-size: 10px;
}

a.link:hover {
	color: #c0ffff;
}

#left_block {
	width: 200px;
	float: left;
	border: solid 1px black;
	padding: 5px;
}

#right_block {
	width: 558px;
	float: right;
	border-left: dashed 1px white;
	padding: 5px 10px;
}

#news_block {
	width: 800px;
	padding: 5px;
	margin: 20px 0px;
	border-top: solid 1px #909090;
	border-bottom: solid 1px #606060;
	background-color: #202020;
	color: #00FF00;
}

#bottom_block {
	width: 800px;
	float: left;
	font-family: "Lucida Grande",verdana;
	font-size: 10px;
	padding: 20px 10px;
	color: #676767;
}

#subTitle {
	font-family: Garamond;
	font-size: 15px;
	font-weight: bold;
	color: yellow;
	text-decoration: underline;
	padding-bottom: 10px;
}

#smallTitle {
	font-family: "Lucida Grande",verdana;
	font-size: 12px;
	color: #ffff80;
	font-style: italic;
	padding-bottom: 10px;
	padding-left: 20px;
}

#smallTitleEn {
	font-family: "Lucida Grande",verdana;
	font-size: 12px;
	color: #ffff80;
	font-style: italic;
	padding-bottom: 10px;
	padding-left: 20px;
}

.lev1menu {
	padding:0px 0px 8px 0px;
}

.lev2menu {
	padding:0px 0px 8px 0px;
	padding-left: 17px;
}

.content {
	font-family: "Lucida Grande",verdana;
	color: #ccc;
	line-height: 20px;
}

.title01 {
	color: #8080ff;
}

.title02 {
	color: white;
}

.cusTitle {
	font-size: 12px;
	color: #ADBB04;
}

.listDetail {
	font-size: 12px;
}

.secondline {
	background-color: #282828;
}

.lightboxGif {
	margin: 1px;
	border: solid #ffffc0 2px;
}

.imageOver {
	cursor: pointer;
	border: solid 1px white;
}

.imageOut {
	cursor: pointer;
	border: solid 1px #303030;
}

