@charset "utf-8";
/*
Theme Name: HOKYPOKY
Theme URI: http://hokypoky.info/
Description: My Template
Version: 1.0.0
Tags: original
Author: nijitaro
Author URI: http://hokpyoky.info/
*/
	* {outline: none;}
	::-moz-selection{
		background:#6cc;
		color:#fff;
	}
	::selection {
		background:#6cc;
		color:#fff;
	}
	.noscript {
		margin: 50px;
	}
	html,body {
		margin: 0;
		padding: 0;
		/*background: #f5f5f5 url(image2.jpg) no-repeat left top;*/
		background: #778080;
		background-attachment: fixed;
		color: #444444;
		font-size: 14px;
		line-height: 1.7;
		text-shadow: #999999 0 1px 0;
		font-family: DIN, Helvetica, "メイリオ", sans_serif;
	}
	pre {
		font-size: 12px;
	}
	a {
		color: #6cc;
		/*text-shadow: #777777 0 -1px 0;*/
		text-decoration: none;
	}
	a:hover {
		color: #666;
	}
	.page {
		position: relative;
		width: 950px;
	}
	#header {
		position: fixed !important;
		position: absolute;
		left: 20px;
		top: 50px;
		width: 230px;
	}
	#footer {
		padding: 50px;
		padding-top: 20px;
		text-align: right;
	}
	h1,h2,h3,h4,h5,h6 {
		margin: 0;
		padding: 0;
	}
	h1 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	h1 a {
		color: #6cc;
		/*text-shadow: #cccccc 0 1px 0;*/
	}
	h1 a:hover {
		color: #777777;
	}
	h2 {
		font-size: 18px;
		font-weight: bold;
	}
	h3 {
		font-size: 18px;
	}
	ul, ol {
		margin: 0;
		padding: 0;
		padding-left: 2em;
	}
	#header ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#header #sidebar {
		position: absolute;
		left: 920px;
		top: 0px;
		width: 200px;
	}
	li {
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
	}
	.article {
		margin-bottom: 30px;
		padding: 20px;
		background: #ffffff;
		opacity: 0.9;
		/*
		border-left: 1px solid #888888;
		border-top: 1px solid #888888;
		border-right: 1px solid #aaaaaa;
		border-bottom: 1px solid #aaaaaa;
		*/
		border: 1px solid #cccccc;
		text-shadow: none;
		overflow: hidden;
	}
	.article a {
		color: #6cc;
		text-decoration: underline;
	}
/*
	.article a:hover {
		color: #6cc;
	}
*/
	.article h2  {
		font-size: 16px;
	}
	.article h2 a {
		/*color: #666666;*/
		font-size: 16px;
		font-weight: bold;
	}
	.article h2 a:hover {
		font-size: 16px;
		color: #777777;
	}
	#content {		
		margin: 0 50px 50px 258px;
		padding-top: 50px;
	}
	div.searchform {
		position: absolute;
		top: 10px;
		right: 50px;
	}
	.article {
		width: 600px;
	}
	.article p {
		overflow: hidden;
	}
	.article h3 {
		margin: 15px 0;
	}
	.links {
		font-size: 16px;
	}
	.article .youtube {
		position: relative;
		height: 0px;
		width: 600px;
		margin-bottom: 0;
		overflow: hidden;
	}
	.articleHeader .data {
		position: relative;
		height: 60px;
		margin-bottom: 30px;
	}
	.articleHeader .date {
		display: inline-block;
		width: 110px;
		margin-top: 3px;
		padding: 2px 3px 0;
		background: #f0f0f0;
		border: 1px solid #ccc;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		font-size: 12px;
	}
	.articleHeader .title {
		position: absolute;
		left: 0;
		bottom: -3px;
		padding-right: 145px;
		line-height: 1.1;
	}
	.articleHeader .thumbnail {
		float: right;
		position: relative;
		margin-left: 20px;
		width: 100px;
		height: 50px;
		overflow: hidden;
		border: 2px solid #999;
		z-index: 2;
	}
	.articleHeader .thumbnail img {
		display: block;
		position: absolute;
		top: -22px;
	}
	.articleHeader .thumbnail a {
		display: block;
		position: absolute;
		right: 3px;
		bottom: 3px;
		padding: 2px;
		background: #fff;
		font-size: 10px;
	}
	.articleHeader .thumbnail a:hover {
		border: none;
	}
	.list .articleHeader .data {
		clear: both;
		position: static;
		height: auto;
		margin-bottom: 20px;
	}
	.list .articleHeader .thumbnail {
		float: left;
		margin-left: 0;
		margin-right: 15px;
	}
	.list .articleHeader .date {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.list .articleHeader .thumbnail a {
		display: inline;
		position: static;
	}
	.list .articleHeader .thumbnail a:hover {
		display: inline;
		position: static;
		opacity: 0.8;
	}
	.list .articleHeader .title {
		position: static;
		padding: 0;
		font-size: 14px;
		
	}
	.articleBody {
		clear: both;
	}
	#commentlist {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#commentlist li {
		margin-bottom: 1em;
		padding: 10px;
		border: 1px solid #f0f0f0;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		background-color: #f5f5f5;
	}
	#commentlist li.alt {
		background-color: #ffffff;
	}
	#commentlist .gravatar {
		float: left;
		margin-right: 10px;
	}
	#commentlist .commentBody {
		margin-left: 62px;
	}
	#commentform .data {
		width: 220px; float: left;
	}
	#commentform .data div {
		margin-bottom: 10px;
	}
	#commentform .data input {
		width: 205px;
		border: 1px solid #f0f0f0;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 2px;
		background-color: #f5f5f5;
	}
	#commentform .commentBody {
		float: right;
	}
	#commentform .commentBody textarea {
		width: 370px;
		border: 1px solid #f0f0f0;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		padding: 2px;
		background-color: #f5f5f5;
		height: 140px;
	}
	#commentform .submitArea {
		clear: both;
	}
	.navigation {
		height: 20px;
	}
	.navigation .alignleft {
		float: left;
	}
	.navigation .alignright {
		float: right;
	}