@charset "UTF-8";

/* BASIC ----------------------------------------------------- */

html, body {
	margin: 0 1em !important;
	padding: 0 !important;
	background: #fffafa;
	color: #000;
	font-family: "Lucida Grande", "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka", sans-serif;
	text-align: center;
}

a:link	{ color: #ff4500; text-decoration:underline; }
a:visited	{ color: #ff8c00; text-decoration:underline; }
a:active	{ color: #f00; text-decoration:underline; }
a:hover	{ color: #000; text-decoration:underline; }

hr { visibility: hidden; }
legend { display: none; }

h1 {
	padding: 0.2em 1em;
	background: #191970;
	color: #fffafa;
	text-align: center;
}

h2 { display: none; }

h3 {
	margin: 1em 0;
	padding: 0.5em 1em;
	font-size: 100%;
	background: #191970;
	color: #fffafa;
	clear: both;
}

h4 {
	margin: 2em 0 1em 0;
	padding: 0.2em 1em 0.2em 0.5em;
	font-size: 100%;
	background: #8db6cd;
	color: #fffafa;
	clear: both;
}

h5 {
	margin: 1em 0;
	padding: 0.2em 1em 0.2em 0.5em;
	border-left: 1em solid #b0c4de;
	clear: both;
}

h1 a:link, h3 a:link		{ color: #fff; text-decoration:none; }
h1 a:visited, h3 a:visited	{ color: #ccc; text-decoration:none; }
h1 a:active, h3 a:active	{ color: #f00; text-decoration:none; }
h1 a:hover, h3 a:hover	{ color: #ffa500; text-decoration:none; }

ins { color: #27408b; }
em { color: #cd6839; }
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: #191970;
	color: #cae1ff;
	text-align: center;
}

div#content {
	margin: 0;
	padding: 0;
	width: 70%;
	float: right;
	text-align: left;
}

div#navi {
	margin: 0;
	padding: 0;
	width: 26%;
	float: left;
	text-align: left;
}

/* STYLES ---------------------------------------------------- */

div.entry {
	margin: 0 0 2em 0;
	clear: both;
}

div#content hr { clear: both; }

div.entry_body, div#entry_more {
	margin: 2em 0 2em 1em;
	clear: both;
}

div.entry_more {
	margin: 2em 2em 2em 1em;
	clear: both;
	text-align: right;
}

ul.entry_state {
	font-size: 90%;
}

ul.rel {
	list-style:none;
	color: #191970;
}

div#comments, div#trackback {
	margin: 2em 0;
	clear: both;
}

div#comments h3 a {
	font-size: 90%;
	font-weight: normal;
}

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; }

/*p.screenshot {
	float: left;
	width: auto;
	margin: 1em 1em 0 0 !important;
}*/

.screenshot  img { 
	border: 1px solid #7d7d00;
}
