@charset "utf-8";
/*
Theme Name: taqumidesign Ver0.3
Theme URI: http://blog.taqumidesign.jp
Description: My original theme for taqumi/blog ver3.
Version: 0.3
Author: Takumi Yoshida
Author URI: http://taqumidesign.jp
*/

body {
	background-color:#d0cda4;
	background-image:url(bg.png);
	background-repeat:repeat;
	margin:0;
	padding:0;
	font-size:80%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#444444;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
::-moz-selection{
	background: #331300;
	color: #d0cda4;	
}

::selection {
	background: #331300;
	color: #d0cda4;
}
div {
	/*border:1px solid #ffffff;*/
}
h1, h2, h3 {
	font-family : "Century Gothic","Hiragino Maru Gothic Pro","Verdana","Arial",Sans-Serif; 
}

h2, h3 {
	/*background-color:#331300;*/
	}

a {
	text-decoration:underline;
	color:#444444;
}
a:hover {
	text-decoration:none;
	background-color:#331300;
	color:#3399cc;
}
a:visited {
	color:#999966;
}
a img {
	border:none;
}
a.cite {
	font-style:italic;
	text-align:right;
}
input, textarea {
	border: 1px solid #331300;
	background-color:#CCCC99;
	color:#331300;
}
input:focus, textarea:focus {
	background-color:#FFFFCC;
}
blockquote {
	margin: 10px 10px 1em 20px;
	padding: 0 10px 4px;
	border: 1px dashed #444444;
	color:#331300;
}
hr {
	border-top:1px dashed #444;
	width: 80%;
	height:0;
	text-align:left;
	margin: 1em 0;
}
/*============ID==============*/
#toplogo {
	position:absolute;
	top:6px;
	left:0px;
	z-index:0;
}
#toplogo1 {
	position:absolute;
	top:6px;
	left:0px;
	z-index:15;
}
#toplogo2 {
	position:absolute;
	top:92px;
	left:0px;
	z-index:0;
}
#page {
	border-top:6px solid #331300;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	width:100%;
	/*border:1px solid red;*/
}
#leftcolumn {
	margin-top:400px;
	margin-left:16px;
	/*border: 1px solid blue;*/
	float:left;
}
#misc {
	padding-left: 1em;
}
#misc a img {
	margin: 5px auto;
}
#maincolumn {
	margin:106px 2em 20px;
	width:50em;
	float:left;
	/*border:1px solid blue; */
}
#comment {
	size:80%;
}
#comment_loading {
	text-align:center;
	background-color:#331300;
	color:#3399cc;
}
#rightcolumn {
	margin-top:20px;
	margin-left:16px;
	/*float:left;
	/*border:1px solid blue;*/
}
#feed_rss {
	color:#00CCCC;
}
#feed_comments {
	color:#3399cc;
}
#footer {
	clear:both;
	margin: auto;
	padding:20px;
	text-align:center;
	font-size:.8em;
	letter-spacing:.2em;
	color:#666666;
}
#corner {
	position:relative;
	bottom:0;
	right:0;
	margin:0px;
	padding:0px;
	float:right;
}

/*==========CLASS==============*/
.feed {
	height:18px;
	line-height:18px;
	margin:8px auto;
}
.feed a img {
	float:left;
}
.feed a, .feed a:hover {
	text-decoration:none;
}
.pagetitle {
	text-align:center;
	letter-spacing:.3em;
}
.post {
	margin: 0 auto 30px;
}
.post h2 {
	color:#331300;
	border-bottom: 3px double #331300;
	margin:10px auto 0px;
	font-size: 1.5em;
	text-align:center;
}
.post h2 a, .post h2 a:hover, .post h2 a:visited {
	color:#331300;
	display:block;
	text-decoration:none;
}
.post h2 a:hover {
	color:#3399cc;
}
.date {
	font-size: .8em;
	text-align:right;
	letter-spacing:.2em;
	color:#666666;
	margin-bottom: 0px;
}
.entry {
	font-size:1em;
	text-align: justify;
	line-height:1.6em;
}
.entry img {
	padding:1px;
	border:2px solid #331300;
}
.entry a:hover img {
	border-color:#3399cc;
}
img.centre {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
img.alignleft {
	float:left;
	margin: 4px 10px 10px 4px;
}
img.alignright {
	float:right;
	margin: 4px 4px 10px 10px;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.postmetadata {
	clear:both;
	margin-top:1em;
	padding: 2px 8px;
	font-size: .8em;
	text-align:right;
	line-height:18px;
	border-top: 1px solid #888888;
}
.postmetadata a {
	text-decoration:none;
}
.postmetadata img {
	float:right;
	margin:0;
	padding:0;
	border:none;
}
.navigation {
	text-align:center;
	font-size:1em;
}
.navigation a {
	text-decoration:none;
}
.sidecolumn {
	width: 18em;
	color:#666666;
	font-size: 0.9em;
}
.sidecolumn h2 {
	margin: 10px auto 0;
	border-bottom: 1px solid #331300;
}
.sidecolumn ul li a {
	text-decoration:none;
}
.sidecolumn ul li ul li {
	margin-left:0;
}
.comments, .comments p {
	font-size:1em;
	text-align:justify;
}
.comments h4 {
	font-size:1.3em;
	border-bottom:1px solid #888888;
	margin: 10px 0 0 0;
}
.comments h4 a {
	text-decoration:none;
}
.comments p {
	margin-top:4px;
}
/*===============Inline Ajax More==============*/
a.inlinemore, a.inlinemore:visited {
	color:#666666;
	font-style:italic;
	text-decoration:none;
}
