html, body {
	color:#333;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 1em;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 920px;
	margin: 0 auto 0;
}

#header {
	width: 100%;
}

	#logo {
		float: left;
	}

	#navigation {
      float: left;
      padding: 1em;
		margin: 0;
	}

	#navigation li {
      display: inline;
	}
	
	#contact-info {
		float: left;
		width: 80px;
		height: 60px;
		background: url(/workspace/images/gui/contact-info.png) no-repeat;
	}
	
	#contact-info li{
		visibility: hidden;
	}

#left-column {
	float: left;
	width: 270px;
}

#content {
	float: left;
	width: 550px;
	padding: 2em;
	padding-top: 0em;
	background: url(/workspace/images/gui/border.png) no-repeat;
}

.post {
	margin-bottom: 4em;
	position: relative;
}

.post .date {
	position: relative;
	top: 0.1em;
}

.post .meta {
	position: absolute;
	top: -5px;
	left: 500px;
}

.post .meta .tag.japan
{
    position: absolute;
}

.post h2 a {
	float: left;
	display: inline;
        width: 400px;
	text-decoration: none;
	color: #000;
}

.post .edit {
	padding: 2px;
	float: left;
	margin-right: 1em;
	display: inline;
	background-color: #FFFFCC;
	border: 1px solid #CCC;
}

.post .body {
	margin-top: 2em;
        clear: left;
}

h1 {
	font-size: 200%;
	font-weight: normal;
}

h2, dt {
   font-size: 160%;
	font-weight: normal;
}

.small {
   font-size: 60%;
}

dd {
}

img {
	border-style: none;
}

a img {
	border-style: none;
	border: 0px;
}

a {
}

a:hover {
}

.selected a {
}

.highlight {
	color: #993300;
}

.reset {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:0.1;
}