/*
Theme Name: suenaga01
Theme URI: http://www.suenaga.jp/
Description: This theme is test for suenaga.
Author: Hideki Suenaga
Author URI: http://www.suenaga.jp
*/


@import url(http://shobara.net/hibayama/css/default.css);





/* +++++++++ コンテンツ +++++++++ */



.post h2 {
	font-size: 14px;
	color: #ae8215;
	padding: 7px 7px 7px 15px;
	margin-bottom: 10px;
	text-align:left;
	border-bottom:solid 1px #ae8215;
	border-left:solid 10px #ae8215;
}

.post h2 a {
	text-decoration:none;
	color: #ae8215;
}

.post p {
	font-size:12px;
	color: #000000;
    line-height: 180%;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
}

.post img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}

.post {
	margin-bottom:30px;
	margin-top:20px;
	border-bottom:1px solid #555;
	width: 600px;
	padding-left:38px;
	text-align:left;
}

.pagenav {
	font-size: 0.75em;
}

p.postmetadata {
	text-decoration: none;
	font-size: 0.75em;
	text-align: right;
	color: #B19559;
}

.pageup {
	font-size: 0.6em;
	margin-right:10px;
	margin-left:40px;
	margin-bottom:20px;
	text-align:right;
}

/* +++++++++ コンテンツ内のテーブル（修正） +++++++++ */

.post table{
   width:99%;
   border-collapse:collapse;
   border:1px solid #d2d2d2;
   border-spacing:0px;
   empty-cells:show;
   margin-top:5px;
   margin-bottom:20px;
   font-size:90%;
}

.post table th{
   background-color:#eae5e5;
   color:#333;
}

.post table th,.post table td{
   padding:4px;
   border:1px solid #d2d2d2;
   text-align:left;
}

.post ul{
   margin-left:1em;
   list-style-position:inside;
}

.post ul li {
	font-size: 0.85em;
    list-style-type:disc;
}


/* skip */

#hide{
  height:0;
  width:0;
  overflow:hidden;
  position:absolute; /*for MacIE*/
}


/* ページ先頭へ */

p.goTop,#goTop{
  clear:both;
  margin-top:10px;
  margin-bottom:10px;
  font-size:80%;
  text-align:right;
}

/* パンくずリスト */

p#tPath{
  margin-top:15px;
  margin-bottom:20px;
  font-size:80%;
}