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

body h2.list{
	margin-bottom:20px;
}

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:30px;
	padding:5px 5px 15px 5px;
	text-align:center;
}

.entry_body{
	text-align:left;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry p{ 
	text-align:left;
}

/* タイトル
*/
div.entry h4

{
	border-bottom:1px #efefef solid;
	width:100%;
	color:#CC0000;
	font-size:1.4em;
	font-weight:bold;
}

div.entry h4 a,
div.entry h4 a:visited
{
	padding:5px 0px 2px 0px;
	border-bottom:none;
	text-decoration:none;
	color:#CC0000;
	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
{
 background:#fff;
  padding:10px 20px;
  margin:40px auto 15px;
}

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%;
}


/*コメントエリア*/
#comments-open-data #comment-author,
#comments-open-data #comment-email,
#comments-open-data #comment-url
{
  border-style: solid;
  border-width: 1px;
  border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
  vertical-align: middle;
  color: #666666;
  background: #f1f1ed;
}

#comments-open-data #comment-author:focus,
#comments-open-data #comment-email:focus,
#comments-open-data #comment-url:focus
{
  background: #ffffff;
}


#comments-open-data p{
	margin-bottom:10px;
}

.comments-open-footer{
	margin:15px 0;
	text-align:center;
}

.comments-open-footer input{
	padding:5px 20px;
}

.comment-footer{
	padding:15px 0;
	border-bottom:1px dotted #ccc;
}
