@charset "utf-8";

/************************************************

	home.css 2010.03.19

	Copyright 2010 image All Rights Reserved.
	URL http://www.image.co.jp/

*************************************************/

html,body,#wrapper,#contents,#areaMain,#areaSwf{height:100%;}

html{overflow:hidden;}

/*==============================================*/
/* topicsDataBox
/*==============================================*/
#topics{
	position: absolute;
	width: auto; height: auto;
	top: 10px; right:1px;
	z-index:101;
	background:url(../img/topic_bg.gif) no-repeat;
	overflow:hidden;
	zoom:1;/*for IE*/
	height:75px;
}

#navTab{
	float:left;
	width:22px; height:75px;
	cursor: pointer;
	background:url(../img/nav/topic.gif) no-repeat;
	background-position:0 12px;
	text-indent:-9999px;
}

#navTab img{ margin-top:5px; border:0px solid #FFFFFF;}

#topics .topicsBox{
	float:left;
	overflow:hidden;
	zoom:1;/*for IE*/
	width:475px;
}

#topics .topicsBox dl{
	width:450px; height:55px;
	display:block;
	background:#FFFFFF;
	margin:10px 0;
	float:left;
	overflow:auto;
}

#topics .topicsBox dl dt{
	width: 5em;
	margin-left:5px;
}

#topics .topicsBox dl dd{
	margin-left:5.5em;
	padding-left:0.5em;
	border:solid #DDDDDD;
	border-width:0 0 0 1px;
}

.pickup a{ color:#FF3399 !important;}

/*==============================================*/
/* flashcontent
/*==============================================*/
#flashcontent{position: absolute; height:100%; z-index:0;}
#noScript{
	margin-left:234px;
	padding-top:148px;
	font-size:50px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#noScript a{
	text-decoration: none;
	color:#4d4d4d;
}
#imageTopLogo{ display:none; visibility:hidden;}

