@charset "UTF-8";

/*==================================================================================*/
/* 画面表示用ページレイアウト	Screen.css											*/
/*==================================================================================*/

/*-----------------------------------------------------------------------------------
	ヘッダ
-----------------------------------------------------------------------------------*/
.sms div.header
{
	min-width: 850px; /* netscape用 */
	width: 96%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	clear: both;
}
/*-----------------------------------------------------------------------------------
	フッタ
-----------------------------------------------------------------------------------*/
.sms div.footer
{
	min-width: 805px; /* netscape用 */
	width: 96%;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	left: 2%;
	float: left;
	clear: both;
}
/*-----------------------------------------------------------------------------------
	コンテナ
-----------------------------------------------------------------------------------*/
.sms div.container
{

	border: 2px none #CCCCCC;
	min-width: 805px;  /*netscape用 */
	width: 96%;
	margin: 0px auto;
	padding: 5px;
	color: #000000;
	text-align : left;
	background: #ffffff;
	position: relative;
	left: 2%;
	float: left;
	clear: left;
}
