@charset "UTF-8";
@import url("../satsuki/base.css");
@import url("../../../../css/style.css");
/*--------------------------------------------------------------------
■全体配置
---------------------------------------------------------------------*/
body.system {
}
/* ヘッダ */
body.system div#header {
	background-color: #568;
}
body.system div.page-title {
	padding: 0;
}
/* フッタ */
body.system div#footer {
	background-color: #568;
}

/*--------------------------------------------------------------------
●フォーム／日記の編集画面
---------------------------------------------------------------------*/
form input {
	margin: 0 2px 0 2px;
}
div.edit h3 {
	margin-top: 20px;
}
div.edit table {
	margin: 10px 0;
	width: 100%;
}
div.edit table th {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 6px 12px;
}
div.edit table td {
	border-bottom: 1px dotted #ccc;
}

div.diary-edit .number, div.diary-edit .edit-help{display: block;}

div.diary-edit form textarea, div.diary-edit input.edit-files {
	width:			96%;
	margin:			0em 2em 0em 0em;
	_width:			auto;		/* IE bugs */
}
div.comment form textarea {
	width:			90%;
	_width:			auto;		/* IE bugs */
}
div.diary-edit div.writer {
	font-weight:		bold;
	margin:			0.5em 0em 0em 0em;
}

/*--------------------------------------------------------------------
 システム関連
---------------------------------------------------------------------*/
ul.system-menu {
	list-style-type:	none;
	margin:			0.5em 0.2em 0.5em 0.2em;
	padding:		0px;
}

/*--------------------------------------------------------------------
 編集画面
---------------------------------------------------------------------*/
div.diary-edit div.body, div.edit div.body {
	font-size: 90%;
}
div.edit div.body div.margin {
	margin-left: 2em;
}
div.diary-edit div.body input.filed {
	padding: 0px;
}
div.diary-edit div.body textarea {
	margin-left: 0px;
	padding: 0px 4px 0px 0px;
}
textarea { font-size: 100%; }
div.diary-edit  textarea { font-size: 110%; }
div.design-edit textarea { font-size:  95%; }

form input.int, form select.int, input.int, select.int {
	text-align:		right;
}

/* コメント・TBの編集 */
span.edit-checkbox {
	font-size:		120%;
}

/* IP/HOST/AGENT */
div.http_env {
	font-size:		95%;
	text-align:		right;
}



.topics_top_new {margin-bottom: 20px;}
.side-a, .side-b, .day-footer {display:none;}