/**/

*{
	margin:0;
	padding:0;
}

html {
	overflow-x: hidden;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#cccccc;
	scrollbar-darkshadow-color:#cccccc;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
}


body {
	margin:0;
	padding:0;
	background:#000000;
	color:#444444;
	font-size:0.8em;
}

.new{
	margin: 0 0 8px 0;
	width:500px;
	height:47px;
	background:url(../../img/index/iframe/ttl_h2new.gif) no-repeat left top #000000;
	text-align:right;
}

.present{
	margin: 0 0 10px 0;
	width:500px;
	height:38px;
	background:url(../../img/index/iframe/ttl_h2pre.gif);
	text-align:right;
}

.guest{
	margin: 0 0 10px 0;
	width:500px;
	height:38px;
	background:url(../../img/index/iframe/ttl_h2guest.gif);
	text-align:right;
}


.news-release{
	margin: 0 0 10px 0;
	width:500px;
	height:38px;
	background:url(../../img/index/iframe/ttl_h2release.gif);
	text-align:right;
}


.news-blog{
	margin: 0 0 10px 0;
	width:500px;
	height:38px;
	background:url(../../img/index/iframe/ttl_h2blog.gif);
	text-align:right;
}


.box {
	background:#ffffff;
	width:500px;
}


ul {
	padding:10px;
	background:#ffffff;
	list-style:none;
}

li {
	padding:5px 5px 5px 25px;
	border-bottom:1px solid #cccccc;
}


.li-new{
	background:url(../../img/index/iframe/icon_new.gif) no-repeat center left;
}

.li-release{
	background:url(../../img/index/iframe/icon_release.gif) no-repeat center left;
}

.li-guest{
	background:url(../../img/index/iframe/icon_guest.gif) no-repeat center left;
}

.li-blog{
	background:url(../../img/index/iframe/icon_blog.gif) no-repeat center left;
}



.hidden {
	display: none;
}

.clear {
	clear:both;
}


	a:link {
		color:#444444;
		text-decoration: none; 
	}
	
	a:visited {
		color:#444444;
		text-decoration: none; 
	}
	
	a:hover {
		color:#0066CC;
		text-decoration: none; 
	} 