@charset 'utf-8';

@import "http://";

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 14px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;

        scrollbar-base-color: aqua;                 /* 色を指定しない時の基になる色 */
        scrollbar-face-color: #55ffaa;              /* バー表面の色 */
        scrollbar-track-color: #9bffcd;             /* バートラックの色 */
        scrollbar-arrow-color: #008282;             /* 矢印の色 */
        scrollbar-3dlight-color: #7dffff;           /* 外枠の色(外側の上と左) */
        scrollbar-darkshadow-color: black;          /* 外枠の色(外側の下と右) */
        scrollbar-highlight-color: white;           /* 外枠の色(内側の上と左) */
        scrollbar-shadow-color: #00aaaa;            /* 外枠の色(内側の下と右) */
}

body {
	padding: 0px;

	background-image: url("wall_paper.gif");

	text-align: center;
}
p {
	color: #000000;

	line-height: 1.4;
}
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: #555555;

	font-family: 'MS Pゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border: 1px solid #00b0b0;
}
blockquote p {
	color: #00b0b0;
}

form fieldset {
	border: 0px solid #000000;
}
form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
@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: 'MS Pゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin: 5px;
	border: 4px dotted #008282;
	border-collapse: collapse;

	background-color: #aaffd5;

}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 10px;
	border: 0px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link {
        text-decoration: underline;
        color: #400080;
}
a:visited {
        text-decoration: underline;
        color: #8000ff;
}
a:active {
        text-decoration: none;
        border-top-width : 2px;
        border-bottom-width : 2px;
        border-top-style : dotted;
        border-bottom-style : dotted;
        border-top-color : #ffff00;
        border-bottom-color : #ffff00;
        color: #ffff00;
}
a:hover {
        text-decoration: none;
        border-top-width : 2px;
        border-bottom-width : 2px;
        border-top-style : dotted;
        border-bottom-style : dotted;
        border-top-color : #ff00ff;
        border-bottom-color : #ff00ff;
        color: #ff00ff;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 716px;

	margin: 0px auto;
        padding: 0px;

        border: 2px solid #008282;

        background-image: url("table1_back.gif");

}

div#header {
	float: none;
	clear: both;

        margin: 0px;
        padding: 0px;

	height: 100px;

        background-image: url("title_back-top.gif");
}
div#menu {
	float: none;
	clear: both;

	margin-bottom: 6px;
        padding: 0px;

        border-top: 2px solid #008282;
        border-bottom: 2px solid #008282;

	background-color: #00c6c6;
}

div#navigation {
	width: 173px;

	float: right;

        margin: 0px 1px 2px 0px;
        padding: 0px;
}
div#logs {
	float: left;
}
div#diary, div#comment, div#trackback {
	margin: 0px;
}

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;

        margin: 0px;
        padding: 0px;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
        text-align: right;
        font-size: 15px;
        font-family: 'MS Pゴシック';

        margin: 0px 30px;
        padding: 2px 0px 1px 0px;

        color: white;
}
div#header h1 a {
	color: white;

	font-size: 15px;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header h2 {
        text-align: right;
        font-size: 13px;
        font-family: 'MS Pゴシック';

        margin: 61px 30px 0px 30px;
        padding: 0px;

        color: #dddddd;
}

/* ----- メニュー -------------------------------------- */

div#menu p {
	display: none;
}

div#menu ul {
        text-align: center;
        margin: 0px;
        padding: 2px;
}
div#menu ul li {
        margin: 0px 6px;
        padding: 0px;

	display: inline;
}

div#menu a:link {
        color: #400040;
}

div#menu a:visited {
        color: #800080;
}

div#menu a:active {
        text-decoration:none;
        border-top-width : 2px;
        border-bottom-width : 2px;
        border-top-style : dotted;
        border-bottom-style : dotted;
        border-top-color : #0080ff;
        border-bottom-color : #0080ff;
        color: #0080ff;
}

div#menu a:hover {
        text-decoration:none;
        border-top-width : 2px;
        border-bottom-width : 2px;
        border-top-style : dotted;
        border-bottom-style : dotted;
        border-top-color : #5555ff;
        border-bottom-color : #5555ff;
        color: #5555ff;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation p {
	margin: 8px;
	padding: 2px;

	color: #006464;
        border-bottom: #008282 0px solid;
	background-image: url("under_bar.gif");
        background-repeat: no-repeat;
        background-position: center;

	font-weight: bold;
}

div#navigation ul {
	margin: 0px 8px;
}
div#navigation ul li {
	margin: 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 8px;
}

div#navigation dl {
	margin: 0px 8px;
}
div#navigation dl dt {
}
div#navigation dl dd {
        text-align: right;
}

div#navigation form dl {
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-bottom: 0px;
}

div#navigation table {
	width: 150px;

	margin: 3px;
	border: 0px solid #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 5px auto;
        }
}
div#navigation table tr th {
	padding: 2px;
	border-top: 1px solid #AAAAAA;
	border-right: 0px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 0px solid #AAAAAA;

	background-color: #c8ffe3;

	text-align: center;
}
div#navigation table tr td {
	padding: 0px;
	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: #00e1e1;
}

div#navigation .calender {
	text-align: center;
	margin: 0px 3px;
}
div#navigation .calender li {
	display: inline;

	margin-right: 2px;
}

div#navigation .block {
	margin-right: 3px;
	margin-bottom: 3px;
	padding-bottom: 6px;

	border: 2px solid #008282;

	background-color: #aaffd5;

	text-align: center;
}

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 #008282;
	text-decoration: none;
        background-image: url("mark.gif");
        background-repeat: no-repeat;
        background-position: center;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 537px;
}
html>body div#logs {
	width: 537px;
}

div#diary .diary {
        margin: 0px 3px 8px 6px;
        padding: 3px;

        border: #008282 4px dotted;

        background-color: #e1fff0;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
        margin: 0px 0px 5px 0px;
        padding: 2px 2px 2px 2px;
        border-width: 1px 5px 1px 5px;
        border-style: solid;
        border-color: #00e1e1;
        background-color: #acffff;
        color: #006464;
        font-size: 14px;
}
div#diary h4 {
        margin: 0px 0px 5px 0px;
        padding: 2px 2px 2px 2px;
        border-width: 1px 5px 1px 5px;
        border-style: solid;
        border-color: #00e1e1;
        background-color: #acffff;
        color: #006464;
        font-size: 14px;
}

div#diary h5 {
        margin: 0px 0px 5px 0px;
        padding: 2px 2px 2px 2px;
        border-width: 1px 5px 1px 5px;
        border-style: solid;
        border-color: #00e1e1;
        background-color: #acffff;
        color: #006464;
        font-size: 14px;
}

div#diary .text * {
	font-size: 14px;
}
html>body div#diary .text * {
	font-size: 14px;
}
div#diary .text p {
	margin: 10px 10px;
}
div#diary .text ul {
	margin: 10px 20px;
}
div#diary .text ol {
	margin: 10px 30px;
}

div#diary .info {
	margin: 5px 5px;

	text-align: right;
}
div#diary .info * {
	font-size: 12px;
}
div#diary .info li {
	display: inline;

	margin-left: 3px;
}

div#diary .list {
	border: 1px solid #AAAAAA;
	margin: 0px 0px 5px 10px;
	padding: 3px 5px;
}
div#diary .list h5 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 5px 0px;
	padding: 3px 5px;

	color: #444444;
	background-color: #FFFFFF;
}
div#diary .list ul {
	margin: 0px 0px 5px 10px;
}
div#diary .list dl dt {
	margin: 0px 3px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 5px 5px 0px 5px;
}

div#diary .js {
        margin: 0px 3px 8px 6px;
        padding: 3px;

        border: #008282 4px double;

        background-color: #e1fff0;
}

table {
	margin: 0px;
        padding: 3px;
	border: 1px solid #008282;
	border-collapse: collapse;
}

table tr td {
	padding: 3px;
	border: 1px solid #AAAAAA;
}

div#trackback p {
	margin: 15px 5px 5px 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
div#trackback dl {
	margin: 5px 5px 8px 5px;
	padding: 2px 2px 5px 2px;
	border: 2px dotted #008282;

	background-color: #c8ffe3;

	font-weight: bold;
}
div#trackback dl dt {
	margin-top: 5px;
	margin-left: 5px;
}
div#trackback dl dd {
	margin-left: 10px;
}

div#comment .comment {
	margin: 5px 5px 8px 5px;
	padding: 2px 2px 5px 2px;
	border: 2px dotted #008282;

	background-color: #c8ffe3;
}

div#comment dl dt {
	margin: 15px 5px 5px 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
div#comment dl dd {
	margin: 3px 3px 5px 3px;
	padding: 5px;

	font-weight: bold;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 5px;
}

/* ----- ページ移動 ------------------------------------ */

div#page p {
	display: none;
}

div#page ul {
	text-align: center;
	margin: 0px;

	border-bottom: 3px double #999999;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

div#navi p {
	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 p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
div#contents h3 {
	margin-bottom: 5px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#contents h4 {
	margin-bottom: 5px;
}

div#contents dl {
	margin-bottom: 5px;
}
div#contents dl dt {
	margin-top: 5px;
}
div#contents dl dd {
	margin-left: 10px;
}

/* ----- 処理選択 -------------------------------------- */

div#work p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

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 p {
	margin: 15px 5px 5px 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

div#form form {
	margin-bottom: 5px;
}
div#form form dl {
	margin-bottom: 10px;
}
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 10px 0px;
}
div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
div#env h3 {
	margin-bottom: 5px;
	padding: 3px;

	background-color: #EEEEEE;
}

div#env dl {
	margin-bottom: 10px;
}
div#env dl dd {
	margin-bottom: 5px;
}

div#env form {
	margin-bottom: 10px;
}
div#env form p {
	margin-bottom: 10px;
}

/* ----- キャンバス ------------------------------------ */

div#canvas p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
div#canvas applet {
	margin-bottom: 5px;
}

/* ----- ステータス ------------------------------------ */

div#status p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
div#status h3 {
	margin-bottom: 5px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 5px;
}

div#status dl {
	margin-bottom: 10px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer address {
        margin: 0px;
        padding: 2px;

	font-size: 12px;

	color: #dddddd;

	background-color: #008282;

        text-align: center;
}

div#footer a:link {
        color: #00ff00;
}
div#footer a:visited {
        color: #80ff80;
}
div#footer a:active {
        color: #80ffff;
}
div#footer a:hover {
        border-color: 008282;
        color: #ffff80;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}

/* ----- 追加指定 -------------------------------------- */
div#error {
        margin: 3px;
        padding: 3px;
}
div#error p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}

/* -----   アドセンス   -------------------------------- */

div#ad table { margin: 0px 3px 3px 6px;
               padding: 3px;
               border: #008282 2px solid;
               background-color: #aaffd5;
               width: 528px; }

div#ad td { text-align: center;
            margin: 0px;
            padding: 0px; }

div#rank_ad  { text-align: center;
               margin: 0px;
               padding: 0px;
               border: 0px; }

div#rank_ad table { margin: 40px 10px 15px 10px;
                    padding: 0px;
                    border: 0px;
                    background-color: #e1fff0;
                    width: 494px;
                    height: 60px;  }

div#rank_ad td  { margin: 0px;
                  padding: 0px 60px 0px 0px;
                  border: 0px;
                  font-size: 13px;  }










/* ----- HTML再定義 ------------------------------------ */

.ie7 .* {
	margin: 0px;
	padding: 0px;

	font-size: 14px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;

        scrollbar-base-color: aqua;                 /* 色を指定しない時の基になる色 */
        scrollbar-face-color: #55ffaa;              /* バー表面の色 */
        scrollbar-track-color: #9bffcd;             /* バートラックの色 */
        scrollbar-arrow-color: #008282;             /* 矢印の色 */
        scrollbar-3dlight-color: #7dffff;           /* 外枠の色(外側の上と左) */
        scrollbar-darkshadow-color: black;          /* 外枠の色(外側の下と右) */
        scrollbar-highlight-color: white;           /* 外枠の色(内側の上と左) */
        scrollbar-shadow-color: #00aaaa;            /* 外枠の色(内側の下と右) */
}

.ie7 .body {
	padding: 0px;

	background-image: url("wall_paper.gif");

	text-align: center;
}
.ie7 .p {
	color: #000000;

	line-height: 1.4;
}
.ie7 .li, dt, dd, address {
	color: #444444;

	line-height: 1.4;
}
.ie7 .p {
	margin-bottom: 15px;
}
.ie7 .ul {
	margin: 0px 0px 20px 20px;
}
.ie7 .ul li ol li {
	margin: 0px 20px 0px 25px;
}
.ie7 .ul li ol {
	margin-bottom: 10px;
}
.ie7 .em {
	font-weight: bold;
}
.ie7 .img {
	margin-right: 10px;
	margin-bottom: 5px;
	border: 0px;
}
.ie7 .object {
	margin-left: 10px;
}

.ie7 .pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
.ie7 .code, var, kbd {
	color: #555555;

	font-family: 'MS Pゴシック', monospace;
	line-height: 1.2;
}
.ie7 .blockquote {
	margin: 10px;
	border: 1px solid #00b0b0;
}
.ie7 .blockquote p {
	color: #00b0b0;
}

.ie7 .form fieldset {
	border: 0px solid #000000;
}
.ie7 .form legend {
	display: none;
}
.ie7 .form input, form select {
	margin-right: 1px;
	padding: 1px;

	font-size: 90%;
}
.ie7 .@media screen {
	form input, form select {
		font-family: Verdana, Arial, sans-serif;
	}
}
.ie7 .form select {
	margin-top: 1px;
}
.ie7 .form p input {
	text-align: center;
}
.ie7 .form textarea {
	padding: 1px;

	font-family: 'MS Pゴシック', Osaka, monospace;
	line-height: 1.2;
}

.ie7 .table {
	margin: 5px;
	border: 4px dotted #008282;
	border-collapse: collapse;

	background-color: #aaffd5;

}
.ie7 .table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background-color: #EEEEEE;

	text-align: center;
}
.ie7 .table tr td {
	padding: 10px;
	border: 0px solid #AAAAAA;
}
.ie7 .table tr td input {
	margin: -2px;
}

.ie7 .a:link {
        text-decoration: underline;
        color: #400080;
}
.ie7 .a:visited {
        text-decoration: underline;
        color: #8000ff;
}
.ie7 .a:active {
        text-decoration: none;
        border-top-width : 2px;
        border-bottom-width : 2px;
        border-top-style : dotted;
        border-bottom-style : dotted;
        border-top-color : #ffff00;
        border-bottom-color : #ffff00;
        color: #ffff00;
}
.ie7 .a:hover {
        text-decoration: none;
        border-top-width : 2px;
        border-bottom-width : 2px;
        border-top-style : dotted;
        border-bottom-style : dotted;
        border-top-color : #ff00ff;
        border-bottom-color : #ff00ff;
        color: #ff00ff;
}

/* ----- 基本構造 -------------------------------------- */

.ie7 .div#container {
	width: 716px;

	margin: 0px auto;
        padding: 0px;

        border: 2px solid #008282;

        background-image: url("table1_back.gif");

}

.ie7 .div#header {
	float: none;
	clear: both;

        margin: 0px;
        padding: 0px;

	height: 100px;

        background-image: url("title_back-top.gif");
}
.ie7 .div#menu {
	float: none;
	clear: both;

	margin-bottom: 6px;
        padding: 0px;

        border-top: 2px solid #008282;
        border-bottom: 2px solid #008282;

	background-color: #00c6c6;
}

.ie7 .div#navigation {
	width: 173px;

	float: right;

        margin: 0px 1px 2px 0px;
        padding: 0px;
}
.ie7 .div#logs {
	float: left;
}
.ie7 .div#diary, div#comment, div#trackback {
	margin: 0px;
}

.ie7 .div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;

	padding: 0px 15px;
}
.ie7 .div#footer {
	float: none;
	clear: both;

        margin: 0px;
        padding: 0px;
}

/* ----- ヘッダー -------------------------------------- */

.ie7 .div#header h1 {
        text-align: right;
        font-size: 15px;
        font-family: 'MS Pゴシック';

        margin: 0px 30px;
        padding: 2px 0px 1px 0px;

        color: white;
}
.ie7 .div#header h1 a {
	color: white;

	font-size: 15px;
	text-decoration: none;
}
.ie7 .@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

.ie7 .div#header h2 {
        text-align: right;
        font-size: 13px;
        font-family: 'MS Pゴシック';

        margin: 61px 30px 0px 30px;
        padding: 0px;

        color: #dddddd;
}

/* ----- メニュー -------------------------------------- */

.ie7 .div#menu p {
	display: none;
}

.ie7 .div#menu ul {
        text-align: center;
        margin: 0px;
        padding: 2px;
}
.ie7 .div#menu ul li {
        margin: 0px 6px;
        padding: 0px;

	display: inline;
}

.ie7 .div#menu a:link {
        color: #400040;
}

.ie7 .div#menu a:visited {
        color: #800080;
}

.ie7 .div#menu a:active {
        text-decoration:none;
        border-top-width : 2px;
        border-bottom-width : 2px;
        border-top-style : dotted;
        border-bottom-style : dotted;
        border-top-color : #0080ff;
        border-bottom-color : #0080ff;
        color: #0080ff;
}

.ie7 .div#menu a:hover {
        text-decoration:none;
        border-top-width : 2px;
        border-bottom-width : 2px;
        border-top-style : dotted;
        border-bottom-style : dotted;
        border-top-color : #5555ff;
        border-bottom-color : #5555ff;
        color: #5555ff;
}

/* ----- ナビゲーション -------------------------------- */

.ie7 .div#navigation p {
	margin: 8px;
	padding: 2px;

	color: #006464;
        border-bottom: #008282 0px solid;
	background-image: url("under_bar.gif");
        background-repeat: no-repeat;
        background-position: center;

	font-weight: bold;
}

.ie7 .div#navigation ul {
	margin: 0px 8px;
}
.ie7 .div#navigation ul li {
	margin: 0px;

	list-style-type: none;
}
.ie7 .div#navigation ul li ul {
	margin: 0px 8px;
}

.ie7 .div#navigation dl {
	margin: 0px 8px;
}
.ie7 .div#navigation dl dt {
}
.ie7 .div#navigation dl dd {
        text-align: right;
}

.ie7 .div#navigation form dl {
}
.ie7 .div#navigation form dl dt {
	display: none;
}
.ie7 .div#navigation form dl dd {
}
.ie7 .div#navigation form p {
	margin-bottom: 0px;
}

.ie7 .div#navigation table {
	width: 150px;

	margin: 3px;
	border: 0px solid #AAAAAA;
}
.ie7 .@media screen {
	div#navigation table {
        	margin: -2px auto 5px auto;
        }
}
.ie7 .div#navigation table tr th {
	padding: 2px;
	border-top: 1px solid #AAAAAA;
	border-right: 0px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-left: 0px solid #AAAAAA;

	background-color: #c8ffe3;

	text-align: center;
}
.ie7 .div#navigation table tr td {
	padding: 0px;
	border: 0px solid #AAAAAA;

	text-align: center;
}
.ie7 .@media screen {
	div#navigation table tr td {
        	padding: 3px;
        }
}

.ie7 .div#navigation .day {
	color: #444444;
}
.ie7 .div#navigation .satday {
	color: #4444CC;
}
.ie7 .div#navigation .sunday {
	color: #CC4444;
}
.ie7 .div#navigation .today {
	background-color: #00e1e1;
}

.ie7 .div#navigation .calender {
	text-align: center;
	margin: 0px 3px;
}
.ie7 .div#navigation .calender li {
	display: inline;

	margin-right: 2px;
}

.ie7 .div#navigation .block {
	margin-right: 3px;
	margin-bottom: 3px;
	padding-bottom: 6px;

	border: 2px solid #008282;

	background-color: #aaffd5;

	text-align: center;
}

.ie7 .div#navigation table tr td a:link,
.ie7 .div#navigation table tr td a:active,
.ie7 .div#navigation table tr td a:visited,
.ie7 .div#navigation table tr td a:hover {
	font-weight: bold;
	border: 0px solid #008282;
	text-decoration: none;
        background-image: url("mark.gif");
        background-repeat: no-repeat;
        background-position: center;
}

/* ----- 記事一覧 -------------------------------------- */

.ie7 .div#logs {
	width: 537px;
}
.ie7 .html>body div#logs {
	width: 537px;
}

.ie7 .div#diary .diary {
        margin: 0px 3px 8px 6px;
        padding: 3px;

        border: #008282 4px dotted;

        background-color: #e1fff0;
}

.ie7 .div#diary h2 {
	display: none;
}
.ie7 .div#diary h3 {
        margin: 0px 0px 5px 0px;
        padding: 2px 2px 2px 2px;
        border-width: 1px 5px 1px 5px;
        border-style: solid;
        border-color: #00e1e1;
        background-color: #acffff;
        color: #006464;
        font-size: 14px;
}
.ie7 .div#diary h4 {
        margin: 0px 0px 5px 0px;
        padding: 2px 2px 2px 2px;
        border-width: 1px 5px 1px 5px;
        border-style: solid;
        border-color: #00e1e1;
        background-color: #acffff;
        color: #006464;
        font-size: 14px;
}

.ie7 .div#diary .text * {
	font-size: 14px;
}
.ie7 .html>body div#diary .text * {
	font-size: 14px;
}
.ie7 .div#diary .text p {
	margin: 10px 10px;
}
.ie7 .div#diary .text ul {
	margin: 10px 20px;
}
.ie7 .div#diary .text ol {
	margin: 10px 30px;
}

.ie7 .div#diary .info {
	margin: 5px 5px;

	text-align: right;
}
.ie7 .div#diary .info * {
	font-size: 12px;
}
.ie7 .div#diary .info li {
	display: inline;

	margin-left: 3px;
}

.ie7 .div#diary .list {
	border: 1px solid #AAAAAA;
	margin: 0px 0px 5px 10px;
	padding: 3px 5px;
}
.ie7 .div#diary .list h5 {
	border-bottom: 1px solid #CCCCCC;
	margin: 0px 0px 5px 0px;
	padding: 3px 5px;

	color: #444444;
	background-color: #FFFFFF;
}
.ie7 .div#diary .list ul {
	margin: 0px 0px 5px 10px;
}
.ie7 .div#diary .list dl dt {
	margin: 0px 3px;
        font-weight: bold;
}
.ie7 .div#diary .list dl dd {
	margin: 5px 5px 0px 5px;
}

.ie7 .table {
	margin: 0px;
        padding: 3px;
	border: 1px solid #008282;
	border-collapse: collapse;
}

.ie7 .table tr td {
	padding: 3px;
	border: 1px solid #AAAAAA;
}

.ie7 .div#diary .js {
        margin: 0px 3px 8px 6px;
        padding: 3px;

        border: #008282 4px double;

        background-color: #e1fff0;
}

.ie7 .div#trackback p {
	margin: 15px 5px 5px 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
.ie7 .div#trackback dl {
	margin: 5px 5px 8px 5px;
	padding: 2px 2px 5px 2px;
	border: 2px dotted #008282;

	background-color: #c8ffe3;

	font-weight: bold;
}
.ie7 .div#trackback dl dt {
	margin-top: 5px;
	margin-left: 5px;
}
.ie7 .div#trackback dl dd {
	margin-left: 10px;
}

.ie7 .div#comment .comment {
	margin: 5px 5px 8px 5px;
	padding: 2px 2px 5px 2px;
	border: 2px dotted #008282;

	background-color: #c8ffe3;
}

.ie7 .div#comment dl dt {
	margin: 15px 5px 5px 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
.ie7 .div#comment dl dd {
	margin: 3px 3px 5px 3px;
	padding: 5px;

	font-weight: bold;
}

.ie7 .div#comment .text * {
	font-size: x-small;
}
.ie7 .html>body div#comment .text * {
	font-size: small;
}
.ie7 .div#comment .text p {
	margin: 5px;
}

/* ----- ページ移動 ------------------------------------ */

.ie7 .div#page p {
	display: none;
}

.ie7 .div#page ul {
	text-align: center;
	margin: 0px;

	border-bottom: 3px double #999999;
}
.ie7 .div#page ul li {
	display: inline;

	margin-right: 10px;
}

/* ----- ナビゲーション -------------------------------- */

.ie7 .div#navi p {
	display: none;
}

.ie7 .div#navi ul {
	margin: 5px 0px;

	text-align: right;
}
.ie7 .div#navi ul li {
	display: inline;

	margin-left: 5px;
}

.ie7 .div#navi form dl {
}
.ie7 .div#navi form dl dt {
	display: none;
}
.ie7 .div#navi form dl dd {
	float: left;
}
.ie7 .div#navi form input {
	padding: 0px;
}

/* ----- コンテンツ ------------------------------------ */

.ie7 .div#contents p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
.ie7 .div#contents h3 {
	margin-bottom: 5px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
.ie7 .div#contents h4 {
	margin-bottom: 5px;
}

.ie7 .div#contents dl {
	margin-bottom: 5px;
}
.ie7 .div#contents dl dt {
	margin-top: 5px;
}
.ie7 .div#contents dl dd {
	margin-left: 10px;
}

/* ----- 処理選択 -------------------------------------- */

.ie7 .div#work p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

.ie7 .div#work form {
	margin: 5px 0px;
}
.ie7 .div#work form dl dt {
	display: none;
}
.ie7 .div#work form dl dd {
	float: left;
}
.ie7 .div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

.ie7 .div#form p {
	margin: 15px 5px 5px 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

.ie7 .div#form form {
	margin-bottom: 5px;
}
.ie7 .div#form form dl {
	margin-bottom: 10px;
}
.ie7 .div#form form dl dt {
	float: left;
	clear: left;
	width: 5em;
}
.ie7 .div#form form dl dd {
}
.ie7 .div#form form dl dd textarea {
	margin-top: 2px;
}
.ie7 .div#form form ul {
	margin: 0px 0px 10px 0px;
}
.ie7 .div#form form ul li {
	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

.ie7 .div#env p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
.ie7 .div#env h3 {
	margin-bottom: 5px;
	padding: 3px;

	background-color: #EEEEEE;
}

.ie7 .div#env dl {
	margin-bottom: 10px;
}
.ie7 .div#env dl dd {
	margin-bottom: 5px;
}

.ie7 .div#env form {
	margin-bottom: 10px;
}
.ie7 .div#env form p {
	margin-bottom: 10px;
}

/* ----- キャンバス ------------------------------------ */

.ie7 .div#canvas p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
.ie7 .div#canvas applet {
	margin-bottom: 5px;
}

/* ----- ステータス ------------------------------------ */

.ie7 .div#status p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}
.ie7 .div#status h3 {
	margin-bottom: 5px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
.ie7 .div#status h4 {
	margin-bottom: 5px;
}

.ie7 .div#status dl {
	margin-bottom: 10px;
}
.ie7 .div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
.ie7 .div#status dl dd {
}

/* ----- フッター -------------------------------------- */

.ie7 .div#footer address {
        margin: 0px;
        padding: 2px;

	font-size: 12px;

	color: #dddddd;

	background-color: #008282;

        text-align: center;
}

.ie7 .div#footer a:link {
        color: #00ff00;
}
.ie7 .div#footer a:visited {
        color: #80ff80;
}
.ie7 .div#footer a:active {
        color: #80ffff;
}
.ie7 .div#footer a:hover {
        border-color: 008282;
        color: #ffff80;
}

/* ----- 個別指定 -------------------------------------- */

.ie7 ..new {
	color: #FF0000;
}

/* ----- 追加指定 -------------------------------------- */
.ie7 .div#error {
        margin: 3px;
        padding: 3px;
}
.ie7 .div#error p {
	margin-bottom: 5px;
	padding: 3px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;

	font-weight: bold;
}

/* -----   アドセンス   -------------------------------- */

.ie7 .div#ad table { margin: 0px 3px 3px 6px;
               padding: 3px;
               border: #008282 2px solid;
               background-color: #aaffd5;
               width: 528px; }

.ie7 .div#ad td { text-align: center;
            margin: 0px;
            padding: 0px; }

.ie7 .div#rank_ad  { text-align: center;
               margin: 0px;
               padding: 0px;
               border: 0px; }

.ie7 .div#rank_ad table { margin: 40px 10px 15px 10px;
                    padding: 0px;
                    border: 0px;
                    background-color: #e1fff0;
                    width: 494px;
                    height: 60px;  }

.ie7 .div#rank_ad td  { margin: 0px;
                  padding: 0px 60px 0px 0px;
                  border: 0px;
                  font-size: 13px;  }

