@charset 'utf-8';

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

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS UI Gothic', sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 1.0;
}

body {
	padding: 0px;
	font-size: 80%;
	background-color: #000000;
}

h2, h3, h4, h5, h6 {
	font-size: 100%;
}
p, li, dt, dd, address {
	color: #C0C0C0;
}
p {
	margin-bottom: 15px;
}
ul {
	margin: 0px 0px 20px 30px;
}
ul li ol li {
	margin: 0px 20px 0px 25px;
}
ul li ol {
	margin-bottom: 10px;
}
em {
	color: #DCDCDC;
	font-weight: bold;
	line-height: 1.6;
}
img {
	margin-bottom: 5px;
	border: 0px;
}
object {
	margin-left: 10px;
}

pre {
	width: 470px;
	margin: -5px 20px 20px 20px;
	padding: 10px;
	color: #C0C0C0;
	border: 1px solid #6699CC;
	overflow: auto;
	line-height: 1.4;
}
.text > pre {
	width: 445px;
}
code, var, kbd {
	font-size: 100%;
	color: #99CCFF;
	font-family: 'Verdana', 'ＭＳ ゴシック', sans-serif;
	line-height: 1.4;
}
blockquote {
	margin: -5px 30px 20px 30px;
	border-left: 2px solid #00A99D;
}
blockquote p {
	color: #999999;
}

form fieldset {
	border: 0px solid #282828;
}
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 {
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 100%;
	border: 1px solid #777777;
	border-collapse: collapse;
}
table tr th {
	color: #282828;
	padding: 5px;
	border: 1px solid #777777;
	background-color: #99CCFF;
	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #777777;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #C0C0C0;
	border-bottom: 0px solid #FFA0C0;
	text-decoration: none;
}
a:active, a:hover {
	color: #BDB76B;
	border-bottom: 0px solid #BDB76B;
	text-decoration: none;
}

div#menu a:link, div#menu a:visited,
div#page a:link, div#page a:visited,
div#navi a:link, div#navi a:visited {
	color: #FFFFFF;
	border-bottom: 1px solid #FFA0C0;
}
div#menu a:active, div#menu a:hover,
div#page a:active, div#page a:hover,
div#navi a:active, div#navi a:hover {
	color: #BDB76B;
	border-bottom: 1px solid #BDB76B;
}
div#menu, div#page a, div#navi a {
	text-decoration: none;
}
/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 950px;
	margin: 10px 0px 0px 20px;
	background-color: #000000;
}

div#header {
	float: none;
	clear: both;
	height: 120px;
 	background: #282828 url("../images/blog_title.jpg") top left no-repeat;
}

div#menu {
	float: none;
	clear: both;
}

div#navigation {
	width: 285px;
	float: right;
}

div#logs {
	width: 650px;
	float: left;
}

div#diary, div#comment, div#trackback {
	width: 650px;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	color: #FFFFFF;
}

div#work, div#contents, div#form, div#env, div#status, div#canvas {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	background: #282828 url("../images/adminbottom.gif") 0% 100% no-repeat;
}
div#work h2,div#contents h2, div#form h2, div#env h2, div#status h2, div#canvas h2 {
	margin: 0px 0px 15px 0px;
	padding: 10px 15px;
	background: #282828 url("../images/admintop.gif") 0% 0% no-repeat;
}

div#contents li, div#form li, div#canvas li, div#env li, div#status li,
div#contents ddt, div#form dt, div#canvas dt, div#env dt, div#status dt,
div#contents dd, div#form dd, div#canvas dd, div#env dd, div#status dd {
	line-height: 1.4;
}

div#footer {
	float: none;
	clear: both;
	margin-top: 10px;
	padding: 0px;
	height: 50px;
	width: 950px;
	background: #000000 url("../images/blog_footer.jpg") 0% 100% no-repeat;
	text-align: center;
}
/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	margin: 0px 140px;
	padding: 140px 25px 0px 30px;
}
div#header > h1 {
	margin: 0px;
	padding: 0px 25px 0px 30px;
}
div#header h1 a {
	color: #55BBFF;
	font-size: 24px;
	border-bottom: 0px solid #80CCFA;
	text-decoration: none;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

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

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

div#menu h2 {
	display: none;
}

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

/* ----- ナビゲーション -------------------------------- */
div#navigation h2 {
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 5px 15px;
	color: #FFFFFF;
	background: #282828 url("../images/navitop.gif") 0px 0px no-repeat;
}

div#navigation ul {
	margin: 0px 10px 0px 15px;
}
div#navigation ul li {
	margin: 13px 0px 0px 0px;
	padding-left: 13px;
	background: transparent url("../images/dot.gif") 0px 2px no-repeat;
	list-style-type: none;
}
div#navigation ul li ul {
	margin: 0px 0px 10px 0px;
}
div#navigation ul li ul li {
	margin: 7px 0px 0px 0px;
	padding-left: 10px;
	padding-bottom: 1px;
	background: transparent url("../images/dot2.gif") 0px 0px no-repeat;
}

div#navigation .nonedot {
	padding: 0px;
	background-image: none;
	display: inline;
}
div#navigation a.image  {
	border: 0px solid #282828;
}

div#navigation dl {
	margin: 0px 10px 0px 15px;
}
div#navigation dl dt {
	margin-top: 10px;
}
div#navigation dl dd {
	margin-top: 2px;
}

div#navigation h3 {
	margin-left: 5px;
	margin-top: 0px;
	color: #666666;
	margin-bottom: 0px;
}
div#navigation h4 {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 10px;
	font-size:11pt;
	color: #ccc;
	margin-bottom: 5px;
}
div#navigation h5 {
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 2px;
	margin-bottom: 0px;
	color: #ccc;
	font-weight: normal;
}

div#navigation form dl {
	width: 130px;
	float: left;
	margin: 0px 5px 0px 10px;
}
@media screen {
	div#navigation form dl {
		width: auto;
	}
}
div#navigation form dl dt {
	display: none;
}
div#navigation form dl dd {
}
div#navigation form p {
	margin-top: 2px;
	margin-left: 12px;
	margin-bottom: 0px;
}

div#navigation table {
	font-size: 95%;
	margin: 0px;
	border: 0px solid #AAAAAA;
	border-collapse: separate;
}
@media screen {
	div#navigation table {
		margin: 0px;
	}
}
div#navigation table tr th {
	color: #A9A9A9;
	padding: 2px 0px 1px 0px;
	border: 0px solid #49382A;
	background-color: transparent;
	font-family: "georgia", "Papyrus", "Times New Roman", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	text-align: left;
}
div#navigation table tr td {
	padding: 2px;
	border: 0px solid #282828;
	text-align: center;
}
div#navigation table tr > td {
	padding: 0px 1px;
}

div#navigation table a:link, div#navigation table a:visited {
	font-weight: bold;
	border-bottom: 0px solid #282828;
}
div#navigation table a:hover {
	border-bottom: 1px solid #CCFF33;
}

div#navigation .day {
	color: #A9A9A9;
}
div#navigation .satday {
	color: #4444CC;
}
div#navigation .sunday {
	color: #800000;
}
div#navigation .today {
	background-color: #3D2D1F;
}

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

div#navigation .block {
	clear:both; 
	width: 285px;
	margin-right: 0px;
	margin-bottom: 15px;
	padding-bottom: 20px;
	background: #282828 url("../images/navibottom.gif") 0% 100% no-repeat;
	text-align: center;
}

/* カレンダー部分 */
div#navigation .calendarblock {
	width: 920px;
	height: 25px;
	max-width: 950px;
	position: absolute;
	top: 140px;
	left: 20px;
	padding: 5px 0px 0px 30px;
	background: #282828 url("../images/calender.gif") 0% 100% no-repeat;
}
.calendarblock h2 {
	display: none;
}

/* コンテンツ部分 */
div#navigation .contentsblock {
	clear:both; 
	width: 285px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #282828 url("../images/navibottom.gif") 0% 100% no-repeat;
}

/* Mac IE 以外のコンテンツ部分 */
@media screen {
	div#navigation .contentsblock h2 {
		display: none;
	}
	div#navigation .contentsblock {
		clear:both; 
		width: 150px;
		position: absolute;
		top: 30px;
		left: 625px;
		margin: 0px;
		padding: 0px;
		background-color: transparent;
		background-image: none;
	}
	div#navigation .contentsblock ul {
		margin: 5px;
	}
	div#navigation .contentsblock ul li {
		margin: 10px 0px 0px 0px;
	}
	div#navigation .contentsblock ul li ul {
		margin: 0px;
	}
	div#navigation .contentsblock ul li ul li {
		margin: 5px 0px 0px 0px;
	}
}

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

div#logs {
}
div#diary {
}

div#diary .diary {
	width: 650px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: #282828 url("../images/logbottom.gif") 0% 100% no-repeat;
}

div#diary img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 3px;
}
div#diary .icon img {
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	vertical-align: bottom;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	margin: 0px 0px 5px 0px;
	padding: 10px 20px 7px 20px;
	color: #FFFFFF;
	background: #282828 url("../images/logtop.gif") 0% 0% no-repeat;
	border-bottom: 2px dashed #444444;
}
div#diary h4, div#diary h5, div#diary h6 {
	margin: 20px;
	clear: both;
}
div#diary h4 {
	color: #FFFFFF;
}
div#diary h5, div#diary h6 {
	color: #C0C0C0;
}

div#diary .text {
	margin-bottom: 10px;
	border-bottom: 1px solid #282828; /* Win IE6 用 */
}
html>body div#diary .text * {
}
div#diary .text p {
	margin: 20px;
	line-height: 1.6;
}

div#diary .text ul {
	margin: -5px 20px 20px 20px;
}
div#diary .text ul li {
	margin-top: 2px;
	padding-left: 13px;
	background: transparent url("../images/dot.gif") 0px 4px no-repeat;
	list-style-type: none;
	line-height: 1.4;
}
div#diary .text ol {
	margin: -5px 20px 20px 45px;
}
div#diary .text ol li {
	line-height: 1.4;
}
div#diary .text ul li ul,
div#diary .text ol li ol {
	margin: 2px 0px 5px 10px;
}

div#diary .text dl {
	margin: -5px 20px 25px 20px;
}
div#diary .text dl dt {
	padding-left: 13px;
	background: transparent url("../images/dot.gif") 0px 4px no-repeat;
	list-style-type: none;
	line-height: 1.4;
}
div#diary .text dl dd {
	margin-bottom: 5px;
	padding-left: 13px;
	line-height: 1.4;
}
div#diary .text table {
	margin: -5px 20px 25px 20px;
}
div#diary .text > table {
	margin: -5px 20px 10px 20px;
}

div#diary .date {
	clear: both;
	margin: 5px 15px 15px 15px;
	text-align: right;
}
div#diary .info {
	clear: both;
	margin: 5px 15px;
	padding-top: 5px;
	text-align: right;
	line-height: 1.2;
}

div#diary .date li, div#diary .info li {
	display: inline;
	margin-left: 5px;
}

div#diary .list {
	color: #FFFFFF;
	margin: -10px 0px 20px 30px;
	padding-bottom: 5px;
	background: #282828 url("../images/listbottom.gif") 0% 100% no-repeat;
}
div#diary .list img {
	margin: 0px;
	vertical-align: bottom;
}
div#diary .list h4 {
	color: #DEDEDE;
	margin: 0px 0px 10px 0px;
	padding: 15px 15px 0px 15px;
	background: #282828 url("../images/listtop.gif") 0% 0% no-repeat;
	background-color: #282828;
}
div#diary .list ul {
	margin: 0px 0px 10px 30px;
}
div#diary .list ul li {
	line-height: 1.4;
}
div#diary .list dl dt {
	margin: 0px 15px;
	font-weight: bold;
}
div#diary .list dl dd {
	margin: 5px 20px 0px 20px;
}
div#diary .list p {
	line-height: 1.4;
}
div#trackback {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: #282828 url("../images/logbottom.gif") 0% 100% no-repeat;
}
div#tbcontents {
	width: 650px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: #282828 url("../images/logbottom.gif") 0% 100% no-repeat;
}
div#tbcontents h2 {
	padding: 10px 20px;
	color: #DCDCDC;
	background: #282828 url("../images/logtop.gif") 0% 0% no-repeat;
}
div#tbcontents dl {
}
div#tbcontents dl dt {
	margin: 0px 20px;
}
div#tbcontents dl dd {
	margin-left: 20px;
}

div#trackback h2 {
	padding: 10px 20px;
	color: #DCDCDC;
	background: #282828 url("../images/logtop.gif") 0% 0% no-repeat;
}
div#trackback dl {
	margin: 0px 5px 10px 5px;
	padding: 2px 2px 10px 2px;
	border-top: 1px solid #555555;
}
div#trackback dl dt {
	margin: 10px;
}
div#trackback dl dd {
	margin: 0px 30px;
	line-height: 1.4;
}

div#comment {
	width: 650px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	background: #282828 url("../images/logbottom.gif") 0% 100% no-repeat;
}

div#comment .comment {
	margin: 0px 0px 0px 0px;
	padding: 2px 2px 10px 2px;
}
div#comment ul {
	margin: 10px 10px 20px 20px;
}
div#comment ul li {
	display: inline;
}
div#comment h2 {
	color: #FFFFFF;
	margin-bottom: 10px;
	padding: 15px 10px 0px 20px;
	background: #282828 url("../images/logtop.gif") 0% 0% no-repeat;
}
div#comment h3 {
	margin: 0px 20px;
	padding: 0px;
}
div#comment .text p {
	margin: 10px 20px;
	line-height: 1.4;
}

div#commentform {
	width: 650px;
	margin: 0px 0px 20px 0px;
	color: #FFFFFF;
	background: #282828 url("../images/logbottom.gif") 0% 100% no-repeat;
}
div#commentform h2 {
	color: #FFFFFF;
	margin: 0px;
	padding: 15px 15px 10px 15px;
	background: #282828 url("../images/logtop.gif") 0% 0% no-repeat;
}

div#commentform ul, div#commentform dl,div#commentform p {
	margin: 0px 20px;
	padding-bottom: 20px;
}
div#commentform dl dt {
	margin: 5px 0px 3px 0px;
}
div#commentform .stylenone {
	list-style-type: none;
}

div#comment img, div#diary .list img {
	margin-right: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
}

/* ----- ページ移動 ------------------------------------ */
div#page {
	margin: 0px 15px;
}

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 15px 0px 15px;
	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 h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
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#contents ul, div#contents p, div#contents table {
	margin-left: 20px;
}
/* ----- 処理選択 -------------------------------------- */
div#work form {
	margin: 10px 15px;
}
div#work form dl dt {
	display: none;
}
div#work form dl dd {
	float: left;
}
div#work form input {
	padding: 0px;
}
div#work form p {
	margin: 0px 0px 0px 20px;
}

/* ----- フォーム -------------------------------------- */
div#form h2.envtop {
	background-image: none;
}

div#form form {
	margin-bottom: 10px;
}
div#form form dl {
	margin: 0px 0px 20px 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 20px;
}
div#form form ul li {
	list-style-type: none;
}
div#form form p {
	margin: 0px 0px 0px 20px;
}

/* ----- 環境設定 -------------------------------------- */
div#env h2.envtop {
	background-image: none;
}

div#env h3 {
	color: #282828;
	margin-bottom: 15px;
	padding: 5px 10px;
	background-color: #AACCFF;
}
div#env ul li {
	line-height: 1.5;
}
div#env dl {
	margin-bottom: 20px;
	margin-left: 20px;
}
div#env dl dd {
	margin-bottom: 10px;
}

div#env form {
	margin-bottom: 20px;
}
div#env form p, div#env form table {
	margin-bottom: 20px;
	margin-left: 20px;
}

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

div#canvas applet {
	margin-bottom: 15px;
	margin-left: 20px;
}

/* ----- ステータス ------------------------------------ */
div#status h3 {
	margin: 0px 20px 15px 20px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
div#status h4 {
	margin-bottom: 10px;
	margin-left: 20px;
}

div#status dl {
	margin-bottom: 20px;
	margin-left: 20px;
}
div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}
div#status dl dd {
}

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

div#footer address {
	margin-bottom: 15px;
	padding: 15px 15px 0px 15px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
}

/* ----- 個別指定 -------------------------------------- */
.new {
	color: #FF0000;
}

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

.imgl {
	float: left;
	padding-right: 5px;
}
.imgr {
	float: right;
}
.imgclear {
	clear: both;
}
div#navigation .prof {
 text-align: center;
}