@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;
	font-size: 80%;
	line-height: 1.0;
	text-align: center;
	background-color: #ffffff;
}
h1, h2, h3, h4 {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}
p, li, dt, dd, address {
	color: #2d503e;
}
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 #5aad68;
	overflow: auto;
}
code, var, kbd {
	color: #5aad68;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", monospace;

}
blockquote {
	margin: 10px;
	border-left: 3px solid #5aad68;
background-color: #E6EDF5;
}
blockquote p {
	padding: 10px 0px;
	color: #5aad68;
}

form fieldset {
	border: 0px solid #597562;
}
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 {
	padding-top: 2px;
	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 #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #597562;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #597562;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #04865d;
	text-decoration: none;
}
a:active, a:hover {
	color: #64859A;
	text-decoration: none;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 720px;
	margin: 0px auto;
	border-left: 1px solid #2d503e;
	border-right: 1px solid #2d503e;
	background: #FFFFFF url("../images/naviback.gif") top right repeat-y;
}

div#header {
	float: none;
	clear: both;
	height: 100px;
	margin-bottom: 0px;
	background: #ffffff url("../images/header.gif") 0% 0px no-repeat;
}
div#menu {
	width: 210px;
	margin-left: 508px;
	background-color: #ffffff;
	border: 0px solid #597562;
}
div#container>div#menu {
	margin-left: 510px;
}

div#navigation {
	width: 209px;
	float: right;
padding-top: 0px;
border: 0px solid #597562;
}
@media screen {
	div#navigation {
		width: 210px;
	}
}

div#logs {
	margin-bottom: 10px;
	float: left;
}
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;
	line-height: 1.4;
	padding: 5px 15px;
}
div#footer {
	float: none;
	clear: both;
	width: 100%; /*IE6用*/
	background: #98c7a9 url("../images/header.gif") 0% 0px no-repeat;
	border-bottom: 1px solid #2d503e;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {

	padding: 10px 15px 0px 15px;
text-align: left;
}
div#header h1 a {
	color: #006666;
	font-size: 25px;
	text-decoration: none;
}

div#header p {
	margin: 0px 10px;
	padding-top: 10px;
	color: #006666;
	font-size: 12px;
text-align: left;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
margin: 0px 0px 0px 0px;
padding: 5px 0px 5px 0px;

text-align: center;
}
div#menu ul li {
	display: inline;
	margin: 0px 5px;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
color: #006666;
	margin: 0px 0px 20px 0px;
	padding: 20px 10px 3px 10px;
	background: #ffffff  url("../images/navititle.gif") 0% 0px no-repeat;
border-top: 1px solid #2d503e;
border-bottom: 1px solid #2d503e;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
	line-height: 1.2;
}
div#navigation ul li {
	margin: 5px 0px 0px 0px;
padding-left: 15px;
	list-style-type: none;
	background: transparent url("../images/dot.gif") 0% 2px no-repeat;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 5px;
}
div#navigation ul li ul li {
	margin: 5px 0px 0px 0px;
	list-style-type: none;
}

#navigation .dot {
	background: transparent url("../images/dot.gif") 0% 0px no-repeat;
}
#navigation .file {
	background: transparent url("../images/file.gif") 0% 0px no-repeat;
}
#navigation .file02 {
padding-left: 18px;
	background: transparent url("../images/file02.gif") 0% 0px no-repeat;
}
#navigation .comment {
 	background: transparent url("../images/comment.gif") 0% 0px no-repeat;
}
#navigation .trackback {
 	background: transparent url("../images/tb.gif") 0% 0px no-repeat;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
	line-height: 1.2;
}
div#navigation dl dt {
	margin: 10px 0px 0px 0px;
padding-left: 15px;
	background: transparent url("../images/file.gif") 0% 0px no-repeat;
}
div#navigation dl dd {
	margin: 0px 0px 0px 0px;
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-top: 5px;
	margin-left: 13px;
	margin-bottom: 0px;
}
div#container>div#navigation form input.button {
padding-top: 7px;
}
@media screen {
	div#container>div#navigation form input.button {
	padding-top: 0px;
	}
}
div#container>div#navigation form input.button {
padding-bottom: 3px;
}
div#navigation .button {
	width: 65px;
	height: 25px;
	color: #2d503e;
	background-image: url("../images/button.gif");
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px solid #FFF;
}

div#navigation table {
	font-size: 95%;
	margin: -15px 0px 7px 18px;
	border: 0px solid #597562;
}
div#container>div#navigation table {
	font-size: 100%;
}
@media screen {
	div#navigation table {
        	margin: -15px auto 7px auto;
        }
}
div#navigation table tr th {
	font-size: 100%;
	padding: 5px 0px;
	border: 0px solid #597562;
	background-color: transparent;
	text-align: left;
}

div#navigation table tr td {
width: 20px;
height: 20px;
	padding: 0px;
	border: 1px solid #72b88a;
background-color: #e5f4ed;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
		width: 18px;
		height: 18px;
		padding: 0px;
        }
}
#navigation .search {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	border-bottom: 0px dashed #999999;
	background-image: none;
}
div#navigation td.week {
color: #006666;
background-color: #72b88a;
}
div#navigation .day {
	color: #2d503e;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #CC4444;
}

div#navigation .calender {
	margin: 2px 10px;
	text-align: center;
}
div#navigation .calender li {
	display: inline;
	font-size: 100%;
	margin: 0px 3px;
}

div#navigation .block {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 15px;
	border: 0px solid #597562;
	text-align: center;
}

div#navigation table a:link,div#navigation table a:visited {
font-weight: bold;
}
div#navigation table a:active, div#navigation table a:hover {
}


/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 498px;
}
html>body div#logs {
	width: 500px;
}

div#diary .diary {
	margin-bottom: 10px;
	padding: 2px;
	border: 0px solid #DDDDDD;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
color: #ffffff;
	margin: 5px 0px 0px 0px;
	padding: 23px 10px 5px 15px;
	background: transparent url("../images/logtitle.gif") 0% 0px no-repeat;

}
@media screen {
	div#diary h3 {
		height: 100%; /*IE6 用*/
        }
}
div#diary h4 {
	margin: 10px;
}

div#diary .text {
	line-height: 1.7;
}
div#diary .text * {
	font-size: 100%;
}
html>body div#diary .text * {
	font-size: 100%;
}
div#diary .text p {
	margin: 17px 10px;

}

/*	margin: 15px 30px;*/
div#diary .text ul {
	margin: 15px 10px;
}
div#diary .text ul li {
	padding-left: 15px;
	list-style-type: none;
}
div#diary ul li.index {
	background: transparent url("../images/dot.gif") 0% 5px no-repeat;
}
div#diary .text ol {
	margin: 15px 40px;
}

/**/
div#diary .info {
	margin: 5px 10px;
	padding-right: 5px;
	text-align: right;
	border-bottom: 1px dotted #597562;
line-height: 1.7;
}
div#diary .info * {
	font-size: 95%;
}
div#logs>div#diary .info * {
	font-size: 95%;
}
div#diary .info li {
	display: inline;

	margin-left: 5px;
}

div#trackback h2 {
	margin-bottom: 5px;
	padding: 0px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #597562;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 30px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 2px 2px 10px 2px;
	border: 1px solid #597562;
}

div#comment h2 {
	margin-bottom: 5px;
	padding: 0px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text {
	line-height: 1.7;
}
div#comment .text * {
	font-size: 95%;
}
html>body div#comment .text * {
	font-size: 100%;
}
div#comment .text p {
	margin: 10px;
}

div#diary .info a:link, div#diary .info  a:visited {
	text-decoration: none;
	border-bottom: 0px dotted #0A486F;
}
div#diary a:link, div#diary a:visited {
	color: #04865d;
	padding: 0px 1px;
	border-bottom: 1px solid #04865d;
	text-decoration: none;
}
div#diary a:active, div#diary a:hover {
	color: #04865d;
	border-bottom: 1px solid #04865d;
	background-color: #e9faed;
	text-decoration: none;
}

div#diary a.image:link,
div#diary a.image:visited,
div#diary a.image:active,
div#diary a.image:hover {
	border: 0px;
}

pre,blockquote {
	line-height: 1.4;
}
/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px;
}
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-bottom: 5px;
	padding: 0px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
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 h2 {
	margin-bottom: 5px;
	padding: 0px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}

div#work form {
	margin: 5px 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-bottom: 5px;
	padding: 0px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}

div#form form {
	margin-bottom: 10px;
}

div#form form dl {
	margin-bottom: 20px;
}
div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
	margin-top: 3px;
}
div#form form dl dd {
	margin-top: 1px;
}
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: 5px;
	padding: 0px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
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-bottom: 5px;
	padding: 0px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 5px;
	padding: 0px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #BBBBBB;
}
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#footer address {
	color: #006666;
	padding: 10px 15px;
	text-align: right;
}
div#footer a:link, div#footer a:visited {
	color: #006666;
	text-decoration: none;
}
div#footer a:active, div#footer a:hover {
	color: #04865d;
	background-color: #e9faed;
	text-decoration: none;
}

