@charset "utf-8";
/*
Theme Name: mho
Theme URI: http://★.com/
Description: WordPress 2.7 のデフォルトテーマを簡潔に日本語化したテーマ
Version: 0.7
Author: takaken
Author URI: http://★.com/
Tags: fixed-width, two-columns, widgets

	ソースコードが見やすいように、__()や_e()の部分を日本語に置き換えました。
	CSSの重複している部分を削除し、整理してソースコードを短くしました。
	全体的にムダなものは省き、まとめて簡潔にしてあります。

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* ---------------- 各種要素の設定 ---------------- */


h1 {
background: url('images/top.gif') no-repeat top left;
margin: 0;
}


h1 a {
display: block;
width: 485px;
height: 0;
  /* 高さを 0 にすることで、テキストを追い出す準備 */
overflow: hidden;
 /* height よりも内容 (この場合はタイトルテキスト) がはみ出た場合、非表示 */
padding-top: 70px;
 /* 背景画像を表示するための余白です */
}


h2 {
	margin: 40px 0 0;
	padding: 0 0 10px 5px;
	text-decoration: none;
	line-height: 1.3em;
	font-size: 16px;
	color: #0095e0;
	background: url("images/kubrickline-l.gif") no-repeat bottom left;
}

h3 {
	margin: 30px 0 0;
	padding: 0;
	text-decoration: none;
	font-size: 13px;
	color: #666;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

cite {
	text-decoration: none;
}

code {
	font: 13px monospace;
}

small {
	font-size: 11px;
	line-height: 1.5em;
	color: #777;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
	letter-spacing: .07em;
	font-size: 13px;
	cursor: help;
}

select {
	width: 130px;
}

strike {
	color: #777;
}

/* ----------------- リンクの設定 ----------------- */

a {
	color: #0095e0;
	text-decoration: none;
}

a:hover {
	color: #0095e0;
	text-decoration: underline;
}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2 a, h2 a:visited {
	color: #0095e0;
}

h2 a:hover {
	color: #0095e0;
	text-decoration: none;
}

h3 a, h3 a:visited {
	color: #666;
}

h3 a:hover {
	color: #0095e0;
	text-decoration: none;
}

a img {
	border: none;
}

.entry p a:visited {
	color: #0095e0;
}

a:focus { outline:none;}


/* --------------- 大枠のレイアウト --------------- */

body {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka,  "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	color: #666;
	background: #fff;
}

#page {
	margin: 20px auto;
	padding: 0;
	border: none;
	width: 760px;
	text-align: left;
	background: url("images/kubrickbody.gif") repeat-y top;
}

#header {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 200px;
	background: url("images/kubrickheader.gif") no-repeat top center;
}


#headerimg {
margin-top: 0px;
padding: 70px 0 0 140px;
}
 
/* こちらは無効にしました
#headerimg  {
margin: 7px 9px 0;
height: 192px;
width: 740px;
}
*/
 
/* これも今回は必要ないので無効です
#headerimg {
margin: 0;
height: 200px;
width: 100%;
}
*/


#content {
	float: left;
	margin: 0px 0 0;
	padding: 0 0 0px 65px;
	width: 400px;
	line-height: 1.8em;
	font-size: 13px;
}

#sidebar {
	margin-left: 525px;
	padding: 10px 0 0px 0;
	font-size: 12px;
	width: 200px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	border: none;
	height: 63px;
	width: 760px;
	background: url("images/kubrickfooter.gif") no-repeat bottom center;
}

/* ------------------ ヘッダ関連 ------------------ */

#headerimg .description {
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: white;
	margin: 10px 0 0 -140px;
}



/* ------------- メインコンテンツ関連 ------------- */

#content .entry {
	padding: 0 0 0 5px;
	line-height: 1.6em;
}

#content .entry p {
	font-size: 13px;
}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	margin: 0;
	padding: 0 0 0 35px;
}

.entry ol li {
	margin: 0;
	padding: 0;
}



.post {　　　　　　　　　　　　　　　/* 投稿記事 */
	margin: 0 0 40px;
}



.post hr {
	display: block;
}

#content .postmetadata {　　　　　/* 記事の下の日付、カテゴリ、コメント数 */
	clear: both;
	padding-top: 5px;
	text-align: right;
	font-size: 12px;
	color: #777;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
}

#content .attachment {
	margin: 5px 0px;
	text-align: center;
}

#content .smallattachment {
	float: left;
	margin: 5px 5px 5px 0px;
	width: 128px;
	text-align: center;
}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 50px;
	text-align: center;
}


/* ---------------- サイドバー関連 ---------------- */

#sidebar h2 {
	margin: 25px 0 0 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-size: 13px;
	color: #666;
	background: url("images/kubrickline-s.gif") no-repeat bottom left;
	height: 25px;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	width: 200px;

}

#sidebar ul ul {
	margin: 5px 0 0 0px;
}

#sidebar ul ol {
	margin: 0 0 0 10px;
	padding: 0;
	list-style:none;
}

#sidebar ul li {
	margin-bottom: 15px;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul li {
	margin: 5px 0 0;
	padding:  0 0 0 15px;
	color: #777;
	background: url("images/maru.gif") no-repeat left center;
	font-size: 12px;
}



#sidebar ul ol li {
	margin: 5px 0 0;
	padding: 0;
	list-style: decimal outside;
	color: #777;
}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar form {
	margin: 0;
}

#sidebar #searchform #s {
	padding: 2px;
	width: 140px;
}

#sidebar #searchsubmit {
	padding: 1px;
}



/* ------------------ フッタ関連 ------------------ */

#footer p {
	margin: 0;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
}

/* ----------------- コメント関連 ----------------- */

.commentlist {
	padding: 0;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height: 1.5em;
	text-transform: none;
	font-weight: normal;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 13px;
}

.commentlist li .avatar { 
	float: right;
	padding: 2px;
	border: 1px solid #eee;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.commentmetadata {
	display: block;
	margin: 0;
	font-weight: normal;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform p {
	margin: 5px 0;
}

#commentform input {
	margin: 5px 5px 1px 0;
	padding: 2px;
	width: 170px;
}

#commentform textarea {
	padding: 2px;
	width: 100%;
}

#commentform #submit {
	float: right;
	margin: 0 0 5px auto;
}

.nocomments {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #777;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ------------------ 画像の設定 ------------------ */

p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	background-color: #f3f3f3;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
	font-size: 11px;
}

/* --------------- カレンダーの設定 --------------- */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar caption {
	width: 100%;
	text-align: center;
	text-decoration: none;
}

#wp-calendar th {
	text-transform: capitalize;
	font-style: normal;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* -------------------- その他 -------------------- */

.alt {
	margin: 0;
	padding: 10px;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

