@import "reset.css";


body {
	font-size: 1.05em;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #555555;
	background-color: #dddddd;
}

input.error {
	background-color: #ffaaaa;
}

span.error {
	color: #ff0000;
}

#LoginBlock {
	width: 360px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	-moz-box-shadow: 2px 2px 7px #000000;
	-webkit-box-shadow: 2px 2px 7px #000000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=4)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=1) progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=4);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	behavior: url(../border-radius.htc);
}

#LoginBlock h3 {
	width: 360px;
	height: 200px;
	margin-right: 50px;
	background-color: #0081CC;
	background-image: url(../img/ytcplus_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
}

#LoginBlock form {
	padding: 25px;
	margin-bottom: 20px;
}

#LoginBlock form input[type="text"],
#LoginBlock form input[type="password"] {
	width: 300px;
	padding: 5px;
	font-size: 16px;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
}

#LoginBlock form input[type="text"]:focus,
#LoginBlock form input[type="password"]:focus {
	background-color: #ddddcc;
}

#LoginBlock form input[type="image"] {
	margin-right: 15px;
}

#LoginBlock a {
	color: #6699cc;
	font-size: 12px;
}

#LoginBlock dd,
#LoginBlock dt {
	margin-bottom: 5px;
}

#LoginBlock dl {
	margin-bottom: 10px;
}

#LoginBlock p {
	margin-top: 20px;
}

#LoginBlock span.error {
	line-height: 30px;
}


/* Centering Hack */

html {
	display: table;
	width: 100%;
	height: 100%;
}

body {
	display: table-cell;
	vertical-align: middle;
}



/* for IE6 */
* html body {
	text-align: center;
	height: 100%;
}

* html #Container {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

* html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}


/* for IE7 */
*:first-child+html body {
	text-align: center;
	height: 100%;
}

*:first-child+html #Container {
	display: inline;
	vertical-align: middle;
	zoom: 1;
}

*:first-child+html #dummy {
	width: 0;
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
