@charset "UTF-8";/* ============================================================ * www.creative-id.net * index.css * * copyright : creative iD * author    : creative iD ============================================================ *//* * layout */body {}#top-flash {	width: 100%;	height: 100%;	overflow: hidden;	position: absolute;	left: 0;	top: 0;}#container {	position: relative;}#container #container-inner {	position: absolute;	z-index: 50;	left: 25px;}h1#logo {	position: relative;	width: 344px;	height: 110px;	/*margin-bottom: 22px;*/	background: url(../img/index_logo.png) no-repeat;	opacity: 0.8; filter: alpha(opacity=80); -ms-filter: "alpha(opacity=80)";}#recent-update {	width: 100%;	margin-left: 4px;}#recent-update #works {	float: left;	width: 150px;	margin-right: 20px;	display: inline;}#recent-update #mycarousel {	margin-left: 2px;}#recent-update #news {	float: right;	width: 600px;	padding: 0;}#recent-update #news #news-inner {}#recent-update #news #news-inner dl {}#recent-update #news #news-inner dl dt {	font-size: 12px;	font-weight: bold;	line-height: 1.6;	margin-bottom: 4px;	color: #8c9499;}#recent-update #news #news-inner dl dd {	font-size: 12px;	line-height: 1.6;	margin-bottom: 4px;	color: #8c9499;}#footer {	clear: both;	padding-top: 15px;}p#copyright {	position: relative;	z-index: 25;	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	line-height: 1.4;	color: #a3b3bb;	margin: 0;}/* * clear */#recent-update, #recent-update #news #news-inner dl {	display: inline-block;}#recent-update:after, #recent-update #news #news-inner dl:after {	clear: both;	display: block;	content: "";}