
#admin_page{
	width:100%;
	height:auto;
	overflow:hidden;
}
/*　上部メニュー　*/
.menu_list{
	width: 850px;
	height: 60px;
	margin: 60px auto 20px;
	border-bottom: dotted 3px #000000;
}
.menu_list a{
	width: 250px;
	height: 50px;
	display: block;
	float: left;
	margin: 0 30px 0px 0;
	color: #006699;
	font-size: 17.5px;
	text-align: center;
	line-height: 2em;
}
.nav_hp{background: url(../images/home.png) no-repeat scroll 70px 9px transparent;}.nav_attention{background: url(../images/list_bullets.png) no-repeat scroll 60px 10px transparent;}
.nav_logout {background: url(../images/on-off.png) no-repeat scroll 55px 10px transparent;}

.page_text{
	width: 454px;
	font-size: 1.4em;
	line-height: 1.4em;
	border-bottom: dotted 1px #000000;
	padding: 10px 0 10px 0;
	margin: 0 auto 10px;
	text-align: center;
}
/*　フォーム　*/
.into_system{
	width: 337px;
	height: auto;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
input{
	display:block!important;
	background-color: #FFEECC !important;
	border: 1px solid #c0c0c0 !important;
	padding: 10px 5px 10px 5px !important;
	line-height: normal !important;
	box-shadow:none !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
}
input:first-child{width:332px !important;}
