@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	font-family:"メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FAFAFA;

}

img {
	border:none;
}


#wrapper {
	width:100%;
	height:100%;
	font-size:14px;
}


.message_box_01 {
	min-width:500px;
	height:30px;
	padding:14px;
	margin: 20px auto;
	width:50%;
	border: #BF0000 1px solid;
	background-color:#F99;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.message_box_01 ul li {
	list-style-type:none;
	background:url(../images/icon_02.gif) no-repeat;
	height:30px;
	line-height:30px;
	padding-left:40px;
}



.login_box {
	width:400px;
	height:400px;
	background:url(../images/login_bg.png) no-repeat;
	margin:20px auto;
	
}

.login_box a:link {
	color:#fff;
	text-decoration:none;
}
.login_box a:visited {
	color:#fff;
	text-decoration:none;
}
.login_box a:hover {
	color:#fff;
	text-decoration:underline;
}



.login_box h1 img {
	margin:20px 0 10px 20px;
}


.login_box_inner input[type="text"] {
	width:95%;
	padding:7px;
}

.login_box_inner input[type="password"] {
	width: 95%;
	padding: 7px;
}

.login_box_inner p {
	width:360px;
	padding:10px 20px;
	
}

.login_box_inner label, .login_box_inner input[type="checkbox"]{
	
	color:#FFF;
	
}


.lost img {
	margin-right:10px;
}


.pass_box_inner {
	width:360px;
	padding:10px 20px;
}

.pass_box_inner p{
	color:#FFF;
}

.pass_box_inner input[type="text"] {
	width:95%;
	padding:7px;
	margin:20px 0 20px 0;
}


.button_01 {
	width:260px;
	height:30px;
	line-height:30px;
	margin-top:20px;
	text-align:center;
}

.button_02 {
	width:141px;
	height:30px;
	line-height:30px;
	margin-top:10px;
	margin-left:20px;
	text-align:center;
}

.login_box a.button {
	background:#F78E28;
/*    background-image: linear-gradient(to bottom, #0071bc 0%, #2e3192 100%);
*/    border-radius: 4px;
    text-decoration: none;
    color: #ffffff;
    padding: 2px 10px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-size: 14px;
}


.login_box a.button:hover {
	background: #FFA121;
/*    background-image: linear-gradient(to bottom, #008dea 0%, #3d41c0 100%);
*/    border-radius: 4px;
    text-decoration: none;
    color: #ffffff;
    padding: 2px 10px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: block;
    font-size: 14px;
}
