body, p, ol, ul, td, form{
  #font-family: verdana, arial, helvetica, sans-serif;
  font-family: "ＭＳ Ｐゴシック","sans-serif",verdana, arial, helvetica ;
  line-height: 130%;
  font-size: 10pt;
  color: dimgray;
}

textarea, text{
  font-family: "ＭＳ Ｐゴシック","sans-serif",verdana, arial, helvetica ;
  line-height: 140%;
  font-size: 10pt;
  color: dimgray;
}



.DiaryNum {margin: 15px 5px 10px 15px;}
.DiaryContents {margin: 15px 5px 40px 15px;	line-height: 140%;}

.ExpContents {
	/* 説明文章部分 */
	font-family: "ＭＳ Ｐゴシック","sans-serif",verdana, arial, helvetica ;
	margin: 15px 15px 20px 25px;	
	line-height: 140%;
}

pre {
  padding: 10px;
}


a:link {
	text-decoration: none;
	color: #0666E5;
}
a:visited {
	text-decoration: none;
	color: #1E8FFF;
}
a:hover {
	position: relative;
	left: 1px;
	top: 1px;
	color: #0F79FF;
	text-decoration : underline ;
}

a.menulink_c { color: #1E8FFF; }

.DateNum {font-size: 13pt;}
.DateJp {font-size: 11pt;}
.DateWday {font-size: 11pt;}
.BbsSub {border-bottom: 1px dotted dimgray; color:gray; font-size: 14pt;font-weight:bold; font-family: "ＭＳ 丸ゴシック",helvetica ; }
.BbsCate {border-bottom: 1px dotted dimgray;color:gray; font-size: 14pt;font-weight:bold; font-family: "ＭＳ 丸ゴシック",helvetica ; }

.fieldWithErrors {
  padding: 2px;
  background-color: orange;
  display: table;
}



#errorExplanation {
  width: 300px;
  border: 2px dashed #FF9C1A;
  padding: 15px 10px;
  margin-bottom: 15px;
  background-color: #FFFEE6;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  font-size: 12px;
  margin: -7px;
  background-color: #FFFEE6;
  padding: 5px 5px 5px 10px;
  color:#FF9C1A;
}

#errorExplanation p {
  color: dimgray;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}



h1 {
	text-align: center;
    margin: 0px; 
    border:none;
    padding:5px 70px 0px 0px; 
    font-size:13pt;
    line-height:13pt;
    font-weight:bold;

}


TABLE,TR,TD {
	margin: 0px;
	border: none;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	table-layout: fixed; /* 表示処理高速化 */
	border-collapse: collapse; /* ボーダーを重ねて表示 */
    background-color:white;"  /* 背景は白 */
	CELLSPACING:0px;
	CELLPADDING:0px;
}

img {
	margin: 0px;
	border: none;
	padding: 0px;
}