@charset 'utf-8';

/* ----- HTML再定義 ------------------------------------ */

* {
	margin: 0px;
	padding: 0px;

	font-size: 10px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', verdana, 'trebuchet ms', Osaka, sans-serif;
	text-align: left;
	line-height: 1.0;
}

body {
	padding: 0px;

	color: #888888;
	background-color: #FFFFFF;
	text-align: center;
}
p, li, dt, dd, address {
	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;

	font-family: 'ＭＳ ゴシック', monospace;

	overflow: auto;
}
code, var, kbd {
	color: #000080;

	font-family: 'ＭＳ ゴシック', monospace;
	line-height: 1.2;
}
blockquote {
	margin: 10px;
	border-left: 3px solid #999999;
	background: #E3E3E3 url(img/bg_stripe.gif) repeat left top;
}
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: 10px;
	border: 1px solid #666680;
	border-collapse: collapse;
}
table tr th {
	padding: 5px;
	border: 1px solid #AAAAAA;

	background: #EEEEEE url(img/bg_stripe.gif) repeat 0 0;

	text-align: center;
}
table tr td {
	padding: 5px;
	border: 1px solid #AAAAAA;
}
table tr td input {
	margin: -2px;
}

a:link, a:visited {
	color: #3CB37A;	/* cobalt green */

	text-decoration: underline;
}
a:active, a:hover {
	color: #FF7700;

	text-decoration: none;
}

/* ----- 基本構造 -------------------------------------- */

div#container {
	width: 740px;

	margin: 0px auto;
	background: #FFFFFF url(img/bg_container.gif) top center repeat-y;
}

div#header {
	float: none;
	clear: both;

	height: 100px;
	margin: 0px 10px;

	color: #FFFFFF;
	background-color: #E3E3E3;
}
div#container>div#header, div#container>div#footer {
	margin-left: 11px;
}
div#menu {
	width: 210px;

	margin: 0px 5px 0px 520px;

	background-color: transparent;
	border-bottom: 1px solid #E3E3E3;
}
div#container>div#menu {
	margin-right: 10px;
}
div#navigation {
	width: 209px;
	margin: 0px 5px 0px 0px;
	padding-top: 0px;

	float: right;

	border: 0px solid #E3E3E3;
}
div#container > div#navigation {
	width: 189px;
	margin-right: 30px;
}
div#logs {
	float: left;

	margin-bottom: 10px;
}
div#diary, div#comment, div#trackback {
	margin: 0px 18px 0px 20px;

	background-color: #FFFFFF;
}

div#page, div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;

	padding: 0px 23px 0px 25px;
}
div#footer {
	float: none;
	clear: both;

	margin: 0px 10px;
	border-bottom: 1px solid #E3E3E3;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	float: left;
	padding: 50px 15px 0px 15px;
}
div#header h1 a {
	color: #FFFFFF;
	background-color: #E3E3E3;

	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1.5em;
}
@media screen {
	div#header h1 a {
		font-family: Verdana, Arial, sans-serif;
	}
}

div#header p {
	padding: 52px 15px 0px 15px;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	margin: 0px;
	padding: 5px 0px;

	text-align: center;
}
div#menu ul li {
	display: inline;

	margin: 0px 5px;
}

div#menu a:link, div#menu a:visited {
	color: #AAAAAA;
}
div#menu a:active, div#menu a:hover {
	color: #AAAAAA;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-weight: normal;
}

div#navigation h2 a {
	color: #AAAAAA;

	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #E3E3E3;

	display: block;
	width: 100%;
	background: url(img/bg_navi.gif) repeat-x 0% 100%;

	text-decoration: none;
}
div#navigation h2 a:hover {
	color: #888888;

	padding-left: 7px;

	background: url(img/bg_navi2.gif) repeat-x 0% 50%;
}
div#container>div#navigation h2 a:hover {
	padding-right: 13px;
}
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 #AAAAAA;
}
@media screen {
	div#navigation table {
        	margin: -2px auto 7px auto;
        }
}
div#navigation table tr th {
	padding: 5px 5px 10px 5px;
	border: 0px solid #AAAAAA;

	color: #AAAAAA;
	background-color: transparent;

	text-align: center;
	font-weight: normal;
}
div#navigation table tr th img {
	margin: 0px;
}
div#navigation table tr td {
	padding: 2px;
	border: 0px solid #AAAAAA;

	text-align: center;
}
@media screen {
	div#navigation table tr td {
        	padding: 4px;
        }
}
div#navigation .day, div#navigation .week {
	color: #AAAAAA;
}
div#navigation .satday, div#navigation .week_sat {
	color: #AAAAFF;
}
div#navigation .sunday, div#navigation .week_sun {
	color: #FFAAAA;
}
div#navigation .today {
	background-color: #EEEEEE;
}
div#navigation .week, div#navigation .week_sun, div#navigation .week_sat {
	font-size: 5pt;
}
div#navigation .block {
	margin: 0px 0px 0px 0px;
}
div#calendarlist, div#contentslist, div#categorylist, div#entrylist, div#imagelist, div#searchlist, div#commentlist, div#trackbacklist, div#pastlist, div#linklist, div#profilelist, div#feedlist, div#thanxlist {
	padding-top: 15px;
	padding-bottom: 10px;
}
div#calendarlist {
	padding-left: 15px;
}
div#contentslist ul li, div#categorylist ul li, div#entrylist dl dt, div#entrylist dl dd, div#commentlist ul li, div#trackbacklist dl dt, div#trackbacklist dl dd, div#imagelist dl dt, div#linklist ul li, div#profilelist ul li, div#feedlist ul li {
	margin-bottom: 5px;
	padding-left: 16px;
}
div#contentslist ul li, div#categorylist ul li, div#linklist ul li {
	background: transparent url(img/i_bind.gif) no-repeat 0px 1px;
}
div#contentslist ul li ul li, div#categorylist ul li ul li, div#commentlist ul li ul li, div#linklist ul li ul li {
	margin-left: -28px;
	margin-bottom: 0px;
	padding-left: 22px;
}
div#contentslist ul li ul li,div#categorylist ul li ul li {
	background: transparent url(img/i_bind2.gif) no-repeat left bottom;
}
div#categories a {
	line-height: 1.4em;
}
div#entrylist dl dt {
	margin-bottom: 0px;
	background: transparent url(img/i_note.gif) no-repeat 0px 1px;
}
div#imagelist dl dt {
	background: transparent url(img/i_arrow1.gif) no-repeat 0px 3px;
}
div#commentlist ul li {
	background: transparent url(img/i_comment.gif) no-repeat 0px 1px;
}
div#trackbacklist dl dt {
	margin-bottom: 0px;
	background: transparent url(img/i_track.gif) no-repeat 0px 2px;
}
div#commentlist ul.tree li {
	margin-left: -36px;
	padding-left: 16px;
	background: transparent url(img/tree_lst.gif) no-repeat 0 0;
}
div#commentlist ul.tree li.end {
	background-image: url(img/tree_end.gif);
}
div#imagelist ul li {
	display: inline;
}
div#linklist ul li ul li {
	background: transparent url(img/i_link2.gif) no-repeat left bottom;
}
div#profilelist ul li {
	background: transparent url(img/i_prof.gif) no-repeat 0px 1px;
}
div#feedlist ul li {
	background: transparent url(img/i_feed2.gif) no-repeat 1px 1px;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 521px;
}
div#diary .diary {
	margin-bottom: 20px;
	padding: 0px;
	border: 0px solid #E3E3E3;
}
div#diary h2 {
	display: none;
}
div#diary h3, div#diary h4, div#diary h5, div#diary h6 {
	font-size: 10pt;
	font-weight: normal;
	color: #888888;
}
div#diary h3 {
	margin: 5px 5px 20px 5px;
	padding: 5px;

	border-left: 8px solid #CCCCCC;
	border-bottom: 1px solid #E3E3E3;
	background: url(img/bg_navi.gif) repeat-x 0% 100%;
}
div#diary h4 {
	margin: 10px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px solid #E3E3E3;
	background: transparent url(img/i_h4.gif) no-repeat 0 2px;
}
div#diary h5 {
	margin: 10px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h5.gif) no-repeat 0 2px;
}
div#diary h6 {
	margin: 10px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h6.gif) no-repeat 2px 3px;
}

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 .text dl {
	margin: 0px 10px 10px 10px;
}
div#diary .text dl dd {
	margin-left: 30px;
}
div#diary .text table {
	margin: 0px 10px 10px 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 {
	border: 0px solid #E3E3E3;
	margin: 0px 0px 10px 20px;
	padding: 5px 10px;

}
div#diary .list h4 {
	margin: 0px 0px 10px 0px;
}
div#diary .list img {
	margin: 0px;
}
div#diary .list ul {
	margin: 0px 0px 10px 0px;
	list-style: none;
	border-left: 1px solid #E3E3E3;
	background: transparent url(img/bg_list.gif) repeat-y 0 0;
}
div#diary .list ul li {
	margin: 0px 5px;
	padding-left: 16px;
	background: transparent url(img/i_track.gif) no-repeat 0px 2px;
}
div#diary .list dl {
	border-left: 1px solid #E3E3E3;
	background: transparent url(img/bg_list.gif) repeat-y 0 0;
}
div#diary .list dl dt {
	margin: 12px 5px 0px 5px;
	padding-left: 16px;
	padding-bottom: 2px;
	font-weight: bold;
	background: transparent url(img/i_comment.gif) no-repeat 0 0px;
}
div#diary .list dl dd {
	margin: 5px 10px 0px 20px;
	padding-bottom: 1px;
	background: url(img/bg_line3.gif) repeat-x left bottom;
}

div#trackback h2 {
	margin-bottom: 10px;
	padding: 5px 5px 3px 18px;
	border-bottom: 1px dotted #E3E3E3;

	color: #AAAAAA;
	background: transparent url(img/i_h2.gif) no-repeat 0px 2px;
	font-weight: normal;
}
div#trackback ul {
	margin-left: 0px;
	list-style: none;
}
div#trackback ul li {
	padding-left: 16px;
	background: transparent url(img/i_arrow1.gif) no-repeat 0px 2px;
}
div#trackback dl {
	margin-bottom: 10px;
	padding: 2px 10px 5px 0px;
	border: 0px solid #AAAAAA;
	background: #EEEEEE url(img/bg_list.gif) repeat-y right top;
}
div#trackback dl dt {
	margin-top: 5px;
	margin-left: 5px;

	padding-left: 5px;
	border-left: 5px solid #CCCCCC;
}
div#trackback dl dd {
	margin-left: 5px;

	padding-left: 5px;
	border-left: 5px solid #E3E3E3;
}

div#comment h2 {
	margin-bottom: 10px;
	padding: 5px 5px 3px 18px;
	border-bottom: 1px dotted #E3E3E3;

	color: #AAAAAA;
	background: transparent url(img/i_h2.gif) no-repeat 0px 2px;
	font-weight: normal;
}
div#comment ul {
	margin-left: 0px;
	list-style: none;
}
div#comment ul li {
	padding-left: 16px;
	background: transparent url(img/i_arrow1.gif) no-repeat 0px 2px;
}
div#comment .comment {
	margin-bottom: 10px;
	padding: 0px;
	border: 0px solid #AAAAAA;

	background: #EEEEEE url(img/bg_stripe.gif) repeat 0px 0;
}
div#comment img {
	margin: 0px;
}
div#comment h3 {
	margin: 0px 0px 0px 0px;
	padding: 5px 30px 7px 0px;

	text-align: right;
	background: transparent url(img/bg_page.gif) no-repeat bottom right;
}
div#comment .text {
	margin: 0px;
	padding: 10px;
}
div#comment .text * {
	font-size: 8pt;
}
html>body div#comment .text * {
	font-size: 8pt;
}
div#comment .text p {
	margin: 0px 0px 10px 0px;
}

/* ----- ページ移動 ------------------------------------ */

div#page h2 {
	display: none;
}

div#page ul {
	margin: 0px 0px 5px 0px;
}
div#page ul li {
	display: inline;

	margin-right: 10px;
}
div#page img {
	margin: 0px;
}
li.page_left {
	float: left;
}
li.page_right {
	float: right;
}
li.page_right a, li.page_left a {
	display: block;
}
li.page_right a:link, li.page_right a:visited {
	background: transparent url(img/i_page_r1.gif) no-repeat 0 0;
}
li.page_right a:hover, li.page_right a:active {
	background-image: url(img/i_page_r2.gif);
}
li.page_left a:link, li.page_left a:visited {
	background: transparent url(img/i_page_l1.gif) no-repeat 0 0;
}
li.page_left a:hover, li.page_left a:active {
	background-image: url(img/i_page_l2.gif);
}
/* ----- ナビゲーション -------------------------------- */

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: 10px 0px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h5.gif) no-repeat 0 1px;

	font-weight: normal;
}
div#contents h3 {
	margin: 10px 0px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h6.gif) no-repeat 2px 3px;

	font-weight: normal;
}
div#contents h4 {
	margin: 10px 0px;
	padding: 1px 0px 2px 12px;

	background: transparent url(img/i_h7.gif) no-repeat 0px 1px;

	font-weight: normal;
}
div#contents ul {
	margin-left: 0px;
	list-style: none;
}
div#contents ul li {
	padding-left: 16px;
	background: transparent url(img/i_arrow1.gif) no-repeat 0px 2px;
}

div#contents dl {
	margin-bottom: 20px;
}
div#contents dl dt {
	margin-top: 10px;
}
div#contents dl dd {
	margin-left: 30px;
}

/* ----- 処理選択 -------------------------------------- */

div#work h2 {
	margin: 10px 0px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h5.gif) no-repeat 0 1px;

	font-weight: normal;
}

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: 10px 0px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h5.gif) no-repeat 0 1px;

	font-weight: normal;
}
div#form ul {
	margin-left: 0px;
	list-style: none;
}
div#form ul li {
	padding-left: 16px;
	background: transparent url(img/i_arrow1.gif) no-repeat 0px 2px;
}

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 {
	padding-left: 0px;
	background-image: none;

	list-style-type: none;
}

/* ----- 環境設定 -------------------------------------- */

div#env h2 {
	margin: 10px 0px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h5.gif) no-repeat 0 1px;

	font-weight: normal;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #E3E3E3;
}

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: 10px 0px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h5.gif) no-repeat 0 1px;

	font-weight: normal;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin: 10px 0px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h5.gif) no-repeat 0 1px;

	font-weight: normal;
}
div#status h3 {
	margin: 10px 0px;
	padding: 1px 0px 2px 12px;

	border-bottom: 1px dotted #E3E3E3;
	background: transparent url(img/i_h6.gif) no-repeat 2px 3px;

	font-weight: normal;
}
div#status h4 {
	margin: 10px 0px;
	padding: 1px 0px 2px 12px;

	background: transparent url(img/i_h7.gif) no-repeat 0px 1px;

	font-weight: normal;
}

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 20px 15px;

	color: #FFFFFF;
	background-color: #E3E3E3;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	background-color: #E3E3E3;
}
div#footer a:active, div#footer a:hover {
	color: #FFFFFF;
	background-color: #E3E3E3;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}
.edtime {
	color: #CCCCCC;
	font-weight: normal;
}
