/* 外部スタイルシートの読み込み */

@charset "EUC-JP";


/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
CONTENTS
==================================================================
*/

.fla_image{
	width:550px;
	height:350px;
}

.banner01{
	padding:10px 0px 10px 0px;
	width:270px;
	height:100px;
	float:left;
}

.banner02{
	padding:10px 0px 10px 0px;
	width:270px;
	height:100px;
	float:right;
}

.bar{
	width:550px;
	height:40px;
	background:url("./image/bar.gif") no-repeat;
}

.new_box{
	width:550px;
	height:40px;
	vertical-align:middle;
	border-bottom:solid 1px #000000;
}

.mark{
	margin:12px 0px 12px 0px;
	width:16px;
	height:16px;
	background:url("./image/mark.gif");
	float:left;
}

.date{
	margin:12px 0px 12px 0px;
	text-align:center;
	width:95px;
	height:16px;
	float:left;
}

.title{
	color:#FF6600;
	margin:12px 0px 12px 0px;
	text-align:left;
	width:439px;
	height:16px;
	float:left;
}