@charset "utf-8";

body {
	margin:0;
	padding:0;
}
body, th, td {
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, br, img {margin:0;	padding:0;}
img {border:0; vertical-align:bottom;}

a, a:link {color:#333; text-decoration:none; cursor:pointer; cursor:hand}
a:visited {color:#333; text-decoration:none;}
a:hover {color:#333; text-decoration:underline;}


/* header */
#header {
	height:72px;
	background:url(../admin_image/headbg.jpg) repeat-x;
}
#header h1 {
	height:72px;
	background:url(../admin_image/header.jpg) no-repeat;
	font-size:0;
	text-indent:-9999px;
}

/* title */
#title {
	margin:0 10px;
	background:url(../admin_image/gry.gif) no-repeat right bottom;
}
#titleinr {
	padding:10px;
	background:url(../admin_image/gryl.gif) no-repeat left bottom;
}
#total table {float:right;}
#csv {
	width:120px;
	height:41px;
	float:right;
	background:url(../admin_image/csv.jpg) no-repeat;
	font-size:0;
	text-indent:-9999px;
}
#csv a {
	display:block;
	width:111px;
	height:41px;
	text-decoration:none;
}


/* footer */
#footer {
	padding:20px 20px 40px;
	text-align:center;
	font-family:"メイリオ", "ＭＳ Ｐゴシック", Osaka, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


#containar {
	width:670px;
	margin:5px auto;
	background:url(../admin_image/box_b.jpg) repeat-y;
}
#box_t {
	height:31px;
	background:url(../admin_image/box_t.jpg) no-repeat;
}
#box_f {
	height:31px;
	background:url(../admin_image/box_f.jpg) no-repeat;
}
table#edit {
	width:547px;
	margin:20px auto;
	border-collapse:collapse;
}
#edit th, #edit td {
	padding:10px;
	vertical-align:top;
	font-size:16px;
	text-align:left;
	background:url(../admin_image/dot.gif) repeat-x center bottom;
}
#edit th span {
	color:#ff0000;
}

#submit, #logout,#login, #idxview {
	width:157px;
	height:34px;
	margin:10px auto 0;
	font-size:0;
	text-indent:-9999px;
}
#submit {background:url(../admin_image/submit.jpg) no-repeat;}
#login {background:url(../admin_image/login.jpg) no-repeat;}
#logout {background:url(../admin_image/logout.jpg) no-repeat;}
#idxview {background:url(../admin_image/idxview.jpg) no-repeat;}
#submit a, #logout a,#login a, #idxview a {
	display:block;
	width:157px;
	height:34px;
	text-decoration:none;
}
#submit a:hover {background:url(../admin_image/submit_o.jpg) no-repeat;}
#login a:hover {background:url(../admin_image/login_o.jpg) no-repeat;}
#logout a:hover {background:url(../admin_image/logout_o.jpg) no-repeat;}
#idxview a:hover {background:url(../admin_image/idxview_o.jpg) no-repeat;}

#view {
	width:147px;
	height:34px;
	float:right;
	background:url(../admin_image/view.jpg) no-repeat;
	font-size:0;
	text-indent:-9999px;
}
#view a {
	display:block;
	width:147px;
	height:34px;
	text-decoration:none;
}
#view a:hover {background:url(../admin_image/view_o.jpg) no-repeat;}





/* select box */
div.selectbox-wrapper {
  position:absolute;
  margin:0;
  padding:0 0 0 5px;
  background-color:white;
  border:1px solid #ccc;
  font-size:14px;
  overflow:hidden;
}
div.selectbox-wrapper ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
div.selectbox-wrapper ul li.selected { 
  background:#ccc;
}
div.selectbox-wrapper ul li {
  display:block;
	width:150px;
  margin:0;
  padding:2px;
  cursor:pointer;
}
.selectbox {
  display:block;
	width:150px;
	height:27px;
  padding:0 0 0 5px;
  background:url(../admin_image/bg_select.jpg) right;
	font-size:16px;
	font-weight:bold;
	line-height:27px;
  cursor:pointer;
	border:1px solid #ccc;
}
#title select {background:url(../admin_image/bg_select.jpg) right;}

