@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, div, p, table, td, tr, th, span, a, ul, li, ol, dt, dd, dl, img{
	padding:0;
	margin:0;
	border:0;
	line-height:1;
	font-size:1em;
}
p, li, a, span, dt, dd, ul, li, h1, h2, h3, h4, h5,table,tr,td,th {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
html {
	overflow-y:scroll;
}
a{
	color:#c00;
	text-decoration:none;
}
a:hover{
	color:#300;
	text-decoration:underline;
}
h3#comments{
margin:2em 0;
}
ol.commentlist li{
margin-bottom:1em;
}
ol.commentlist li p{
line-height:1.4em;
margin-bottom:0.5em;
}
div.commentmetadata{
  font-size:smaller;!important
}
form#commentform{
 width:600px;
}
#commentform input,textarea{
 font-size:12px;
margin:10px 0;
}

body{
    font:13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
    *font-size:small;
    *font:x-small;
	background-color:#ccc;
	text-align:center;
}
h2.pagetitle{
  font-size:123.1%;
margin-bottom:10px;
}

div#whole{
	width:978px;
	background-color:#000;
	margin:0 auto;
}
div#page{
	width:960px;
	background-color:#fff;
	margin:0 auto;
	position:relative;
}
div#header{
	display:block;
text-align:left;
	position:relative;
	background:url(header.png) no-repeat;
	width:960px;
	height:200px;
}
div#header h1{
	text-align:left;
	display:block;
	position:relative;
	width:960px;
	height:200px;
	text-indent:-9999px;
}

div#header h1 a{
	display:block;
	width:960px;
	height:200px;
	overflow:hidden;
}

div.description{
	width:960px;
	height:24px;
	background-color:#000;
	text-align:right;
	color:#fff;
	line-height:24px;
}

div#content{
	text-align:left;
	width:620px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}

div#content .post{
	margin-bottom:40px;
	
}
div#content .post h2{
	padding-left:24px;
	padding-top:6px;
	background:url(bg_h2.png) no-repeat 4px 0;

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:	153.9%;
}
div#content .post h2 a{
	display:inline;
	color:#333;
	text-decoration:none;

}
div#content .post small{
	color:#999;
	font-size:0.7em;
	padding:5px 0;
	display:block;
	padding-left:24px;
}
div.entry{
	padding-left:28px;

}
div.entry p{
	font-size:100%;
	margin:0.8em 0;
}
div.post .postmetadata{
	border-top:1px dashed #ccc;
	padding-top:1em;
	text-align:center;
}


div#sidebar{
	float:right;
	width:240px;
	text-align:left;
	position:relative;
	right:10px;
	padding-top:10px;
	border:3px solid #000;
	border-top:none;
	margin-bottom:20px;
}
div#sidebar ul li{
	list-style:none;
}
div#sidebar ul li.widget{
	padding:0 12px;
	font-size:108%;
	margin-bottom:20px;
}
div#sidebar ul li.widget_search div{
	font-size:smaller;
}
div#sidebar h2.widgettitle{
	margin-bottom:10px;
}
div#sidebar ul li.widget ul li{
	padding-left:12px;
	font-size:77%;
	margin:0.4em 0;
}

div#sidebar ul li.widget ul li a{
	text-decoration:none;
	color:#c00;
}

table#wp-calendar{
	width:100%;
}
table#wp-calendar caption{

	padding-bottom:10px;
}
table#wp-calendar td, table#wp-calendar th{
	text-align:center;
	font-size:smaller;
}


div#footer{
	clear:both;
	background-color:#000;
	color:#fff;
	padding:20px 0;
}
div#footer p{
	margin-bottom:10px;
	line-height:1.3em;
	font-size:77%;
	font-family:"Century Gothic";
}
div#footer p a:hover{
	color:#f66;
}

.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
