@charset 'utf-8';

/*--- reset */
html {
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	font-size: small;
	font-family: "MS UI Gothic",georgia,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

a:link {
	color: #369;
	text-decoration: underline;
}

a:visited {
	color: #639;
	text-decoration: underline;
}

a:hover {
	color: #c30;
	text-decoration: none;
}

a:active {
	color: #c30;
	text-decoration: none;
}

/* ----- HTML再定義 ------------------------------------ */

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: 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;
}

/* ----- 基本構造 -------------------------------------- */

#containerWrap {
	margin: 0;
	padding: 0;
	width: 450px;
	float: left;
}

div#header {
	display: none;
}
div#menu {
	display: none;
}

div#navigation {
	display: none;
}
div#logs {
	
}
div#comment, div#trackback {
	margin: 0px 15px;
}

div#page {
	display: none;
}

div#navi, div#contents, div#work, div#form, div#canvas, div#env, div#status {
	float: none;
	clear: both;
	padding: 0px;
}
div#footer {
	display: none;
}

/* ----- ヘッダー -------------------------------------- */

div#header h1 {
	display: none;
}
div#header h1 a {
	display: none;
}
@media screen {
	div#header h1 a {
		display: none;
	}
}

div#header p {
	display: none;
}

/* ----- メニュー -------------------------------------- */

div#menu h2 {
	display: none;
}

div#menu ul {
	display: none;
}
div#menu ul li {
	display: none;

	display: none;
}

div#menu a:link, div#menu a:visited {
	display: none;
}
div#menu a:active, div#menu a:hover {
	display: none;
}

/* ----- ナビゲーション -------------------------------- */

div#navigation h2 {
	display: none;
}

div#navigation ul {
	display: none;
}
div#navigation ul li {
	display: none;
}
div#navigation ul li ul {
	display: none;
}

div#navigation dl {
	display: none;
}
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 {
	display: none;
}

div#navigation table {
	display: none;
}
@media screen {
	div#navigation table {
        	display: none;
        }
}
div#navigation table tr th {
	display: none;
}
div#navigation table tr td {
	display: none;
}
@media screen {
	div#navigation table tr td {
        	display: none;
        }
}

div#navigation .day {
	display: none;
}
div#navigation .satday {
	display: none;
}
div#navigation .sunday {
	display: none;
}
div#navigation .today {
	display: none;
}

div#navigation .calender {
	display: none;
}
div#navigation .calender li {
	display: none;
}

div#navigation .block {
	display: none;
}

/* ----- 記事一覧 -------------------------------------- */

div#logs {
	width: 450px;
	margin: 0;
	padding: 0;
}
html>body div#logs {
	width: 450px;
	margin: 0;
	padding: 0;
}

div#diary .diary {
	width: 450px;
	margin-bottom: 10px;
	padding: 0;
}

div#diary h2 {
	display: none;
}
div#diary h3 {
	width: 430px;
	margin: 10px 0 0 20px;
	padding-bottom: 5px;
	color: #036;
	border-bottom: 1px #999 solid;
	font-weight: 700;
	font-size: 14px;
}
div#diary h3 {
	width: 430px;
	margin: 10px 0 0 20px;
	padding-bottom: 5px;
	color: #036;
	border-bottom: 1px #999 solid;
	font-weight: 700;
	font-size: 14px;
}
div#diary h3 a:link, div#diary h3 a:visited {
	text-decoration: none;
}

div#diary h4 {
	margin: 10px;
}

div#diary .text {
	margin: 20px 0 0 20px;
}
html>body div#diary .text {
	margin: 20px 0 0 20px;
}
div#diary .text p {
	margin: 0 0 10px 0;
}
div#diary .text ul {
	margin: 15px 30px;
}
div#diary .text ol {
	margin: 15px 40px;
}

div#diary .info {
	display: none;
}
div#diary .info * {
	display: none;
}
div#diary .info li {
	display: none;
}

div#diary .info2 {
	border-bottom: 3px #999 solid;
	padding: 0 0 5px 20px;
	color: #666;
}
div#diary .info2 li {
	font-size: 24px;
	font-family: georgia,serif;
	letter-spacing: 0.1em;
}
div#diary .info2 li a {
	color: #999;
}
div#diary .info2 .time {
}

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 h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
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;
}
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 #999999;
	border-bottom: 3px double #999999;
}
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#work h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}

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 #999999;
	border-bottom: 3px double #999999;
}

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 #999999;
	border-bottom: 3px double #999999;
}
div#env h3 {
	margin-bottom: 15px;
	padding: 5px;

	background-color: #EEEEEE;
}

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-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#canvas applet {
	margin-bottom: 15px;
}

/* ----- ステータス ------------------------------------ */

div#status h2 {
	margin-bottom: 15px;
	padding: 5px;
	border-top: 3px double #999999;
	border-bottom: 3px double #999999;
}
div#status h3 {
	margin-bottom: 15px;
	padding: 3px 0px;
	border-bottom: 1px double #999999;
}
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 20px 15px;

	color: #FFFFFF;

	background-color: #777788;
}

div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
}
div#footer a:active, div#footer a:hover {
	color: #000000;
}

/* ----- 個別指定 -------------------------------------- */

.new {
	color: #FF0000;
}
