/* Contents CSS */

div#login_headder {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #818181;
    background: url(/images/stories/template/head.png) repeat-x;
}
div#login_headder div,
div#login_headder a {
	display:block;
    width: 910px;
    margin: 0 auto;
}


div#login {
    width: 910px;
    margin: 30px auto;
}
div#login #loginform {
	float: left;
	width: 330px;
}


div#login #logintxt {
	float: right;
	width: 570px;
	margin-top: 70px;
	font-size: 16px;
}
div#login #logintxt h1 {
	border: none;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	color: #000000;
	font-size: x-large;
}
div#login #logintxt .sub {
	margin-top: 15px;
	font-weight: bold;
	font-size: large;
}
div#login #logintxt p {
	font-size: medium;
	font-weight: nomal;
}

div#login #regist {
	float: left;
	margin: 10px;
}

div#login #regist div.registnavi {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}

div#login #regist a.registnavi {
	font-size: medium;
	font-weight: bold;
	color: white;
	border: 1px solid #fcd300;
	border-radius: 10px;
	background-color: #fcd300;
	padding: 10px 20px;
	text-shadow: 1px 1px 1px #666;
	text-decoration: none;
}

div#login #regist div.desc {
	padding: 10px;
	border: 1px solid #333;
	border-radius: 10px;
}

div#login h1.header {
	border: none;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	color: #000000;
	font-size: large;
}


#login .company {
    /*border: 1px solid #fbd40a;
    background-color: #ffffff;*/
    margin-bottom: 20px;
    background: url(/images/stories/template/form1.png) no-repeat;
    border-collapse: collapse;
    cellpadding: 0px;
    width: 269px;
    height: 140px;
    padding: 35px 10px 0px 10px;
    color: #696969;
}

#login .wlb {
    /*border: 1px solid #faa401;
    background-color: #ffffff;*/
    margin-bottom: 50px;
    background: url(/images/stories/template/form2.png) no-repeat;
    border-collapse: collapse;
    cellpadding: 0px;
    width: 269px;
    height: 180px;
    padding: 35px 10px 0px 10px;
    color: #696969;
}


.signin1 {
	background: url(/images/stories/template/signin1.png) no-repeat left bottom;
	width: 72px;
	height: 20px;
	border: none;
	margin-top: 10px;
}
.signin2 {
	background: url(/images/stories/template/signin2.png) no-repeat left bottom;
	width: 72px;
	height: 20px;
	border: none;
	margin-top: 10px;
}
