/* CSS Document */

#breadcrumb {
  display: block;
  clear: both;
  width: 945px;
  border-bottom: 1px dotted #CCCCCC;
  font-family: "ＭＳ Ｐゴシック","MS UI Gothic";
  font-size:10px;
}

#right {
  float:right;
  width:375px;
  margin-top: 18px;
}

.postcontent {
}

ol,ul { padding-left:4px;}

#right #sidebar ul li {
  padding: 4px 8px;
}

.sidebarbox {
  clear: both;
  display: block;
  padding-top: 20px;
}

#sidebar h2.widgettitle,
.sidebarbox h3 {
  background-color: #1C4F82;
  color: #fff;
  font-family: meiryo;
  font-weight: bold;
  padding: 3px 8px;
}

#left #contents h1 {
  height:42px;
  border-bottom: 3px #999999 solid;
  padding: 6px;
  padding-top: 10px;
  background-color: #D1FF66;
  color: #517300;
  font-family: meiryo;
  font-size: 16px;
  text-shadow: 1px 1px 1px white;
}
#left #contents h1 span {
  font-size: 13px;
  color: #666666;
}
#left #contents h1 img {
  float: right;
  padding: 0px;
}
#left #contents h3 { background: #fff url(../img/common/contents_h2_bg2.gif);padding:6px; font-weight: bold; }

#left #contents .post .entry img {
  /*float: left;
  margin: 5px 15px 5px 5px;
  border: 1px solid #EEEEEE;
  padding: 3px;*/
}
#left #contents .post .entry .btn_wrap {
  display: block;
  clear: both;
  margin: 5px auto;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dotted #666666;
  text-align: center;
}
#left #contents .post .entry .btn_wrap img { float:none;border: none; }
#left #contents .post .entry .btn_wrap a:hover { filter: alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;}

/* Videos Style */
#category_navi {
  clear: both;
  width: 960px;
  padding: 10px;
  margin: 0 auto;
  background-color:#fff;
  overflow: hidden;
  display: block;
}
#category_navi ul {
  padding:0;
  margin:0;
}
#category_navi ul li {
  list-style: none;
  float: left;
  margin-left: -1px;
  font-family: "ＭＳ Ｐゴシック","MS UI Gothic";
  font-size: 11px;
}
#category_navi ul li a {
  padding: 5px 8px 3px 8px;
  border: 1px solid #999999;
  border-bottom: 2px solid #999933;
  background-color: #f7f7f7;
}
#category_navi ul li a:hover {
  background-color: #EEEEEE;
}
#category_navi ul li.current-cat {
  font-weight:bold;
}

#right #sidebar .image_article ul.entry_list {
  border-bottom: 1px dotted #666666;
  padding-bottom: 5px;
}
#right #sidebar .image_article ul.entry_list li {
  padding: 0;
}
#right #sidebar .image_article .image img {
  margin-right: 10px;
}

#left #contents .entry-content img {
  display:block;
  margin: 0 auto;
}

#right #sidebar .link li {
  font-family: "ＭＳ Ｐゴシック","MS UI Gothic";
  font-size: 12px;
}
#right #sidebar .link li a {
  font-size: 13px;
  font-weight: bold;
}

.navigation .pageNavigation {
  font-size: 11px;
  padding: 3px;
  border: 1px solid #999999;
  background-color: #f7f7f7;
  text-align: right;
}
.navigation .pageNavigation .page-numbers {
  padding: 4px;
}
.navigation .pageNavigation .current {
  font-weight: bold;
}

/* 5.20 画像の揃え方 追加記述 */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	}
	
.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
