/**
	Master of Epic - ゲーム起動画面用スタイルシート
	2006
*/
html {
	width: 100%;
	height: 100%;
}
body{
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	background-color: #F7F7EF;
}
body,div,p,td,li{
	color: #663300;
	font-size: 12px;
	line-height: 150%;
}
form{
	margin:0px;
}
/*
	CONTAINER
*/
#container{
	width: 100%;
	height: 100%;
}
td#ctopleft{
	width: 14px;
	vertical-align: top;
	background-image: url(../img/fromgame_face_side_left.jpg);
}
td#ctopcenter{
	width: 100%;
	vertical-align: top;
	text-align: center;
	background-image: url(../img/fromgame_face_bg.jpg);
}
td#ctopright{
	width: 14px;
	vertical-align: top;
	background-image: url(../img/fromgame_face_side_right.jpg);
}
td#cbottomleft{
	width: 14px;
	vertical-align: bottom;
	background-image: url(../img/fromgame_face_side_left.jpg);
}
td#cbottomcenter{
	width: 100%;
	vertical-align: bottom;
	background-image: url(../img/fromgame_face_bg.jpg);
}
td#cbottomright{
	width: 14px;
	vertical-align: bottom;
	background-image: url(../img/fromgame_face_side_right.jpg);
}
/*
	TOP_PANE
*/
#toppane{
	width: 100%;
	background-image: url(../img/fromgame_face_top_bg.jpg);
}
#toppane td.left{
	text-align: left;	
}
#toppane td.center{
	text-align: center;	
}
#toppane td.right{
	text-align: right;	
}
/*
	BOTTOM_PANE
*/
#bottompane{
	width: 100%;
	height: 14px;
	background-image: url(../img/fromgame_face_bottom_bg.jpg);
	background-repeat: repeat-x;
}
/*
	CONTENT_PARTITION
*/
#cotentpartition{
	height: 303px;
}
/*
	BTN_PARTITION
*/
#btnpartition{
	/*height: 42px;*/
}
#btnpartition img{
	margin-left: 20px;
	margin-right: 20px;
}
/*
	CONTENT_PANE
*/
#contentpain{
	text-align: left;
	width: 550px;
	margin-top: 10px;
	margin-bottom: 7px;
}