@charset "utf-8";
/*
Theme Name: motoharareico
Theme URI: 
Description: motoharareico
Version: 1.0
Author: SPAREBUTTON
Author URI: http://sparebutton.jp/
Tags: 
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: serif;
	font-size: 82%;
	color: #575757;
	background-color: #FFFFFF;
	line-height: 190%;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #86AA02;
}
a:hover {
	color: #e50012;
}
#topflash {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 900px;
	text-align: center;
}
#page {
	background-repeat: no-repeat;
	background-position: right top;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar {
	float: left;
	width: 145px;
	height: 100%;
	margin-top: 180px;
}
#sidebar  ul#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li {
	padding-top: 5px;
	padding-left: 45px;
	padding-bottom: 5px;
}
#sidebar li a {
	font-size: 14px;
	line-height: 1em;
	text-decoration: none;
	font-family: Helvetica, sans-serif;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #86AA02;
}
#sidebar li.current-cat,
#sidebar li.current-cat-parent,
body.diary #sidebar li.cat-item-42,
body.works #sidebar li.cat-item-44 {
	background-image: url(images/bg_current_cat.gif);
	background-repeat: no-repeat;
	background-position: 16px center;
}
#sidebar li.current-cat a:link,
#sidebar li.current-cat a:visited,
#sidebar li.current-cat-parent a:link,
#sidebar li.current-cat-parent a:visited,
body.diary #sidebar li.cat-item-42 a:link,
body.diary #sidebar li.cat-item-42 a:visited,
body.works #sidebar li.cat-item-44 a:link,
body.works #sidebar li.cat-item-44 a:visited {
	color: #e50012;
}
#sidebar li.another {
	margin-top: 40px;
}
#sidebar li.another a:link, #sidebar li.another a:visited {
	color: #828ac3;	
}
#sidebar li a:hover, #sidebar li.another a:hover {
	color: #e50012;
}
#sidebar2 {
	width: 200px;
	top: 0px;
	float: right;
	margin-top: 20px;
}
#sidebar2  .menutitle {
	font-family: sans-serif;
	color: #0091C5;
	margin-bottom: 7px;
	margin-top: 30px;
}
#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 85%;
        line-height: 190%;
}
#sidebar2 .current-post a, #sidebar2 .current-date a {
	color: #e50012;
}
#sidebar2 .year_str {
	margin-top: 7px;
}
#sidebar2 .year_str, #sidebar2 .month_str    {
	font-size: 12px;
	color: #CCCCCC;
}
#sidebar2 .month_str {
	float: left;
	width: 32px;
	text-align: right;
}
#container {
	float: right;
	width: 800px;
}
#return {
}
#header {
	padding-left: 72px;
	background-image: url(images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#catname {
	font-size: 16px;
	line-height: 1em;
	color: #e50012;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #5fb6e0;
	border-right-color: #5fb6e0;
	border-left-color: #5fb6e0;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-right: 14px;
	padding-left: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: inline-table;
}
#content {
	padding-top: 35px;
	margin-bottom: 30px;
	float: left;
	width: 600px;
}
.postlist {
	margin-left: 70px;
	margin-top: 20px;
	color: #CCCCCC;
}
.postlist a.current-post {
	color: #e50012;
	font-size: 130%;
	margin-right: 10px;
	margin-left: 10px;
}
.post {
	padding-bottom: 50px;
	background-image: url(images/bg_post.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 30px;
	margin-left: 70px;
}
.title {
	color: #0091C5;
	font-family: Helvetica, sans-serif;
	font-size: 110%;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	color: #0091C5;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}
.entry a {
	text-decoration: underline;
}
.edit {
	font-size: 11px;
}
.to_pagetop {
	text-align: right;
	font-size: 85%;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}

.hidden {
	display: none;
	}

hr {
	display: block;
	border: none;
	margin-top: 40px;
	margin-bottom: 40px;
	height: 11px;
	background-image: url(images/bg_post.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
hr.red {
	background-image: url(images/bg_post_red.gif);
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
	font-size: 85%;
	margin-left: 70px;
	}
/* End Various Tags & Classes*/

/* body.home */
body.home {
	background-color: #D7D8DD;
	text-align: center;
}
body.home a:link, body.home a:visited {
	color: #D5006C;
}
body.home a:hover {
	color: #FFFFFF;
}
body.home .edit {
	text-align: left;
	margin-left: 30px;
}
body.home h1 {
	font-size: 1px;
	line-height: 1px;
	color: #D7D8DD;
	margin: 0px;
	padding: 0px;
	height: 1px;
	display: none;
}
/* End body.home */

/* body.motoharareico */
body.motoharareico #page {
	background-image: url(images/bg_motoharareico.gif);
}
/* End body.motoharareico */

/* body.archives */
body.archives #content {
	padding-top: 60px;
}
body.archives .post {
	background-image: none;
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 2px dotted #CCCCCC;
}
body.archives .title {
	color: #e50012;
	margin-top: 10px;
	margin-bottom: 10px;
}
body.archives .entry {
	color: #000000;
	font-family: Helvetica, sans-serif;
}
/* End body.archives */

/* body.diary */
body.diary #content {
	width: 520px;
}
body.diary #page {
	background-image: url(images/bg_diary.jpg);
}
body.diary #header {
	display:none;
}
/* End body.diary */
body.diary .title a {
	color: #0091C5;
}
body.diary .title a:hover {
	color: #e50012;
}
