/* -------------- */
/* 全体のデザイン */
/* -------------- */

	/* ページ全体 */
	body {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}
	br {
	margin: 0px;
	padding: 0px;
	}
	/* リンク(未訪問) */
	a:link {
		color: blue;
		text-decoration: none;
	}
	/* リンク(訪問済み) */
	a:visited {
		color: #800080;
		text-decoration: none;
	}
	/* リンク(マウスが乗ったとき) */
	a:hover {
		color: #aa0000;
		text-decoration: underline;
	}
	/* リンク(アクティブ時) */
	a:active {
		color: red;
		text-decoration: none;
	}

/* ---------------- */
/* ヘッダのデザイン */
/* ---------------- */

	/* ヘッダボックス全体 */
	div#pagehead {
		border-style: solid;
		border-width: 1px 0px;
		border-color: green;
		margin: 0px;
	}
	/* タイトル */
	div#pagehead h1 {
		padding: 0px 0px;
		/* padding: 0.1em 0.3em; */
		margin: 0px;
		background-color: green;
		color: white;
		font-family: "Lucida Sans Unicode","Microsoft Sans Serif","Century Gothic",sans-serif;
	}
	/* サブタイトル */
	div#pagehead h1 span.subtitle {
		font-size: 60%;
	}
	/* 管理・投稿用リンク(ヘッダ側) */
	div#pagehead div.control {
		margin: 0px;
		padding: 0.1em 0.3em;
		text-align: right;
		background-color: #ccffcc;
	}
	/* 管理・投稿用リンクの英語(ヘッダ側) */
	div#pagehead div.control a span.en {
		font-size: 60%;
		font-family: "Lucida Sans Unicode","Microsoft Sans Serif","Century Gothic",sans-serif;
	}

/* ------------------------------ */
/* クリップ表示領域全体のデザイン */
/* ------------------------------ */

	div#clips {
		margin: 0px;
		height: 160px;
		overflow: auto;
		scrollbar-face-color: #ffffff;
		scrollbar-arrow-color: #cccccc;
		scrollbar-highlight-color: #E7E7E7;
		scrollbar-shadow-color: #CCCCCC;
		scrollbar-base-color: #ffffff;
		scrollbar-3dlight-color: #ffffff;
		scrollbar-darkshadow-color: #ffffff;
		/* margin: 1em; */
	}

/* ---------------------- */
/* クリップ単体のデザイン */
/* ---------------------- */

	/* 1クリップを囲む領域 */
	div.clip {
		margin-top: 10px;
		margin-left: 0px;
		/* margin: 1.5em 0px; */
	}
	div.clip div.leftcolumn {
		float: left;
	}
	/* クリップの日付 */
	div.clip div.leftcolumn div.date {
/*	float: left; */
	color: #3399CC;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0em;
	white-space: nowrap;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
*/
	}
	div.clip div.rightcolumn {
		float: left;
		margin-left: 10px;
	}
	/* クリップのタイトル */
	div.clip div.rightcolumn div.title {
/*	float: left; */
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0em;
	white-space: nowrap;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	/* クリップのタイトル内のリンク */
	div.clip div.rightcolumn div.title a {
		text-decoration: underline;
	}
	div.clip div.rightcolumn div.title a:link { color: #333333; text-decoration: none; }
	div.clip div.rightcolumn div.title a:visited { color: #333333; text-decoration: none; }
	div.clip div.rightcolumn div.title a:hover { color: #333333; text-decoration: underline; }
	div.clip div.rightcolumn div.title a:active { color: #333333; text-decoration: none; }
	/* クリップのカテゴリ */
	div.clip div.rightcolumn div.category {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666666;
	}
	/* クリップのコメント */
	div.clip div.rightcolumn div.comment {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 140%;
	color: #666666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	div.clip div.rightcolumn div.comment div.layoutedclip {
	padding-bottom: 10px;
	line-height: 100%;
	}
	/* クリップのステータス */
	div.clip div.rightcolumn div.status {
	margin: 0px;
	/* padding: 0px 0px; */
	text-align: right;
	font-family: Verdana,sans-serif;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	}
	div.clear {
		clear: both;
	}

/* -------------------------- */
/* ページ移動リンクのデザイン */
/* -------------------------- */

	/* ページ移動リンクを含むボックス全体 */
	div.pagelink {
		text-align: center;
		margin: 1em 10%;
		background-color: #ffdddd;
	}
	/* ページ移動リンクの文字 */
	div.pagelink a {
		font-weight: bold;
	}

/* ---------------- */
/* フッタのデザイン */
/* ---------------- */

	/* フッタボックス全体 */
	div#pagefoot {
		border-style: solid;
		border-width: 1px 0px;
		border-color: green;
		margin-top: 1em;
	}
	/* 管理・投稿用リンク(ヘッダ側) */
	div#pagefoot div.control {
		margin: 0px;
		padding: 0.1em 0.3em;
		text-align: right;
		background-color: #ccffcc;
	}
	/* 管理・投稿用リンクの英語(ヘッダ側) */
	div#pagefoot div.control a span.en {
		font-size: 60%;
		font-family: "Lucida Sans Unicode","Microsoft Sans Serif","Century Gothic",sans-serif;
	}
	/* 戻るリンクのある段落 */
	div#pagefoot p.returnlink {
		margin: 0px;
		padding: 0.3em;
		background-color: green;
		color: white;
		text-align: center;
	}
	/* 戻るリンクの装飾 */
	div#pagefoot p.returnlink a:link { color: white; }
	div#pagefoot p.returnlink a:visited { color: white; }
	div#pagefoot p.returnlink a:hover { color: yellow; }
	div#pagefoot p.returnlink a:active { color: #ccffcc; }

/* 著作権表示のデザイン */
div.copyright { margin-top: 1em; font-size: 70%; font-family: Verdana,sans-serif; }
.clear { clear: both; background: none; }
div.line {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}



