/*
Theme Name:MyTheme3
Author:koguma
Description:use me.
Version:3.0
Author URI:http://neoblog.itniti.net/
License: GNU General Public License v2 or later

This theme, like WordPress, is licensed under the GPL.
*/

/* 全ページで使用するタグ */
html {
	overflow-y:scroll;
	}

body{
	font-size:16px;
	background:#efefef;
	margin:0px;
	}

h1 {
	font-size:36px;
	}
h2 {
	font-size:32px;
	}

h3 {
	font-size:24px;
	}

h4 {
	font-size:20px;
	}

h5 {
	font-size:18px;
	}

h6 {
	font-size:16px;
	}

a:link {
	color:#0033cc;
}

a:visited {
	color:#500080;
}

a:hover {
	color:#f80;
}

a:active {
	color:#cc9c00;
}

/* mainbox start */
.content{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	background:#ffffff;
	}


/* header */
header {
	//height:165px;
	margin-top:20px;
	margin-top:0px;
	margin-bottom:0px;
	background:#060606;
	font-color:#ffffff;
	}

.set1 {
	width:1200px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	}

.topinfo1 {
	background:#ff0;
	margin-top:36px;
	margin-bottom:0;
	}

/*ここから本文ボックス設定ゾーン*/
.main-container {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;
	}
/* "main"="sidebar-left"+"main-content" */
.main {
	width:880px;
	float:left;
	overflow:hidden;
	}

.sidebar-left {
	width:190px;
	background:#fff;
	float:left;
	clear:none;
	padding-top:10px;
	padding-bottom: 40000px;
	margin-top:10px;
	margin-bottom: -40000px;
	border-radius:15px;
	}

.main-content {
	width:670px;
	background:#fff;
	float:right;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	border-radius:15px;
	}

.archivetop {
	font-size:24px;
	margin-left:10px;
	margin-bottom:0;}

header h1 {
	margin-top:10px;
	margin-bottom:5px;
	padding:10px;
	float:left;
	}

.header-right {
	float:right;
	margin-right:15px;
	margin-top:10px;
	// margin-top:-100px;
	}

article {
	line-height:2.0;
	}

article.post {
	padding:15px;
	}

article.page {
	padding:15px;
	}

article h1 {
	font-size:24px;
	background:#15b800;
	padding:4px;
	line-height:1.1;
	}

article h2 {
	font-size:20px;
	color:#190A24;
	background:#dbff66;
	padding:4px;
	border-left: 6px solid #15b800;
	line-height:1.1;
	}

article h3 {
	font-size:18px;
	color:#190A24;
	background:#dbff66;
	padding:3px 4px;
	border-left: 4px solid #15b800;
	line-height:1.1;
	}

article h4 {
	font-size:16px;
	color:#190A24;
	background:#dbff66;
	padding:2px 4px;
	border-left: 3px solid #15b800;
	line-height:1.1;
	}

article h5 {
	font-size:14px;
	color:#190A24;
	background:#dbff66;
	padding:1px 3px;
	border-left: 2px solid #15b800;
	line-height:1.1;
	}

article h6 {
	font-size:12px;
	color:#190A24;
	background:#dbff66;
	padding:1px 3px;
	border-left: 1px solid #15b800;
	line-height:1.1;
	}

.categories {
	list-style-type:none;
	width:90%;
	margin:10px auto;
	padding-bottom:20px;
}

.categories h2 {
	font-size:20px;
	font-weight:bold;
	margin:10px 0 10px;
	/*color:#190A24;
	background:#dbff66;
	padding:4px;
	border-left: 6px solid #15b800;*/
	}
	
.categories ul {
	list-style-type:none;
	margin,padding:0;
	padding-left:12px;
	font-size:14px;
	}

.categories ul li .children{
	font-size:12px;
	}
	
.categories ul a {
	color:#111111;
	text-decoration:none;
	}

.categories ul a:hover {
	color:#f80;
}

.categories ul a:active {
	color:#cc9c00;
}

.rssfeed {
		height:200px;
		overflow:auto;
		}

li.categories ul {
	margin-left:8px;
	margin-top:2px;
	padding-left:0;
	}
ul.children {
	margin-left:14px;}

.sidebar-right {
	width:320px;
	float:right;
	background:#fff;
	padding-bottom: 40000px;
	margin-top:10px;
	margin-bottom: -40000px;
	border-radius:15px;
	}

.author {
	font-size:12px;
	}

/* 人気記事ランキング　ここから */
/* プラグイン編集でwpp.cssに記述する or プラグインのwpp.cssを全部まとめてコメントアウトする */

#wpp-lists {
	border-top: solid 1px #222222;
	width:300px;
	margin:10px auto;
	padding:10px 3px;
	}

#wpp-lists h3,.blogparts h3 {
	font-size:20px;
	margin:10px 10px 10px 10px;
	}

#wpp-lists ol {
	padding:0 0 0 0px;
	margin:2px 0 2px 0px;
	list-style-type: decimal;
	list-style-position: inside;
	}

#wpp-lists ol li {
	font-size:16px;
	padding:3px 3px 3px 14px;
	display:list-item;
	}

#wpp-lists a:link {
	color:#0033cc;
}

#wpp-lists a:visited {
	color:#f0f;
}

#wpp-lists a:hover {
	color:#f80;
}

#wpp-lists a:active {
	color:#cc9c00;
}

/* プラグイン編集でwpp.cssに記述する or プラグインのwpp.cssを全部まとめてコメントアウトする */
/* 人気記事ランキング　ここまで */

#blogparts {
	border:solid 1px #222222;
    width:300px;
    margin:10px auto;
}

#blogparts h3 {
	font-size:20px;
	margin:10px 10px 10px 10px;
	}

#blogparts {
	border:solid 1px #222222;
    width:280px;
    margin:10px auto;
    padding:10px;
}

.search-box {
	height:60px;
	width:300px;
	margin:0 auto;
}

.search-box table,th,td {
	border:none;
}

footer {
	background:#686868;
	clear:both;
	padding-top:10px;
	margin-top:10px;
	font-color:#fff;
	}

.metanavbox {
	width:300px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
	padding:10px;
	font-size:18px;
	}
	.metanav-left {
		float:left;
		}
	
	.metanav-right {
		float:right;
		}
.metanavbox-single{
	width:600px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:20px;
	padding:10px;
	font-size:18px;
	overflow:hidden;
	}

a.titleurl {
	color:#ffffff;
	text-decoration:none;
	}

.nolist {
	list-style-type:none;
	}

.links {
	padding-right:0;
	padding-left:6px;
	padding-top:0;
	padding-bottom:0;
	margin:0;
	font-size:14px;
	}

#rightlinkbox {
	border-top: solid 1px #222222;
	width:300px;
	margin:10px auto;
	padding:10px 3px;
	//background:#b7ff8a;
	}

div#footer-parts {
	width:100%;
	overflow:hidden;
}

.changemodebutton {
	width:240px;
	text-align:center;
	padding:0;
	background-color:#fefefe;
	float:left;
	}

.changemodebutton a {
	color:#010101;
	text-decoration:none;
	display:block;
	padding:10px;
	}

.changemodebutton a:hover {
	text-decoration:none;
	background:#ffb866;
	}

.changemodebutton a:active {
	text-decoration:none;
	background:#ffb866;
	}

div#footer-links {
	float:right;
}

#footer-links ul {
	list-style-type: none;
	font-size:15px;
	color:#fff;
	margin:0;
}

#footer-links ul li {
	display: inline-block;
	padding-left:4px;
}

#footer-links ul li a {
	color:#fff;
	text-decoration:none;
}

#footer-links ul li a:hover {
	text-decoration:none;
	color:#df0
}

footer small {
	color:#fff;
	font-size:14px;
	}

/* トップページの設定 */
h1.front {
	border:solid 1px #121212;
	padding:4px;
	background-color:#04ff00;
	}
.front a {
	color:#111111;
	text-decoration:none;
	}

.topinfo {
	margin-left:10px;
	}

h3.topinfo2 {
	font-size:22px;
	margin-top:10px;
	margin-bottom:10px;
	}

/* カテゴリーページの設定 */
div#catchild {
	width:600px;
	margin:10px auto;
}

div#catchild h2 {
	font-size:22px;
}
/* 本文ページの設定 */
h1.single {
	font-size:26px;
	border:solid 1px #121212;
	padding:4px;
	margin-top:10px;
	background-color:#04ff00;
	}

.entry-date {
	font-size:14px;
}

#breadcrumb {
	padding: 10px 15px 5px;
	}

#breadcrumb > div {
	display:inline;
	}

article img {
	max-width:650px;}

blockquote {
	border: solid 1px #222222;
	background-color:#ebf9ff;
	width:94%;
	padding:10px;
	margin:10px auto;
	}

	/* 暗号通貨寄付の呼びかけ */
.coindonation {
	width:600px;
	margin:auto 20px;
	}

.coindonation h2 {
	font-size:20px;
	color:#190A24;
	background:#dbff66;
	padding:4px;
	border-left: 6px solid #15b800;
	}

.coindonation input[type="text"] {
	width:400px;
	}

	/* コメント */
.comments {
	width:600px;
	margin:auto 20px;}

.comments h2 {
	font-size:20px;
	color:#190A24;
	background:#dbff66;
	padding:4px;
	border-left: 6px solid #15b800;}

.comments input[type="text"] {
	width:250px;
	}

input[type="text"].trackback_field {
	width:400px;}

textarea#comment {
	width:500px;}

	/* 記事本文用の設定(文章内部で使用されるタグ) */
article  table,article   td,article   th  {
	border: 1px #000000 solid;
}

article  table {
	border-collapse: collapse;
	max-width: 100%;
}


/* ad start*/
.ad300 {
	 width:300px;
	 height:250px;
	 margin-right:auto;
	 margin-left:auto;
	 margin-top:5px;
	 margin-bottom:5px;
	}

.ad470 {
	 width:470px;
	 height:60px;
	 margin-right:auto;
	 margin-left:auto;
	 margin-top:5px;
	 margin-bottom:5px;
	}

.ad730 {
	 width:730px;
	 height:100px;
	 margin-right:auto;
	 margin-left:auto;
	 margin-top:5px;
	 margin-bottom:5px;
	}

.ad160 {
	 width:162px;
	 height:602px;
	 margin-right:auto;
	 margin-left:auto;
	 margin-top:5px;
	 margin-bottom:5px;
	}

#topad1 {	
	}

/* ad end */


/* 使用箇所不明 */
/*
.toparticles {
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	overflow:hidden;
	word-wrap: break-word;
	}
.toparticles p {
	background:#00aaaa;
	width:650px;
	}

.toparticles h1 {
	font-size:28px;
	}

.toparticles h2 {
	font-size:24px;
	}

.toparticles h3 {
	font-size:20px;
	}

header h2 {
	font-size:20px;
	margin-top:10px;
	margin-bottom:10px;
	color:#ffffff;
	}
#catchild {
	padding: 10px 15px 5px;
	}

#catchild h2 {
	font-size:22px;
	margin-top:10px;
	}

#catchild ul {
	margin-top:10px;
	}*/