@CHARSET "UTF-8";

#login_wrap {
	padding-bottom: 20px;
	height: auto;
	text-align: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}
#login_wrap .floatClear {
    clear:  both;
    display: block;
}

.clear {
    clear: both;
    display: block;
}


/*****************************************************************************/
/* メインコンテンツ内のコンテンツ枠定義
/*****************************************************************************/
#login_contents {
    float: left;
    width: 98%;
    min-height: 680px;
    height: auto;
    margin-top: 0px;
    padding: 14px 4px;
}


#userid{
}
#pass{
}
#userid,#pass{
	margin: 3px 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 45px;
	width: 248px;
	background-repeat: no-repeat;
	background-position: left center;
	ime-mode: disabled;
	font-size: 21px;
	line-height: 45px;
}

#login_area{
	margin-top: 50px;
	padding-top: 25px;
	height: 330px;
	width: 300px;
	background-color: #2D2F35;
}
#login_area_footer{
	height: 5px;
	width: 290px;
	background-color: #646977;
}
#dv_title{
	font-size: 20px;
	font-weight: bold;
	color: white;
}
#dv_msg{
	width: auto;
	height: 40px;
	line-height: 70px;
	color: #FF6868;
	font-weight: bold;
}
#dv_id{
}
#dv_ps{
}
#dv_bt{
	padding: 0px;
	margin-top: 40px;
	height: 45px;
	width: 260px;
	line-height: 45px;
	font-size: 21px;
}

/* Link Button */
a.link_btn, a.link_btn_red{
	display: inline-block;
	padding: 2px 15px;
	background-color: #4179BE;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}
a.link_btn:link, a.link_btn_red
a.link_btn:visited, a.link_btn_red:visited
{
	text-decoration: none;
	color:#FFFFFF;
}
a.link_btn:hover,
a.link_btn:focus,
a.link_btn:active{
	background-color: #84A8D5;
	text-decoration: none;
	color:#FFFFFF;
}


