/**
	Master of Epic - ゲーム起動画面用スタイルシート
	2006
*/

td#indexcbottomleft{
	width: 14px;
	vertical-align: bottom;
	background-image: url(../img/fromgame_face_side_left.jpg);
}
td#indexcbottomcenter{
	width: 100%;
	vertical-align: bottom;
	background-image: url(../img/fromgame_face_bg.jpg);
}
td#indexcbottomright{
	width: 14px;
	vertical-align: bottom;
	background-image: url(../img/fromgame_face_side_right.jpg);
}
/*
	BOTTOM_PANE
*/
#indexbottompane{
	width: 100%;
	height: 43px;
	background-image: url(../img/fromgame_index_face_bottom_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#indexbottompane img{
	margin: 11px 15px 0px 15px;
}
/*
	FRAME
*/
#indexframe{
	margin-top: 1px;
	width: 574px;
	height: 314px;
}