﻿@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	line-height: 1.0;
	text-align: left;
}

body {
	padding: 0px;
	font-size: 80%;
	background: #FFFFFF url("../images/top.gif") top left no-repeat;
	text-align: center;
}

h2, h3, h4, h5, h6 {
	font-size: 100%;
}

p, li, dt, dd, pre {
	color: #555555;
}

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 {
	border: 0px;
}
object {
	margin-left: 20px;
}

pre {
	width: 100%;
	margin: 0px 25px 20px 25px;
	padding: 10px;
	border: 1px solid #AAAAAA;
	overflow: auto;
	line-height: 1.4;
	background-color: #D8EDE0;
	font-family: "Osaka", "ＭＳ ゴシック", monospace;
}
div#diary>.diary pre { width: auto; padding: 5px; }
code, var, kbd {
	color: #006633;
	padding: 0px 2px;
	font-size: 100%;
	font-family: "Osaka", "ＭＳ ゴシック", monospace;
	line-height: 1.4;
}
blockquote {
	margin: 0px 25px 20px 25px;
	border: 1px dotted #A5C3B5;
	background-color: #99cc99;
}
blockquote p {
	color: #EDEDED;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;
	font-size: 12px;
	line-height: 1.2;
}
@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 {
	font-size: 100%;
	margin-bottom: 10px;
	border: 1px solid #4B664B;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #EEEEEE;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited, a:active {
	color: #339966;
	border-bottom: 1px dashed #339966;
	text-decoration: none;
}
a:hover {
	position:relative;
	top: 1px;
	left: 1px;
	color: #66FF66;
	border-bottom: 1px solid #66FF66;
	text-decoration: none;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	background: transparent url("../images/bottom.gif") bottom right no-repeat;
}
div#imagebox {
	width: 100%;
	margin: 0px auto;
	background: transparent url("../images/right.gif") top right no-repeat;
}

div#header {
	float: none;
	clear: both;
	height: 180px;
}

div#menu {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom: 3px double #5F9465;
}

div#navigation {
	color: #FFFFFF;
	position: absolute;
	width: 200px;
	top: 0px;
	right: 15px;
	background-color: #99cc99;
}

div#logs {
	margin-right: 220px;
}

div#diary, div#comment, div#trackback {
	margin: 0px 20px 10px 20px;
	line-height: 1.0; /* Win IE6用 */
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	height: 100%; /* Win IE6用 */
	margin: 5px 20px;
	padding: 0px 10px 10px 10px;
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 1px solid #A5C3B5;
}
div#contents li, div#work li, div#form li, div#canvas li, div#env li, div#status li {
	line-height: 1.4;
}

div#footer {
	float: none;
	clear: both;
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #99cc99;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	margin-top: 100px;
	padding: 0px 220px 5px 10px;
	text-align: right;
}
div#header >  h1 {
	margin-top: 0px;
	padding: 100px 220px 5px 10px;
}
div#header h1 a {
	position:relative;
	top: 0px;
	left: 0px;
	color: #339966;
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	font-family: "georgia", "Papyrus", "Times New Roman", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	text-decoration: none;
	border: 0px solid #FFFFFF;
}

div#header p {
	margin-right: 230px;
	text-align: right;
	font-size: 12px;
}


/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	margin-top: 5px;
	margin-right: 220px;
	margin-bottom: 5px;
	text-align: right;
}

div#menu ul li {
	display: inline;
	margin-left: 10px;
}

div#menu a:link, div#menu a:visited, div#menu a:active	{
	color: #339966;
	padding: 0px 2px;
	border-bottom: 0px dashed #339966;
	text-decoration: none;
}
div#menu a:hover {
	position:relative;
	top: 1px;
	left: 1px;
	color: #66FF66;
	border-bottom: 0px solid #66FF66;
	text-decoration: none;
}

/* ----- ナビゲーション -------------------------------- */
#navigation p, #navigation li, #navigation dt, #navigation dd, #navigation h2 {
	color: #FFFFFF;
}

div#navigation h2 {
	margin-bottom: 15px;
	padding-left: 3px;
	padding-bottom: 3px;
	background: transparent url("../images/navititle.gif") top right no-repeat;
	border-bottom: 3px double #7AAA89;
	text-align: left;
}

div#navigation img {
	margin: 0px 5px 5px 0px;
}

div#navigation ul {
	margin: 0px 10px 0px 5px;
}
div#navigation ul li {
	margin: 0px 0px 10px 0px;
	padding-left: 10px;
	list-style-type: none;
	background: transparent url("../images/dot.gif") 0px 0px no-repeat;
}
div#navigation ul li ul {
	margin: 7px 0px 0px 5px;
}
div#navigation ul li ul li {
	margin: 0px 0px 5px 0px;
}

div#navigation dl {
	margin: 0px 10px 0px 5px;
}
div#navigation dl dt {
	margin-top: 10px;
	margin-bottom: 3px;
	padding-left: 10px;
	background: transparent url("../images/dot.gif") 0px 0px no-repeat;
	line-height: 1.2;
}
div#navigation dl dd {
	margin-left: 10px;
}
div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-top: 3px;
	margin-left: 15px;
	margin-bottom: 0px;
}
div#navigation .button {
	font-size: 12px;
	width: 67px;
	height: 26px;
	color: #333333;
	background-image: url("../images/button.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px solid #FFF;
}

div#navigation .nonedot {
	padding: 0px;
	background-image: none;
	display: inline;
}
div#navigation .image {
	text-align: left;
}

#navigation .at {
font-size: 90%;
}
@media screen {
	#navigation .at {
        	font-size: 95%;
        }
}
#navigation .search {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	border-bottom: 0px dashed #999999;
	background-image: none;
}

div#navigation table {
	font-size: 90%;
	color: #808080;
	margin: 5px 0px 7px 15px;
	background-color: #E0EFE0;;
	border: 0px solid #7AAA89;
}
@media screen {
	div#navigation table {
        	font-size: 95%;
        	margin: 7px auto 7px auto;
        }
}

div#navigation table tr th {
	color: #FFFFFF;
	padding: 3px 5px;
	border: 0px solid #7AAA89;
	background-color: #7AAA89;
}

div#navigation table tr td {
	padding: 1px;
	border: 1px solid #7AAA89;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 3px;
        }
}

div#navigation .week {
font-weight: bold;
}
div#navigation .day {
	color: #808080;
}
div#navigation .satday {
	color: #1E90FF;
}
div#navigation .sunday {
	color: #DB7093;
}
div#navigation .today {
	background-color: #FFFFFF;
}

div#navigation .calender {
	font-size: 95%;
	margin: 2px 10px;
	text-align: center;
}
div#navigation .calender li {
	display: inline;
	margin-right: 10px;
}

div#navigation .block {
	margin: 10px;
	margin-top: 20px;
	padding-bottom: 10px;
	border: 0px solid #AAAAAA;
	text-align: center;
}

div#navigation a:link,div#navigation a:visited, div#navigation a:active	{
	color: #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-decoration: none;
}
div#navigation a:hover {
	position:relative;
	top: 1px;
	left: 1px;
	color: #66FF66;
	border-bottom: 1px solid #66FF66;
	text-decoration: none;
}
div#navigation table a:link, div#navigation table a:hover {
	font-weight: bold;
	border-bottom: 0px solid #66FF66;
}

div#navigation a.image:link, div#navigation a.image:visited, div#navigation a.image:hover {
	border: 0px solid #000000;
	position: relative;
	top: 0px;
	left: 0px;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
}
html>body div#logs {
}

div#diary .diary {
	margin-bottom: 25px;
	background-color: #FFFFFF;
	border: 1px solid #99cc99;
	height: 100%; /* Win IE6用 */
}


div#diary h2 {
	display: none;
}
div#diary h3 {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 3px;
	background: #99cc99 url("../images/logtitle.gif") top right no-repeat;
	border-bottom: 2px dashed #99cc99;
}
div#diary .dectitle {
	margin-bottom: 20px;
}

div#diary h4, div#diary h5, div#diary h6 {
	margin: 0px 20px 10px 20px;
	padding: 0px 5px;
	color: #555555;
	line-height: 1.3;
	clear: both;
}
div#diary h4 {
	background-color: #E0EFE0;
}
div#logs img {
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 3px;
}

div#diary .text * {
}
html>body div#diary .text * {
}
div#diary .text ul li,
div#diary .text ol li,
div#diary .text dl dt,
div#diary .text dl dd,
div#diary .text table td,
div#diary .list ul li,
div#trackback dl dt,
div#trackback dl dd {
	line-height: 1.3;
}
div#diary .text p {
	margin: 15px 25px 15px 25px;
	line-height: 1.6;
}
div#diary .text img {
	margin-bottom: 10px;
}
div#diary .text ul {
	margin: 10px 25px 25px 15px;
}
div#diary .text ul li {
	margin: 0px 0px 2px 10px;
	padding-left: 10px;
	background: transparent url("../images/dot.gif") 0px 2px no-repeat;
	list-style-type: none;
}
div#diary .text ul li ul li {
	margin-left: 10px;
}
div#diary .text ol {
	margin: 0px 25px 25px 45px;
}
div#diary .text ol li {
	margin: 0px 0px 2px 0px;
}
div#diary .text ul li ul,
div#diary .text ol li ol {
	margin: 2px 0px 3px 0px;
}
div#diary .text dl {
	margin: 0px 25px 20px 25px;
}
div#diary .text dl dt {
	font-weight: bold;
}
div#diary .text dl dd {
	margin-bottom: 5px;
	padding-left: 13px;
}
div#diary .text table {
	margin: 0px 25px 20px 25px;
	color: #555555;
}

div#diary .date {
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px 10px 5px 10px;
	text-align: right;
	background-color: #99cc99;
}

div#diary .date li {
	display: inline;
	margin-left: 8px;
}
div#diary .info {
	height: 100%; /* Win ie6用 */
	clear: both;
	margin: 0px;
	padding: 7px;
	text-align: right;
background-color: #E0EFE0;
}
div#diary .info * {
}
div#diary .info li {
	display: inline;
	margin-left: 5px;
}

div#diary .list {
	margin: -15px 0px 25px 0px;
	padding: 5px 10px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
}

div#diary .list h4 {
	margin: 0px 0px 10px 0px;
	padding: 3px 5px;
	color: #444444;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}

div#diary .list p, div#diary .list span {
	line-height: 1.4;
}
div#diary .list dl dt {
	margin: 5px 5px 0px 0px;
	padding: 2px 5px;
	color: #444444;
	background-color: #DEDEDE;
	line-height: 1.3;
}
div#diary .list dl dd {
	margin: 10px 15px 0px 15px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 0px double #5F9465;
	border-bottom: 3px double #5F9465;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #AAAAAA;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	line-height: 1.4;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 0px double #5F9465;
	border-bottom: 3px double #5F9465;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
}
html>body div#comment .text * {
}
div#comment .text p {
	margin: 10px 20px;
}

.icon img {
	vertical-align: middle;
}

div#diary .date a:link, div#diary .date a:visited, div#diary .date a:active {
	color: #FFFFFF;
	border-bottom: 0px dashed #66FF66;
	text-decoration: none;
}
div#footer .date a:hover {
	position:relative;
	top: 1px;
	left: 1px;
	color: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	text-decoration: none;
}

/* ----- ページ移動 ------------------------------------ */

div#page {
	margin: 0px 10px;
	background-color: #FFFFFF;
	border: 0px solid #A5C3B5;
}
div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
	text-align: right;
}
div#page ul li {
	display: inline;
	margin-left: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi h2 {
	display: none;
}

div#navi ul {
	margin: 5px 10px;
	text-align: right;
}
div#navi ul li {
	display: inline;
	margin-left: 5px;
}

div#navi form dl {
	margin-top: 10px;
}
div#navi form dl dt {
	display: none;
}
div#navi form dl dd {
	float: left;
}
div#navi form input {
	padding: 0px;
}
/* ----- コンテンツ ------------------------------------ */

div#contents h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 0px double #5F9465;
	border-bottom: 3px double #5F9465;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #5F9465;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */
div#work {

}

div#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 0px double #5F9465;
	border-bottom: 3px double #5F9465;
}

div#work form {
	margin: 0px 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-top: 0px;
	margin-bottom: 15px;
	padding: 5px;
	border-top: 0px double #5F9465;
	border-bottom: 3px double #5F9465;
}

div#form form {
	padding-bottom: 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-bottom: 15px;
	padding: 5px;
	border-top: 0px double #5F9465;
	border-bottom: 3px double #5F9465;
}
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 {
	padding-bottom: 20px;
}


/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 0px double #5F9465;
	border-bottom: 3px double #5F9465;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 0px double #5F9465;
	border-bottom: 3px double #5F9465;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #5F9465;
}
div#status h4 {
	margin-bottom: 10px;
}

div#status dl {
	padding-bottom: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer address {
	color: #DCDCDC;

}
div#footer a:link, div#footer a:visited, div#footer a:active {
	color: #FFFFFF;
	padding: 0px 1px;
	border-bottom: 0px dashed #66FF66;
	text-decoration: none;
}
div#footer a:hover {
	position:relative;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	text-decoration: none;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

.imgl {
	float: left;
}
.imgr {
	float: right;
}
.imgclear {
	clear: both;
}
div#navigation .prof {
	text-align: center;
}