@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
	line-height: 1.0;
}

body {
	padding: 0px;
	font-size: 80%;
	text-align: center;
	background-color: #E6E9EC;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: Verdana, Arial, sans-serif;
}
p, li, dt, dd, address, pre {
	color: #444444;
}
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;
	line-height: 1.4;
}
img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 430px;
	margin: 0px 15px 25px 15px;
	padding: 5px 10px;
	border: 1px solid #5A82AD;
	overflow: auto;
}
code, var, kbd {
	color: #5A82AD;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", monospace;
	line-height: 1.4;
}
blockquote {
	margin: 0px 15px 25px 15px;
	border-left: 3px solid #5A82AD;
	background-color: #E6EDF5;
}
blockquote p {
	padding: 10px 0px;
	color: #5A82AD;
}

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 #666680;
	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 {
	color: #045386;
	text-decoration: none;
}
a:active, a:hover {
	color: #64859A;
	text-decoration: none;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 720px;
	margin: 0px auto;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background: #FFFFFF url("../images/naviback.gif") top right repeat-y;
}

div#header {
	float: none;
	clear: both;
	height: 120px;
	margin-bottom: 0px;
	background: #000066 url("../images/header.jpg") 0% 0px no-repeat;
}

div#menu {
	width: 210px;
	margin-left: 508px;
	background-color: #e1f0d1;
	border: 0px solid #999;
}
div#container>div#menu {
	margin-left: 510px;
}

div#navigation {
	width: 209px;
	float: right;
	padding-top: 0px;
	background-color: #e1f0d1;
	border: 0px solid #AAAAAA;
}
@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#contents ul li, div#status ul li, div#form ul li, div#env ul li,
div#contents dl dt, div#status dl dt,
div#contents dl dd, div#status dl dd {
	line-height: 1.3;
}

div#footer {
	float: none;
	clear: both;
	width: 100%; /*IE6用*/
	background: #999999 url("../images/header.jpg") 0% 0px no-repeat;
	border-bottom: 1px solid #444444;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	padding: 10px 15px 0px 15px;
	text-align: right;
}
div#header h1 a {
	color: #000000;
	font-size: 25px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {

	}
}

div#header p {
	margin: 0px 10px;
	padding-top: 10px;
	color: #000000;
	font-size: 12px;
	text-align: right;
}

/* ----- メニュー -------------------------------------- */

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: #FFFFFF;
	margin: 0px 0px 20px 0px;
	padding: 20px 10px 3px 10px;
	background: #000066  url("../images/navititle.gif") 0% 0% no-repeat;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
	line-height: 1.2;
}
div#navigation ul li {
	margin: 5px 0px 10px 0px;
	padding-left: 15px;
	list-style-type: none;
	background: transparent url("../images/dot.gif") 0px 2px no-repeat;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 0px;
}
div#navigation ul li ul li {
	margin: 3px 0px 0px 0px;
	list-style-type: none;
}

#navigation .dot {
	background: transparent url("../images/dot.gif") 0% 0% no-repeat;
}
#navigation .file {
	background: transparent url("../images/file.gif") 0% 0% no-repeat;
}
#navigation .file02 {
padding-left: 18px;
	background: transparent url("../images/file02.gif") 0% 0% no-repeat;
}
#navigation .comment {
 	background: transparent url("../images/comment.gif") 0% 0% no-repeat;
}
#navigation .trackback {
 	background: transparent url("../images/tb.gif") 0% 0% 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% 0% no-repeat;
}
div#navigation dl dd {
	margin: 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: #444444;
	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 #AAAAAA;
}
@media screen {
	div#navigation table {
		margin: -15px auto 7px auto;
        }
}
div#navigation table tr th {
	font-size: 100%;
	padding: 5px 0px;
	border: 0px solid #AAAAAA;
	background-color: transparent;
	text-align: left;
}
div#navigation table tr td {
	width: 20px;
	height: 20px;
	padding: 0px;
	border: 1px solid #15742d;
	background-color: #e1f0d1;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
		width: 18px;
		height: 18px;
		padding: 2px 0px 0px 0px;
        }
}
#navigation .search {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	border-bottom: 0px dashed #999999;
	background-image: none;
}
div#navigation td.week {
	color: #FFFFFF;
	background-color: #15742d;
}

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;
	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 #AAAAAA;
	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 {
}

.dot {
	display: none;
}

div#navigation ul li.classify {
	background: transparent url("../images/dot2.gif") 0% 0% no-repeat;
}
.linkname {
	background: transparent url("../images/dot.gif") 0% 0% no-repeat;
	font-weight: normal;
}
/* ----- 記事一覧 -------------------------------------- */

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: #F0FFFF;
	margin: 5px 0px 10px 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, div#diary h5, div#diary h6 {
	margin: 0px 10px 15px 10px;
	padding: 0px 5px;
	line-height: 1.2;
	clear: both;
}
div#diary h4 {
	background-color: #E6E9EC;
}

div#diary .text * {
	font-size: 100%;
}
html>body div#diary .text * {
	font-size: 100%;
}

div#diary .text p {
	margin: 0px 15px 15px 15px;
	line-height: 1.7;
}

div#diary .text ul {
	margin: 0px 15px 20px 15px;
}
div#diary ul.dec  {
	margin: 10px 15px 20px 15px;
}
div#diary .text ul li {
	padding-left: 15px;
	background: transparent url("../images/dot.gif") 0px 3px no-repeat;
	list-style-type: none;
	line-height: 1.3;
}
div#diary .text ol {
	margin: 0px 15px 20px 35px;
}
div#diary .text ol li {
	line-height: 1.3;
}
div#diary .text ul li ul,
div#diary .text ol li ol {
	margin: 3px 0px 3px 0px;
}

div#diary .text dl {
	margin: 0px 15px 20px 15px;
}
div#diary .text dl dt {
	list-style-type: none;
	font-weight: bold;
	line-height: 1.3;
}
div#diary .text dl dd {
	margin-bottom: 5px;
	padding-left: 13px;
	line-height: 1.3;
}
div#diary .text table {
	margin: 0px 15px 25px 15px;
}
div#diary .text table td {
	line-height: 1.3;
}
div#diary .text > table {
	margin: 0px 25px 25px 15px;
}

div#diary .info {
	clear: both;
	margin: 5px 5px;
	padding: 0px 5px 3px 0px;
	text-align: right;
	border-bottom: 1px dotted #AAAAAA;
	line-height: 1.7;
}
div#diary .date {
	margin: 5px 5px;
	padding-right: 5px;
	text-align: right;
	border-bottom: 0px dotted #AAAAAA;
	line-height: 1.7;
}
div#diary .info {
}
div#logs>div#diary .info  {
}
div#diary .info li, div#diary .date li {
	display: inline;
	margin-left: 5px;
}

div#diary .list {
	border: 1px solid #AAAAAA;
	margin: 0px 10px 20px 10px;
	padding: 5px 10px;
}

div#diary .list h4 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 15px 0px;
	padding: 3px 5px;
	color: #444444;
	background-color: #FFFFFF;
}
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: 20px 5px 0px 5px;
	font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 5px;
}

div#diary .name {
	padding-left: 17px;
 	background: transparent url("../images/comment.gif") 0% 0% no-repeat;
}

div#diary img, div#comment img {
	margin: 0px 6px 0px 3px;
	padding: 0px;
	vertical-align: text-bottom ;
}

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
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: 10px;
	padding: 2px 2px 5px 2px;
	border: 1px solid #AAAAAA;
}

div#comment h2 {
	margin-bottom: 10px;
	padding: 3px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#comment h3 {
	margin: 5px 5px 10px 10px;
	padding: 0px 17px;
 	background: transparent url("../images/comment.gif") 0px 2px no-repeat;
}

div#comment .text {
}
div#comment .text * {
	font-size: 95%;
}
html>body div#comment .text * {
	font-size: 100%;
}
div#comment .text p {
	margin: 10px;
}
div#comment .text p, div#comment .text span {
	line-height: 1.4;
}
div#comment .commentdate {
	margin: 0px 10px;
	text-align: right;
}

div#diary .info a:link, div#diary .info a:visited,
div#diary .date a:link, div#diary .date a:visited {
	text-decoration: none;
	border-bottom: 0px dotted #0A486F;
}
div#diary a:link, div#diary a:visited {
	color: #045386;
	padding: 0px 1px;
	border-bottom: 1px solid #045386;
	text-decoration: none;
}
div#diary a:active, div#diary a:hover {
	color: #045386;
	border-bottom: 1px solid #045386;
	background-color: #E2E4E5;
	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: 10px;
	padding: 3px;
	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: 10px;
	padding: 3px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}

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-bottom: 10px;
	padding: 3px;
	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: 10px;
	padding: 3px;
	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#env form p {
	margin-bottom: 20px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas h2 {
	margin-bottom: 10px;
	padding: 3px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 10px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
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 {
	background-color: #000066;
}

div#footer address {
	color: #FFFFFF;
	padding: 10px 15px;
	text-align: right;
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:active, div#footer a:hover {
	color: #045386;
	background-color: #E2E4E5;
	text-decoration: none;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

/* ----- アップロードファイル・画像 -------------------------------------- */

.imgl {
	float: left;
	padding-right: 5px;
}
.imgr {
	float: right;
}
.imgclear {
	clear: both;

/* ----- アクセスカウンター用 -------------------------------------- */
div#navigation.access {
margin-right: 15px;
margin-bottom: 10px;
padding-bottom: 20px;
border: 1px solid #99CC99;
text-align: center;
}
div#navigation.access li {
margin-left:10px;
}
div#navigation.access dt {
display: inline;
margin-right: 10px;
}
div#navigation.access dd {
display: inline;}
}