@charset "utf-8";

* {margin:0; padding:0;}

body{
			font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
			background-color:#F7F7F7;
			font-size:14px;
			color:#414141;
			padding:50px;
			text-align:center;
}

#login_contents{
			width:500px;
			border:1px solid #C7C5C5;
			line-height:20px;
			background-color:#ffffff;
			text-align:left;
			-moz-box-shadow:inset 0 0 5px #ccc;
			-webkit-box-shadow:inset 0 0 5px #ccc;
			box-shadow:inset 0 0 5px #ccc;
			margin:0 auto;
}

#login_top{
			margin:10px 10px 10px 10px;
			padding:5px 0px 0px 0px;
			background-color:#ffffff;
}

h1,h2,h3,h4,h5,h6,em,strong{
			font-weight:normal;
			font-style:normal;
			background: #F9B72B;  
			color:#6C6C6C;
			font-size:16px;
			padding:15px 23px;
			margin:0px;
			text-align:center;
}

img{
			border:0;
			vertical-align:bottom;
			margin:0px;
			padding:0px;
}

.readmore{
			padding:0px auto 0px auto;
			text-align:right;
}

.login_btn{
font-size: 12px;
font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
display: block;
background: #EEE;  
border-top: 1px solid #DDD;  
border-left: 1px solid #DDD;  
border-right: 1px solid #BBB;  
border-bottom: 1px solid #BBB;  
color:#111;  
width: 100px;  
padding: 20px 0;  
 

}  


.f10{
			margin:10px auto 0px 0px;
			font-size:10px;
			line-height:12px;
			color:#595959;
			text-align:left;
}

.f12{
			font-size:12px;
			line-height:12px;
			color:414141;
			text-align:center;
}

input.form_login, select{
			width: 280px;
			border:1px solid #ccc;
			padding:4px;
			-moz-box-shadow:inset 0 0 5px #ccc;
			-webkit-box-shadow:inset 0 0 5px #ccc;
			box-shadow:inset 0 0 5px #ccc;
}

textarea {
			width:280px;
			height:15em;
}

input, select, textarea{
			background-color:#ffffff;
}

button {
			width: auto;
			padding: 0;
			margin: 0;
			background: none;
			border: 0;
			font-size: 12px;
			text-align:center;
			line-height: 0;
			overflow: visible;
			cursor: pointer;
}




