@charset "UTF-8";

/* BASIC ----------------------------------------------------- */

html, body {
	margin: 0 1em !important;
	padding: 0 !important;
	background: #fff;
	color: #303030;
	font-family: "Lucida Grande", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka", sans-serif;
	text-align: center;
}

a:link		{ color: #b26; text-decoration:underline; }
a:visited	{ color: #f66; text-decoration:underline; }
a:active	{ color: #000; text-decoration:underline; }
a:hover		{ color: #000; text-decoration:underline; }

hr { visibility: hidden; }
legend { display: none; }

h1 {
	padding: 0.2em 1em;
	background: #80dd80;
	color: #fff;
	text-align: center;
}

h2 { display: none; }

h3 {
	margin: 1em 0;
	padding: 0.5em 1em;
	font-size: 100%;
	background: #80dd80;
	color: #fff;
	clear: both;
}

h4 {
	margin: 2em 0 1em 0;
	padding: 0.2em 1em 0.2em 0.5em;
	font-size: 100%;
	background: #d1ffb0;
	color: #333;
	clear: both;
}

h5 {
	margin: 1em 0;
	padding: 0.2em 1em 0.2em 0.5em;
	border-left: 1em solid #b0c4de;
	clear: both;
}

h1 a:link	{ color: #fff; text-decoration:none; }
h1 a:visited	{ color: #fff; text-decoration:none; }
h1 a:active	{ color: #f00; text-decoration:none; }
h1 a:hover	{ color: #b26; text-decoration:none; }

h3 a:link	{ color: #606060; text-decoration:none; }
h3 a:visited	{ color: #606060; text-decoration:none; }
h3 a:active	{ color: #f00; text-decoration:none; }
h3 a:hover	{ color: #b26; text-decoration:none; }

ins { color: #548b54; }
del { color: #555; }
li { line-height: 1.7em; }

/* LAYOUT ---------------------------------------------------- */

div#top, div#body, div#foot {
	margin: 0 !important;
	clear: both;
}

div#top {
	padding: 2em 0 0 0;
}

div#foot {
	padding: 0 0 1em 0;
}

div#foot address {
	padding: 0.5em 1em;
	background: #80dd80;
	color: #fff;
	text-align: center;
}

div#content {
	margin: 0;
	padding: 0;
	width: 70%;
	float: left;
	text-align: left;
}

div#navi {
	margin: 0;
	padding: 0;
	width: 26%;
	float: right;
	text-align: left;
}

/* STYLES ---------------------------------------------------- */

div.entry {
	margin: 0 0 2em 0;
	clear: both;
}

div#content hr { clear: both; }

div.entry h3 {
	font-size: 100%;
	padding: 0.2em 0.5em;
	border-left: 1em solid #90ee90;
	border-bottom: 2px solid #90ee90;
	border-top: 1px solid #90ee90;
	padding-left: .5em;
	line-height: 1.5;
	background: #fff;
	color: #80dd80;
}

div.entry_body, div.entry_more {
	margin: 2em 0 2em 1em;
	clear: both;
}

ul.entry_state {
	font-size: 90%;
}

div#comments, div#trackback {
	margin: 2em 0;
	clear: both;
}
div#comments dl,
div#trackback dl {
	font-size: 90%;
}

div#comments h3 a {
	font-size: 90%;
	font-weight: normal;
}
div#comments form#post dl {
	font-size: 100%;
}

div#comments form#post dd input {
	margin: 0.5em 0;
	padding: 3px;
	width: 20em;
	font-size: 100%;
}

div#comments form#post dd ul.note {
	margin: 0.5em 0 0.5em 2em;
}

div#comments form#post textarea#description {
	padding: 5px;
	width: 98%;
	font-size: 100%;
	height: 20em;
}

div#comments form#post div.submit {
	margin: 0 1em;
	text-align: right;
}

div#comments form#post div.submit input { 
	margin-left: 1em;
}

div#comments form#post div.submit input.button { 
	padding: 5px 1em;
}

div.link {
	margin: 1em 0 !important;
	border: 1px solid #000;
	font-size: 90%;
}

div.link h3 { margin-top: 0; }
div.link ul { margin-left: 2em; }
div.link ul ul { margin-left: 1em; }
div.link legend { display: none; }
div.link form p { margin: 0 0 1em 1em !important; }
div.link #search { width: 170px; }

p.pagenavi { text-align: center; }

/* ACCESSORIES ----------------------------------------------- */

p.banner { text-align: center; }

div.accesslog {
	margin: 0 !important;
	padding: 0 !important;
}

/* END ------------------------------------------------------- */
