@charset "shift_jis";
/*---------------------------
  ▼ページ本体(３段組）
---------------------------*/
#page {
	width: 780px;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	width:780px;
	height:45px;
	background: #FFFF13;
	border: 1px solid #000000;
}
#pagebody {
	width: 780px;
	margin: 0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	line-height: 21px;
}
#footer {
	clear: both;
	width:780px;
	background: #FFFF13;
	border: 1px solid #000000;
	text-align: center;
}
/*---------------------------
  ▲ページ本体(３段組）
---------------------------*/

/*---------------------------
  ▼ログイン
---------------------------*/
#caption {
	width: 744px;
	height: 44px;
	margin: 10px;
	padding: 10px;
	background-image: url(../../admin/images/bg_caption.gif);
	background-repeat: no-repeat;
	color: #999999;
	text-align: center;
}
#caption h2 {
	font-size: 16px;
	font-weight: bolder;
}
#pr {
	float: left;
	margin: 0px;
	padding: 10px;
}
#pr h3 {
	margin: 0px;
	padding: 5px;
	height: 20px;
	width: 310px;
	color: #333333;
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
	text-align: center;
}
#pr_body {
	margin: 0px;
	padding: 10px;
	border: 1px double #666;
}
#login_menu {
	float: right;
	width: 350px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}
#login_menu .head {
	background-image: url(../../admin/images/bg_login_h.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 350px;
}
#login_menu .body {
	background-image: url(../../admin/images/bg_login_b.gif);
	width: 350px;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 5px;
}
#login_menu .buttom {
	background-image: url(../../admin/images/bg_login_f.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 350px;
}
#login_menu h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
/*---------------------------
  ▲ログイン
---------------------------*/
