@charset "utf-8";
/*
Theme Name: Default
Theme URI:
Description: デフォルトテーマ
Version: 1.0
Author: Tanaka Toshimasa
Author URI: http://double-helix.asia/
Tags:


*/

* {margin:0px;padding:0px;font-weight:normal;font-size:14px;}

/* Begin Typography & Colors */
body {
	font-family:Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;color: #666666;
	text-align: center;
	background: url('images/bg.gif');
	}

#page {
	margin:0px auto 0px;width: 842px;
	text-align: left;
	background:#F7F7E7 url('images/sidebar_bg.gif') repeat-y right;
	}

#header {
	border-bottom: #EDE9CB solid 2px;
	background-color: #ffffff;
	}

#headerimg 	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	}

#content {
	width: 650px;
	float: left;
	
	}


.post{
	background-color: #ffffff;
	border: #EDE9CB solid 2px;
	padding:40px;
	margin:40px;

}

.post h2{font-weight: bold;font-size: 16px;border-bottom: #EDE9CB solid 2px;padding-bottom: 5px;}
.post .time{text-align: right;font-size: 12px;padding-top: 3px;}
.post .entry{line-height:180%;margin: 15px 0px 20px;}
.post .entry p{margin-bottom: 5px;}
.post .postmetadata{text-align: right;border-top: #EDE9CB solid 2px;padding-top: 3px;font-size: 12px;}
	
	
.navigation {
	width: 230px;
	display: block;
	text-align: center;
	margin:40px auto 0;
	padding-bottom: 50px;
	}	

#sidebar {
	background-color: #ffffff;
	float:right;
	border-left: #EDE9CB solid 2px;
	padding: 10px;
	width: 170px;
	}
	
#sidebar dt{color: #4EAD28;border-bottom: #EDE9CB solid 2px;}

#sidebar #calendar dt{display:none;}
#sidebar dd{margin-top:10px;margin-bottom: 20px;}
#sidebar li{list-style-type: none;line-height: 140%;margin-bottom: 5px;font-size: 12px;}



#footer {
	height:35px;
	clear: both;
	background-color: #ffffff;
	border-top: #EDE9CB solid 2px;


	padding-top: 12px;
	}
	
#footer address{font-style: normal;	font-size: 10px;	text-align: center;}	



/* Begin Images */
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 {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */









/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;

	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	color: #4EAD28;
	}

#wp-calendar td {
	padding: 1px;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
