@charset "utf-8";
/* CSS Document */

/* * * * * * * 
*    NEWS    *
* * * * * * */


/* NEWSDETAILSEITE */

#genrefinder IMG {
	border: 0px;
}
#column-right H2 {
	color: #00b4ff;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
	#column-right H4 {
		font-size: 16px;
		color: #ecc576;
		border: 0px;
		margin: 0px;
		padding: 0px;
		margin-bottom: 0px;
	}
	#column-right #news-date {
		margin-bottom: 15px;
	}
#column-right #news-img{}
#column-right #news-img IMG {
	max-width: 475px;
	margin-bottom: 10px;
}





/* HOMEPAGE */

#newslist {
	width: 300px;
}
	#newslist-header {
		background-image: url(../gif/news/newslist-header.png);
		background-repeat: no-repeat;
		width: 300px;
		height: 29px;
	}
		#newslist-header H1,
		#newslist-header H1 A {
			padding: 0px;
			border: 0px;
			font-size: 14px;
			color: #FFFFFF;
			margin-left: 7px;
			margin-top: 5px;
			position: absolute;
			text-decoration: none;
			cursor: pointer;
		}
	.newslist-item {
		background-image: url(../gif/news/item.gif);
		background-repeat: no-repeat;
		width: 300px;
		height: 88px;
	}
		.newslist-item A {
			display: block;
			text-decoration: none;
			cursor: pointer;
		}
		.newslist-img {
			width: 100px;
			height: 83px;
			margin-left: 1px;
			margin-top: 0px;
			position: absolute;
			overflow: hidden;
		}
			.newslist-img IMG {
				position: relative;
				top: -15px;
				width: 100px;
				border: 0px;
			}
		.newslist-text {
			width: 180px;
			height: 72px;
			margin-left: 107px;
			margin-top: 6px;
			position: absolute;
			overflow: hidden;
		}
			.newslist-text H2,
			.newslist-text H2 A {
				margin: 0px;
				padding: 0px;
				border: 0px;				
				font-size: 14px;
				font-weight: bold;
				line-height: 15px;
				color: #eac87b;
				text-decoration: none;
			}
			.newslist-text P,
			.newslist-text P A {
				margin: 0px;
				padding: 0px;
				border: 0px;				
				font-size: 12px;
				color: #FFFFFF;
				text-decoration: none;
			}
			
			.newslist-body {
				display: none;
			}
			
/* HOMEPAGE */
