@CHARSET "utf-8";
body{ color:#333;}

a {
    color: #428BCA;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2A6496;
    text-decoration: underline;
}
h3 {
	background-color: #563D7C;
	margin-bottom:10px;
	font-size:12pt;
	padding:5px 3px;
	color:#FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	text-indent:10px;
}
h4 {
	background-color: #CDBFE3;
	margin-bottom:10px;
	font-size:11pt;
	padding:5px 3px;
	border-radius:4px;
	-webkit-border-radius:4px;
	text-indent:10px;
}
div.center {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

div.right {
	text-align: right;
	margin-left:auto;
	margin-right:auto;
}
div.SeverSpec {
	color :#000000;
	font-size:20px;
	float:right;
	padding-top:20px;
}
.LoginName {
}
#wrapper {margin: 0 auto; width:80% }
#header {
	margin-bottom:10px;
	font-size:11pt;
	padding: 5px;
	border-bottom: solid 2px #463265;
}
#sidebar {
	font-size:11pt;
	float:left;
	width:180px;
	background-color:#EEEEEE;
	padding:3px;
	position:relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}
#sidebar ul{
	margin:10px 0;
	padding:0;
}
#sidebar li{
	display:block;
}
#sidebar a{
	display:block;
	padding:2px 10px;
}
#sidebar a:hover{
	background:#DDDDDD;
	text-decoration:none;
}
#main_content {
	margin-left:200px;
	vartical-align: top;
	min-height:300px;
}
#footer {
	padding-top:10px;
	border-top: solid 1px lightgrey;
	font-size:9pt;
	text-align:center;
}

table {
	border-collapse: collapse;
	font-size:10pt;
}
th {
	background-color: #F7F5FA;
	padding: 3px;
	border:solid 1px #a9a9a9;
}
td {
	padding: 3px;
	border:solid 1px #a9a9a9;
}

table.search {margin-bottom:10px;}
table.list {margin-bottom:10px;}
table.detail {margin-bottom:10px;}
table.detail th {white-space:nowrap;}

table.categories {width: 100%; margin-bottom: 20px;}
table.categories th.name {width: 20%;}
table.categories th.icon {width: 20%;}
table.categories th.mark {width: 20%;}
table.categories th.parent {width: 20%;}
table.categories th.del {width: 20%;}

table.admins {width: 100%; margin-bottom: 20px;}
table.admins th.id {width: 20%;}
table.admins th.name {width: 20%;}
table.admins th.email {width: 20%;}
table.admins th.status {width: 20%;}
table.admins th.del {width: 20%;}

table.category_pages {width: 100%; margin-bottom: 20px;}
table.category_pages th.name {width: 20%;}
table.category_pages th.title {width: 20%;}
table.category_pages th.description {width: 20%;}
table.category_pages th.status {width: 20%;}
table.category_pages th.del {width: 20%;}

table.edit {margin-bottom: 20px;}

div.paging {
	margin-top:10px;
	margin-bottom:10px;
	font-size: 10pt;
}
div.paging div.left {
	float:left;
	width:50%;
	text-align: left;
}
div.paging div.right {
	margin-left:50%;
	text-align: right;
}
div.paging div.end {clear: both; text-align: right;}
button, input[type="submit"], input[type="button"]{ padding:3px 10px; cursor:pointer;}

/* メッセージ表示 */
div.header_msg_base{
	margin-bottom:10px;
}
div.header_msg_error{
	padding:3px;
	font-weight:bold;
	background-color:red;
	border-bottom:dotted 1px;
}
div.header_msg_valid {
	padding:3px;
	font-weight:bold;
	background-color:#f08080;
	border-bottom:dotted 1px;
}
div.header_msg_warn{
	padding:3px;
	font-weight:bold;
	background-color:pink;
	border-bottom:dotted 1px;
}
div.header_msg_info{
	padding:3px;
	font-weight:bold;
	background-color:mediumspringgreen;
	border-bottom:dotted 1px;
}
div.h2msg{
	background-color: yellowgreen;
	padding:3px;
	font-size:11pt;
	margin-bottom:10px;
}

.tc{text-align:center;}
.tr{text-align:right;}

.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

.mb5{margin-bottom:5px;}

.ml30{margin-left:30px;}


#viewlayer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background-color: #666666;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	display: none;
}

#php_msgbox {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1001;
	display: none;
	padding: 20px 10px;
	width: 300px;
	font-size: 10pt;
	font-weight: bold;
	height: 100px;
	border-radius: 5px;
	-moz-box-shadow: 10px 10px 10px #333;
	-webkit-box-shadow: 10px 10px 10px #333;
}