/*-----  メイン  -----*/
div#login{
	behavior:url("../css/iepngfix.htc"); /*IE6でpng表示用*/
	background-image:url("../img/login.png");
	background-repeat:no-repeat;
	background-position:center top;
	width:250px;
	height:150px;
	margin:0px auto 0px auto;
	padding:300px 100px 0px 100px;
	text-align:center;
	color:#ffffff;
	clear:both;
	}

div#login div.loginBox{
	width:250px;
	height:25px;
	margin:0px auto;
	padding:0px;
	clear:both;
	}

div#login p.title{
	width:85px;
	height:25px;
	margin:0px;
	padding-right:5px;
	text-align:right;
	float:left;
	}

div#login p.text{
	width:160px;
	height:25px;
	margin:0px;
	padding:0px;
	text-align:left;
	float:left;
	}
