@charset 'utf-8';

/* -------------------------------------------- */
/* 		スタイルの初期化		*/
/* -------------------------------------------- */

body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	display: block;
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100.01%;
	text-align: left;
}

em, strong, i, u, del {
	font-style: normal;
	font-weight: normal;
	font-size: 100.01%;
}

table {
	margin : 0;
	empty-cells: show;
}

fieldset { border: 0px;}

img {margin: 0 auto;
	padding: 0;
	border: 0px; /* イメージの枠線消し */
	vertical-align: bottom;
}

a img {
    vertical-align: middle;
    position: relative;
	outline: 0px solid #fff;
    z-index: 2;
}

li { list-style: none; } /* リストの点を消す */

/* ----- ブラウザ対策 ---------------------------------- */

html {/* Firefox */
 	height:100%;
}
html>/**/body {/* Firefox */
 	overflow:-moz-scrollbars-vertical;
}
html:first-child body {/* Safari Opera */
 	min-height:100%;
}
div {/*for IE 5.5-7*/
	zoom:1;
}
ol {/*for IE 5.5-7*/
	padding-left : 2em;
}
ol li {/*for IE 5.5-7*/
	zoom : normal;
}

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

body {
	color: #505050;		/* 基本のフォント色 */
	background: #FFFFFF;	/* 基本の背景色 */
	font-size:12px;	/* 基本のフォントサイズ */
	text-align: center;	/* ボックス中央寄せ IE用 */
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* ----- テキスト・リスト・イメージの設定 --------------- */

p, li, dt, dd, address {
	color: #505050;
	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; }		/* 強調 */
i  { font-style: italic; }		/* 斜体 */
u, ins { text-decoration: underline;}	/* 下線 */
del { text-decoration: line-through;}	/* 打ち消し線 */

img {
	margin-right: 0px;
	margin-bottom: 5px;
	
}
object {
	margin-left: 10px;
}

/* ----- リンクの設定 ----------------------------------- */

a:link, a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}
a:hover, a:active {
	color: #fc0;
}

/* ----- 整形・引用・コードの設定 ----------------------- */

pre {
	width: 450px;
	margin: 10px;
	padding: 5px;
	color: #505050;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	overflow: auto;

	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
code, var, kbd {
	color: #cccccc;
	line-height: 1.2;
}
blockquote {
	margin: 20px 30px;
	border: 1px dashed #999999;
}
blockquote p {
	color: #999999;
}

/* ----- フォームの設定 --------------------------------- */

form legend {
	display: none;
}
form input, form select {
	margin-right: 1px;
	padding: 1px;
	color: #505050;
	background: #FFFFFF;
	border: 1px solid #505050;
	font-size: 12px;
}
@media screen {
	form input, form select {
	}
}
form select {
	margin-top: 1px;
}
form p input {
	text-align: center;
}
form textarea {
	padding: 1px;
	color: #505050;
	background: #FFFFFF;
	border: 1px solid #505050;
	line-height: 1.2;
}

/* ----- テーブルの設定 --------------------------------- */

table {
	margin-bottom: 10px;
	border: 1px solid #505050;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;
	background-color: #ffffff;
	font-size: 13px;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
	font-size: 13px;
}
table tr td input {
	margin: -2px;
}

/* ----- スクロールバーの設定（IE用）-------------------- */

html {
	scrollbar-face-color: #EEE;       /* メイン */
	scrollbar-3dlight-color: #444;    /* 左端と上端 */
	scrollbar-highlight-color: #FFF;  /* ハイライト */
	scrollbar-shadow-color: #444;     /* 影 */
	scrollbar-darkshadow-color: #444; /* 右端と下端 */
	scrollbar-arrow-color: #444;      /* 矢印 */
	scrollbar-track-color: #EEE;      /* 背景 */
}

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

.new {
	color: #039; /* newの文字色 */
	font-size: 10px;
}

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

div#container {
	position: relative;
	width: 820px;
	margin: 0px auto;
}

div#header {
	float: none;
	clear: both;
	height: 10px;
}
div#menu {
	position: relative; 
	top: -80px; 
	right: 5px;
	float: none;
	clear: both;
	margin-bottom: 30px;
}

div#navigation {
	width: 200px;
	float: right;
	margin-top: 0px;
}

div#logs {
	width: 618px;
	float: left;
}
html>body div#logs {
	width: 620px;
}

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: 15px 15px 10px 15px;
}
div#header h1 a {
	color: #505050;
	font-weight: bold;
	font-size: 25px;
	text-decoration: none;
	border-bottom: 0px dotted #cccccc;
}
@media screen {
	div#header h1 a {
	}
}

div#header p {
	margin: 0px 15px;
	font-size: 12px;
}

div#header ul{
	margin: 5px;
}

div#header li{
	text-align: right;
	margin: 0px 20px;
	font-size: 12px;
}

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

div#menu h2 {
	display: none;
}

div#menu ul {
	margin: 0px 20px;
	padding: 5px 0px;
	text-align: right;
}
div#menu ul li {
	display: inline;
	margin-right: 10px;
}

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

div#navigation h2 {
	margin: 7px 7px 17px 7px;
	padding: 5px;
	font-weight: bold;
	color: #505050;
	border-bottom: 1px dotted #cccccc;
	text-align: right;
}

div#navigation ul {
	margin: 0px 10px 0px 12px;
}
div#navigation ul li {
	margin: 0px 0px 0px 0px;
}
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 form input {
	color: #505050;
	background: #FFFFFF;
	border: 1px solid #505050;
}

/* ----- ナビ：カレンダー ------------------------------- */

div#navigation table {
	width: 150px;
	margin: -2px 0px 7px 7px;
	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: 0px;
	border: 0px solid #AAAAAA;
	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 0px;
        }
}
div#navigation table tr td a {
	font-weight: bold;
}

div#navigation .day {
	color: #505050;
}
div#navigation .satday {
	color: #505050;
}
div#navigation .sunday {
	color: #505050;
}
div#navigation .today {
	background-color: #cccccc;
}

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

/* ----- ナビ：各ブロック ------------------------------- */

div#navigation .block {
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* ----- ナビ：消す ------------------------------- */

div#navigation .hide {
		margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* ----- ナビ：アンカー用 ------------------------------- */

div#navigation .anc {
			  display:none;
}

/* ---------------------------------------------------- */
/* 		メイン記事				*/
/* ---------------------------------------------------- */

div#diary .diary {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #777777;
}

/* ----- 回りこみ対策 --------------------------------- */

div#diary .diary:after{/*for modern browser*/
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/* exlude MacIE5 \*/
* html div#diary .diary { height: 1% }
div#daiary .diary {display:block;}
/* end MacIE5 */

/* ----- メイン：見出し --------------------------------- */

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 5px 5px 20px 5px;
	padding: 5px;
	font-weight: bold;
	color: #505050;
	border-bottom: 1px dotted #cccccc;
}
div#diary h4 {
	margin: 10px;
	padding: 2px 10px 3px;
	color: #505050;
	font-weight: bold;
	letter-spacing: 0.3em;
	border-top: 1px solid #AAAAAA;
	border-left: 8px solid #505050;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
div#diary h5 {
	margin: 10px 10px 10px 15px;
	padding: 2px 5px 2px 10px;
	color: #505050;
	font-weight: bold;
	letter-spacing: 0.3em;
	border-left: 5px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#diary h6 {
	margin: 10px 10px 10px 15px;
	font-weight: bold;
	padding: 1px 10px 1px 5px;
	color: #505050;
	font-weight: bold;
	letter-spacing: 1em;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
}

/* ----- メイン：テキスト ------------------------------- */

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 ul li {
	list-style-type: disc;
}
div#diary .text ol {
	margin: 15px 40px;
}
div#diary .text dl {
	margin: 15px 10px;
}
div#diary .text dl dt{
}
div#diary .text dl dd{
	padding-left: 10px;
}
div#diary .text table{
	margin: 15px 10px;
}

/* ----- メイン：日付、分類など ------------------------- */

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 {
	margin: 0px 0px 10px 20px;
	padding: 5px 0px 5px 10px;
}
div#diary .list h4 {
	padding: 5px 10px;
	color: #505050;
	font-weight: bold;
	letter-spacing: 0.3em;
	background: #ffffff;
	border-top: 0px solid #505050;
	border-left: 5px solid #505050;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
div#diary .list ul {
	margin: 0px 0px 10px 20px;
}
div#diary .list dl dt {
	margin: 0px 15px;
        font-weight: bold;
}
div#diary .list dl dd {
	margin: 10px 10px 0px 20px;
}

/* ----- メイン：トラックバック ------------------------- */

div#trackback h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #505050;
	border-bottom: 3px double #505050;
}
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 #999999;
	border-bottom: 3px double #999999;
}
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;
	text-align: right;
}
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 #505050;
	border-bottom: 3px double #505050;
}
div#contents h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #505050;
}
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#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#work h2, div#form h2, div#env h2,
div#status h2, div#canvas h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #505050;
	border-bottom: 3px double #505050;
}

/* ----- 処理選択 ------------------------------------ */

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#env h3 {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #ffffff;
}

div#env ul li {
	list-style-type: disc;
}
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#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #505050;
}
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#canvas applet {
	margin-bottom: 15px;
}

/* ---- 動的パレット追加用 ------------------------------ */
/*  パレットの枠線などの色設定は palette.js 参照          */
/*  不要の場合は消してください			          */
/* ------------------------------------------------------ */

div#canvas applet {
	float: left;
}

div#palette * {
	font-size: 13px;
	text-align: left;
}

div#palette table {
	margin: 0px;
	border: 0px solid #000000;
}
div#palette td {
	padding: 1px;
	border: 0px solid #000000;
}
div#palette table tr td table tr td table tr td {
	padding: 5px;
}

div#palette input {
	margin: 1px 0px;
	padding: 1px 0px;
	height: 22px;
}
div#palette select {
	margin: 1px 1px 1px 0px;
}
div#palette textarea {
	width: 120px;
	text-align: left;
}
div#palette .button {
	text-align: center;
}

div#palette font {
	font-size: 11px;
}

/* ---------------------------------------------------- */
/* 		フッター				*/
/* ---------------------------------------------------- */

div#footer address {
	padding: 30px 15px 20px 15px;
	color: #505050;
	font-size: 10px;
	text-align: right;
}

div#footer a:link, div#footer a:visited {
	color: #039;
	font-size: 10px;

}
div#footer a:active, div#footer a:hover {
	color: #ff0;
	font-size: 10px;
}



/* ナビゲーションの指定 */

#navimenu {
	background:#505050; 
	position: fixed !important;  
 	z-index: 999; 
	height: 44px;
	width: 100%;  
	list-style-type: none;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	}
	
#navimenu img {
	margin: 8px 0px 8px 0px;
	}
	
#navimenu ul {
padding: 0;
margin: 0;
	background:#505050;
	width: 640px; 
	}

#navimenu li {
	  float:left;
	  text-align:center; 
	}
	
#navimenu li.item1 {
	width: 20%;
	}

#navimenu li.item2 {
	width: 20%;
	}

#navimenu li.item3 {
	width: 20%;
	}

#navimenu li.item4 {
	width: 20%;
	}

#navimenu li.item5 {
	width: 10%;
	}

#navimenu li.item6 {
	width: 10%;
	}

#navimenu li a {
padding: 0;
margin: 0;
	color:#EFEFEF;
 	font-size:18px;
	font-weight:bold;
	text-decoration: none;
	background: #505050; 
	clear: both;
	display: block;
	height: 40px;
	line-height: 40px; 
	border-width:0px 1px 4px 1px;
	border-color: #606060;
	border-style:solid;
	background:#505050;
	width: 100%;	
	}

#navimenu li a:hover {
	color:#ffcc00;
	height: 40px;
	line-height: 40px;
	padding:0;  
	border-width:0px 0px 4px 0px;
	border-color: #ff9900;
	border-style:solid;
	background:#606060;
	}


/* topに戻る　つかえなそう・・・ */

#scroll-to-top {
	display:none;
	 text-decoration: none;
	z-index: 2147483647;
	background:#DDD;
	border-radius:60px;
	font-size:16px;
	color:#FFF;
	padding:4px 10px 4px 10px;
	position:fixed;
	bottom:10px !important;
	right:10px !important;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
	  opacity: 0.7;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	}
	
.scroll-to-top-not-display {
	  display:none;
	}

/* リセット */

.reset{
float: none;
padding: 0;
margin: 0;
font-size:inherit
font-weight:inherit;
	border: 0;
	outline: 0;
vertical-align: baseline;
font-variant:normal;
text-decoration: none;
	}


/* bottom*/

#scroll-to-bottom {
		  display:none;

	}
	
.scroll-to-bottom-not-display {
	  display:none;
	}
