@charset 'utf-8';

/*----------------------------------------
 フォント設定
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
----------------------------------------*/

body {font: normal 13px/1.5em "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","Verdana","ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/*----------------------------------------
 レイアウト設定
----------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fafafa url('bg_body.gif') repeat-x center top;
	text-align: center;
}

div#container {
	background: transparent url('bg_container.gif') no-repeat right bottom;
	margin: 0 auto;
	width: 720px;
	text-align: left;
}


div#header {
	float: none;
	clear: both;
	margin-bottom: 32px;
	height: 128px;
}

div#menu {
	float: none;
	clear: both;
	margin-bottom: 40px;
}

div#logs {
	float: left;
	width: 512px;
}

html>body div#logs {
	width: 512px;
}

div.diary {
	background: transparent url('bg_diary.gif') no-repeat left top;
	margin-bottom: 32px;
}

div.text {
	padding-right: 16px;
}

div#navigation {
	width: 208px;
	float: right;
	margin-top: -64px;
}

div.block {
	margin-bottom: 8px;
	padding-bottom: 16px;
	background: transparent url('border.gif') repeat-x left bottom;
}

div#comment, div#trackback {
	margin-bottom: 16px;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px 16px;
}

div#footer {
	float: none;
	clear: both;
	padding: 64px 0 32px;
}


/*----------------------------------------
 リンクタグ設定
----------------------------------------*/

a img {
	border: 0px solid #fff;
}

a {
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #690;
}

a:visited {
	color: #9c3;
}

a:hover {
	text-decoration: underline;
}

a:active {
}

/*----------------------------------------
 基本タグ設定

 01 : h1 h2 h3 ...
 02 : p pre blockquote address ...
 03 : ul ol li dl dt dd ...
 04 : table tr th td caption ...
 05 : form input select option textarea ...
 06 : img strong em big small ...

-- 01 ----------------------------------*/


h2 {
	margin: 16px 0;
	padding: 4px 0;
	line-height: 1.2;
	font-size: 182%;
	font-weight: normal;
	color: #222;
	border-bottom: 2px solid #C8C8BF;
}

div.diary h2 {
	margin: 0 16px 0 64px;
	padding-top: 8px;
	font-size: 138.5%;
	border-bottom-width: 0;
}

div#navigation h2 {
	margin: 0;
	padding-top: 8px;
	height: 48px;
	font-size: 138.5%;
	font-weight: bold;
	background: transparent url('bg_block.gif') no-repeat right top;
	color: #C8C8BF;
	border-bottom-width: 0;
}

div#navigation h2 span {
	display: block;
	font-size: 9pt;
	font-weight: normal;
	color: #b8b8aF;
}

h3 {
	margin: 16px 0;
	padding: 4px;
	line-height: 1.2;
	font-size: 138.5%;
	background-color: #C8C8BF;
	color: #fafafa;
}


div.diary h3 {
	margin: 0 16px 32px 64px;
	padding: 0;
	line-height: 1;
	font-size: 182%;
	font-weight: normal;
	background-color: transparent;
	color: #222;
}

div.diary h3 span {
	display: block;
	font-size: 10pt;
}

h4 {
	margin-bottom: 16px;
}

/* 02 ----------------------------------*/

p {
	font-size: 108%;
	margin: 0 0 16px;
}

pre {
	width: 430px;
	margin: 10px;
	padding: 5px;
	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;
}

object {
	margin-left: 10px;
}

/* 03 ----------------------------------*/

ul, ol {
	margin: 0;
	padding: 0 0 0;
	list-style-position: inside;
}

div#navigation ul,
div#navigation dl {
	margin: 0;
	padding: 0 0 0 16px;
	list-style-position: outside;
}

div#navigation ul li {
	margin: 0;
	padding: 0;
}

div#navigation dl dd {
	margin-left: 0;
}

.file,
.folder,
.folder ul {
	list-style: none;
}

.file a {
	padding-left: 18px;
	background: transparent url('li_file.gif') no-repeat left center;
}


.folder li a {
	padding-left: 18px;
	background: transparent url('li_folder.gif') no-repeat left center;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

dt {
	/*font-weight: bold;*/
}

dd {
	margin-left: 16px;
}

/* 04 ----------------------------------*/

table {
	margin-bottom: 10px;
	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: 5px;
	border: 1px solid #AAAAAA;
}

table tr td input {
	margin: -2px;
}


/* 05 ----------------------------------*/

form {
	margin: 0;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: 0px solid #000000;
}

form legend {
	display: none;
}

form input, form select {
	margin-right: 1px;
	padding: 1px;
}

input[type="text"] {
	padding: 4px;
	background-color: #E8E8DF;
	border: 1px solid #C8C8BF;
}

form select {
	margin-top: 1px;
}

form textarea {
	padding: 1px;
	font-family: 'ＭＳ ゴシック', Osaka, monospace;
	line-height: 1.2;
}


/* 06 ---------------------------------------- */


img {
	margin: 0 16px 8px 0;
	border: 0px solid #fff;
}

em,
big {
font-weight: bold;
}

/*----------------------------------------
 div#header
 mode::All
----------------------------------------*/

h1 {
	margin: 0;
	padding-top: 48px;
	font-size: 182%;
}

h1 a:link, h1 a:visited {
	color: #000;
}

h1 img {
	vertical-align: middle;
}

div#header p {
	margin: 0;
}

/*----------------------------------------
 div#menu / div#page / div#navi
 mode::All
----------------------------------------*/

div#menu h2,
div#page h2,
div#navi h2 {
	display: none;
}

div#menu ul,
div#page ul,
div#navi ul {
	margin: 0 0 8px;
	padding: 0;
}

div#menu ul li,
div#page ul li {
	display: inline;
	margin-right: 8px;
}

div#menu a,
div#page a,
div#navi a {
	padding: 2px 4px;
	background-color: #E8E8DF;
	border: 1px solid #C8C8BF;
	font-size: 93%;
}

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: #000;
}

div#menu a:active, div#menu a:hover,
div#page a:active, div#page a:hover,
div#navi a:active, div#navi a:hover {
	background-color: #C8C8BF;
	color: #fff;
}

div#navi ul {
	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#navigation
 mode::
----------------------------------------*/

div#navigation .block {
}


/*----------------------------------------
 div#diary
 mode::
----------------------------------------*/

div#diary .info {
	margin: 0 16px 0 0;
	padding: 16px 0;
	text-align: right;
	background: transparent url('border.gif') repeat-x left bottom;
}

div#diary .info * {
}

div#diary .info li {
	display: inline;

	margin-left: 5px;
}

div#diary .list {
	border: 1px solid #AAAAAA;
	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 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 h3 {
}

div.comment h3 {
font-size: 92%;
}

div#comment .text * {
	font-size: x-small;
}

html>body div#comment .text * {
	font-size: small;
}

div#comment .text p {
	margin: 10px;
}


/*----------------------------------------
 div#contents
 mode::???
----------------------------------------*/
div#contents,
div#work,
div#form,
div#status,
div#env {
	margin-bottom: 32px;
}

div#contents ul,
div#work ul,
div#form ul,
div#status ul,
div#env ul {
	margin: 16px;
}



div#contents dl {
	margin-bottom: 20px;
}

div#contents dl dt {
	margin-top: 10px;
}

div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work form {
	margin: 16px 0px;
}

div#work form dl dt {
	display: none;
}

div#work form dl dd {
	float: left;
}

div#work form input {
	padding: 0px;
}

/* ----- フォーム -------------------------------------- */

div#form form {
	margin-bottom: 16px 32px;
}

div#form form dl {
	margin: 16px;
}

div#form form dl dt {
	float: left;
	clear: left;
	width: 6em;
}

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 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 applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status dl {
	margin-bottom: 20px;
}

div#status dl dt {
	float: left;
	clear: left;
	width: 10em;
}

div#status dl dd {
}

/* ----- フッター -------------------------------------- */

div#footer address {
	font-style: normal;
}

div#footer a:link, div#footer a:visited {
}

div#footer a:active, div#footer a:hover {
}

/* ----- 個別指定 -------------------------------------- */

em.new {
	margin-left: 4px;
	color: orange;
	font-size: 77%;
}

.rss {
	padding-left: 16px;
	background: transparent url('rss.gif') no-repeat left center;
}