@charset "utf-8";

html,body{
	padding:0;
	margin:0;
	height:100%;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
}

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}


header {
	width: 100%;
	height: 85px;
	background-color: #033886;
	background-image: url('../images/header_back.png');
	background-repeat: repeat-x;
}
.dismlogo{
	display:block;
	width:760px;
	height:85px;
	margin:0 auto;
}

#dismmain{
	clear:both;
	width:760px;
	margin:20px auto;
	min-height:500px;
}

footer2{
	clear:both;
	border-top:5px solid #D6151E ;
	padding-top:10px;
	padding-bottom:0;
	width:100%;
	position:absolute;
    bottom:0;
}
.bottom{
	text-align:center ;
	font-size:12px;
	margin:10px suto ;
}

.ftcopy{
	font-family:"Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
	width:100%;
	padding-top:20px;
	font-size:13px;
	text-align:center;
	background-color:#DDD;
	padding-bottom:20px;
	margin:0;
}

#userid{
	width:760px;
	margin:10px auto 0 auto;
	text-align:right;
	font-size:13px;
}

H3{
	font-size:26px;
	font-weight:bold;
	margin:15px auto 5px 0;
	color:#033886;

}
H4{
	font-size:18px;
	color:white ; 
	font-weight:bold;
	margin:0;
	padding:10px;
	background-color:#033886 ;
}

#btnform{
	height:60px;
	line-height:60px;
	vertical-align:middle;
	margin-bottom:50px;
	border-bottom:1px solid #033886 ;
	padding-bottom:50px;
}

#btnform input{
	margin-right:15px;

}
.txtright{
	text-align:right;
	padding-bottom:25px;
	border-bottom:1px solid ;
	margin:5px auto 15px auto;
}

.h3sub{
	margin:0 auto 5px 10px;
	font-size:15px;
	line-height:24px;
}

#loginfm th{
	background-color:#999;
	padding:5px;
	font-size:13px;
	width:20%;
	text-align:center;
	color:white;
}
#loginfm .commtd{
	font-size:11px;
	line-height:16px;
	background-color:#E8F7FF ;
	padding:8px;
	width:35%;
}

#loginfm .lginf{
	background-color:#F5F5F5 ;
	font-size:13px;
	padding:8px;
}
#loginfm .lginf input{
	width:190px;
	height:22px;
	font-size:16px;
}
.liccomm{
	padding:16px;
	background-color:#F5F5F5;
	border:1px solid #E8E8E8;
	margin:4px 2px ;
	font-size:12px;
}
.liccomm span{
	font-size:14px;
	font-weight:bold;
	color:#6174B0;
}
.lgnbtn{
	font-size:16px;
	margin:8px;
}

#toilg{
	padding:15px;
	font-size:14px;
	border:2px solid #6174B0;
	line-height:20px;
}

#toilg .toibiga{
	font-size:24px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#6174B0;
}

