@charset "UTF-8";
/* CSS Document */

@import 'common.css';

/*----------------------------------------*/
/*スクロール*/
/*----------------------------------------*/

/*イントロ*/
#slider_top,
slider_bottom,
#scroll{
	display:none;
}



#under_scroll{
	padding-top:20px;
}

/*----------------------------------------*/
/*ファイク・ジャパン株式会社について*/
/*----------------------------------------*/
#about_fike{
	float:left;
	width:430px;
}

#about_fike h2{
}

#about_fike .profile{
	text-align:right;
	padding:10px 0 0;
	color:#666;
}


/*----------------------------------------*/
/*ニュースリリース*/
/*----------------------------------------*/
#newsrelease{
	float:right;
	width:304px;
}



#newsrelease h3{
}

#newsrelease li{
	padding-bottom:15px;
	
}

#newsrelease li dt.ctg10{
	text-indent:-9999em;
	background:no-repeat url(../img/news/icon_tusin.gif);
	width:69px;
	height:12px;
}
#newsrelease li dt.ctg11{
	text-indent:-9999em;
	background:no-repeat url(../img/news/icon_news.gif);
	width:69px;
	height:12px;
}

#newsrelease li dd{
	font-size:10px;
}
#newsrelease li dd a{
	background:no-repeat left url(../img/common/list_arrow.gif);
	line-height:11px;
	text-decoration:underline;
	padding-left:14px;
}