@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 12px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

body {
	padding: 0px;

	/*background-color: #F0F8FF;*/

	text-align: center;
}
p, 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: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 2px solid #7777AA;
}
blockquote p {
	color: #999999;
}

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: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}

table {
	margin-bottom: 0px;
	/*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: 2px;
	border: 0px solid #AAAAAA;
	
}*/

table tr td input {
	margin: -2px;
}
/* ----- a -------------------------------------- */
a:link, a:visited {
	color: #000000;

	text-decoration: none;
}
a:active, a:hover {
	color: #FFC500;
	text-decoration: none;
	/*text-decoration: underline;*/
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 720px;
	margin-bottom: 10px;
	margin-left: 10% auto;
	margin-right: 0px auto;
	margin-top: 10px;
	border-left: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
	border-bottom: 10px solid #cccccc;
	background-color: #FFFFFF;
}
/**************************** タイトル部分 */
div#header {
	float: none;
	clear: both;
	width: 100%;

	height: 5px;
	background-color: #CCCCCC;
}
div#header p{
    color:#ffffff;
}
/****************************サブメニュー**/
div#menu {
	float: none;
	clear: both;
	width: 100%;
	height: 220px;
	margin-bottom: 10px;
	background-color: #aaaaaa;
}
/**********************ヘッダー下イメージ画像**/
div#images {
	clear: both;
	width: 100%;
	height: 200px;
	margin: 0px ;
	/*border-left: 0px solid #444444;
	border-right: 0px solid #444444;*/
    color:#ffffff;
	background-image:url(../img/top.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-color: #ffffff;
}
div#images-left {
	float:both;
	/*width: 400px;*/
	/*width: 56%;*/
	/*height: 100%;*/
	/*background-image:url(../img/left.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color: #aaaaaa;*/
	
	/*border:0px solid  #000000;*/
}
div#images-right {
	float:right;
	/*width: 44%;*/
	/*height: px;
	background-image:url(../img/grade.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color: #009900;*/
	padding: 20px 22px 30px 0px;
}
div#images-rightbox {
	float:right;
	width: 255px;
	height: 100px;
	background-color: #ffffff;
	/*margin: 20px 20px 0px 20px;*/
}
/**********************ナビゲーション**/
div#navigation {
	width: 210px;
	/*border:1px solid  #000000;*/
	float: right;
	/*background-color: #dfffdf;*/
}
div#logs {
	width: 65%;
	/*margin-bottom: 10px;*/
    float:  left;
	/*background-color: #dfffdf;*/
}

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#header h1 {
	padding: 10px 15px 0px 15px;
}
div#header h1 a {
	color: #444444;

	font-size: 25px;
	text-decoration: none;
}

div#header p {
	margin: 0px 15px;

	font-size: 12px;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	margin: 0px 15px 0px;
}
div#menu ul li {
	display: inline;

	margin-right: 0px;
}

/* ----- ナビゲーション -------------------------------- */
#left{
    width:5px;
    background-image:url(../img/box_3.jpg);
	background-repeat:repeat-y;
	background-position:left top;
}
#right{
    width:5px;
    background-image:url(../img/box_2.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}
/********************************項目バー ↓navigation h2のbackground-colorを変更（濃い緑） */
div#navigation h2 {
    width:190px;
	height:18px;
	margin: 0px  0px 17px 0px;
	padding-top: 3px;
    color:#ffffff;
	text-align:center;
	background-color: #999999;
}

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 4px 7px 4px;
	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: #FFFFFF;

	text-align: left;
}
div#navigation table tr td {
	/*padding: 3px;
	border: 0px solid #AAAAAA;*/
    padding-top: px;
	text-align: center;
}
/*@media screen {
	div#navigation table tr td {
        	padding: 2px;
        }
}*/
/*＊＊＊＊＊＊＊＊＊＊＊＊*/
	/*カレンダー*/
div#navigation .day {
	color: #444444;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #CC4444;
}

div#navigation .calender {
	margin: 2px 10px;
}
div#navigation .calender li {
	display: inline;

	margin-right: 10px;
}
/* ----- 背景色変更 ↓navigation h2のbackground-colorを変更（薄い緑）  */

div#navigation .block {
    width:190px;
	margin-left: 11px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
    background-color: #E3E0DB;
	text-align: center;

}
div#navigation .block td{
    margin-left: 3px;
	margin-bottom: 3px;}
/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: px;
}
html>body div#logs {
	width: 470px;
}

div#diary .diary {
	margin-bottom: 10px;
	padding: 2px;
	/*border: 1px solid #AAAAAA;*/
}

/*ダイアリーhタグ  */
div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 5px 5px 20px 5px;
	padding: 5px;

	border-bottom: 2px dotted #cccccc;
}
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#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
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 10px 2px;
	border: 1px solid #AAAAAA;
}

div#comment h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
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 {
	float:right;
	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 #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: 15px;
	padding: 5px;
	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: 15px;
	padding: 5px;
	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;
}
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 #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: 15px;
	padding: 5px;
	border-top: 3px double #BBBBBB;
	border-bottom: 3px double #BBBBBB;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	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 {
	padding: 10px 15px 0px 15px;

	background-color: #ffffff;
}
