
/*---------------------------- トップページ ----------------------------*/
#top #content{
	margin:0 0 50px;
	width:850px;
	float:none;
}
#top #header{
	margin-bottom:25px;
}
#top #mainimg{
	position:relative;
	width:850px;
	margin:5px 0 30px;
}
#top #mainimg img{
	float:left;
	display:block;
	width:850px;
}
#top .section{
	float:left;
	width:450px;
	margin-right:50px;
}
#top #news h2{
	background:url(../images/top/news.png) no-repeat;
	overflow:hidden;
	text-indent:-1000em;
	width:79px;
	height:15px;
	margin:0 0 10px;
}
#top #news ul{
	background:url(../images/common/dot.png) repeat-x;
	margin:0 0 10px 0;
	padding:1px 0 0 0;
}
#top #news ul li{
	line-height:1.8;
	padding:5px 0 10px;
	background:url(../images/common/dot.png) repeat-x 0 100%;
}
#top #news ul li:hover{
	background-color:#f7f7f7;
}
#top #news ul li .time{
	float:left;
	width:60px;
	font-size:11px;
	margin-right:20px;
	color:#666;
}
#top #news ul li p{
	float:left;
	width:360px;
}
#top #news ul li a{
	display:block;
	color:#000;
	text-decoration:none;
	background:none;
}
#top #news ul li a:hover{
	color:#888;
}
#top #news p.all {
	font-weight:bold;
	margin-bottom:40px;
}
#top #news p.all a{
	color:#333;
}
#top #news p a:hover{
	color:#999;
}
#top #pickup{
	float:left;
	width:350px;
}
#top #pickup a{
	display:block;
	text-indent:-1000em;
	overflow:hidden;
}
#top #pickup .day{
	background:url(../images/top.pickup_)
}
#top #pickup .about{
	background:url(../images/top/pickup_button.png) no-repeat;
	width:350px;
	height:55px;
	margin-bottom:20px;
}
#top #pickup .about:hover{
	background-position:-350px 0;
}
#top #pickup .event:hover{
	background-position:-350px -58px;
}
#top #pickup .support{
	float:left;
	margin-right:10px;
	background:url(../images/top/button_support.png) no-repeat;
	width:170px;
	height:101px;
}
#top #pickup .with{
	clear:both;
	float:left;
	margin-top:10px;
	margin-right:10px;
	background:url(../images/top/banner_staff.png) no-repeat;
	width:170px;
	height:103px;
}
#top #pickup .link{
	float:left;
	background:url(../images/top/button_link.png) no-repeat;
	width:170px;
	height:100px;
}
#top #pickup .photo{
	float:left;
	width:170px;
	height:187px;
	margin-top:10px;
	background:url(../images/top/pickup/photo.jpg) no-repeat;
}
#top #twitter{
	padding:6px 7px;
	background:#f0f0f0 url(../images/twitter_logo.png) no-repeat 100% 0;
}
#top #twitter:hover{
	background-color:#e7e7e7;
}
#top #twitter a{
	display:inline;
	text-decoration:none;
	color:#000;
	background:none;
	text-indent:0;
}
#top #twitter img{
	width:100px;
	display:block;
	float:left;
	margin-right:15px;
}
#top #twitter h4{
	font-size:12px;
	font-weight:bold;
	margin:5px 0 10px;
}
#top #twitter li div{
	float:left;
	width:220px;
}
#top #twitter .time{
	font-size:11px;
	color:#777;
}

/*- 透明png画像の場合はここに指定 -----------*/
#twitter{
behavior: expression(IEPNGFIX.fix(this));
}
