@charset "utf-8";
/* CSS Document */


body h3,
body h4{
	font-weight:bold;
}

textarea,
select,
input 
{ 
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

did.content-nav-archives,
div.content-nav-head,
div.content-nav-foot
{
  text-align:center;
		margin:10px;
		padding:5px;
  width:100%;
}
div.content-nav-archives
{
		border:1px #efefef dotted;
		margin-left:auto;
		margin-right:auto;
		padding:5px;		
}

div.content-nav-head
{
		border-bottom:1px #efefef dotted;
}
div.content-nav-foot
{
		border-top:1px #efefef dotted;
}




/* 記事ブロック
*/
div.entry
{ 
 border-bottom:1px #cccccc solid;
	margin-left:15px;
	margin-bottom:20px;
	padding:5px;
}

/* タイトル
*/
div.entry h4,
div.entry h4 a,
div.entry h4 a:visited
{
	 color:#CC0000;
	padding:5px 0px 2px 0px;
	border-bottom:1px #efefef solid;
	width:100%;
	font-size:1.2em;
	font-weight:bold;
}
/* 日付
*/
div.entry h5
{
 text-align:right;
 color:#CCCCCC;
	margin-bottom:5px;
	margin-top:3px;
font-size:1em;
}
/* 本文
*/
div.entry div.entry_body
{
 color:#333333;
	margin-left:10px;
	margin-bottom:5px;
	font-size:1em;
}
div.entry_body img
{
 border:3px #efefef solid;
	margin-right:10px;
}


/* もっと読む
*/
div.entry div.entry-more-link
{
}


/*************************************************************/
div#modules
{
  width:650px;
  margin-top:30px;
}

div#modules h3
{
  border-left:5px #CC0000 solid;
  margin-top:10px;
  padding: 3px 3px 3px 10px ;
  vertical-align:middle;
  background-color: #efefef;
  font-size:12px;
　font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Osaka','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


div#modules p
{
  padding-left:10px;
}

p.trackback-footer
{
  margin-bottom:5px;
}

div#modules label 
{
 display: block; 
}

div#modules textarea
{
  width:100%;
}
 