/*
Theme Name: blog.compuedit
Theme URI: http://blog.compuedit.com/
Description: blog.compuedit
Author: Hidekazu Hayashi
Author URI: http://blog.compuedit.com/
Template: 
Version: 0.9
*/

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 11px;
	font-weight: normal;
}

body {
	font-family: "Courier New",Courier,monospace;
	font-size: 11px;
	color: #555555;
	line-height: 1.5em;
}

p {
	margin: 0 0 1.5em;
}

a {
	color: #555555;
}

a:hover {
	color: #0000FF;
}

a img {
	border: 0;
}

.hidden {
	display: none;
}

.container {
	padding: 40px;
}

hr {
	display: none;
}


/** menu **/
#menu {
	position: fixed;
	float: left;
	width: 144px;
}

#menu ul {
	list-style: none outside;
}

#nav {
	margin: 1.5em 0 0 0 ;
}

#nav .nav-main  .title {
	cursor: pointer;
}

#nav .nav-main .title:hover {
	color: #0000ff;
}

#nav .nav-sub {
	margin: 0 0 0 1em;
}

#nav .nav-top {
	margin: 1.5em 0 0 0;
}

#nav ul,
#nav li {
	position: relative;
}

ul.nav-sub li {
	text-indent: -1em;
	padding-left: 1em;
	white-space: nowrap;
}

#menu a {
	text-decoration: none;
}


/** content **/
#contents {
	max-width: 534px; 
	margin: 0 0 0  180px;
}

.content {
	margin: 0 0 9em;
}

.content h2 {
	text-decoration: underline;
	margin: 0 auto 1.5em;
}

.content p {
	position: relative;
	z-index: 20;
}

.content span {
	background: #FFF;
}

.content p.meta {
	margin: 0 0 0em;
}

.content img {
	position: relative;
	margin: -3.1em 0 -3.2em;
	z-index: 0;
}

.content .end {
	margin: 3em 0 1.5em;
	white-space: nowrap;
}

.content .amazlet-box {
	margin: 1.5em 0;
}

.indivisual {
	margin: 0 0 3em;
}

a.more-link {
	margin: 3em 0 0;
}


/** comment **/
#comments {
	margin: 3em 0 0;
}

#comments ul{
	list-style: none outside;
}

#comments p.date {
	margin: 0 0  1.5em 0;
}

#comments .title {
	margin: 0 0 1.5em;
}

#comments .author {
	cursor: pointer;
	margin: 0 0 0 0;
}

#comments li {
	margin: 0 0 0;
}

#commentform {
	margin: 3em 0 0 0;
}

#commentform p {
	margin: 0 0 0 0;
}

#commentform .title {
	margin: 0 0 1.5em;
}

#commentform input, textarea {
	font-family: "Courier New",Courier,monospace;
	font-size: 11px;
	color: #555;
	border: solid 0px #cccccc;
	background: #EEE;
}

#commentform  textarea {
	margin: 1px 0 0 0;
}