@charset "utf-8";
/*
Theme Name: ONE OP PIXEL
Theme URI: http://www.oneopixel.net/
Description: ONE OP PIXEL
Version: 1.0
Author: KenichiIshiwata
Author URI: http://www.oneopixel.net/
Tags: blue, custom header, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
WordPress必須設定
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.alignright {
	float: right;
}

.alignleft {
	float: left
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
基本設定
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
img {
	border: 0;
}

body {
	font: 12px/1.5em "メイリオ",Meiryo,"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	color: #333333;
}
.clear {
	clear: both;
}
.clear10 {
	clear: both;
	margin-bottom: 10px;
}
img.left{
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}
/*
a {
	color: #3366FF;
}
a:hover {
	color: #9BB5FF;
	text-decoration: none;
}
*/
.txt10 {
	font-size: 10px;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}

/* 基本テーブル */
table {
	background: #666666;
}
table th {
	background: #F0F0F0;
	padding: 5px;
}
table td {
	background: #FFFFFF;
	padding: 5px;
}

.align_center {
	text-align: center;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
レイアウト
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

#container {
	width: 936px;
	margin: 0px auto;
}
#header {
	width: 891px;
	height: 148px;
	color: #FFFFFF;
	background: url(img/header.jpg) no-repeat;
	padding-top: 45px;
	padding-left: 45px;
}
#header_menu {
	width: 840px;
	height: 18px;
	margin-top: 50px;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#main_shadow {
	width: 936px;
	background: url(img/main_shadow.jpg) repeat-y;
}
#main {
	width: 895px;
	margin-left: 20px;
}
#left_menu {
	width: 180px;
	float: left;
}
#right_menu {
	padding-left: 20px;
	width: 140px;
	float: right;
}
#contents {
	width: 530px;
	float: left;
	margin-left: 13px;
	display: inline;
}

#footer {
	width: 936px;
	height: 45px;
	text-align: center;
	clear: both;
	background: url(img/footer.jpg) no-repeat;
	padding-top: 25px;
	padding-bottom: 20px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
ヘッダー
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 40px;
}
#header h2 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
}
#header_menu ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
}
#header_menu li {
	display: inline;
	margin-right: 30px;
}
#header_menu li a:hover {
	text-decoration: underline;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
フッター
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#footer p {
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
サイドメニュー
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#left_menu h3,
#right_menu h3 {
	font-family: Arial, Helvetica, sans-serif;
	height: 23px;
	padding-top: 2px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#left_menu h3 {
	background: url(img/left_h3.jpg) no-repeat;
	width: 175px;
}

#right_menu h3 {
	background: url(img/right_h3.jpg) no-repeat;
	width: 155px;
}

#left_menu ul,
#right_menu ul {
	list-style: none;
	margin-left: 3px;
	margin-bottom: 25px;
}

#left_menu li,
#right_menu li {
	margin-top: 3px;
	background: url(img/menu_list.gif) no-repeat 0px 6px;
	padding-left: 10px;
}

#left_menu p,
#right_menu p {
	font-family: "メイリオ" Meiryo, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

#left_menu a,
#right_menu a {
	text-decoration: none;
	color: #666666;
}

#left_menu a:hover,
#right_menu a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
contents
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#contents a {
	color: #666666;
}
#contents a:hover {
	color: #FFFFFF;
	background: #333333;
}



#contents div.post {
	width: 520px;
	background: url(img/main_postunder.gif) no-repeat bottom;
	padding-bottom: 25px;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 5px;
}


#contents div.post h3 {
	font-size: 14px;
	border-left: 5px solid #999999;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}
#contents div.post h3 span {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#contents div.post ol,
#contents div.post ul {
	padding-left: 24px;
}

#contents div.post h3 a {
	text-decoration: none;
	color: #333333;
}
#contents div.post h3 a:hover {
	color: #FFFFFF;
}
#contents div.post_txt {
	padding-left: 10px;
}

#contents div.post p {
	line-height: 1.8em;
	margin-bottom: 1em;
}

#contents div.post p.tag_list {
	margin-top: 40px;
	margin-bottom: 10px;
	line-height: 1.5em;
	color: #999999;
}
#contents div.post p.tag_list a {
	color: #999999;
}
#contents div.post p.tag_list a:hover {
	color: #FFFFFF;
}

#contents div.post  p.under_txt {
	font-size: 11px;
	color: #999999;
}
#contents div.post  p.under_txt a {
	text-decoration: none;
}

#contents h2.line {
	color: #333333;
	background: #F5F5F5;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: normal;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
コメント
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#contents div.post_comment {
	background: url(none);
}


#comments h4 {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCCCCC;
	font-size: 14px;
	color: #333333;
	background: #F5F5F5;
	padding: 3px;
}

#comments strong {
	font-family: "メイリオ" Meiryo, Arial, Helvetica, sans-serif;
}

#comments ul {
	margin-bottom: 5px;
	list-style: none;
}

#comments ul#trackbacklist li,
#comments ul#commentlist li {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px;
}

#comments p.meta {
	color: #000000;
	margin-top: 8px;
	margin-bottom: 5px;
}

/* コメント日時 */
#comments span.comment_date {
	font-size: 11px;
	color: #999999;
}



#comments dl dt {
	margin-top: 5px;
	color: #666666;
}

#comments dl dd {
	margin-left: 10px;	
}

#comments div#comment_box,
#comments div#trackbacks_box {
	margin-bottom: 40px;
}

div#comment_form {
	padding-top: 10px;
	padding-bottom: 10px;
}



/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
ページ
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#page h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	background: #F5F5F5;
	padding: 10px;
	margin-bottom: 10px;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
All Archives
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
ul.arc {
	margin-top: 10px;
}
ul.arc li {
	list-style: square;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #999999;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// 
Link
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#page h3 {
	border-bottom: 5px solid #F5F5F5;
	padding-bottom: 0px;
}
#page div.link_list ul {
	margin-top: 10px;
}
#page div.link_list ul li {
	list-style: square;
	margin-left: 20px;
	margin-bottom: 10px;
	color: #999999;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
ページナビPlug-in css
////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #666666;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.pages {
	padding: 2px 4px; 
	margin: 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
関連する記事
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#contents div.similar_posts {
	padding-bottom: 4em;
}
#contents div.similar_posts ul {
	padding-left: 24px;
}

#contents div.similar_posts h4 {
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	background: #F5F5F5;
	padding: 3px;
	margin-bottom: 1em;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////
広告
////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#contents div.ads {
	margin-bottom: 10px;
	margin-left: 30px;
}

div.amazon_link {
	text-align: center;
}
#right_menu div.amazon_link a {
	color: #000;
	text-decoration: underline;
}
#right_menu div.amazon_link a:hover {
	color: #FFF;
	background: #000;
}
#right_menu div.pitta {
	margin-bottom: 8px;
}

/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
