BODY
{
  FONT-SIZE: 11px;
  COLOR: #222;
	SCROLLBAR-FACE-COLOR:#eff1f6;
	SCROLLBAR-SHADOW-COLOR:#eff1f6;
	SCROLLBAR-HIGHLIGHT-COLOR:#eff1f6;
	SCROLLBAR-3DLIGHT-COLOR:#eff1f6;
	SCROLLBAR-DARKSHADOW-COLOR:#D4E2E9;
	SCROLLBAR-TRACK-COLOR:#FFFFFF;
	SCROLLBAR-ARROW-COLOR:#D4E2E9;
  margin-bottom: 1em;
}
HR
{
	HEIGHT: 1px;
	COLOR: #C3C7D2;
	LINE-HEIGHT: 1px;
	PADDING: 0px;
	margin: 1px;
}

A{
    cursor: pointer;
}

A:link
{
    COLOR: #213f70;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A:visited
{
    COLOR: #213f70;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}
A:hover
{
    COLOR: #010101;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #213f70;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

/**主に左側に適用されるスタイル**/
div.left {
  float: left;
/*  margin-right: 185px;*/
  margin-right: 5px;
  margin-left: 15px;
  font-size:11px;
}
.left H1
{
    FONT-WEIGHT: BOLD;
    font-size: 32px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, Sans-Serif, Verdana, Geneva, Georgia;
    MARGIN-BOTTOM: 4px;
}

/*記事*/
.left div.entry {
  border: #d4e2e9 solid 1px;
  margin-bottom: 1em;
}
/*記事見出し*/
.left .entryTitle {
  BACKGROUND-COLOR: #ecf2f6;
  margin: 0px;
  padding: 0 4px;
  border-bottom: #d4e2e9 solid 1px;
  font-size: 15px;
  font-family: sans-serif;
  font-weight: normal;
}
/*記事本文*/
.left .entryBody {
  BACKGROUND-COLOR: #fbfbfc;
  padding: 5px;
}
div.entryBody a:link {
  color: #116f30;
  text-decoration: underline;
}
/*記事フッタ*/
.left .entryFoot {
  font-size: 9px;
  margin: 0;
  padding: 0;
  text-align: right;
  background-color: #bdd;
  border-top: #d4e2e9 double 2px;
  clear: left;
}

/* "次へ"とかの表示 */
.left div.pager{
  font: 10px monospace;
  text-align: right;
  border-top: #d4e2e9 solid 1px;
  border-bottom: #d4e2e9 solid 1px;
  margin: 0px;
  width: 100%;
  background-color: #ecf2f6;
}

/* トラックバックモジュール */
div.trackback_module{
}
table.trackback_text{
  border:  #d4e2e9 solid 1px;
  BACKGROUND-COLOR: #fbfbfc;
  width: 100%;
  font-size: 12px;
}
table.trackback_text td > b{
  background-color: #ecf2f6;
  border: #d4e2e9 solid 1px;
  font-size: 13px;
  font-weight: normal;
  height: 14px;
}

/* コメントモジュール */
div.comment_module td{
  BACKGROUND-COLOR: #fbfbfc;
  border:  #d4e2e9 solid 1px;
  width: 100%;
  margin: 0px;
  font-size: 11px;
}
div.comment_module tr:first-child > td{
  border: none;
}
div.comment_module tr{
  margin: 0px;
}
div.comment_module table{
  border-collapse: collapse;
}
/* コメントの題名 */
div.comment_module b{
  background-color: #ecf2f6;
  margin: 8px 0 0 0;
  padding: 0 4px;
  width: 100%;
  border: #d4e2e9 solid 1px;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: normal;
}

/*追加(tagname="ins")の表示法*/
ins {
  color: #550000;
  background-color: #FFF0E8;
  text-decoration: none;
}

/*引用(ブロック)(tagname="blockquote")の表示法*/
blockquote {
  padding: 1em;
  margin: 0.5em;
  border: solid #ddaadd 1px;
  background-color: #f8f8ff;
  color: #000022;
}

/*画像(tagname="img")にfloatさせたり枠つけたり*/
.left img {
  margin: 6px;
  float: left;
  border: solid 1px purple;
}

/*divソースコード用*/
div.code {
  border: green solid 1px;
  background-color: #DDFFDD;
  color: #001111;
  padding: 7px;
  margin: 1px 10px;
  overflow: auto; /*IEではうまくいかない。が、もう知らん。*/
}


/**主に右側に適用されるスタイル**/
div.right {
  position: absolute;
  width: 183px;
  right: 2;
  font-size: 11px;
}
.right h2
{
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 14px;
    FONT-WEIGHT: BOLD;
    COLOR: #FF0000;
    MARGIN-BOTTOM: 1px;
}
.right > div {
  margin-top: 10px;
  border: #ddd solid 1px;
}
.right h3 {
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: underline;
}
.right h3 > a{
  color: black;
}
.right h3 > a:hover{
  color: #004;
}

/*右側のバナーには枠等をつけない*/
.right img{
  margin: 0;
  float: none;
  border: none;
}

/*Calender用のCSS*/
.calendermonth {
  FONT-SIZE: 11px;
  font-weight: bold;
  font-variant: small-caps;
}
.calendermonth:first-letter {
  color: purple;
  font-family: cursive;
  font-size: 12px;
}
.calenderweek, .calenderday {
  margin: 0px;
  width: 18px;
}
.calenderweek {
  font-family: sans-serif;
  font-size: 9px;
  padding: 0px 1px;
  border: #999999 1px solid;
  text-align: center;
}
.calenderday {
  font-family: monospace;
  font-size: 10px;
  padding: 0px;
  border: #CCCCCC 1px dotted;
  text-align: right;
}

/* del.icio.us用 */
#delicious dt {
	border-top: 1px dashed black;
	font-size: 12px;
	line-height:12px;
}
#delicious dt > a:link,
#delicious dt > a:visited
{
	text-decoration: none;
}
#delicious dt > a:hover
{
	text-decoration: underline;
}

#delicious dd {
	margin-top: 0;
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 10px;
}
#delicious dt > img {
	margin:0;
	padding-right: 2px;
	display: none;
	width: 16px;
	height: 16px;
}

/* 右の柱で高さを制限してスクロールさせたい時。heightはdiv styleで指定のこと */
.overflow {
  overflow:auto;
  border-bottom:inset silver 1px;
}

/* 右の柱内でのリスト。 */
.right ul {
  list-style-type: square;
  margin: 0;
  font-size: 10px;
  padding-left: 2em;
}


/* 別窓で開く物についての設定 */
/* コメント窓 */
/* コメントタイトル */
td.comment_title{
  background-color: #ecf2f6;
  margin: 8px 0 0 0;
  padding: 0 4px;
  width: 100%;
  border: #d4e2e9 solid 1px;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: normal;
}
td.comment_title > b{
  font-weight: normal;
}

/* コメントテキスト */
td.comment_text{
  BACKGROUND-COLOR: #fbfbfc;
  border:  #d4e2e9 solid 1px;
  width: 100%;
  margin-top: 0px;
  border-top-width: 0px;
  font-size: 11px;
}

/* トラックバック窓 */
table.tb_excerpt{
  border:  #d4e2e9 solid 1px;
  BACKGROUND-COLOR: #fbfbfc;
  width: 100%;
  font-size: 12px;
}
table.tb_excerpt td > b{
  background-color: #ecf2f6;
  border: #d4e2e9 solid 1px;
  font-size: 13px;
  font-weight: normal;
  height: 14px;
}


