/* ログイン画面 ==================================*/

.loginbox {
	width:196px;
	height:121px;
	padding-top:121px;
	background-image:url('../img/admin/bg_login.gif');
}

.logininput {
	margin-left:1px;
	margin-bottom:13px;
	width:160px;
	font-size: 14px;
	background:#000000;
	color:#c90000;
	border:solid 2px #c90000;
}

/* 編集メニュー画面 ==============================*/

.admin_formbox {
	text-align: right;
	margin-left: 10px;
	margin-right: 5px;
	margin-top: 10px;
}

#box {
	padding-top: 10px;
	width: 100%;
	height: 100%;
}
#box .box1 {
	width:160px;
	padding-left:10px;
	padding-right:10px;
}
#box .box2 iframe {
	border: solid 2px #dfdfdf;
}

div.caption {
	width: 100%;
    line-height: 30px;
    height: 30px;
    background: #dfdfdf;
    color: #303324;
    text-align: center;
    font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.admin {
	padding: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-size: 12px;
	background: #454644;
	color: #ffffff;
	border: solid 1px #000000;
	font-weight: bold;
}

.bigfont {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

.check {
	vertical-align:top;
	margin-bottom:6px;
	margin-top:1px;
} 
/* メニューボタン ================================*/

/* 通常時 */
a.button3d {
    font-weight:bold;
    border:1px solid #999;
    border-right-color:#333;
    border-bottom-color:#333;
    color:#333;
    width:158px;;
    text-decoration:none;
    float: left;
    clear: both;
    margin-bottom:5px;
    text-align: center;
}
/* マウスオーバー時 */
a.button3d:hover {
    border:1px solid #333;
    border-right-color:#999;
    border-bottom-color:#999;
    color:#333;
}
/* 通常時のspan要素 */
a.button3d span {
    background:#d4d0c8 url("../img/admin/bg_3d_button.gif") repeat-x 0 0;
    float:left;
    clear: both;
    line-height:24px;
    height:24px;
    width:137px;;
    padding:0 10px;
    border-right:1px solid #777;
    border-bottom:1px solid #777;
}
/* マウスオーバー時のspan要素 */
a.button3d:hover span {
    border:none;
    border-top:1px solid #777;
    border-left:1px solid #777;
    background:#d4d0c8 url("../img/admin/bg_3d_button_over.gif") repeat-x 0 0;
    cursor:pointer;
}