@charset "shift_jis";
/* CSS Document */

*{
    margin:0;
}
html{
    height:100%;
}
body{
	background:url(img/bg.jpg) no-repeat center ;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /* IE7以降,モダンブラウザ用 */
    width:100%;
    min-width:500px;
    min-height:620px;
    /* ここまで */
    height:100%;
    position:relative;
	color:#333;
}
#body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:1050px;
	height:620px;
	position:absolute;
	bottom:50%;
	right:50%;
}
#main{
	/*background-color:#FFF;*/
	/*border:solid #666 3px;*/
	/*padding:50px;*/
	margin:auto;
	width:1050px;
	height:620px;
	position:absolute;
	top:310px;
	left:525px;
	/*background:url(img/loginbg.jpg) no-repeat;*/
    /*border:black solid 5px;*/
}

#logo {
	margin-top:23px;
}

#contents {
	margin:10px 10px 10px 10px;
	font-size:90%;
}

#left {
	float:left;
	width:350px;
}

#copy {
	margin-top:20px;
	text-align:center;
	font-size:12px;
}

h2 {
	font-size:18px;
}
.center {
	text-align:center;
}
.small {
	font-size:11px;
}

.froms {
	width:200px;
	margin:5px;
}
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}	
