/* 
 * Design and Coding(Programing)
 * (c)Mitsuaki Ishimoto
 * 
 * Author: Mitsuaki Ishimoto
 * Author URI: http://justoneplanet.info/
/*=================================================================*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
input.radius, select, textarea {
	border:1px solid #a5acb2;
	padding: 0.2em 0.3em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #333333;
}
body {
	background-color: #001122;
	text-align: center;
}
#container {
	background-color: #f3f3f3;
	margin: 0 auto;
	width: 90%;
	min-width: 900px;
	_width: 900px;
	text-align: left;
	border: 1px solid #dcdcdc;
}
/*===================================
 * header
 *===================================*/
header {
	position: relative;
	background-image: url('images/header.png');
	background-color: #000000;
	background-position: right top;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: solid 7px #105fad;
}
header h1 {
	position: absolute;
	left: 12px;
	bottom: 20px;
}
header p {
	position: absolute;
	left: 12px;
	bottom: 0px;
}
/*===================================
 * navcontainer
 *===================================*/
#navcontainer {
	clear: both;
	background: #5f707a;
}
#navcontainer ul {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li.page_item a {
	float: left;
	padding: 0.3em 1.5em 0.3em 1.5em;
	background: #9C9D95;
	border-right: 1px solid #ffffff;
}
#navcontainer ul li.current_page_item a {
	float: left;
	background: #C9C0B0;
	border-right: 1px solid #dfdfdf;
}
div#cse-search-results {
	padding-top: 50px;
}
/*===================================
 * content
 *===================================*/
section#content {
	position: relative;
	float: right;
	padding-right: 30px;
	width: 70%;
	color: #666666;
	_overflow: hidden;
}
section#content p {
	margin-bottom: 0.5em;
}
section#content dl dd {
	margin-left: 0.5em;
}
/*nav*/
section#content nav {
	text-align: center;
	padding: 10px 0 30px 0;
	margin-bottom: 20px;
}
section#content nav ul {
	list-style: none;
}	
section#content nav ul li.alignright {
	float: right;
}	
section#content nav ul li.alignleft {
	float: left
}
section#content h2#comments a {
	color: #5F707A;
	font-size: 13px;
}
/*post*/
section#content article {
	border-top: 1px solid #6F6F6F;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
}
section#content h2 {
}
section#content article nav.meta {
	margin: 0 0 0.8em 0;
	padding: 0;
}
section#content article nav.meta ul,
section#content article nav.meta li {
	display: inline;
	margin: 0;
	padding: 0;
}
section#content article p.img-left,
section#content article dt.img-left {
	float: left;
	clear: left;
	padding-right: 1em;
	padding-bottom: 1em;
}
section#content article p.img-right,
section#content article dt.img-right {
	float: right;
	clear: right;
	padding-left: 1em;
	padding-bottom: 1em;
}
section#content article table img {
	margin: 1.5em 1em;
}
section#content article article.storycontent {
	margin: 0 1em 2.5em 0.5em;
	border: none;
}
section#content article article.storycontent hr {
	margin: 2.5em 0 2em 0;
}
section#content article article.storycontent div.kakomi,
section#content article article.storycontent section.kakomi {
	margin: 2.5em 0 2em 0;
	padding: 1.5em 1em 1.7em 1em;
	border: 1px solid #777777;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
section#content article article.storycontent table {
	margin: 0.7em 0 1em 1em;
	min-width: 80%;
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
}
section#content article article.storycontent table tr th,
section#content article article.storycontent table tr td {
	padding: 0.2em 1em;
	border: 1px solid #aaaaaa;
}
section#content article article.storycontent ul {
	list-style: circle;
	margin: 0.7em 0.5em 1em 0.5em;
	padding: 1em 0.5em 0.8em 2em;
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
section#content article article.storycontent ol {
	margin: 0.7em 0.5em 1em 0.5em;
	padding: 1em 0.5em 0.8em 2em;
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
section#content article article.storycontent dl {
	margin: 0.7em 0.5em 1em 0.5em;
	padding: 1em 0.5em 0.8em 2em;
	background-color: #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
section#content article article.storycontent table ul {
	margin: 0.7em 0.5em 1em 0.5em;
	padding: 1em 0.5em 0.8em 0.5em;
}
section#content article article.storycontent table ol {
	margin: 0.7em 0.5em 1em 0.5em;
	padding: 1em 0.5em 0.8em 0.5em;
}
section#content article article.storycontent table dl {
	margin: 0.7em 0.5em 1em 0.5em;
	padding: 1em 0.5em 0.8em 0.5em;
}
section#content article article.storycontent li {
	margin: 0 0 0.5em 1em;
}
section#content article article.storycontent blockquote {
	background: #f7f7f7;
	border-left: 1px solid #6F6F6F;
	font-family: Osaka, Verdana, sans-serif;
	margin-left: 20px;
	padding: 4px 4px 4px 7px;
	width: 85%;
}
section#content h3 {
	clear: both;
	margin-left: -1em;
	padding-left: 1em;
	text-indent: -1em;
}
section#content h4 {
	clear: both;
	padding-left: 1em;
	text-indent: -1.3em;
}
section#content h5 {
	clear: both;
	text-indent: -0.4em;
}
section#content h6 {
	clear: both;
}
section#content article section.feedback {
	margin-top:1em;
	font-size: 12px;
}
/*banner*/
section#content article section.banner {
	padding: 0;
	margin-bottom: 0;
}
/*commentlist*/
section#content section#commentlist {
	margin: 20px 20px 20px 23px;
	padding: 0;
}
section#content section#commentlist article {
	margin-bottom: 10px;
}
section#content form#commentform {
	margin-left: 1em;
}
section#content form#commentform input,
section#content #commentform textarea {
	padding: 0.1em;
}
section#content form#commentform textarea {
	height: 30em;
	width: 90%;
}
/*===================================
 * menu
 *===================================*/
aside#menu {
	float: left;
	margin: 0 0 10px 0;
	padding: 10px 0 0 30px;
	width: 20%;
}
aside#menu .searchform {
	margin: 50px 0 10px 0;
}
aside#menu ul {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
aside#menu ul li {
	word-break: break-all;
}
aside#menu ul li h5 {
	border-bottom: 1px solid;
	margin-right: 20px;
}
aside#menu ul li ul {
	margin: 5px 0 15px 10px;
}
aside#menu ul.category {
	margin-left: 0;
	margin-right: 20px;
}
aside#menu ul.category ul {
	margin-bottom: 0;
}
aside#menu ul.category li {
	padding: 0.5em 5px;
	border-bottom: 1px solid #dddddd;
}
aside#menu ul.category li li {
	padding: 0.1em 5px;
	border: none;
	line-height: 1.1;
}
aside#menu #my_bookmark #my_bookmark_list {
	list-style: disc;
}
aside#menu #my_bookmark #my_bookmark_list li {
	margin-left: 1em;
	margin-right: 1em;
}
/*===================================
 * footer
 *===================================*/
footer {
	clear: both;
	border-top: 3px solid #dddddd;
	background-position: 0% 25%;
	background-repeat: no-repeat;
	background-color: #000000;
}
footer ul {
	float: right;
	padding-right: 15px;
}
footer ul li {
	display: inline;
	padding-left: 2em;
	text-align: right;
	font-weight: bold;
}
footer ul li address {
	display: inline;
}
/*===================================
 * clearfix
 *===================================*/
.clearfix:after, 
#navcontainer:after,
footer:after,
.binder:after,
section:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
}
.clearfix,
#navcontainer,
footer,
.binder,
section {
	display: inline-block;
}
/*Hides from IE-mac\*/
*html .clearfix,
*html #navcontainer,
*html footer,
*html .binder,
*html section {
	height: 1%;
}
.clearfix,
#navcontainer,
footer,
.binder,
section {
	display: block;
}
/*End hide from IE-mac*/
/*===================================
 * typeface
 *===================================*/
h1,h2,h3,h4,h5,h6,p,li,dt,dd,table,address {
	font-family: "メイリオ", Arial, "ＭＳ Ｐゴシック", Helvetica, sans-serif;
	line-height: 1.8;
}
h2 {
	font-size: 1.0em;
}
h3,
h4 {
	font-size: 0.9em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.7em;
}
p,li,dt,dd,pre,nav {
	font-size: 0.8em;
}
table li,table dt,table dd {
	font-size: 1em;
}
code,
th,
td {
	font-size: 0.75em;
}
.syntaxhighlighter code,
.syntaxhighlighter th,
.syntaxhighlighter td {
	font-size: 1em;
}
nav li,
li li,
li p {
	font-size: 1em;
}
header h1 {
	font-size: 1.2em;
	line-height: 1.0;
}
header p {
	color: #ffffff;
}
#navcontainer ul li {
	font-size: 0.7em;
}
section#content div.syntaxhighlighter {
	font-size: 0.8em;
}
aside#menu ul li h5 {
	font-size: 0.9em;
}
aside#menu ul li {
	color: #5F5F5F;
}
aside#menu ul li ul li {
	margin: 0 0 0.2em 0;
	line-height: 1.3;
}
section#content ul,
section#content ol {
	line-height: 1.5;
}
section#content article nav.meta {
	line-height: 1.0;
	text-align: left;
	color: #867b64;
}
section#content article article.storycontent div.kakomi,
section#content article article.storycontent section.kakomi {
	font-size: 0.9em;
}
section#content code {
	color: #800000;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
footer {
	color: #ffffff;
}
footer ul li address {
	font-style: normal;
}
/*===================================
 * link
 *===================================*/
a {
	color: #495865;
}
a:hover {
	color: #6F6F6F;
	text-decoration: none;
}
header a {
	color: #ffffff;
	text-decoration: none;
}
header a:hover {
	color: #dcdcdc;
}
#navcontainer ul li.page_item a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#navcontainer ul li.page_item a:hover {
	background: #c9c0b0;
}
#navcontainer ul li.current_page_item a {
	color: #ffffff;
	text-decoration: none;
}
#navcontainer ul li.current_page_item a:hover {
	background: #6F6F6F;
}
section#content h2 a {
	color: #5F707A;
	text-decoration: none
}
section#content h2 a:hover {
	color: #495865;
	text-decoration: none
}
section#content article nav.meta a {
	color: #867b64;
}
section#content article nav.meta li a:hover {
	color: #686050;
}
aside#menu ul li ul li a {
	color: #5F5F5F;
	text-decoration: none;
}
aside#menu ul li ul li a:hover {
	text-decoration: underline;
}
footer a {
	color: #ffffff;
	text-decoration: none;
}
footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#wpadminbar div.quicklinks ul {
        float: left;
}
div#wpadminbar div.quicklinks ul li {
	float: left;
	padding-right: 1em;
}

/*===================================
 * for html5
 *===================================*/
section,
header,
footer,
nav,
aside,
article,
address,
figure,
hgroup,
menu {
    display: block;
}
[hidden],
menu[type="context"],
command,
datalist,
rp,
source {
    display: none;
}
/*===================================
 * class for layout
 *===================================*/
.mt30px {
	margin-top: 30px;
}
.mr30px {
	margin-right: 30px;
}
.mb30px {
	margin-bottom: 30px;
}
.ml30px {
	margin-left: 30px;
}
.mt20px {
	margin-top: 20px;
}
.mr20px {
	margin-right: 20px;
}
.mb20px {
	margin-bottom: 20px;
}
.ml20px {
	margin-left: 20px;
}
.mt10px {
	margin-top: 10px;
}
.mr10px {
	margin-right: 10px;
}
.mb10px {
	margin-bottom: 10px;
}
.ml10px {
	margin-left: 10px;
}
.mt1em {
	margin-top: 10px;
}
.mr1em {
	margin-right: 10px;
}
.mb1em {
	margin-bottom: 10px;
}
.ml1em {
	margin-left: 10px;
}
.mt2em {
	margin-top: 10px;
}
.mr2em {
	margin-right: 10px;
}
.mb2em {
	margin-bottom: 10px;
}
.ml2em {
	margin-left:10px;
}
.ta-left {
	text-align: left;
}
.ta-right {
	text-align: right;
}
.ta-center {
	text-align: center;
}
.flleft{
	float: left;
}
.flright{
	float: right;
}
.clear {
	clear: both;
}
.clear-both {
	clear: both;
}
.fwb{
	font-weight: bold;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.ti0 {
	text-indent: 0;
}
.ti1 {
	text-indent: 1em;
}

