/*
Theme Name: yutakata
Theme URI: http://yutakata.com/
Description: The WordPress theme for yutakata.
Version: 1.0
Author: hiyama
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
}
a:link,
a:visited,
a:hover,
a:active {
	color: #0099ff;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {font-size: 125%;}
h2 {font-size: 115%;}
h3 {font-size: 100%;}
h4 {font-size: 90%;}
h5 {font-size: 85%;}
h6 {font-size: 80%;}
ul, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px 3px;
	text-align: left;
}
ul li {
	margin: 0px 0px 3px 15px;
	padding: 3px;
	list-style-type: circle;
}
img {
	border-style: none;
	background-color: transparent;
}

/*** STRUCTURE ***/
#header {
	margin: 0px;
	width: 100%;
	padding: 0px;
	font-size: 72%;
}
#container {
	margin: 10px auto;
	width: 100%;
	line-height: 135%;
	text-align: left;
}
#content {
	clear: both;
	margin: 0px;
	width: 95%;
	overflow: hidden;
	font-size: 80%;
	line-height: 135%;
	text-align: left;
}
#sidebar_left,
#sidebar_right {
	display: none;
}
#footer {
	display: none;
}

/* MODULE */
.module {
	clear: both;
	margin: 5px;
}
.modulebody {
	margin: 0px;
	padding: 5px 10px;
	background-color: #ffffff;
}
.r {
	margin: 0px;
	padding: 0px;
	display: block;
}
.r1 {
	margin: 0px 1px;
	background-color: #ffffff;
	height: 1px;
	display: block;
	overflow: hidden;
}
.r2 {
	margin: 0px 2px;
	background-color: #ffffff;
	height: 2px;
	display: block;
	overflow: hidden;
}
.r3 {
	margin: 0px 3px;
	background-color: #ffffff;
	height: 1px;
	display: block;
	overflow: hidden;
}
.r4 {
	margin: 0px 5px;
	background-color: #ffffff;
	height: 1px;
	display: block;
	overflow: hidden;
}

/*** HEADER ***/
#header a {
	background: transparent;
	}
#site_id {
	float: left;
	margin: 5px;
}
#site_id h1 {
	margin: 0px;
	padding: 3px;
	font-size: 24px;
	text-align: center;
}
#site_id a,
#site_id a:hover,
#site_id a:active {
	text-decoration: none;
	color: #eeeeee;
}
#search_unit {
	display: none;
}

/*** CONTENT ***/
.pagetitle {
	clear: left;
	display: block;
	margin: 3px 10px;
	font-size: 90%;
}
.navigation {
	display: none;
}
.posttitle {
	clear: both;
	display: block;
	margin: 0px;
	padding: 3px;
	border-bottom: 3px solid #eeeeee;
}
.posttitle a {
	text-decoration: none;
}
.posttitle .linkarrow {
	font-size: 90%;
	padding: 3px 5px;
}
.post .entry {
	margin: 0px;
	padding: 5px;
	letter-spacing: 0.1em;
}
.post .entry p {
	margin: 0px;
	padding: 5px;
	text-align: justify;
	overflow: hidden;
}
.post .entry p img {
	border: 3px solid #eeeeee;
}
.post .entry p a img:hover {
	border: 3px solid #0099ff;
}
.post .date,
.postmetadata {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	text-align: right;
}
span.category {
	margin: 1px 2px 1px 1px;
}
span.category:before {
	content: "[";
}
span.category:after {
	content: "]";
}
