﻿@charset "utf-8";

/*Flash*/
#flash{
	width:600px;
	height:300px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*アイキャッチ*/
#eyecatch{
	width:600px;
	height:200px;
	background-image:url(../img/eyecatch.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:9px;
	cursor:pointer;
}

/*ステップ*/
#step{
	width:560px;
	height:148px;
	background-image:url(../img/step.gif);
	background-repeat:no-repeat;
	margin:20px 20px 20px 20px;
	text-indent:-9999px;
}

/* 新着情報 */
#news{
	width:560px;
	height:250px;
	background-color:#FFFFFF;
	overflow-y:scroll;
	margin:10px 20px 20px 20px;
}


