@charset "UTF-8";

/* ****************************************************
Title: pc_news.css
Created: 2011-02-02
Last Modified: 2011-02-02
***************************************************** */


/* Table Of Contents
----------------------------------------

# PC Hide Content
# GNav
# Main
# Sidebar

----------------------------------------*/


/* # PC Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

/*---------------------------------------------------
　ログイン画面
---------------------------------------------------*/
#LoginMain{
	width:500px;
	height:350px;
	margin: 30px auto;
}

/*ID・Pass エリア*/
.Login-area{
	padding:30px 50px;
	background: #F0F0E1;
	position: relative;
}
.Login-area .main{
	width: 350px;
}
.Login-area .sample{
	position: absolute;
	top: 86px;
	right: 70px;
	width: 350px;
	height: 292px;
	background: url(../img/card_sample.png) no-repeat top left;
}
.Login-area h3{
	color:#486526;
	font-size:200%;
	font-weight:bold;
	text-align:left;
	border-bottom:1px #696d3e solid;
}
.Login-area p.lead{
	color:#486526;
	font-size:95%;
	text-align:left;
	padding:20px 0 0;
}
.Login-area p.save_pass{
	color:#486526;
    text-align: center;
}
dl.input-area {
    clear: both;
    width: 360px;
    padding: 20px 0;
    font-size: 18px;
    background-color: #8aa745;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
dl.input-area dt {
	float:left;  
	clear:both;
	width:80px;
	padding:10px 5px 5px 5px;  
	font-weight:bold;
	line-height:1.8em;
	color:#fff;
	font-size: 87.5%;
	text-align:right;
}
dl.input-area dd {
	margin-left:80px;
	padding:5px 5px 5px 20px;  
}

/*PASSテキストフィールド装飾*/
dl.input-area input[type=text] {
	width:250px;
	border:none;
}	
dl.input-area input:focus{
	border:1px solid #4A81D2;
	background:#999;
	color:#fff;
}	
	
/*ログインボタン装飾*/
input#submit_button {
	display:block;
	margin:20px auto 0px;
    border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 10px 30px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #666;  
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}


input#submit_button:hover {
	background:#fff;
}

/* # Sidebar
---------------------------------------------------------------------------- */
