/* 上段を固定 */
BODY {
	margin: 0;
	/* 上段の縦方向サイズを 140 ピクセルとします */
	padding: 140px 0px 0px 0px ;
	background-color:#000000;　
}
* html body{
overflow: auto ;
}
/* リンク表示スタイル*/
img{
	border: 0;
}

/* ヘッダーエリア　固定 */
div#Header_area {
	/* position: fixed !important; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;		/* BODY で設定した100ピクセルの値をセットします　*/
}
/* バーナー */
div#top{
    width:1600px;
    height:100px;
    background-image: url(../../img/main-flame/header.png);
}
/* メニュー領域 - バー */
div#ver1{
    width:1600px;
    height:8px;
    background-image: url(../../img/main-flame/ver1.png);
}
div#ver2{
    width:1600px;
    height:8px;
    background-image: url(../../img/main-flame/ver2.png);
}
/* メニュー領域 - メニュー */
div#menu{
    text-align:center; /* IE向けセンタリング指定 */
    width:1600px;
    height:24px;
    background-image: url(../../img/main-flame/menubk.png);
}

* html div#Main_area{
	height: 100%;
	overflow: auto;
	color:white;
}
/* メインコンテンツの縁 */
#conbk1{
    width:1600px;
    height:auto;
    background-image: url(../../img/main-flame/wrap1.png);
}
#conbk2{
    position:relative;
    width:1600px;
    height:20px;
    clear:both;
    background-image: url(../../img/main-flame/wrap2.png);
}
/* 左側の設定 */
#left{
	text-align:left;
	padding-left: 1em;
	width:300px;
	height:auto;
	float:left;
	color:white;
}
/* 右側の設定 */
#right{
	text-align:left;
	padding-left: 1em;
	width:1250px;
	height:auto;
	float:right;
	color:white;
}
/* インデント */
#indent_top{
	width:1600px;
	height:20px;
}
/* 「▲トップへ」ボタン */
#for_top{
	width:1240px;
	text-align: right;
}

/* フッターの設定*/
#foot{
    text-align:center;
    position:relative;
    width:1600px;
    height:50px;
    clear:both;
    color: white;
}
