﻿@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: Osaka, 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
	text-align: left;
}

body {
	padding: 0px;
	font-size: 80%;
	text-align: center;
	background: #ecf6e5 url("../images/background.gif") top left repeat;
}
h2, h3, h4, h5, h6, table {
	clear: both;
	font-size: 100%;
}
@media screen {
	h2, h3, h4, h5, h6 {
		height: 100% /* ie6 */;
	}
}
p, li, dt, dd, address {
	color: #444444;
	line-height: 1.4;
}
div#navigation li, div#information li,
div#navigation dt, div#information dt,
div#navigation dd, div#information dd {
	line-height: 1.2;
}

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: 0px 5px 0px 0px;
	border: 0px;
	vertical-align: middle;
}
object {
	margin-left: 15px;
}

pre {
	width: 99%;
	margin: 10px 15px 20px 15px;
	padding: 4px;
	border: 1px solid #BDB76B;
	overflow: auto;
}
.text > pre, .proftext > pre {
	width: auto;

}

code, var, kbd {
	font-size: 100%; /* Mac ie */
	color: #000080;
	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.4;
}
blockquote {
	width: 99%;
	margin: 10px 15px 20px 15px;
	padding: 1px;
	border-left: 2px solid #BDB76B;
	background-color: #ecf6e5;
}
.text > blockquote, .proftext > blockquote {
	width: auto;
}
blockquote p {
	color: #777777;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}

form input, form select {
	margin-right: 1ex;
	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;
}
@media screen {
form option {
	padding-right: 0.8em;
}
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	font-size: 100%;
	line-height: 1.4;
}

table {
	margin-bottom: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #d1e1cc;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #006400;
	border-bottom: 1px solid #006400;
	text-decoration: none;
}
a:active, a:hover {
	color: #A0522D;
	border-bottom: 1px solid #A0522D;
	text-decoration: none;
}
/* ----- 基本構造 -------------------------------------- */

/*  */
div#container {
	width: 90%;
	min-width: 700px;
	margin: 0px auto;
	border-right: 3px dashed #999933;
	border-left: 3px dashed #999933;
	background-color: #ecf6e5;
}
@media screen {
	* html div#container {
		border-right: 700px solid #ecf6e5; /* containerのbackgroundに合わせること */
	}
	* html div#box {
		float: right;
		position: relative;
		margin-right: -700px;
		border-right: 3px dashed #999933;
	}
}


div#header {
	height: 130px;
	background: #ecf6e5 url("../images/header.gif") top left no-repeat;
	border-top: 5px solid #999933;
}
div#menu {
	float: none;
	clear: both;
	margin-bottom: 10px;
	background-color: #99cc88;
}

div#navigation {
	width: 190px;
	float: right;
	overflow: hidden;
}
div#information {
	width: 190px;
	float: left;
	overflow: hidden;
}

/*  */
div#sidebox {
	width: 100%;
	float: right;
	margin-left: -190px;
	background-color: #ecf6e5;
}

div#logs {
	width: 100%;
	float: left;
	margin-right: -190px;
	overflow: hidden;
	background-color: #ecf6e5;
}
div#diary {
}
div#diary, div#comment, div#trackback,
div#commentform, div#trcontents {
	margin: 0px 200px 10px 200px;
}
div#comment, div#trackback, div#contents,
div#commentform, div#trcontents {
	padding: 10px;
}

div#page, div#navi, div#work, div#contents, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px 15px;
}
div#footer {
	width: 100%;
	clear: both;
	background-color: #99cc88;
	border-bottom: 5px solid #999933;
}

/* ----- ヘッダー -------------------------------------- */
div#header {
}

div#header h1 {
	padding: 15px 15px 10px 15px;
	text-align: right;

}
div#header h1 a {
	color: #444444;
	font-size: 25px;
	text-decoration: none;
	text-align: right; /* ie6 */
}
@media screen {
	div#header h1 a {
		font-family: 'Comic Sans MS', Verdana, Arial, sans-serif;
	}
}

div#header p {
	margin: 0px 15px;
	font-size: 12px;
	text-align: right;
}

div#header a:link, div#header a:visited,
div#header a:active, div#header a:hover {
	border-bottom: 0px solid #71513A;
}
/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	margin-right: 10px;
	padding: 5px 0px;
	text-align: right;
}
div#menu ul li {
	display: inline;
	margin-left: 10px;
}

div#menu a:link, div#menu a:visited {
	color: #444444;
	border: 0px solid #444444;
	text-decoration: none;
}
div#menu a:active, div#menu a:hover {
	color: #FFFFFF;
	border: 0px solid #444444;
	text-decoration: none;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 0px 0px 7px 0px;
	padding: 7px 10px;
	color: #444444;
	background: #aadc9e url("../images/navi_top.gif") 0% 0% no-repeat;
}

div#navigation img {
	margin-bottom: 5px;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 3px 0px;
	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 15px;
}
div#navigation ul li ul li {
	margin: 0px 0px 1px 0px;
	list-style-type: none;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
	margin-top: 5px;
}
div#navigation dl dd {
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-left: 12px;
	margin-bottom: 0px;
}

div#navigation table {
	width: 140px;
	margin: -2px 0px 7px 17px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;
	background-color: #aadc9e;
	text-align: left;
}
div#navigation table tr td {
	padding: 1px;
	border: 0px solid #AAAAAA;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 3px;
        }
}

div#navigation .day {
	color: #444444;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #CC4444;
}
div#navigation .today {
	background-color: #EEEEEE;
}

div#navigation .calender {
	margin: 2px 10px;
	text-align: center;
}
div#navigation .calender li {
	display: inline;
	margin-right: 10px;
}

div#navigation .block {
	margin-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #aadc9e url("../images/navi_bottom.gif") 0% 100% no-repeat;
	text-align: center;
}


div#navigation a:link, div#navigation a:visited {
	color: #006400;
	border-bottom: 1px solid #006400;
	text-decoration: none;
}

div#navigation a:active, div#navigation a:hover {
	color: #A0522D;
	border-bottom: 1px solid #A0522D;
	text-decoration: none;
}
div#navigation table tr td a:link,
div#navigation table tr td a:active,
div#navigation table tr td a:visited,
div#navigation table tr td a:hover {
	font-weight: bold;
	border: 0px solid #A0522D;
}
div#navigation .image a:link, div#navigation .image a:active,
div#navigation .image a:visited, div#navigation .image a:hover {
	border: 0px solid #A0522D;
}
/* ----- インフォメーション -------------------------------- */

div#information h2 {
	margin: 0px 0px 7px 0px;
	padding: 7px 10px;
	color: #444444;
	background: #aadc9e url("../images/navi_top.gif") 0% 0% no-repeat;
}

div#information img {
	margin-bottom: 5px;
}

div#information ul {
	margin: 0px 10px 0px 12px;
}
div#information ul li {
	margin: 0px 0px 3px 0px;
	list-style-type: none;
}
div#information ul li ul {
	margin: 0px 0px 0px 15px;
}
div#information ul li ul li {
	margin: 0px 0px 1px 0px;
	list-style-type: none;
}

div#information dl {
	margin: 0px 10px 0px 12px;
}
div#information dl dt {
	margin-top: 5px;
}
div#information dl dd {
}

div#information form dl {
}
div#information form dl dt {
	display: none;
}
div#information form dl dd {
}
div#information form p {
	margin-left: 12px;
	margin-bottom: 0px;
}

div#information table {
	width: 140px;
	margin: -2px 0px 7px 7px;
	border: 0px solid #AAAAAA;
	border-collapse: separate;
	border-spacing: 1px;
}
@media screen {
	div#information table {
        	margin: -2px auto 7px auto;
        }
}
div#information table tr th {
	padding: 5px;
	border: 0px solid #AAAAAA;
	background-color: #aadc9e;
	text-align: left;
}
div#information table tr td {
	padding: 1px;
	border: 0px solid #AAAAAA;
	text-align: center;
}
@media screen {
	div#information table tr td {
		padding: 2px;
        }
}

div#information .day {
	color: #444444;
}
div#information .satday {
	color: #4444CC;
}
div#information .sunday {
	color: #CC4444;
}
div#information .today {
	background-color: #c1eeb6;
}

div#information .calender {
	margin: 2px 10px;
	text-align: center;
}
div#information .calender li {
	display: inline;
	margin-right: 10px;
}

div#information .block {
	margin-left: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #aadc9e url("../images/navi_bottom.gif") 0% 100% no-repeat;
	text-align: center;
}

div#information a:link, div#information a:visited {
	color: #006400;
	border-bottom: 1px solid #006400;
	text-decoration: none;
}

div#information a:active, div#information a:hover {
	color: #A0522D;
	border-bottom: 1px solid #A0522D;
	text-decoration: none;
}
div#information table tr td a:link,
div#information table tr td a:active,
div#information table tr td a:visited,
div#information table tr td a:hover {
	font-weight: bold;
	border: 0px solid #A0522D;
}

div#information .image a:link, div#information .image a:active,
div#information .image a:visited, div#information .image a:hover {
	border: 0px solid #A0522D;
}
/* ----- 記事一覧 -------------------------------------- */

div#logs {
}
html>body div#logs {
}

div#diary .diary {
	width: 100%; /* ie6 */
	margin-bottom: 20px;
	background-color: #ecf6e5;
	border: 1px solid #999933;

}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 0px 0px 20px 0px;
	padding: 2px 10px;
	color: #444444;
	line-height: 1.4;
	background-color: #d1e1cc;
	border-bottom: 2px dashed #999933;
}
div#diary h4, div#diary h5, div#diary h6 {
	margin: 15px 10px;
	padding: 2px 5px;
}
div#diary h4 {
	border-top: 2px dotted #BDB76B;
	border-bottom: 2px dotted #BDB76B;
	background-color: #d1e1cc;
}

div#diary .text * {
}
html>body div#diary .text * {
}

div#diary .text img {
	margin: 0px 7px 1px 0px;
}


div#diary .text p {
	margin: 15px 15px;
	line-height: 1.6;
}
div#diary .text ul {
	margin: 15px 35px 20px 35px;
	list-style-type: square;
}
div#diary .text ul li ul {
	margin: 0px 0px 10px 25px;
}
div#diary .text ul li ol {
	margin: 0px 0px 10px 5px;
}
div#diary .text ul li ul li {
	margin-left: 0px;
}
div#diary .text ol {
	margin: 15px 15px 20px 40px;
}
div#diary .text ol li ol {
	margin: 0px 0px 10px 20px;
	list-style-type: lower-alpha;
}

div#diary .text dl {
	margin: 15px 15px 20px 15px;
}
div#diary .text dl dt{
	margin-top: 8px;
	font-weight: bold;
	line-height: 1.2;
}
div#diary .text dl dd {
	margin: 0px 0px 0px 15px;
	line-height: 1.2;
}
div#diary .text table {
	margin: 15px 15px 20px 15px;
}
div#diary .date {
	margin: -17px 10px 15px 10px;
	text-align: right;
}
div#diary .date ul {

}
div#diary .date li {
	display: inline;
	margin-left: 5px;
}

div#diary .info {
	clear: both;
	margin: 10px 10px 5px 10px;
	text-align: right;
	font-size: 95%;

}
div#diary .info * {
}
div#diary .info li {
	display: inline;
	margin-left: 5px;
}

div#diary .list {
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 0px 0px;
	border: 1px dotted #999933;
}
div#diary .list h4 {
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;
	color: #444444;
	background-color: #d1e1cc;
	border-top: 0px dotted #BDB76B;
	border-bottom: 1px dotted #999933;
}
div#diary .list ul {
	margin: 0px 10px 10px 30px;
}
div#diary .list dl dt {
	margin: 0px 10px;
	font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 10px;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999933;
	border-bottom: 3px double #999933;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 10px 0px 2px;
	border: 1px solid #999933;
}
div#trackback dl dt {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
div#trackback dl dd {
	margin-left: 10px;
	margin-bottom: 5px;
}

div#comment .comment {
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #999933;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999933;
	border-bottom: 3px double #999933;
}
div#comment h3 {
	margin: 0pxpx;
	padding: 5px 10px;
	background-color: #d1e1cc;
	border-top: 0px dotted #BDB76B;
	border-bottom: 1px dotted #999933;
}

div#comment .text * {
}
html>body div#comment .text * {
}
div#comment p {
	margin: 5px 10px;
}
div#comment .text p {
	margin: 10px;
}

div#diary a:link.top, div#diary a:visited.top,
div#diary a:active.top, div#diary a:hover.top,
.list a:link, .list a:visited ,
.list a:active, .list a:hover {
	border: 0px solid #A0522D;
	background-color: #d1e1cc;
}

/* ----- プロフィール -------------------------------------- */
div#profile {
	width: 100%;
	margin: 0px 30px 20px 30px;
	border: 1px solid #999933;
	background-color: #ecf6e5;
}
div#box > div#profile {
	width: 90%;
	margin: 0px auto 20px auto;
}
div#profile .prof {

}

div#profile h2 {
	display: none;
}
div#profile h3 {
	margin: 0px 0px 20px 0px;
	padding: 5px 10px;
	color: #444444;
	background-color: #d1e1cc;
	border-bottom: 1px solid #999933;
}
div#profile h4, div#profile h5, div#profile h6 {
	clear: both;
	margin: 15px 10px;
	padding: 2px 5px;
}
div#profile h4 {
	border-bottom: 2px dotted #BDB76B;
	border-top: 2px dotted #BDB76B;
	background-color: #d1e1cc;
}


div#profile .prof img {
	margin: 0px 0px 0px 0px;
	border-right: 10px solid #ecf6e5;
	border-bottom: 3px solid #ecf6e5;
	border-left: 10px solid #ecf6e5;
}

div#profile .proftext p {
	margin: 15px 15px;
}
div#profile .proftext p.imgl, div#profile .proftext p.imgr {
	margin: 0px;
}

div#profile .proftext ul {
	margin: 15px 35px 20px 35px;
	list-style-type: square;
}
div#profile .proftext ul li ul {
	margin: 0px 0px 10px 25px;
}
div#profile .proftext ul li ol {
	margin: 0px 0px 10px 8px;
}
div#profile .proftext ul li ul li {
	margin-left: 0px;
}
div#profile .proftext ol {
	margin: 15px 15px 20px 45px;
}
div#profile .proftext ol li ol {
	margin: 0px 0px 10px 23px;
	list-style-type: lower-alpha;
}

div#profile .proftext dl {
	margin: 15px 15px 20px 15px;
}
div#profile .proftext dl dt{
	width: 5em;
	float: left;
	font-weight: bold;
}
div#profile .proftext dl dd {
	margin-bottom: 3px;
	padding: 0em 0em 0em 5em;
}

/* ----- ページ移動 ------------------------------------ */

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, div#trcontents h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999933;
	border-bottom: 3px double #999933;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999933;
}
div#contents h4 {
	margin-bottom: 10px;
}

div#contents dl, div#trcontents dl {
	margin-bottom: 10px;
}
div#contents dl dt, div#trcontents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999933;
	border-bottom: 3px double #999933;
}

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, div#commentform h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999933;
	border-bottom: 3px double #999933;
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl, div#commentform dl {
	margin-bottom: 20px;
}
div#form form dl dt, div#commentform dl dt {
	float: left;
	clear: left;
	width: 5em;
	margin-top: 1px;
}
div#form form dl dd, div#commentform dl dd {
	margin-top: 1px;
}
div#form form dl dd textarea, div#commentform dl dd textarea {
	margin-top: 2px;
}
div#form form ul, div#commentform ul {
	margin: 0px 0px 20px 0px;
}
div#form form ul li, div#commentform ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999933;
	border-bottom: 3px double #999933;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #99cc88;
}

div#env dl {
	margin-bottom: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}
div#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999933;
	border-bottom: 3px double #999933;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999933;
	border-bottom: 3px double #999933;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999933;
}
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 {
	padding: 7px 10px;
	color: #006400;
	background-color: #99cc88;
}

div#footer a:link, div#footer a:visited {
	color: #006400;
	border-width: 0px ;
}
div#footer a:active, div#footer a:hover {
	color: #A0522D;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

.imgl {
 float: left;
}
.imgr {
 float: right;
}
.imgclear {
 clear: both;
}

.dashedline {
	border-bottom: 1px dashed #BBBBBB;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
.textitalic {
	font-style: italic;
	padding: 0px 5px 0px 0px;
}

.image a:link, .image a:active,
.image a:visited, .image a:hover {
	border: 0px solid #A0522D;
}
.imgborder a:link, .imgborder a:visited,
.imgborder a:active, .imgborder a:hover {
	border: 0px solid #A0522D;
}