@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 100%;
	font-style: normal;
	font-family: Verdana,Arial,Helvetica,'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	font-size: 80%;
	text-align: center;
	background-color: #f5f5f5;
	background-image:url(images/back.gif);

}
p, li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 20px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	font-weight: bold;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
code, var, kbd {
	color: #8b0000;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select, form textarea{
	margin-right: 1px;
	padding: 1px;
	color: #666666;
	border-top: 1px solid #505050;
	border-right: 1px solid #505050;
	border-left: 1px solid #505050;
	border-bottom: 1px solid #505050;
	background-color: #ffffff;
}
@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;

	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;

	text-align: center;
}
table tr td {
	padding: 5px;

}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #996600;
	text-decoration: none;
}
a:active, a:hover {
	color: #ffa500;
	text-decoration: none;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 702px;
	margin:10px auto 0px auto;
	border: 1px solid #444;
	background-color: #fff;
}
div#topmenu {
	width: 700px;
	margin:10px auto 0px auto;
	float: none;
	clear: both;
	margin-bottom: -15px;
}
div#header {
	float: none;
	clear: both;
	height: 100px;
	background: #505050;

}
div#calendar {
	float: none;
	clear: both;
	margin-top: -10px;
	margin-bottom: 0px;
        height: 30px;
	background: #eee url(images/bar.gif);
}

div#navigation {
	float: none;
	clear: both;
}
div#logs {
	float: none;
	clear: both;
	margin-bottom: 10px;
}
div#diary, div#comment, div#trackback {
	margin: 0px 15px;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px 15px;
}
div#footer {
	float: none;
	clear: both;
}

/* ----- トップメニュー -------------------------------------- */

div#topmenu h2 {
	display: none;
}

div#topmenu ul {
	text-align:right;
	margin: 10px 0px;
	padding:5px;
}
div#topmenu ul li {
	display: inline;
	list-style-type:none;
	color: #444;
	margin-right: 10px;
}

div#topmenu a:link, div#topmenu a:visited {
	color:#444;
	text-decoration: none;
}
div#topmenu a:active, div#topmenu a:hover {
	color: #ffa500;
	text-decoration: none;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 15px 15px 10px 15px;
}
div#header h1 a {
	color: #fff;
	font-size: 220%;
	text-decoration: none;
}

div#header p {
	color: #fff;
	margin: 0px 15px;
}

div#header a:active,div#header a:hover {
	color: #444;
	background-color:#fff;
	text-decoration: none;
}

/* ----- カレンダー -------------------------------------- */

div#calendar h2 {
	display: none;
}

div#calendar ul {
	text-align:center;
	margin: 0px;
	padding: 5px 0px;
}
div#calendar ul li {
	display: inline;
	list-style-type:none;
	color: #fff;
	margin-right: 0px;
}
div#calendar .today {
	background-color: #999;
	padding:1px 2px;
}
div#calendar a:link, div#calendar a:visited {
	color:#fff;
	text-decoration: underline;
}
div#calendar .month a:link, div#calendar .month a:visited {
	font-weight: bold;
	text-decoration: none;
}
div#calendar a:active, div#calendar a:hover {
	color: #fc0;
}

/* ----- ポップアップ・メニュー -------------------------------------- */
div#navigation h2{
	text-align: center;
	display: inline;
	padding:5px;
	line-height: 2.4em;
}
div#navigation h2 a:link, div#navigation h2 a:visited {
	color:#fff;
	text-decoration: none;
}
div#navigation h2 a:active, div#navigation h2 a:hover {
	color: #fc0;
}

div.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	width: 150px;
	padding: 4px;
	line-height: 18px;
	background-color: #fff;
	border:1px solid #505050;
}
div.anylinkcss h3{
	margin: 0px 0px 6px 0px;
	padding: 4px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	background-color: #505050;
}
div.anylinkcss ul {
	margin: 0px 3px 0px 3px;
}
div.anylinkcss ul li {
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
div.anylinkcss ul li ul {
	margin: 0px 0px 0px 10px;
}
div.anylinkcss dl {
	margin: 0px 3px 0px 3px;
}
div.anylinkcss dl dt {
}
div.anylinkcss dl dd {
	font-size: 85%;
}

div.bar   {
	background:url(images/bar.gif);
        text-align: center;
        height: 30px;
	width: 100%;
}

div.bar-box     {
	float: left;
	width: 100%;
	background-color: #555;
}
div.bar-box ul  {
	text-align:left;
	margin: 0px 4px;
	padding: 5px 0px 0px 0px;
}
div.bar-box ul li {
	display: inline;
	list-style-type:none;
	color: #444;
	margin-right: -10px;
}


/* ----- 記事一覧 -------------------------------------- */

div#logs {

}
html>body div#logs {

}
div#logs .diary {
}
div#diary .diary {
	margin-bottom: 10px;
	padding: 2px;

}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 5px;
	padding: 5px;
	font-size:medium;
	border-bottom:2px dotted #bbb;
}
div#diary h4 {
	margin: 10px;
}

div#diary .text * {
}
html>body div#diary .text * {
}
div#diary .text p {
	margin: 15px 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .info1 {
	margin: 0px 0px;
	text-align: right;
}
div#diary .info2 {
	margin: 5px 10px;
	text-align: right;
}
div#diary .info1 * {
	font-size: 10px;
}
div#diary .info2 * {
	font-size: 10px;
}
div#diary .info1 li {
	display: inline;
	margin-left: 5px;
}
div#diary .info2 li {
	display: inline;
	margin-left: 5px;
}



div#diary .list {
	background-color: #fff;
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;
	border:1px dashed #bbb;
}
div#diary .list h4 {
	margin: 0px 0px 15px 0px;
	padding: 3px 5px 5px 5px;
	color: #444;
	border-bottom:1px dashed #bbb;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 5px;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}


div#trackback h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom:2px dotted #bbb;
}
div#trackback dl {
	margin: 10px;
	padding: 2px 2px 10px 2px;
	border:1px solid #bbb;

}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin:10px;
	padding: 2px 2px 10px 2px;
	border:1px solid #bbb;
}

div#comment h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom:2px dotted #bbb;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	border-top:1px dotted #bbb;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
div#navi ul li {
	display: inline;

	margin-left: 5px;
}

div#navi form dl {
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom:2px dotted #bbb;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 2px dotted #bbb;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom:2px dotted #bbb;
}

div#work form {
	margin: 10px 0px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom:2px dotted #bbb;
}

div#form form {
	margin: 10px;
}
div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
div#form form dl dd {
}
div#form form dl dd textarea {
	margin-top: 2px;
}
div#form form ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom:2px dotted #bbb;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #CCCCCC;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom:2px dotted #bbb;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	border-bottom:2px dotted #bbb;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 2px dotted #bbb;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	margin-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#searchbox {
	width: 702px;
	margin: 0px auto 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: #555;
	border: 1px solid #000;
	float: none;
	clear: both;
}

div#searchbox form {
	padding-left: 250px;
}

#search_w {
	background-color: #000;
	color:#eee;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;

}

#search_b {
	width: 70px; 
	height: 1.6em;
	background-color: #000;
	color:#eee;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div#address {
	text-align:center;
	padding:10px 0px 20px 0px;
	color:#444;
}


