@charset "UTF-8";
/** ---------- ログイン画面で使用 ---------- **/
a {
	font-size:90%;
	text-decoration: underline;
}
a:link {
	color: #047AE8;
	text-decoration: underline;
}
a:visited {
	color: #047AE8;
	text-decoration: none;
}
a:hover {
	color: #2971A7;
	text-decoration: underline;
}
a:active {
	color: #047AE8;
	text-decoration: underline;
}
input{
	font-family:tahoma;
}
input[type="text"],input[type="password"]{
	width:150px;
}
.loginCtl {
	font-size:14px;
	background: #DCD8D6 url(../images/bg.jpg) repeat-x left top;
	color: #000000;
}
.loginCtl #container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
}
.loginCtl #header {
	background:transparent url(../images/back_header.png) no-repeat left top;
	width: 770px;
	height: 90px;
	overflow:hidden;
}
.loginCtl #header h1 {
	font-size: 200%;
	font-weight:bold;
}
.loginCtl #header div {
	background: url(../images/navi_top.png) no-repeat top;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 31px;
}
.loginCtl .top {
	margin: 15px auto 0 auto;
	background: #DCD8D6 url(../images/backtop.png) no-repeat top;
	height: 17px;
}
.loginCtl .middle {
	margin: 0px auto 0 auto;
	background: #DCD8D6 url(../images/backmiddle.png) top;
	width:730px
}
.loginCtl .bottom {
	margin: 0px auto 0 auto;
	background: #DCD8D6 url(../images/backbottom.png) no-repeat top;
	height: 17px;
}
.loginCtl #login_input td{
	vertical-align:middle;
	padding: 3px;
	word-break:break-all;
	word-wrap:break-word;
}
.err_area{
	font-size:60%;
}
.site_top{
	padding:0 20px;
	word-break:break-all;
	word-wrap:break-word;
}
.toptitle{
	height:60px;
	overflow:hidden;
	padding: 20px 0 0 65px;
	margin : 0 0 10px 0;
	background: url(../images/nichibyo/top_logo.png) no-repeat top left;
	border-bottom:2px solid #2BDF76;
	font-size: 150%;
	line-height: 150%;
	color: #444444;
	font-weight:bold;
}
.toplink{
	margin-top:10px;
	padding: 0px 0px 0px 15px;
	line-height:130%;
	background: url(../images/arrow.gif) no-repeat left;
}
.loginCtl #footer {
	margin:20px 0 0 45px;
}
.copyright {
	background:transparent url(../images/back_footer.png) no-repeat center top;
	padding: 13px;
	margin: 5px 0 39px 0px;
	font: 70% Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	color: #444444;
}
/** ---------- 加入者ログイン用  ---------- **/
.site_top .message{
	font-size: 80%;
	line-height:160%;
	color: #444444;
}
.top_notice{
	background: url(../images/verticalline.gif) repeat-y top left;
	padding:0 0 0 10px;
	font-size:90%
}

.loginCtl #footer li{
	background: url(../images/navi_sep.gif) no-repeat top left;
	padding:4px 4px 4px 2px;
	display:inline;
}

.entry_link_massage{
	font-size:110%;
	font-weight:bold;
}

/** ---------- 管理者ログイン用  ---------- **/
.admin_header {
	padding : 15px 0 0 30px;
	height: 80px;
}

