body { }

p { }

td { }

/*---------------
リンクの線は無し
-----------------*/
a {text-decoration: none;}

a:link { }

a:visited { }

a:hover { }

a:active { }

.margin0{ margin-top: 0px; margin-bottom: 0px; margin-left: 10px; margin-right: 0px; }

.line{ line-height: 110%;}

/*行の幅なし*/
.textm{ font-size:12px; }

/*通常使う文字*/
.texts{ font-size:96%; line-height: 120%; }

/*説明文に使う小さな文字・小さな文字*/
.textss{ font-size:90%; line-height:120%;}

/*font size=1並の文字*/
.textsss{ font-size:80%; line-height: 120%;}

/*テーブルが点線になる。tdの枠は表示されない*/
.dotted{ border:2px dotted #000000; }

strong{ color: #933333; }


.entry_date {
  font-family: "Verdana";
  font-size: 14px;
  font-weight: bolder;
  color: #414D7B;
  margin: 0px 20px 10px 0px;
  border-top:1px solid #444444;
  border-left:10px solid #444444;
  padding:0px 0px 3px 3px;
}

.entry_title     {
  color: black;
  font-weight: bold;
  font-size: 13px;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 0px 0px 0px 15px;
}

.entry_body   {
  font-size: 13px;
  line-height: 170%;
  word-break:break-all;
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 0px 10px 0px 15px;
  margin:5px 0px 0px 0px;
}

.entry_box {
	width:780px;
	border:dotted 2px orange;
	margin:1em;
	padding:1em;
}
