/* style.css */
/* == written by Takuya Otani <takuya.otani@gmail.com> === */
/* == Copyright (C) 2004 SimpleBoxes/SerendipityNZ Ltd. == */

/*
	guideline : http://serennz.sakura.ne.jp/guidelines/css_ja_000.txt
*/

/* [defaults] */
* {
	margin: 0px;
	padding: 0px;
}
*+html body {
	font-size: 80%;
}
* html body {
	font-size: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 1em 0px;
	font-style: normal;
	font-weight: bold;
	font-size: 110%;
}
p,
dl,
ul,
ol,
blockquote,
form,
pre {
	margin: 1em 0px;
	font-style: normal;
	font-weight: normal;
}
th,
dt {
	font-style: normal;
	font-weight: bold;
}
blockquote {
	margin: 1em 2em;
}
p {
	line-height: 1.4;
}
label,
strong,
em {
	font-style: normal;
	font-weight: bold;
}
a {
	text-decoration: none;
}
q {
	quotes: none;
	font-style: normal;
}
/* [layout] */
body {
	margin: 0px;
	padding: 0px;
}
div.head {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	height: 60px;
}
div.body {
	margin: 10px 20px;
	padding: 0px;
	max-width: 1294px;
}
div.body div.main {
	margin: 0px 0px 0px 160px;
	padding: 0px;
	min-width: 550px;
	text-align: left;
}
div.body div.menu {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	position: absolute;
	left: 20px;
	top: 70px;
	width: 140px;
}
address {
	margin: 0px auto;
	padding: 0px;
	width: 90%;
	min-width: 580px;
	max-width: 1114px;
	font-style: normal;
	font-size: 10px;
	text-align: center;
}
body.main address {
	margin: 0px 20px 0px 160px;
	width: auto;
}
address#powered {
	padding-top: 5px;
}
address#copyright {
	padding-bottom: 10px;
}
div.error {
	margin: 10px 50px 30px 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 90%;
	min-width: 550px;
	max-width: 1114px;
	text-align: center;
}
p.msg {
	margin: 20px;
	text-align: center;
}
p.msg code.error {
	display: block;
	text-align: left;
}
p#debug {
	margin: 0px 0px 0px 160px;
	padding: 30px;
	min-width: 550px;
	text-align: center;
}
/* [headings] */
h1 {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 130px;
}
h2 {
	font-size: 110%;
	text-align: left;
	line-height: 1.1;
}
div.body div.menu h2 {
	margin: 0px 0px 2px 0px;
	padding: 3px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
div.main h2,
body.bm h2 {
	margin: 0px;
	padding: 10px;
	text-align: right;
	font-weight: bold;
}
div.error h2 {
	margin: 0px;
	padding: 10px 20px;
}
h3 {
	margin: 5px 0px;
	padding: 5px;
	clear: right;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1;
}
h4 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.1;
}
/* [head block] */
div.head ul {
	margin: 0px 0px 0px 210px;
	padding: 5px 0px 0px 0px;
	max-width: 1114px;
	list-style: none;
	text-align: right;
	line-height: 1.2;
}
div.head ul li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}
div.head ul li a {
	margin-left: 3px;
	padding: 3px 5px 2px 18px;
	height: 16px;
}
div.head ul li a:hover {
	text-decoration: none;
}
div.head p {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	max-width: 1324px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
/* [menus] */
div.body div.menu h2 {
	padding-left: 24px;
	text-align: left;
}
div.body div.menu ul {
	margin: 0px 0px 8px 0px;
}
div.body div.menu ul li {
	list-style: none;
	display: inline;
}
div.body div.menu ul li a,
div.body div.menu ul li span,
div.body div.menu ul li.option {
	margin: 0px 0px 1px 0px;
	padding: 2px;
	display: block;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
div.body div.menu ul li.option {
	text-align: center;
}
div.body div.menu ul li a#menu_view {
	margin: 0px 0px 5px 0px;
	padding: 2px;
	text-align: center;
}
div.body div.main ul.menu {
	margin: 0px;
	padding: 0px 10px;
}
div.body div.main ul.menu li {
	margin: -2px 0px 10px -1px;
	padding: 6px 2px 4px 2px;
	display: block;
	float: right;
	width: 105px;
	line-height: 1.0;
	list-style: none;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
}
/* [main form] */
div.body div.main dl {
	clear: both;
}
div.body div.main dl dt {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	clear: left;
	width: 15em;
	line-height: 1.3;
	font-weight: bold;
}
div.body div.main dl dt.submit {
	display: none;
}
div.body div.main dl.entry_form dt {
	width: 8em;
}
div.body div.main dl dt.editor-label {
	float: none;
}
div.body div.main dl dd {
	margin: 0px 1em 5px 16em;
	padding: 0px;
	line-height: 1.3;
}
div.body div.main dl dd.submit {
	margin: 5px 0px;
	padding: 5px;
	text-align: center;
}
div.body div.main dl.entry_form dd {
	margin-left: 8em;
}
div.body div.main dl dd.editor-form {
	margin-left: 1em;
}
div.body div.main dl dd.submit {
	margin-left: 0px;
}
div.body div.main dl dt.note {
	display: none;
}
div.body div.main dl dt.note_label {
	float: none;
	width: auto;
}
div.body div.main dl dd.note {
	margin: 0px 1em 5px 2em;
	padding: 0px;
	font-size: 90%;
}
div.body div.main ul.tree {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	clear: right;
	line-height: 1.4;
	list-style: none;
	font-size: 100%;
}
div.body div.main ul.tree li a {
	font-weight: bold;
}
div.body div.main ul.tree li {
	padding-left: 0.5em;
}
div.body div.main ul.tree ul {
	margin: 0px;
	padding-left: 1em;
	list-style: none;
}
ul.tree li span.dir {
	display: block;
	float: right;
}
ul.tree ol {
	margin: 0px 0px 0px 4em;
}
/* [form parts] */
textarea,
input.messagetext {
	width: 99%;
}
input.text {
	padding: 2px;
}
input.button {
	padding: 2px 10px;
}
select option {
	padding: 0px 5px;
}
*+html input.button {
	padding: 0.2em 10px 0px 10px;
}
* html input.button {
	padding: 0.2em 10px 0px 10px;
}
div.body div.main dl dd div.editor_tool,
div.body div.main dl dd div.entry_tool {
	margin: 0px 0px 2px 0px;
	padding: 0px;
	width: 99%;
}
div.body div.main dl dd div.entry_tool {
	text-align: right;
}
*+html div.body div.main dl dd div.entry_tool {
	margin-right: -1.0em;
}
* html div.body div.main dl dd div.entry_tool {
	margin-right: -1.0em;
}
div.body div.main dl dd div.editor_tool img {
	margin: 0px 0px 1px -2px;
}
span.codepress-resizer {
	margin: -2px 0px 2px 0px;
	padding: 0px;
	display: block;
	width: 99%;
	height: 10px;
	cursor: s-resize;
	cursor: row-resize;
}
div#edit_addfile {
	margin-top: 5px;
	padding-top: 5px;
}
div#edit_addfile dl.subform dt {
	padding-left: 5px;
}
span.message-closer {
	padding: 0px 3px 0px 3px;
	cursor: pointer;
}
/* [table] */
table {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	clear: right;
	width: 99%;
	table-layout: fixed;
}
* html table {
	width: auto;
}
table th,
table td {
	margin: 0px;
	padding: 0.4em;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
}
table.status_table td table td {
	line-height: 1.2;
}
table.list td table {
	margin: 0px;
}
table.list td table th,
table.list td table td {
	padding: 0.2em 0px;
	line-height: 1.2;
}
table th.value,
table td.value {
	text-align: left;
}
table td.elem {
	text-align: left;
/* except MacIE \*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
/* end for MacIE */
}
table td.imag {
/* except MacIE \*/
	overflow: hidden;
/* end for MacIE */
}
table td.stat,
table td.date {
	white-space: nowrap;
}
table tr.tool td,
table tr.link th,
table tr.link td {
	text-align: right;
}
table.list {
	margin: 10px 0px 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
div.body div.main dl dd table {
	table-layout: auto;
}
div.body div.main dl dd table th {
	width: 33%;
}
table#category_table select {
	width: 99%;
	height: 15em;
}
table#category_table td.mover {
	height: 3em;
}
table.status_table td {
	vertical-align: top;
}
table.entryoptions td {
	text-align: left;
}
table.entryoptions td.forms {
	text-align: center;
}
table.entryoptions td label {
	font-weight: normal;
}
/* [table columns] */
table col.id {
	width: 4em;
}
table col.title {
	width: 50%;
}
table col.name,
table col.user {
	width: 10%;
}
table col.date {
	width: 9em;
}
table col.address {
	width: 10em;
}
table col.category {
	width: 15%;
}
table col.status {
	width: 4em;
}
table col.check {
	width: 2.3em;
}
table col.icon {
	width: 80px;
}
table col.button {
	width: 8.5em;
}
table col.key {
	width: 20%;
}
table col.iteminfo {
	width: 4.0em;
}
table col.element {
	width: 30%;
}
table col.value,
table col.attribute {
	width: 60%;
}
/* [sb it!] */
body.bm {
	margin: 0px;
	padding: 10px;
}
body.bm form.login h2 {
	display: none;
}
body.bm dl.mainform dd textarea.text {
}
body.bm dl.mainform dd textarea#entry_summary {
}
body.bm dl.mainform dd.option table {
}
body.bm dt#label_entry_body {
	width: 70px;
}
body.bm dt#label_entry_more {
	width: 70px;
}
body.bm span.bm {
	display: none;
}
/* [login parts] */
form.login {
	margin: 10px 50px 30px 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 90%;
	min-width: 550px;
	max-width: 1114px;
	text-align: center;
}
form.login h2 {
	text-align: center;
}
form.login dl {
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	text-align: left;
}
form.login dl dt {
	margin: 0px;
	padding: 2px 0px 0px 0px;
	display: block;
	float: left;
	clear: left;
	width: 155px;
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
form.login dl dd {
	margin: 0px 0px 0px 160px;
	padding: 2px 0px 0px 0px;
	line-height: 1.3;
	font-size: 12px;
	text-align: left;
}
form.login p {
	margin: 0.5em;
	padding: 0px;
	text-align: center;
}
form.login p.msg {
	font-weight: bold;
	text-align: center;
}
/* [fonts] */
/* except MacIE \*/
* {
	font-family: "Lucida Grande",sans-serif;
}
/* end for MacIE */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Hiragino Kaku Gothic Std","Trebuchet MS","Trebuchet",sans-serif;
}
em,
strong,
dt,
th,
div.head ul li a,
div.body div.menu ul li a,
form.login p.msg {
	font-family: "Hiragino Kaku Gothic Std","Verdana",sans-serif;
}
pre,
code,
kbd {
	font-family: "Courier New",monospace;
}
address {
	font-family: "Trebuchet MS","Trebuchet",sans-serif;
}
/* [colors] */
body {
	color: #555;
	background-color: #faf6f8;
}
a:link {
	color: #449;
}
a:visited {
	color: #449;
}
a:active {
	color: #449;
}
a:hover {
	color: #966;
}
p.inst_note,
p.note {
	color: #666;
}
dl.mainform dd.note {
	color: #666;
}
dl.subform dd.note {
	color: #999;
}
table.list {
	background-color: #bbc;
}
table#category_table {
	background-color: #e0e0f0;
}
table.list tr.link td, table.list tr.link th {
	background-color: #e0e0f0;
}
table.list tr.tool td, table.list tr.tool th {
	background-color: #ccd;
}
table.list tr.lead td, table.list tr.lead th {
	background-color: #ccd;
}
table.list tr.odd td, table.list tr.odd th {
	background-color: #e8e8f8;
}
table.list tr.even td, table.list tr.even th {
	background-color: #e0e0f0;
}
table.list tr.selected_odd td, table.list tr.selected_odd th {
	background-color: #c8c8d8;
}
table.list tr.selected_even td, table.list tr.selected_even th {
	background-color: #c0c0d0;
}
table.list td.od {
	background-color: #e8e8f8;
}
table.list td.ev {
	background-color: #e0e0f0;
}
table.list th.top {
	background-color: #eee;
}
ul.tree li.odd {
	background-color: #e8e8ff;
}
ul.tree li.even {
	background-color: #e0e0f8;
}
div#edit_addfile {
	background-color: #ede9ef;
}
form.login p.msg {
	color: red;
}
p.check {
	background-color: #ccd;
}
address {
	color: #666;
}
/* [colors - head] */
div.head p {
	color: #679;
}
div.head ul li a:link,
div.head ul li a:visited,
div.head ul li a:active {
	color: #069;
}
div.head ul li a:hover {
	color: #fff;
	background-color: #7495bc;
}
/* [colors - form parts] */
textarea,
input.messagetext,
input.text {
	background-color: #eee;
}
textarea:focus,
input.messagetext:focus,
input.text:focus {
	background-color: #fff;
}
input.updown {
	color: #666;
	background-color: #ddd;
}
dl dd.submit {
	background-color: #e8e8e8;
}
/* [colors - menu] */
div.body div.menu h2 {
	color: #666;
	background-color: #ccd;
}
div.body div.menu ul li span,
div.body div.menu ul li a:link,
div.body div.menu ul li a:visited,
div.body div.menu ul li a:active {
	color: #667;
	background-color: #dde;
}
div.body div.menu ul li.current span,
div.body div.menu ul li.current a:link,
div.body div.menu ul li.current a:visited,
div.body div.menu ul li.current a:active {
	color: #556;
	background-color: #eef;
}
div.body div.menu ul li a:hover,
div.body div.menu ul li.current a:hover {
	color: #446;
	background-color: #fff;
}
div.body div.menu ul li.option {
	color: #999;
}
/* [colors - heading and tabs] */
div.main h2,
body.bm h2 {
	color: #667;
	background-color: #dde;
}
h3 {
	color: #667;
	background-color: #dde;
}
div.body div.main ul.menu li {
	color: #667;
	background-color: #eee;
}
div.body div.main ul.menu li.current {
	background-color: #dde;
}
/* [colors - main form] */
div.body div.main dl dd table {
	background-color: #bbb;
}
div.body div.main dl dd table th {
	background-color: #e8e8e8;
}
div.body div.main dl dd table td {
	background-color: #e8e8e8;
}
/* [borders] */
img {
	border: 0px none #000;
}
body.bm h2,
div.main h2,
div.body div.menu h2,
div.body div.menu ul li a,
div.body div.menu ul li span,
div.body div.main ul.menu li {
	border: 1px solid #999;
}
div.body div.main ul.menu {
	/* should be same as body background-color */
	border-top: 1px solid #f8f2f6; 
}
div.body div.main ul.menu li.current {
	/* should be same as div.main h2 background-color */
	border-top-color: #dde;
}
select,
textarea,
input.messagetext,
input.text,
input.updown,
input.button {
	border: 1px solid #999;
}
iframe.codepress-frame {
	border: 1px solid #999;
}
span.codepress-resizer {
	border: 1px solid #999;
}
div.error,
form.login {
	border: 1px dashed #666;
}
div#edit_addfile dd {
	border-color: #ede9ef;
}
div#edit_addfile dl.subform dt {
	border-color: #ede9ef;
}
ul.tree {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
}
ul.tree li {
	border-top-width: 1px;
	border-top-style: solid;
	border-color: #ccc;
}
p.check {
	border-color: #666;
}
span.message-closer {
	border-bottom: 1px dashed #f66;
}
/* [background-images] */
body.main {
	background-image: url(image/background_blue.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}
div.head {
	background-image: url(image/head_blue.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
div.head h1 {
	background-image: url(image/title_blue.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}
input.button {
	background-image: url(image/gradation.png);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
div.menu h2 {
	background-image: url(image/plugin_icon.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
}
div.menu h2#editmenu {
	background-image: url(image/edit_icon.png);
}
div.menu h2#managemenu {
	background-image: url(image/list_icon.png);
}
div.head ul li a {
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
div.head ul li a#menu_home {
	background-image: url(image/home_icon.png);
}
div.head ul li a#menu_view {
	background-image: url(image/view_icon.png);
}
div.head ul li a#menu_logout {
	background-image: url(image/exit_icon.png);
}
div.head ul li a#menu_help {
	background-image: url(image/help_icon.png);
}
* html div.head ul li a#menu_home {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src='image/home_icon.png',SizingMethod='crop');
}
* html div.head ul li a#menu_view {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src='image/view_icon.png',SizingMethod='crop');
}
* html div.head ul li a#menu_logout {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src='image/exit_icon.png',SizingMethod='crop');
}
* html div.head ul li a#menu_help {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(Src='image/help_icon.png',SizingMethod='crop');
}
span.codepress-resizer {
	background-image: url(image/resizer.png);
	background-repeat: repeat-y;
	background-position: 50% 50%;
}

