@charset "UTF-8";

body.double div#main div.content {
  padding: 15px 0 40px 0;
}
body.triple div#main div.content {
  padding: 15px 25px 40px 25px;
  min-height: 800px;
}
body.triple div.history div.content {
  min-height: 779px;
}
body.double div#sub div.section div.content,
body.triple div#sub div.section div.content,
body.triple div#aside div.section div.content {
  padding: 10px;
}
body.triple div#aside div.section div.content {
  padding: 10px;
  min-height: 814px;
}

body.triple div#sub div.section div.content table {
  margin: 10px auto;
}

div#sub div#blognavi div.content {
  padding-top: 0;
  background: url("../image/content/common/sub_plain_foot.gif") no-repeat center bottom;
}
div#sub div#blognavi ul {
  margin: 10px 0 10px 0;
  padding: 0;
  list-style-type: none;
}
div#sub div#blognavi ul li {
  padding: 0.2em 0 0.2em 16px;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  background: url("../image/content/common/circle_blue.gif") no-repeat left center;
}
div#sub div#blognavi ul li:hover {
  background: url("../image/content/common/circle_mark_blue.gif") no-repeat left center;
}
div#sub div#blognavi ul.blogindex li {
  background: url("../image/content/common/circle.gif") no-repeat left center;
}
div#sub div#blognavi ul.blogindex li:hover {
  background: url("../image/content/common/circle_mark.gif") no-repeat left center;
}
div#sub div#blognavi ul.blogindex li.rss ,
div#sub div#blognavi ul.blogindex li.rss:hover {
  background: url("../../icon/feed-icon/feed-icon-14x14.png") no-repeat left center;
}
div#sub div#calendar {
  margin-bottom: 0;
}
body.triple div#aside dt {
  margin: 2em 0 0 0;
  font-weight: bold;
}
body.triple div#aside dt.author {
  margin: 0;
}
body.triple div#aside dd {
  margin: 0;
}
body.triple div#aside div.section div.content img {
  display: block;
  margin: 10px auto;
}

/* 見出し */
div#main h2,
div#main h2 a,
div#main h2 a:link,
div#main h2 a:visited {
  margin: 0;
  padding: 0;
  font-size: 21px;
  color: #285481;
  text-decoration: none;
  letter-spacing: 0.3em;
  white-space: nowrap;
  font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','MS P明朝',serif;
  font-weight: normal;
  line-height: 1.8em;
}
div#main h3,
div#main h3 a,
div#main h3 a:link,
div#main h3 a:visited {
  margin: 1em 0 0 0;
  padding: 0;
  font-size: 100%;
  color: #235659;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.8em;
}
div#main p {
  margin: 0 0 1em 0;
  line-height: 1.8em;
}

/* 記事 */
div#main .description,
div#main .timestamp {
  font-size: 90%;
}
div#main div.chapter {
  margin-bottom: 1.5em;
}
div#main div.section {
  margin-bottom: 1.5em;
}

div#main h2 {
  white-space: normal;
}
div#main ul.index div.icon {
  float: left;
  padding: 0 0.7em 1em 0;
}
div#main ul.index li {
  clear: left;
}

div.article-image {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 1.2em;
  text-align: center;
}
div#main div.article-image p {
  margin: 0;
  line-height: 1.2em;
  text-align: left;
}

/* カレンダー */
/*
table.calendar {
  margin-bottom: 20px;
  empty-cells: show;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table.calendar th, table.calendar td {
  text-align: center;
  vertical-align: middle;
  padding: 0;
  width: 22px;
  height: 20px;
  border: 1px solid #ccc;
  font-weight: normal;
  font-size: 0.83em;
  font-weight: normal;
  color: #333333;
  background-color: #fff;
}
table.calendar caption {
  font-size: 0.83em;
  font-weight: normal;
  color: #999;
  text-align: left;
}
table.calendar th {
  white-space: nowrap;
  font-size: 0.83em;
  font-weight: normal;
  color: #ccc;
  background-color: #fff;
}
table.calendar td a {
  text-decoration: none;
  display: block;
  font-weight: bold;
}
table.calendar td.saturday {
  background-color: #eee;
}
table.calendar td.sunday {
  background-color: #ddd;
}
table.calendar td.holiday {
  background-color: #ddd;
}
table.calendar td.specialday {
  background-color: #ccc;
}
*/

table.calendar th, table.calendar td {
  width: 22px;
  height: 20px;
  font-size: 0.83em;
  background-color: #fff;
}
table.calendar caption {
  font-size: 0.83em;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
table.calendar th {
  font-size: 0.83em;
}
table.calendar td.saturday {
  background-color: #f8f8f8;
}
table.calendar td.sunday {
  background-color: #eee;
}
table.calendar td.holiday {
  background-color: #eee;
}
table.calendar td.specialday {
  background-color: #ddd;
}



table.calendar caption {
	color: #000;
}

body.double table.calendar caption {

}

table.calendar caption a {
	padding: 0 5px;
	height: 1px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

table.calendar caption a:hover {
	color: #fff;
	background-color: #000;
}

/*--------------------------------------
	3.セル
---------------------------------------*/

table.calendar th,
table.calendar td {
	padding: 0;
	border: none;
	line-height: 20px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
}

table.calendar th {
	color: #333;
	background-color: #fff;
	background-image: url("../image/vicuna/grad01.gif");
	background-repeat: repeat-x;
}

table.calendar td {
}

/*--------------------------------------
	4.土日
---------------------------------------*/

table.calendar th.sunday {
	color: #fff;
	background-color: #7b808e;
	background-image: url("../image/vicuna/grad02.gif");
	background-repeat: repeat-x;
}

table.calendar th.saturday {
	color: #fff;
	background-color: #7b808e;
	background-image: url("../image/vicuna/grad02.gif");
	background-repeat: repeat-x;
}

/*--------------------------------------
	5.セル内のリンク
---------------------------------------*/

table.calendar td a {
	display: block;
	line-height: 2;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}

table.calendar td a:link {
	color: #fff;
	background-image: url("../image/vicuna/circle02.gif");
}

table.calendar td a:visited {
	color: #666;
	background-image: url("../image/vicuna/circle01.gif");
}

table.calendar td a:hover {
	color: #fff;
	background-image: url("../image/vicuna/circle03.gif");
}



/* 総合インデックス */
div.subindex {
  float: left;
  width: 145px;
  margin: 0px 15px 30px 15px;
}

/* 履歴インデックス */
div#main div.yhistory h2 {
  margin: 20px 0 10px 25px;
}
div.ycal-cell {
  display: inline;
  float: left;
  margin: 0 0 0 25px;
  width: 164px;
  height: 170px;
}
div.ycal-cell table.calendar caption {
  margin: 0 auto;
  text-align: center;
}
/* div.yhistory, div.ycal {
  clear: left;
} */

/* サイドバーカレンダー */
div#side table.calendar, div#side table.calendar caption {
  margin-left: auto;
  margin-right: auto;
}

/* ページ情報 */
div.info {
  font-size: 90%;
  color: #666;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}
div.info p {
  margin-bottom: 0.2em;
}
div.info img {
  float: left;
  margin: 0 1.5em 5px 0;
}
div.info:after {
  content: "";
  clear: left;
}

dl.field-dl dt, dl.field-dl dd {
  padding: 0.2em 0;
}