@charset "utf-8";


/* 管理画面のスタイル
================================================================ */

body{
	background:none; /* 背景画像上書き */
}

a {
	color:#0066CC;
    text-decoration: underline;
}
a:active, a:hover {
    color: #5d8eb3;
    text-decoration: underline;
}


/* 全体レイアウト
================================================================ */

/* -- ヘッダ */
div#head {
    width: 100%;
    height: 35px;
    overflow: hidden;
}
div#head table {
    width: 100%;
}
td#admin-logo{
    width: 140px;
    height: 35px;
	background:url(../img/admin_title_header.gif) no-repeat top left;
}
td#gmenu{
	text-align:left;
	padding: 0 0 0 20px;
	font-size:90%;
}
td#gmenu a, td#gmenu span{
	display:block;
	float:left;
	margin-right:16px;
}
td#gmenu a{
	padding: 5px 0 0 18px;
	background: url(../img/ico_arrow_red_r.gif) no-repeat 3px 10px;
}
td#gmenu span{
	padding: 5px 0 0 20px;
	background: url(../img/admin_ico_tooltip.gif) no-repeat 0px 7px;
	color:#445;
}
td#logout {
    padding: 0 5px 0 0;
    text-align: right;
}
#logout input{
	padding:1px 8px;
	
	/* for IE6-7 */
	*padding: 1px 0;
}

/* -- ミドル */
#content {
    clear: right;
	overflow:hidden;
	text-align:left;
}
#contentLayout {
    width: 100%;
	border:none;
}

/* 左ナビ */
td#navi {
    width: 140px;
	line-height:1.4em;
	
	/* for IE6-7 */
	*line-height:1.2em;
	
	overflow:visible;
    background-color:#693; /*693*/
	text-align:left;
    vertical-align: top;
	border:solid #333;
	border-width:0 1px 1px 0;
	clear:both;
}
td#navi a {
	display:block;
	padding: 3px 0 0 15px;
	background: url(../img/ico_arrow_black_r.gif) no-repeat 3px 8px;
}
td#navi a:link, td#navi a:visited{
	color:#fff !important;
	text-decoration:none;
}
td#navi a:hover{
	color:#223 !important;
	text-decoration:underline;
}
td#navi div {
	padding: 2px 0;
	border-top:1px solid #112;
	text-align:center;
}
td#navi div.gn {
	background-color:#8c0;
}
td#navi div#menu-page {
	background: url(../img/admin_ico_menu_page.gif) no-repeat 6px 3px #069;
	color:#eee;
}
td#navi div#menu-other {
	background: url(../img/admin_ico_menu_other.gif) no-repeat 6px 3px #069;
	color:#eee;
}
td#navi div.webmaster {
	background:#C33;
	color:#eee;
}
td#navi p.kugiri {
	height: 10px;
}

/* メイン */
td#main {
    background-color: #fff;
    vertical-align: top;
	border-top: 2px solid #333;
	
	/* for IE6-7 */
	*border-top: 1px solid #333;
}



/* 管理 TOP MENU のスタイル
================================================================ */

div.menu-title{
	border-bottom:solid #ddc 3px;
}
div.menu-contents{
	padding:6px;
}
div.menu-contents:after { /* 後続要素 */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* お知らせ
--------------------------------------- */

div.menu-contents div.date{
	width:100px;
	float:left;
	clear:both;
	border-bottom: dotted 1px #630;
	text-align:center;
	
	/* for IE6-7 */
	*line-height:1.1em;
}
div.menu-contents div.news{
	width:500px;
	float:left;
	border-bottom: dotted 1px #630;
		
	/* for IE6-7 */
	*line-height:1.1em;
}
div.menu-contents div.normal{
	padding: 0 0 0 34px;
}
div.menu-contents div.notice{
	padding: 0 0 0 34px;
	background: url(../img/admin_ico_notice.gif) no-repeat 0px 3px;
	
	/* for IE6-7  */
	*background: url(../img/admin_ico_notice.gif) no-repeat 0px 0px;
}
div.menu-contents div.important{
	padding: 0 0 0 34px;
	background: url(../img/admin_ico_important.gif) no-repeat 0px 3px;
	
	/* for IE6-7  */
	*background: url(../img/admin_ico_important.gif) no-repeat 0px 0px;
}
div.menu-contents a{
	/*display:block;*/
	padding: 5px 0 0 18px;
	background: url(../img/ico_arrow_red_r.gif) no-repeat 3px 10px;
}

/* トグル関連 */
div.menu-contents div.nt{ /* news title */
	width:500px;
}
div.menu-contents div.nt a{
	padding: 0; /* 上書き */
	text-decoration: none;
	background:none;
}
div.menu-contents div.content{
	display: none;
	background: url(../img/admin_bg_tooltip_topnews.gif) no-repeat top left #eed;
	margin: 8px 0 16px 10px;
	padding: 10px 10px 10px 30px;
}


/* 管理メニュー
--------------------------------------- */
div.menu-contents div#repdata, div.menu-contents div#transupdata {
	display: none;
	width:600px;
	background: url(../img/admin_bg_tooltip_topnews.gif) no-repeat top left #eed;
	margin: 8px 0 16px 10px;
	padding: 10px 10px 10px 30px;
}
div.menu-contents div#repdata a{
	display:inline-block;
	padding: 0; /* 上書き */
	background:none;
}
div.menu-contents div#transupdata img{
	float:left;
}
div.menu-contents div#transupdata div{
	margin-left:74px;
}
div.menu-contents div#transupdata:after{/* 後続要素 */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/* 一覧テーブル
================================================================ */

div.admin-index{
	border-top: solid 1px #ccc;
	border-left: solid 3px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 3px #ccc;
	padding:4px;
	margin: 0 0 10px 0;
}

table.record{
	width:100%;
	padding:0;
}
table.record tr, table.record th{
	border:solid 2px #fff;
}
table.record tr th, table.record tr td{
	padding:4px;
	text-align:left;
}
table.record tr th{
	width:100px;
	font-weight:normal;
	background:#ddc;
	color:#000;
}
table.record tr th.editableOnlyByAdmin, table.record tr td.editableOnlyByAdmin{
	background:#678;
	color:#fff !important;
}

table.record tr td.edit{
	text-align:right;
}
table.buttonContainer{
	width:120px !important;
	float:right;
}
table.buttonContainer td{
	background:#fc0 !important;
	text-align:center;
}



/* 確認テーブル
--------------------------------------------*/
table.confirm{
	margin: 16px 0 20px 12px;
	width:95%;
}
table.confirm th{
	width:100px;
	border:1px solid #555;
	padding:4px;
	text-align:right;
	background:#eed;
}
table.confirm td{
	border:1px solid #555;
	padding:4px;
	text-align:left;
}


/* form の 上部 のスタイル
================================================================ */

div.form_container{
	padding:24px;
}

/* フォームTOP */
table#formTop{
}
table#formTop th{
	width:520px;
	vertical-align:top;
}
table#formTop td{
	width:272px;
	vertical-align:top;
	padding: 10px 0 10px 20px;
	background:url(../img/admin_bg_tooltip_sitelink.gif) no-repeat top left;
}
table#formTop img{
	border:solid 1px #fff;
}

div.formHeaderTitle{ /* フォームのタイトル */
	margin-bottom:16px;
	padding: 6px;
	text-align:center;
	background: #903;
	font-size:1.2em;
	font-weight:bold;
	color:#eee;
}
div.formHeaderMsg{ /* 固定のフォームの説明 */
	margin-bottom: 10px;
	padding-left: 10px;
	font-size:1.2em;
	font-weight:bold;
	text-align:left;
	line-height:1.4em;
	color:#963;
}
div.formHeaderInfo{ /* 状況に応じて出るメッセージ（電球アイコン）  */
	margin-bottom:12px;
	padding: 0 0 0  20px;
	background:url(../img/ico_hint.gif) no-repeat;
	border-bottom: solid 5px #fb0;
	font-weight:bold;
	font-size:1.1em;
	color:#a11;
}


/* 新規登録リンク */
div.registBtnContainer{
	margin-bottom: 10px;
	padding:6px;
	border: solid 1px #999;
	background:#fc0;
	text-align:left;
}

div.registBtnContainer input, div.admin-index input{
	padding:3px;
	
	/* for IE6-7 */
	*padding:2px 0;
}

/* ソート、フィルタ */
div.sortFilterContainer{
	width:97%;
	border-left: solid 6px #cc1;
	padding:4px;
	margin: 0 0 0 6px;
	text-align:left;
}
div.codeSort{
	margin: 4px 0 4px 4px;
}
div.codeFilter{
	margin: 0 0 4px 4px;
}
div.codeSort input, div.codeFilter input{
	margin-left:8px;
	padding:2px;
}

div.admin-index-head{
	border-left: solid 6px #cc1;
	padding:0 0 8px 12px;
	margin: 0 0 12px 6px;
	text-align:left;
	color:#660;
}
div.admin-index-head-error{
	padding: 6px;
	margin: 6px;
	text-align:left;
	color:#F03;
	font-size:110%;
}


/* 入力エラー */
ul.formHeaderError{
	margin: 0 0 10px 50px;
}
ul.formHeaderError li{
    padding: 3px 0px 3px 24px;
	list-style-type: none;
    background: url("../img/ico_error.gif") left 3px no-repeat;
	color: #f03;
	font-weight:bold;
}




/*  W.M.
================================================================ */

/* php ini chk */
table.phpini{
	border:solid 1px #999;
	margin-bottom:20px;
}
table.phpini th{
	padding:6px;
	width:190px;
	vertical-align:top;
	text-align:left;
	background:#eed;
	border:solid 1px #999;
}
table.phpini th.res, table.phpini td.OK, table.phpini td.NG, table.phpini td.NOTE{
	width:50px;
	font-weight:bold;
	text-align:center;
}
table.phpini td{
	padding:6px;
	width:150px;
	vertical-align:top;
	text-align:left;
	border:solid 1px #999;
}
table.phpini td.header{
	padding:6px;
	width:150px;
	vertical-align:middle;
	text-align:center;
	background:#eed;
	font-weight:bold;
	border:none;
}
table.phpini td.OK{
	color:green;
}
table.phpini td.NG{
	color:red;
}
table.phpini td.NOTE{
	color:orange;
}

/* ppi */
iframe.ppi{
	width:650px;
	height:400px;
	margin-top:10px;
	border:none;
	overflow:hidden;
	overflow-y:scroll;
}

/* sql man. gui tool */
iframe.gui{
	width:100%;
	height:640px;
	border:solid 1px #999;
	overflow:scroll;
}
div.dbf{
	height:10px;
	padding:0;
	margin-right:20px;
	text-align:right;
}
div.dbf span{
	font-weight:bold;
	color:red;
}

