﻿/*
Theme Name:two-column_090512
Theme URI:http://www.k-izu.com/
Description:オリジナルテーマ
Author:Keiichiro Izumi
Author URI:http://www.k-izu.com/
Version:1.4
*/

/*全体的なルール*/
* {
	margin:0 auto;
	padding:0;
	}

body {
	font-family:"Lucida Grande", Verdana, Helvetica, Sans-Serif;
	font-size:14px;
	color:#333333;
	width:800px;
	}

/* リンク */
a:link, a:visited {
	color:#980101;
	text-decoration:none;
	}

a:hover, a:active {
	color:#339900;
	text-decoration:underline;
	}

/* ヘッダーテンプレート */
div#header {
	background:url(images/Ubuntu.png) no-repeat scroll right;
	}

div#header h1 {
	font-family:Georgia, "Times New Roman", Sans-Serif;
	font-size:2em;
	color:#565248;
	margin:50px 0 5px 10px;
	}

div#header h1 a:link, div#header h1 a:visited {
	font-family:Georgia, "Times New Roman", Sans-Serif;
	text-decoration:none;
	color:#565248;
	}

div#header h1 a:hover, div#header h1 a:active {
	font-family:Georgia, "Times New Roman", Sans-Serif;
	border:none;
	color:#565248;
	}

div#header p {
	font-family:Georgia, "Times New Roman", Sans-Serif;
	font-size:1em;
	margin:0 0 40px 10px;
	}

/* ナビゲーション */
div#navbar {
	margin:0 auto;
	text-align:left;
	padding:10px;
	border-top:1px solid #816647;
	border-bottom:1px solid #816647;
	}

div#navbar ul li {
	display:inline;
	text-align:center;
	list-style:none;
	padding-right:30px;
	}

/* ラッパーの設定*/
div#wrap {
	margin:50px 10px;
	}

/* 記事の設定*/
div#center {
	float:left;
	width:500px;
	margin-right:40px;
	}

div.post {
	margin-bottom:70px;
	clear:both;
	}

div.h2 {
	border-left:10px solid #d9bb7a;
	padding:3px 10px;
	margin-bottom:5px;
	color:#339900;
	}	

h2.posttitle a {
	font-size:20px;
	color:#339900;
	}

h2.posttitle a:link, h2.posttitle a:visited, h2.posttitle a:hover {
	text-decoration:none;
	}

dl {
	margin:0.5em 0 2em 1em;
	}

dl.metadata dt, dl.metadata dd {
	display:inline;
	}

dl.metadata dd {
	border-right:1px solid #cccccc;
	padding-right:6px;
	margin-right:6px;
 	}

dl.metadata dd.last {
	border-right:none;
	}

p.kanren {
	font-size:15px;
	font-weight:normal;
	margin:2em 0 0;
	border-left:5px solid #d9bb7a;
	padding:1px 10px;
	color:#339900;
	}

div#center p {
	line-height:1.6em;
	margin-bottom:1em;
	text-align:justify;
	}

div#tag {
	text-align:right;
	}

div#tagcloud {
	line-height:2em;
	margin:10px 10px 30px;
	}

div#navi {
	text-align:center;
	margin:20px 0;
	}

/* 左側の設定*/
div#left {
	float:left;
	width:200px;
	margin-left:40px;
	}

div#left ul { 
	margin-bottom:20px;
	}

div#left h2 {
	text-align:left;
	text-transform: capitalize;
	font-size:20px;
	padding:2px 0 2px;
	margin-bottom:10px;
	}

div#left li {
	text-align:center;
	list-style:none;
	font-size:13px;
	padding:3px 0;
	}

div#left li li{
	text-align:left;
	list-style:none;
	font-size:13px;
	padding:3px 0;
	border-bottom:1px groove #aaaaaa;
	}

div#left li li a:hover {
	text-decoration:none;
	}

/* フッターテンプレート */
div#footer {
	clear:both;
	border-top:5px solid #816647;
	padding:10px 0 10px;
	}

p#copyright {
	text-align:center;
	}

/*　記事内挿入画像　*/
div.post img {
	border:1px solid #cccccc;
	padding:3px;
	margin:10px;
	}

div.post img.wp-smiley {
	border:0 none;
	display:inline;
	margin:0;
	padding:0;
	}

div.post img.floatleft {
	float:left;
	margin:0 8px 8px 0;
	border:1px solid #cccccc;
	}

/*　引用文　*/
div.post blockquote {
	margin:10px 5px 1em;	
	padding:10px 10px 0;
	border:#aaaaaa dashed 1px;
	}

/*　本文中リスト　*/
div.post ul {
	text-align:left;
	list-style:disc;
	line-height:1.6em;
	margin-bottom:1em;
	margin-left:24px;
	}

div.post ol {
	text-align:left;
	list-style:decimal;
	line-height:1.6em;
	margin-bottom:1em;
	margin-left:48px;
	}

div.post li {
	line-height:1.6em;
	}

div.post ul li ul, div.post ol li ul {
	font-family:"courier new", courier, monotype;
	text-align:left;
	padding:5px 10px;
	margin:1em 0;
	list-style:none;
	border:#aaaaaa dashed 1px;
	letter-spacing:1px;
	}

/*　水平線　*/
hr {
	border-top:solid #aaaaaa;
	color:#aaaaaa;
	border-width:1px 0 0 0;
	margin:1em 0;
	}

/*　code要素　*/
code {
	font-family:"courier new", courier, monotype;
	font-size:1em;
	}

/* コメント部分 */
h3 {
	font-size:18px;
	margin:30px 0 10px 0;
	}

h4 {
	font-weight:normal;
	font-size:14px;
	}

input#trackbackurl {
	width:400px;
	margin-bottom:5px;
	border:none;
	}

ol#commentlist {
	margin:2em 0;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	}

ol#commentlist li dl {
	margin:2em 0 1.5em;
	}

ol#commentlist li.commentcontent { 
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #cccccc;
	}

/* コメント投稿フォーム */
form#commentform input {
	margin-right:10px;
	}

form#commentform p {
	margin-bottom:10px;
	clear:both;
	}

input#author, input#email, input#url {
	border:1px solid #aaaaaa;
	}

textarea {
	border:1px groove #aaaaaa;
	width:450px;
	}

p.submitbutton {
	text-align:center;
	}

p.submitbutton input {
	padding:3px 10px;
	font-weight:normal;
	color:#333333;
	}

/* 表 */
table#table-01 {
	width:480px;
	margin:0 auto;
	border:1px #cccccc solid;
	border-collapse:collapse;
	border-spacing:0;
	}

table#table-01 th {
	padding:5px;
	border:1px #cccccc solid;
	border-width:0 0 1px 1px;
	background:#cccccc;
	font-weight:normal;
	font-size:14px;
	line-height:120%;
	text-align:left;
	white-space:nowrap; 
	}

table#table-01 td {
	padding:5px;
	border:1px #cccccc solid;
	border-width:0 0 1px 1px;
	text-align:left;
	white-space:nowrap;
	}

pre {
	border:1px #cccccc dashed;
	padding:3px 10px;
	font-family: "Courier New",Courier,monospace;
	overflow: auto;
	white-space: normal;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	margin:1em 0;
	}

/* Mac IE 文字化け回避対策 */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
	}
