@charset "shift_jis";

@import url("stylebase.css");
/*Mac IE5.x用対策スタイルシート*/
/*\*//*/
@import url("styleie5mac.css");
/**/

/*index.htmlで使用↓
---------------------------------------------------------------------------------------------- */
div#flash {
	width:100%;
	background:#cecece url(base_imgs/flash_bg.jpg) repeat-x;
	text-align:left;
}
div#flash .sizeblock {
	width:790px;
	background-color:#959595;
}
div#flash div #object {
	width:780px;
	border-right:solid 1px #000000;
}
div#newsbanner {
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background:#cecece url(index_imgs/outfoot_bg.jpg) repeat-x;
	width:780px;
	height:226px;
}
div#newsbanner div#mrgbox {
	padding:9px 15px 0px 15px;
}
div#news {
	border:solid 1px #000000;
	width:366px;
	height:204px;
	float:left;
}
div#newstext {
	padding:2px 10px;
	background-color:#e6e6e6;
}
div#newstext p {
	font-size:80%;
	margin-top:5px;
	padding-bottom:3px;
	border-bottom:solid 5px #999999;
}
/*バナーレイアウト
----------------------------------------------------------------------------------------------*/
div#rec {
	margin-top:-9px;
	width:370px;
	float:right;
}
/*WIN IE6の問題を解決する裏技
---------------------------------------------------------------------------------------------- */
div#newsbanner div#mrgbox:after {    /* ボックスの最後でfloatをクリア */
  content: " "; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  border:solid 0px #000000;
}

/* ↑でダメなら↓を追加 */
div#newsbanner div#mrgbox {/*2列テーブルクリアー IE用 */
	display:inline-table;
}
/*\*/
* html div#newsbanner div#mrgbox {height:1%;}
div#newsbanner div#mrgbox { display:block; }
/**/

