@charset "utf-8";
/* CSS Document */

body {
	font-size: 16px;


  line-height: 24px
  margin : 0px auto;
}

h1 {
	margin :0;
	padding:0;
	font-size:13px;
}
#header h1 {
	font-size: 13px;
	line-height: 150%;
	color: #666666;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

#header h2 {
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
	color: #666666;
	text-align: right;
	margin-top: 0px;
	background-color: #ffffff;
	height: 19px;
	margin-bottom: 5px;
}

#header #headersite {
	font-size: 13px;
	line-height: 150%;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

h2 {
	font-size:16px;
	background-color: #ffcc66;
	height: 33px;
	color: #663333;
	text-align: center;
	margin-bottom: 5px;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
tbody {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}


/*  センターコンテンツ  */

.content {
  width:730px; 
  background-color:#ffffff;
  margin : 0px auto;
}

.content p{
  padding-left:20px;}

.content h2 {
  border: #ccc 1px solid;
  padding:5px;
  color:#ffffff;
  border: #cccccc 1px solid;
  background-color:#7b6c42;
}

/*  フッター  */
.footer {
	width:720px;
	color:#FFFFFF;
	background-color:#7b6c42;
	text-align:center;
	padding:5px;
	clear: both;
}


/*ブログのタイトル*/
.bt{
  color:#ff33ff;
  font-weight:bold;
  padding-left:30px;
  text-align: left;}  

/*ブログの本文*/
.bbun {
  text-align: left;
  padding-left:30px;}

/*ブログ個別ページ*/
.tensen {
  border:1px dashed #CCCCCC;
  margin-left:10px;}

.content .bt .entry-meta {
	color: #0033CC;
	font-size: 11px;
}



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

