/* ------------------------------
ホーム特有のスタイル
------------------------------ */

@charset "UTF-8";

a.globalMenu01{
	background-image:url(img/menu_home_on.png);
}

div#LeftFrame{
	margin:5px 0px 0px 10px;
	float:left;
	width:160px;
	height:800px;
}

/* ---- ＩＥ６対策 ---- */
* html div#LeftFrame{
	margin:5px 5px 0px 5px;
	float:left;
	width:160px;
	height:800px;
}

div.Subcontents{
	margin-bottom:10px;
	padding:5px;
	width:150px;
	background-color:#ffffe0;
}

h2.SubTitle{
	margin-bottom:5px;
}

html>body div#MainFrame{
	margin:10px 8px 0px 8px;
	float:left;
	width:440px;
	height:1000px;
}

*:first-child+html div#MainFrame{
	margin:10px 8px 0px 8px;
	float:left;
	width:440px;
	height:500px;
}

/* ---- ＩＥ６対策 ---- */
* html div#MainFrame{
	margin:10px 0px 0px 5px;
	float:left;
	width:440px;
	height:1000px;
}


div.Maincontents{
	width:441px;

}

h2.MainTitle{
	margin-bottom:5px;
}

div#flashobj{
	width:420px;
	height:320px;
	margin:10px;

}

div.new_object{
	float:left;
	margin:0px 3px 10px 3px;
	width:140px;
	height:280px;
	background-color:#E0FFFF;
}

/* ---- ＩＥ６対策 ---- */
* html div.new_object{
	float:left;
	margin:0px 3px 10px 3px;
	width:140px;
	height:280px;
	background-color:#E0FFFF;
}


div.new_object p{
	font-size:11px;
	letter-spacing:0pt;
}

div.new_object img{
	margin:10px 5px 0px 5px;
}

div.more{
	margin:0px;
	width:140px;
	height:36px;
	background-color:#E0FFFF;
	text-align:right;
}

div.more img{
	margin:0px;
}

div#RightFrame{
	margin:5px 5px 0px 0px;
	float:left;
	width:160px;
	height:800px;
}

/* ---- ＩＥ６対策 ---- */
* html div#RightFrame{
	margin:5px 0px 0px 5px;
	float:left;
	width:160px;
	height:800px;
}

div#RightFrame div.Subcontents{
	text-align:center;
}
