/*
Theme Name: Future Remix
Theme URI: https://futuremix.org/
Description: This theme is for futuremix.org. 
Version: 1.10
Author: Tsuda Fumika
Author URI: https://futuremix.org/
*/

body {
	background-color: #f3f3f3;
	background-image: url("images/back2.png");
	font-family: "メイリオ", "Meiryo", "Verdana", "Tahoma", "Liberation Sans", "Arial", sans-serif;
	color:black;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border: 0;
}
a {
/*	color: #004199;*/
	color: blue;
}
a:visited {
	color: navy;
}
a:hover {
	background-color: #FFFF99;
/*	color:black;*/
}
a[href^="http"]:hover, a[href^="ftp"]:hover {
	background-color: #CCFFCC;
}
a[href^="http"]:hover, a[href^="ftp"]:hover {
	background-color: #CCFFCC;
}
a[href^="http"]:after, a[href^="ftp"]:after {
	content: url("/images/arrow.png");
}
a[href^="http://futuremix.org/"]:hover,
a[href^="https://futuremix.org/"]:hover {
	background-color:#FFFF99;
}
a[href^="http://futuremix.org/"]:after,
a[href^="https://futuremix.org/"]:after {
	content: "";
}
a[href^="ihttps://b.hatena.ne.jp/"]:after,
a[href^="//b.hatena.ne.jp/"]:after {
	content: "";
}
#a[href^="https://clip.livedoor.com/"]:after {
#	content: "";
#}
#rap {
	background: #FFFFFF;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	border: 1px solid #dcdcdc;
}

/* Blog Header */
#header {
	background-color: #e0e0e0;
	background-image: url("/images/grade_silver.png");
	background-repeat: repeat-x;
	color: #5D9625;
	padding: 0px 10px;
	margin: 0;
	text-align: left;
        zoom: 1; /* for float bug */
}
#header a, #header a:visited {
	color: #6666AA;
	text-decoration: none;
}
#header a:hover {
	color: orange;
	background-color: transparent;
	text-decoration: none;
}
.description {
        float: right;
        padding-right:2em;
	text-align: right;
	color: #373F5B;
	text-decoration: none;
        font-size:0.85em;
}
#header:after {
        content: ".";
        display:block;
        clear:both;
        height:1px;
        visibility:hidden;
}
h1 {
	margin: 0;
	font-size: 2.5em;
        float: left;
}
/* Headings */
h2 {
	clear: both;
	margin: 10px 10px 15px 10px;
	padding: 5px 15px;
	border-left:5px solid #5D9625;
	color: #5D9625;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px; 
}
h2.storytitle a {
	color: #495865;
	text-decoration: none
}
div.clips {
    float:right;
}
#content .post h3 {
	clear: both;
	border-left: 2px solid #663300;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	color: #663300;
	margin: 1em 10px 1em 10px;
	padding: 5px 0.5em;
}
#content .post h3 a {
	color:#495865;
	/*color:#663300;*/
	text-decoration:none;
}

/* Contents */
#content {
	position: relative;
	left: 0;
	float: left;
	padding: 10px;
	width: 620px;
	color: #333333;
}
#content div.breadcrumbs {
	margin:0 1em;
	font-size: 0.85em;
}
#content div.datetime {
	/*border-bottom: 1px dashed #5D9625;*/
	color: #5F707A;
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
	padding: 0 0 3px 0;
	text-align: right;
}
#content div.post {
	margin: 0 0 20px 0;
	padding: 0;
}
#content div.post p {
	line-height: 160%;
	margin: 0.5em 30px 0.5em 30px;
	text-indent: 1em;
}
#content div.post ol.list {
	clear: both;
	background: #D9E4EE;
	border: 1px solid #004080;
	margin: 0.5em 1em;
	padding: 1em 2em;
}
#content div.post ul.list {
	clear: both;
	background: #D9EFD8;
	border: 1px solid #146400;
	margin: 0.5em 1em;
	padding: 1em 2em;
}
#content div.post li {
	line-height: 150%;
	margin-bottom: 0.5em;
}
#content div.post dl {
	margin: 1em 1em;
	padding: 0.5em 1em;
	border: 1px dashed orange;
}
#content div.post dt {
	font-weight: bold;
	margin-bottom: 0.3em
}
#content div.post dd {
	font-weight: normal;
	line-height:150%;
	margin-bottom: 0.5em
}
#content div.post .poem{
	margin: 10px;
	padding: 10px;
	line-height: 150%;
}
/* TopPage (HomePage) */
h2.topstorytitle {
	font-size: 1.2em;
}
h2.topstorytitle a {
	color: #6666AA;
	text-decoration: none
}
div.topgroup {
      claer: both;
}
div.topblock {
	font-size: 0.9em;
    /*border: 1px #ccc dashed;*/
	width: 306px;
	float: left;
}
div#topblock-1 {
	float: none;
    width: 600px;
}
div.topgroup h2 {
	font-size: 1em;
}
div.toptitle {
	background-color: #e0e0e0;
	background-image: url("/images/grade_silver.png");
	background-repeat: repeat-x;
	color: black;
	border: 1px solid #6666AA;
	padding: 3px 10px;
	margin: 10px 0 10px 10px;
	font-size: 1em;
	font-weight: bold;
}
div.top-ads {
    margin: 5px;
    float: left;
}
hr.top-separator {
	clear: both;
    height: 2px;
    color: silver;
    border-color: silver;
}
div.topblock span.datetime {
    clear: both;
    display: block;
    text-align: right;
	color: gray;
}
div.topblock ul {
	margin: 0 0 10px 10px;
	padding: 0;
	font-size: 0.9em;
	list-style-type: none;
}
div.topblock ul li{
	margin-bottom: 0.5em;
	border-left: #5D9625 3px solid;
	padding-left: 10px;
}

/* BlockQuote */
#content div.post blockquote {
	clear: both;
	background: #DAEBF3;
	border: 1px solid dodgerblue;
	margin: 0.5em 15px;
	padding: 0.5em 10px;
}
#content div.post blockquote p {
	margin: 0;
	padding: 0;
}
blockquote[title]:after {
	display: block;
	color: #234A6D;
	text-align: right;
	font-size: smaller;
	content: "『" attr(title) "』";
}
blockquote[cite]:after {
	display: block;
	color: #234A6D;
	text-align: right;
	font-size: smaller;
	content: "(" attr(cite) ")";
}
blockquote[title][cite]:after {
	display: block;
	color: #234A6D;
	text-align: right;
	font-size: smaller;
	content: "『" attr(title) "』\A(" attr(cite) ")";
	white-space: pre;
	overflow-x: hidden;
}

/* Archive */
ul.archives {
	float: left;
	width:200px;
	padding: 5px 10px 5px 30px;
	margin: 5px 10px 5px 20px;
}
dl.archives {
	color: black;
	background-color: transparent;
	font-size: 1em;
	list-style-type:none;
	margin:0.5em;
	padding:0.5em;
	border: none 0 white !important;
}
dl.archives dt {
	clear: both;
	border-left: 3px solid #495865;
	padding-left: 10px;
	margin-top: 20px;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	text-align: left;
}
dl.archives dt a {
	text-decoration: none;
}
dl.archives dt span.datetime {
    display: inline;
	font-size: smaller;
	color: gray;
}
dl.archives dd {
	/*color: gray;*/
	font-size: 0.9em;
	margin-bottom: 1em;
	margin-left:1em;
}
dl.archives dd a, dl.archives dd a:visited {
	color: #495865;
}
dl.archives a:after {
	content: "";
}

/* Related */
#content .related h3 {
	clear: both;
	/*border-left: 2px solid #495865;*/
	border-left: 2px solid orange;
	font-weight: bold;
	margin: 1em 10px 1em 10px;
	padding: 5px 0.5em;
}
#content .related h3 a {
	color:#495865;
	text-decoration:none;
}
#content div.related ul {
	color: #333333;
	font-size: 1em;
	line-height:150%;
	list-style-type:none;
	margin:0.5em;
	padding:0.5em;
}
#content div.related ul li {
	margin-bottom: 0.3em;
	border-left:3px solid #495865;
	padding-left: 10px;
}
#content div.related ul a {
	/*color: #333333;*/
	text-decoration:underline;
}
#content div.related span.datetime {
	font-size:0.8em;
	color: #888;
}
/* Meta */
#content div.post ul.meta {
	clear: both;
	color: #333333;
	font-size: smaller;
	line-height:150%;
	list-style-type:none;
	margin:0.5em 1em;
	padding:0.5em;
}
#content div.post ul.meta li {
	margin-bottom: 0.3em;
	border-left:3px solid #999FC5;
	padding-left: 10px;
}
#content div.post ul.meta a {
	color: #333333;
	text-decoration:underline;
}
ul.meta a:after {
	content: "";
}
#content div.post div.feedback {
	font-size:smaller;
}

/* TagPage's Meta */
#content div.post ul.tag-meta {
	font-size:smaller;
	border:0;
	margin: 0 0 0 2em;
	padding: 0;
}
#content div.post ul.tag-meta li {
	border:0;
	display: inline;
	margin: 0;
	padding: 0 0 0 3px;
}
#content div.post ul.tag-meta li a {
	text-decoration:none;
	border-bottom:1px solid silver;
}
ul.tag-meta a:after {
	content: "";
}

/* TagPage's Excerpt */
#content div.post div.excerpt {
	font-size:smaller;
	color:#333333;
	margin-left:2em;
}
#content div.post div.excerpt p {
	text-indent: 0;
	line-height: 130%;
	margin: 0.3em 0;
}
#content div.post div.excerpt p a {
	text-decoration:none;
	border-bottom:1px solid silver;
}

/* Tag Archive Page */
div.tagcroud {
	margin: 0.5em 1em;
	padding: 0.5em 1em;
	border:1px solid silver;
}
div.longtailvert {
	margin:1em;
}
div.longtailvert a {
	color: #ffcccc;
        white-space: nowrap;
}
div.longtailvert a:hover {
	color: #333333;
}

/* Comments */
#content .comments {
	clear: both;
	border-top: 1px solid dodgerblue;
}
#content .comments p {
	font-size: 0.9em;
	margin: 10px 20px;
}
#content .comments h3 {
	clear: both;
	border-left: 2px solid orange;
	font-weight: bold;
	margin: 1em 10px 1em 10px;
	padding: 5px 0.5em;
}
#content .comments h3 a {
	color: #495865;
	text-decoration:none;
}
#commentlist p.meta, #commentlist p.meta a {
	color: #495865;
}
#trackbacklist p.meta, #trackbacklist p.meta a {
	color: #495865;
}

.comment-number {
	font: italic 28px 'Times New Roman', Times, serif;
	color: #73a0c5;
}
#content #commentlist {
	margin: 20px 20px 20px 23px;
	padding: 0;
}
#content #commentlist li {
	margin-bottom: 10px;
	clear: both;
}
#content #commentform input, #content #commentform textarea {
	font-family: monospace;
	font-size: 0.9em;
	padding: 2px;
}
#content #commentform textarea {
	height: 150px;
	width: 90%;
}

#content code {
	color: #800000
}
/* Top Navigation Bar*/
#navcontainer ul {
	padding: 0;
	margin: 0;
	background-image: url("/images/grade_gray.png");
	background-repeat: repeat-x;
	background-color: #a1a1a1;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	float: left;
	width: 1000px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li.page_item a {
	padding: 5px 14px 5px 14px;
	font-size: smaller;
	color: lightyellow;
	background-color: #999FC5;
	background-image: url("/images/grade_blue.png");
	background-repeat: repeat-x;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	float: left;
	border-right: 1px solid #FFFFFF;
}

#navcontainer ul li.page_item a:hover {
	color: black;
	background-color: #ffee99;
	background-image: url("/images/grade_orange.png");
	background-repeat: repeat-x;
}

#navcontainer ul li.current_page_item a {
	padding: 5px 14px 5px 14px;
	background-color: #E9FFFF;
	background-image:url("/images/grade_green.png");
	background-repeat:repeat-x;
	color: blue;
	text-decoration: none;
	float: left;
	border-right: 1px solid #DFDFDF;
}

/* Post Navigation */
.navigation {
	display: block;
	/*text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;*/
	text-align: left;
	margin:1em 20px;
	line-height:150%;
}
.nextpost {
	/*float: right;
	white-space: nowrap;*/
}
.prevpost {
	/*float: left;
	white-space: nowrap;*/
	text-align: left;
}

/* Sidebar */
div#sidebar {
	clear: right;
	float: left;
	width: 360px;
}
div#menu1 {
	float: right;
	position: relative;
	top: 0px;
	right: 0;
	padding: 5px 10px;
	margin: 0;
	width: 180px;
	font-size: small;
}
div#menu2 {
    clear:left;
	float:left;
	position: relative;
	width :160px;
	padding: 20px 0 0 0;
	font-size: small;
	margin: 0;
}
div.menuitem {
	margin: 10px 0;
	padding: 0;
	color: #495865;
	font-size: 13px;
}
div#blogpet {
       margin: 10px auto;
      text-align:center;
}
div#search {
	margin-bottom: 10px;
}
div.menuitem p {
	font-weight: bold;
	margin-left: 10px;
}
div.menuitem h3 {
	border-bottom: 1px solid;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #333333;
	margin: 0;
	padding: 10px 0 0 10px;
	/*overflow-x: hidden;*/
}
div.menuitem ul {
	list-style-type: none;
	margin: 5px 0 15px 10px;
	padding: 0;
	/*overflow-x: hidden;*/
}
div.menuitem ul.sidelist {
        max-height: 20em;
        overflow-y: scroll;
}
div.menuitem ul li {
	font-weight: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	line-height: 1.3em;
	border-bottom: 1px dashed silver;
}
div.menuitem a {
	/*color: #5F5F5F;*/
	text-decoration: none;
}
div.menuitem ul li a:hover {
	/*color:#333;*/
	text-decoration: underline;
}
#searchform {
	margin: 2px 0 15px 0;
}

/* Credit (Footer) */
.credit {
	color: #FFFFFF;
	background-image: url("/images/grade_gray.png");
	background-repeat: repeat-x;
/*	background: #5F707A;*/
	background-color: #a1a1a1;
	border-top: 1px solid #DFDFDF;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 5px 0;
	text-align: center;
	width: 1000px;
}
.credit a, .credit a:visited {
	color: #ffffff;
	text-decoration: none;
}
.credit a:hover {
	color: #ffffff;
	background-color: #333;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	margin: 0;
	padding: 10px;
}

.none {
	margin: 0;
	padding: 10px;
}

#ed_toolbar input {
	border: 1px solid #dcdcdc;
	background-color: #e6eadb;
	margin: 0 1px 0 0;
}

/* Additional Style by Tsuchida */
em {
	color: orangered;
	font-style: normal;
}
em.new {
	font-family: "Arial",Serif;
	font-style: italic;
	font-size: smaller;
	color: orange;
	background-color: red;
	padding:1px 2px;
}
strong {
	color: red;
}
kbd {
	color: darkgreen;
}
samp {
	color: #006666;
}
var {
	color: #663366;
}
dfn {
	font-style:normal;
	font-weight:bold;
	color:darkgreen;
}
q {
	color: #663300;
}
q:before {
	content:"『";
}
q:after {
	content:"』";
}
pre, code {
  font-family: "Consolas", "VT100", "Fixed", monospace;
}
pre.code, pre.command, pre.config, pre.example, pre.html, pre.log, pre.output {
        font-size:0.8em;
	clear: both;
	white-space: pre;
	margin: 0.5em 20px;
	padding: 0.5em 1em;
	border-style: solid;
	border-width: 1px;
	overflow-y: visible;
	overflow-x: auto;
}
pre.code:before, pre.command:before, pre.config:before, pre.example:before, pre.html:before, pre.log:before {
	/*font-size: smaller;*/
	font-style: italic;
	font-family: "Trebuchet MS","Tahoma", sans-serif;
	border-bottom: 1px dashed silver;
	padding: 0;
	margin: 0;
	display: block;
}
pre.code {
	background-color: #eeeeff;
	border-color: #000066;
	color: #000033;
}
pre.code:before {
	color: #000099;
	content: "Code";
}
pre.command {
	background-color: #eeeeee;
	border-color: #666666;
	color: #333333;
}
pre.command:before {
	color: #999999;
	content: "Command";
}
pre.config {
	background-color: #ffeeee;
	border-color: #660000;
	color: #330000;
}
pre.config:before {
	color: #990000;
	content: "Config";
}
pre.example {
	background-color: #eeffff;
	border-color: #006666;
	color: #003333;
}
pre.example:before {
	color: #009999;
	content: "Example";
}
pre.html {
	background-color: #ffeeff;
	border-color: #660066;
	color: #330033;
}
pre.html:before {
	color: #990099;
	content: "HTML";
}
pre.log {
	background-color: #ffffee;
	border-color: #666600;
	color: #333300;
}
pre.log:before {
	color: #999900;
	content: "Log";
}
blockquote pre {
	margin: 0;
}
div.cover, div.thumb {
	clear: left;
	float: left;
	padding: 10px 20px;
	font-size: smaller;
}
div.featured {
	clear: both;
	text-align:center;
	margin:0;
	padding:0;
	overflow: hidden;
}
div.graph, div.image, div.photo, div.screenshot, div.movie {
	clear: both;
	margin: 0.5em auto;
	text-align:center;
}
div.ads {
	clear: both;
	margin: 0.5em auto;
	text-align: center;
	white-space: nowrap;
}
div.storycontent ul {
	border: 1px orange solid;
	margin: 0.5em 2em;
	padding: 0.5em 2em;
	background-color: #ffeedd;
}
div.storycontent ul li {
	padding: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;  
	line-height: 1.5em;
}
div.attachment {
	margin: 1em auto;
	padding: 0;
	text-indent:0;
	text-align:center;
}
/* Data Table */
table.data-table {
    border-collapse:collapse;
    margin:0.5em auto;
    border:solid 1px green;
}
table.data-table caption {
    font-weight:bold;
    margin:1em auto 0 auto;
}
table.data-table th {
    padding:3px;
    border:dashed 1px green;
    background-color: #eeffee;
}
table.data-table td {
    text-align:right;
    padding:3px;
    border:dashed 1px green;
    background-color: #ffffff;
}


@media print {
	div#sidebar {
		display:none;
	}
	#rap, #content {
		width: auto;
	}
	div.ads {
		display: none;
	}
	div.comments form{
		display: none;
	}
	a[href^="http"]::after {
		content:" ( "attr(href)" )";
		font-size: smaller;
		text-decoration: none;
	}
	a[href^="http://futuremix.org/"]::after {
		content:"";
	}
	a[href^="http://www.amazon.co.jp/"]::after {
		content:"";
	}
}
