@charset "utf-8";
/* CSS Document */

/**
 * settingcenter
 * globalMainNavi
 * titleImage
 * editTable
 */

/* logo
--------------------- */
div.logo_admin{
	width: 1000px;
	text-align: left;
	height: 114px;
	margin: 0px auto;
}



/* settingcenter
--------------------- */

div.settingcenter {
	text-align: center;
	line-height: 150%;
	width: 1000px;
	margin: 0 auto 100px;
	padding: 40px 0 50px;
}

div.settingcenter_result {
	text-align: center;
	line-height: 150%;
	width: 1000px;
	margin: 0 auto 0px;
}

div.settingcenter_result input {
	width: 300px;
	height: 40px;
	float:none;
	text-align:center;
	margin:30px 20px;
}

div.pager {
	height: 40px;
	margin: 10px auto 10px;
}

div.settingcenter table tr.start{
	height: 40px;
	margin: 10px auto 10px;
	border: 1px;
}

/* globalMainNavi
--------------------- */
#globalMainNavi {
	text-align: center;
	line-height: 150%;
	margin: 0 auto;
	background-color:#DB3700;
	border-top:3px #B20000 solid;
	border-bottom:#B20000 3px solid;
	height:30px;
}

#globalMainNavi ul {
	width: 1000px;
	margin: 0 auto;
}

#globalMainNavi li {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px;
  width: 185px;
  height: 20px;
  border-right: dotted 1px #ccc;
  border-left: dotted 1px #ccc;
  font-weight: bold;
  font-size:15px;
  background-color:#FFF;
}
#globalMainNavi li:hover {
  background: #FFED97;
  color: #000000;
}
#globalMainNavi li a {
  color: #000000;
}
#globalMainNavi li ul {
  display: none;
  position: absolute;
  top: 30px;
  left: -1px;
  padding: 5px;
  width: 200px;
  background: #eee;
  border: solid 1px #ccc;
}
#globalMainNavi li ul li {
  margin: 0;
  padding: 0;
  width: 200px;
  border: none;
}
#globalMainNavi li ul li a {
  display: inline-block;
  width: 200px;
  height: 20px;
}
#globalMainNavi li ul li a:hover {
  background: #999;
  color: #fff;
}

/* titleImage 
--------------------- */
div.titleImage{
	text-align: center;
	width: 1000px;
	margin-bottom:40px;
}

div.titleImage h2{
	margin-bottom:20px;
}

/* editTable 
--------------------- */
div.editTable{
	width: 1000px;
	margin-bottom:40px;
}

div.editTable h2{
	font-weight:bold;
	font-size:200%;
	text-decoration: underline;
	margin-bottom:20px;
}

div.editTable table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	text-align: left;
}

div.editTable table th{
	width: 350px;
	background-color: #e9e9e9;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-weight: bold;
	line-height: 1.5;
	padding: 10px 20px;
	vertical-align: top;
}

div.editTable table td{
	width: 640px;
	background-color: #fefefe;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.5;
	padding: 10px 20px;
	vertical-align: top;
}

div.editTable table td.single{
	width: 1000px;
	background-color: #fefefe;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 1.5;
	padding: 10px 20px;
	vertical-align: top;
}

