body {
  background-color: #C9D1D3;
  font-size: 12px;
  color: #444444;
  text-align: center;
  margin-top: 5px;
  font-family: "MS UI Gothic", sans-serif, Georgia;
}

input , textarea , select {
  font-size: 12px;
  font-family: "MS UI Gothic", sans-serif, Georgia;
  color: #777777;
}

select {
  text-align: center;
}
table {
  background-color: #FFFFFF;
}
td {
  vertical-align: top;
  text-align: left;
}

a:link {
  color: #028BDA;
  }

a:visited {
  color: #63B3E1;
}

/* クリックしたとき */
a:active {
  color: #FD7133;
  }

/* マウスが乗ったとき */
a:hover {
  color: #FB934D;
  text-decoration: none;
}

h1 {
  color: #0095C0;
  font-size: 22px;
  margin: 0px;
}

h2 {
  color: #F89E00;
  font-size: 18px;
  margin: 0px;
  border-left: 8px solid #F89E00;
  padding-left: 10px;
}

h3 {
  font-size: 16px;
  margin-top: 30px;
  border-left: 10px solid #00C000;
  padding:5px 10px;
  color:#FF7A39;
  
  /*
  background-color: #00C000;
  color: #FFFFFF;
  padding:2px;
  background-image: url(./jpg/h3.gif);
  background-repeat: repeat-y;
  padding-left: 10px;
  background-color: #999999;
  background-position: top;
  padding-top: 5px;
  border-left: 5px solid #F89E00;*/
}

h4 {
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: -10px;
}

strong , b {
  font-size: 13px;
  color: #FF9313;
}

p {
  line-height: 18px;
  color: #666666;
}
td {
}
pre {
  background-color: #777777;
  color: #FFFFFF;
  padding: 5px;
}
.tt {
  line-height: 12px;
  background-color:#FFFFFF;
}



/* トップ */
#top {
  width: 650px;
  background-image: url(jpg/TypingTitle2.jpg);
  background-repeat: no-repeat;
  background-position: right;
  height: 130px;
  text-align: left;
}


/* トップリンク */
#topLink {
  width: 650px;
  padding: 0px;
  line-height: 14px;
}
#topLink a img {
  border-width: 0px;
}

/* メイン */
#main {
  width: 650px;
  line-height: 18px;
}

#main li {
  list-style-image: url(jpg/yajirushi00.gif);
  margin-bottom: 5px;
}
#main li a {
  font-size: 14px;
}

/* 下部 */
#bottom {
  width: 650px;
}
#bottom a img {
  border-width: 0px;
}
#bottom li {
  list-style-image: url(jpg/yajirushi000.gif);
}
#bottom div , #bottom p {
  margin: 0px;
}

/* foot */
#foot {
  width: 650px;
  font-size:10px;
  text-align: right;
}
#foot a img {
  border-width: 0px;
}
#foot .rss {
  float: left;
}

/************************************* オリジナルCSS *********************************/
.green {
  border-left: 10px solid #00CA2B;
  padding-left: 12px;
  /* filter:alpha(opacity=50);*/
  filter: alpha(style=1, opacity=0, finishopacity=100);
  margin-bottom: 10px;
}
.green p {
  font-size: 10px;
  margin: 0px;
  color: #007419;
}
.green h3 {
  margin: -5px;
  border-left-width: 0px;
}

#main .green p {
  color: #AAAAAA;
}


.date {
  margin: 0px;
  font-size: 11px;
  color: #999999;
  line-height: 12px;
}

.line {
  width: 100%;
  background-image: url(./jpg/line01.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  margin:0px;
  line-height: 1px;
}
.commentBottom {
  text-align: right;
  font-size: 11px;
  color: #777777;
  background-image: url(./jpg/line01.gif);
  background-repeat: repeat-x;
  background-position: top;
  margin:0px;
}
.margin0 {
  margin: 0px;
}
.pre {
  background-color: #777777;
  color: #FFFFFF;
  padding: 5px;
}

/* カテゴリーインデックスのメインの記事リストに使用 */
.catIndex {
  list-style-image: url(jpg/yajirushi00.gif);
  background-image: url(jpg/line01.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  font-size: 11px;
  margin-bottom: 5px;
}
.catIndex a {
  font-size: 13px;
}

.fontBlack {
  font-family: "Arial Black";
}

.mylink {
  border: 1px solid #CCCCCC;
  padding: 10px;
  text-align: right;
  line-height: 18px;
  background-color: #E8F4F0;
}
.mylink input {
  color: #000000;
}
