﻿@charset "UTF-8";

/*=====================================================
    Style Name: SimpleStyle
    Author: Yoruaki
    URL: http://simpleism.net/
    Rule: http://simpleism.net/css/description-rules
    Opened: 2007/12/01, Modified: 2009/05/25
======================================================*/



/*===========================================================================================
    XHTML Abstract Modules
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html
===========================================================================================*/

/*===========================================================================================
    Structure Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_structuremodule
===========================================================================================*/

body {
	margin: 1em auto;
	border: 1px solid #8a8677;
	width: 90%;
	color: #333333;
	background-color: #ffffff;
	font: normal small-caps normal 0.8em/1.5em "Century Gothic", sans-serif;
	letter-spacing: 0.2em;
}

html {
	background-color: #ece9d8;
}

/*===========================================================================================
    Text Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_textmodule
===========================================================================================*/

address {
	font: normal normal normal 0.9em "Century Gothic", "\ff2d \ff33  \ff30 \30b4 \30b7 \30c3 \30af", sans-serif;
	text-align: right;
}

blockquote {
	margin: 1em 0;
	padding: 16px 1em 0 1em;
	border: 1px solid #cccccc;
	clear: both;
	color: #000000;
	background: #eeeeee url(/img/css/simplestyle/quotation) no-repeat scroll left top;
	cursor: default;
}

code {
	color: #003300;
}

.code {
	margin: 1em 0;
	padding: 16px 1em 1em 1em;
	border: 1px solid #cccccc;
	clear: both;
	color: #000000;
	background: #eeeeee url(/img/css/simplestyle/code) no-repeat scroll left top;
}

blockquote code {
	border-color: transparent;
	background-color: #fffafa;
}

h1,
h2,
h3 {
	font-weight: bold;
}

h1 {
	margin: 0;
	background: #ffffff url(/img/css/simplestyle/back) no-repeat scroll left top;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "\ff2d \ff33  \ff30 \30b4 \30b7 \30c3 \30af", sans-serif;
	font-size: 1.4em;
}

.article h2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	background: transparent url(/img/css/simplestyle/border-l) no-repeat scroll left bottom;
}

.article h2:first-letter,
.contents h2:first-letter {
	color: #cc0000;
}

.info h2 {
	font-family: "Century Gothic", sans-serif;
}

h3 {
	font-size: 1.2em;
}

p {
	margin-bottom: 1em;
	text-indent: 1em;
}

p.category {
	margin-top: 0;
	text-align: right;
}

pre {
	font-family: "\ff2d \ff33  \30b4 \30b7 \30c3 \30af", monospace;
}

q {
	margin: 0 0.25em;
	padding: 0 0.25em;
	border: 1px solid #cccccc;
	quotes: none;
	color: #000000;
	background-color: #eeeeee;
	cursor: default;
}

.menu {
	padding-top: 1em;
	padding-bottom: 0.25em;
	color: #dddddd;
	background-color: #8d8a84;
	font-size: 1.5em;
}

.article {
	padding: 1em;
	float: left;
	width: 70%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "\ff2d \ff33  \ff30 \30b4 \30b7 \30c3 \30af", sans-serif;
	font-variant: normal;
}

.contents {
	padding: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "\ff2d \ff33  \ff30 \30b4 \30b7 \30c3 \30af", sans-serif;
	font-variant: normal;
}

.title,
.uri {
	color: #666666;
	font-size: 75%;
	text-align: right;
}

.title {
	margin-bottom: 0;
	border-top: 1px dashed #cccccc;
}

.uri {
	margin-top: 0;
}

.uri:first-letter {
	margin-left: 0;
}

.info {
	margin-right: 1em;
	padding-top: 1em;
	float: right;
}

.date {
	clear: both;
	background: transparent url(/img/css/simplestyle/border-r) no-repeat scroll right bottom;
	text-align: right;
}

.permalink {
	margin-bottom: 5.0em;
}

.footer {
	padding: 1em;
	clear: both;
	background-color: #cfccc6;
}

/*===========================================================================================
    Hypertext Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_hypertextmodule
===========================================================================================*/

.menu a {
	margin: 1em;
}

h1 a {
	padding: 1em;
	display: block;
	background: transparent url(/img/css/simplestyle/logo) no-repeat scroll 98% 50%;
	text-indent: -9999px;
	text-decoration: none;
}

a:link,
a:visited {
	color: #0000cc;
	text-decoration: underline;
}

a:hover {
	color: #cc0000;
	text-decoration: none;
}

h1 a:hover{
	background-color: transparent;
}

blockquote a:hover {
	background-color: transparent !important;
}

.menu a:link,
.menu a:visited {
	color: #dddddd;
	text-decoration: underline;
}

.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/*===========================================================================================
    List Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_listmodule
===========================================================================================*/

dl#entry_and_archives {
	margin-left: 3em;
	clear: both;
}

dl.documents,
dl.links {
	padding-top: 1em;
	border-top: 1px dashed #333333;
}

dl dt {
	font-weight: bold;
}

dl#entry_and_archives dt,
dl.documents dt,
dl.links dt {
	font-weight: normal;
}

dl dd {
	margin-bottom: 1em;
	margin-left: 1em;
}

dl.documents dd,
dl.links dd {
	margin-bottom: 1em;
	margin-left: 2em;
}

.article ol li,
.contents ol li {
	list-style-type: decimal;
}

.article ul {
	clear: both;
}

.footer li {
	margin-right: 2em;
	display: inline;
	list-style-type: none;
}

.article li,
.contents li,
.info li,
dd li {
	margin-bottom: 0.5em;
	list-style-type: square;
}

div.info {
	font-variant: normal;
}

.menu ul {
	margin-top: 0;
}

.menu li {
	display: inline;
	list-style-type: none;
}

form.search li {
	list-style-type: none;
}

/*===========================================================================================
    Forms Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_extformsmodule
===========================================================================================*/

form.search input {
	border: 1px inset #cccccc;
	color: #333333;
	font-size: 12px;
}

form.search .button {
	border: 1px outset #cccccc;
	height: 20px;
	color: #333333;
	background-color: #d0d0d0;
	font-family: "Verdana", "Arial", sans-serif;
	font-variant: normal;
}

/*===========================================================================================
    Tables Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_tablemodule
===========================================================================================*/

.article table,
.contents table {
	margin-left: 1em;
}

.article table,
.article td,
.article th,
.article tr,
.contents table,
.contents td,
.contents th,
.contents tr {
	border-spacing: 1px;
	border: 1px solid #bdb9aa;
	background-color: transparent;
	text-align: left;
}

.article td,
.article th,
.article tr,
.contents td,
.contents th,
.contents tr {
	padding: 0.5em;
}

.article th,
.contents th {
	background-color: #bdb9aa;
	font-weight: bold;
	text-align: center;
}

/*===========================================================================================
    Image Module
	http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_imagemodule
===========================================================================================*/

img {
	border: 0;
}

.photo {
	margin: 0 0.5em 0.5em 0;
	float: left;
}

.links img {
	margin-right: 0.35em;
}

/*===========================================================================================
    Appendix
	CSS hack for Internet Explorers.
===========================================================================================*/

*:first-child + html .article {
	margin-top: 1em;
}

*:first-child + html .info {
	margin-top: 1em;
}

*:first-child + html a.category {
	margin-top: 0;
}