@charset 'utf-8';

/* Color Chart class */
.wht { color: #ffffff; }
.blk { color: #707070; }
/* BLUE */
.blu { color: #369dd8; }
/* LGHT BLUE */
.lbl { color: #99bfe4; }
/* EXTRA LIGHT BLUE */
.elb { color: #cce3f3; }
/* DARK GREY */
.dgr { color: #707070; }
/* LIGHT GREY */
.lgr { color: #c8c8c8; }
/* YELLOW */
.ylw { color: #ffff00; }
/* LIGHT YELLOW */
.lyl { color: #ffffd7; }
/* PINK */
.pnk { color: #da6183; }




/* Link Color */
a { text-decoration:none;}

#breadcrumbs a:link { color: #369dd8; }
#breadcrumbs a:visited { color: #99bfe4; }
#breadcrumbs a:hover { color: #369dd8; background:#ffff00;  }
#breadcrumbs a:active { color: #369dd8; }

div#navigation .block a:link { color: #369dd8; }
div#navigation .block a:visited { color: #99bfe4; }
div#navigation .block a:hover { color: #369dd8; background:#ffff00; }
div#navigation .block a:active { color: #369dd8; }

div#navigation table a:link { color: #369dd8; background:#ffff00; }
div#navigation table a:visited { color: #99bfe4; background:#ffff00; }
div#navigation table a:hover { color: #369dd8; background:#ffffd7; }
div#navigation table a:active { color: #369dd8; background:#ffff00; }

#page a:link { color: #369dd8; }
#page a:visited { color: #99bfe4; }
#page a:hover { color: #369dd8; background:#ffff00;  }
#page a:active { color: #369dd8; }

#navi a:link { color: #369dd8; }
#navi a:visited { color: #99bfe4; }
#navi a:hover { color: #369dd8; background:#ffff00;  }
#navi a:active { color: #369dd8; }

#status a:link { color: #369dd8; }
#status a:visited { color: #99bfe4; }
#status a:hover { color: #369dd8; background:#ffff00;  }
#status a:active { color: #369dd8; }

#env a:link { color: #369dd8; }
#env a:visited { color: #99bfe4; }
#env a:hover { color: #369dd8; background:#ffff00;  }
#env a:active { color: #369dd8; }

#diary a:link { color: #369dd8; }
#diary a:visited { color: #99bfe4; }
#diary a:hover { color: #369dd8; background:#ffff00;  }
#diary a:active { color: #369dd8; }

.info a:link { color: #369dd8; }
.info a:visited { color: #99bfe4; }
.info a:hover { color: #369dd8; background:#ffff00;  }
.info a:active { color: #369dd8; }

.text li a:link { color: #369dd8; }
.text li a:visited { color: #99bfe4; }
.text li a:hover { color: #369dd8; background:#ffff00;  }
.text li a:active { color: #369dd8; }


* {
	margin: 0px;
	padding: 0px;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 1px;
	text-align: left;
}

html{
	height:100%;
	scrollbar-highlight-color: #369dd8;
	scrollbar-3dlight-color: #99bfe4;
	scrollbar-shadow-color: #369dd8;
	scrollbar-darkshadow-color: #99bfe4;
	scrollbar-arrow-color: #ffffff;
	scrollbar-face-color: #369dd8;
	scrollbar-track-color: #cce3f3;

}

body {
	height: 100%;
	background: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
	color: #707070;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
}

li {
	list-style-type:none;
}


hr {
	display:none;
}

p {
	width: auto;
	height: auto;
	word-break: break-all;
}

h1 {
	font: 12px bold;
	color: #369dd8;
	letter-spacing: 2px;
	text-indent: -9999px;
	overflow: hidden;
}

h2 {
	font: 10px normal;
	color: #707070;
}

h3 {
	font: 10px normal;
	color: #707070;
}

h4 {
	font: 10px normal;
	color: #707070;
}

h5 {
 font: 10px normal;
 color: #707070;
}

h6 {
	font: 10px normal;
	color: #707070;
}

.slash {
    background: url("../../cmnimg/slash_blu.gif");
	width: 948px;
	height: 9px;
}

#header {
	background: url("../../cmnimg/header_obi_bg.gif");
	border-bottom: 1px #369dd8 solid;
	width: 948px;
	height: 140px;
	float: none;
	clear: both;
}

#hdr-l {
	width: 415px;
	height: 140px;
	display: table-cell;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	vertical-align: middle;
}
* html #hdr-l{/* IE 6 */
	display: inline;
	zoom: 1;
}
*:first-child+html #hdr-l{/* IE 7 */
	display: inline;
	zoom: 1;
}

#hdr-r {
    background: url("../../cmnimg/copy.gif") no-repeat;
	width: 513px;
	height: 140px;
	display: table-cell;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
}
* html #hdr-r{/* IE 6 */
	display: inline;
	zoom: 1;
	text-indent: -9999px;
	overflow: hidden;
}
*:first-child+html #hdr-r{/* IE 7 */
	display: inline;
	zoom: 1;
	text-indent: -9999px;
	overflow: hidden;
}





#footer {
 background: url("../../cmnimg/footer.gif") no-repeat;
	width: 948px;
	height: 80px;
	border-top: 1px #369dd8 solid;
	border-bottom: 1px #369dd8 solid;
	text-indent: -9999px;
	overflow: hidden;
	clear: both;
}

#breadcrumbs {
	width: 948px;
	height: 16px;
	font-size: 10px;
	color: #369dd8;
	line-height: 16px;
	border-bottom: 1px #369dd8 solid;
	margin: 0px;
	padding: 0px;
	clear: both;
}


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

p, li, dt, dd, address {
	color: #707070;
	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: 0px;
	padding: 0px;
	border: 0px;
}
div#logs img {
	margin-right: 10px;
	margin-bottom: 5px;
}
div#navigation img {
	margin-right: 10px;
	margin-bottom: 5px;
}

object {
	margin-left: 10px;
}

pre {
	width: 430px;

	margin: 10px;
	padding: 5px;
	border: 1px solid #EEEEEE;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #707070;
}

form fieldset {
	border: 0px solid #707070;
}
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;

	line-height: 1.2;
}

table {
	margin-bottom: 10px;
	border: 1px solid #369dd8;
	border-collapse: collapse;
}
table tr th {
	padding: 0px;
	border: 1px solid #369dd8;

	background-color: #EEEEEE;

	text-align: center;
}
table tr td {
	padding: 4px;
	border: 1px solid #369dd8;
}
table tr td input {
	margin: -2px;
}


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

div#container {
	width: 948px;

	margin: 0px auto;
	padding: 0px;
	border-left: 1px #369dd8 solid;
	border-right: 1px #369dd8 solid;

	background-color: #FFFFFF;
}

div#menu {
	float: none;
	clear: both;
	background-color: #369dd8;
}

div#navigation {
	width: 220px;

	float: right;
}
div#logs {
	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;

	padding: 0px 15px;
}
div#footer {
	float: none;
	clear: both;
}

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

div#menu h2 {
	display: none;
}

div#menu ul {
	padding: 5px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 10px;
}


/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 7px 7px 10px 7px;
	padding: 5px;

	color: #FFFFFF;

	background-color: #369dd8;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;

	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 0px 20px;
}

div#navigation dl {
	margin: 0px 10px 0px 12px;
}
div#navigation dl dt {
}
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: 180px;

	margin: -2px 0px 7px 7px;
	border: 0px solid #369dd8;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px;
	border: 0px solid #369dd8;

	background-color: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	padding: 3px;
	border: 0px solid #369dd8;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 5px;
        }
}

div#navigation .day {
	color: #444444;
}
div#navigation .satday {
	color: #369dd8;
}
div#navigation .sunday {
	color: #da6183;
}
div#navigation .today {
	background-color: #EEEEEE;
}

div#navigation .calender {
	margin: 2px 10px;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}

div#navigation .block {
 margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;

	border: 1px solid #369dd8;

	text-align: center;
}
div#navigation .block2 {
 margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	text-align: left;
}
div#navigation .block2 p {
 margin: 0px;
}


/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 720px;
}

div#diary .diary {
	margin: 20px 0px 10px 0px;
	padding: 2px;
	border: 1px solid #369dd8;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 5px 5px 20px 5px;
	padding: 5px;

	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #369dd8;
}
div#diary h4 {
	margin: 10px;
}

div#diary .text * {
	font-size: x-small;
}
html>body div#diary .text * {
	font-size: small;
}
div#diary .text p {
	margin: 15px 10px;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .info {
	margin: 5px 10px;

	text-align: right;
}
div#diary .info * {
	font-size: 10px;
}
div#diary .info li {
	display: inline;

	margin-left: 5px;
}

div#diary .list {
	border: 1px solid #369dd8;
	margin: 0px 0px 10px 20px;
	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 dl dt {
	margin: 0px 5px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 15px;
}

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

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #369dd8;
	border-bottom: 3px double #369dd8;
}
div#comment h3 {
	margin: 5px 5px 10px 5px;
	padding: 5px;
}

div#comment .text * {
	font-size: x-small;
}
html>body div#comment .text * {
	font-size: small;
}
div#comment .text p {
	margin: 10px;
}

/* ----- ページ移動 ------------------------------------ */

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: 15px;
	padding: 5px;
	border-top: 3px double #369dd8;
	border-bottom: 3px double #369dd8;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #369dd8;
}
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: 15px 0px;
	padding: 5px;
	border-top: 3px double #369dd8;
	border-bottom: 3px double #369dd8;
}

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: 15px;
	padding: 5px;
	border-top: 3px double #369dd8;
	border-bottom: 3px double #369dd8;
}

div#form form {
	margin-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: 3px double #369dd8;
	border-bottom: 3px double #369dd8;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}

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 #369dd8;
	border-bottom: 3px double #369dd8;
}
div#canvas applet {
	margin-bottom: 15px;
}

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

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #369dd8;
	border-bottom: 3px double #369dd8;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #369dd8;
}
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 {
}


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

.new {
 font: 10px;
	color: #da6183;
}
