body,img,p,span,table,td,tr,ul,li {
border:0;
margin:0;
padding:0;
font-family:"ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
color:#737373;
font-size:12px;
line-height:18px;
}

img{
  behavior: expression(IEPNGFIX.fix(this));
}
/*コメントリンク色設定*/
a.foldmark:link {
color: #fff;
text-decoration: none;
}

a.foldmark:visited {
color: #fff;
text-decoration: none;
}
a.foldmark:hover {
color: #fff;
text-decoration: underline;
}
/*通常リンク色設定*/
a:link {
color: #ff4d24;
text-decoration: none;
}

a:visited {
color: #ff4d24;
text-decoration: none;
}
a:hover {
color: #ff4d24;
text-decoration: underline;
}

body {
	margin: 0 ;
	padding: 0;
	/*overflow-x: hidden;横スクロールを消す*/
	
}

.blog_title{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:25px;
	padding-left:50px;
	}

.Date{
	color:#FFFFFF;
	margin-top:15px;
	margin-right:30px;
	}

.blog{
	
	padding-top:20px;
	padding-bottom:20px;
	}
	
.left_top{
	padding-top:10px;
	}
	
ul.datelist{
  list-style:none;
  padding-left:8px;
  text-align:left;
}
input.nameTextBox{
  width:80px;
  /*height:10px;*/
}
input.commentTextBox{
  width:410px;
  height:18px;
}
input.CommentButton{
  background:url(/images/blog/blog_21.gif) no-repeat left top;
  width: 36px;
  height: 18px;
  border: none;
  overflow: hidden;
  cursor: pointer;　/* カーソルを指マークに Operaはなぜか効かない*/
  text-indent: -9999px;　/*ボタンの文字を消す*/
  text-align: left;
  display: block; /*IEで背景が消えてしまう*/
/*
  background-image:url(/images/blog/blog_21.gif); 
  border-style:none;
  width:36px;
  height:18px;
  display: block;
  */
}

div.center_white{
/*style="background-image:url(/images/blog/blog_30.png); background-repeat:repeat-y; background-position:center; width:799px;"*/
  background-image:url(/images/blog/blog_30.png);
  background-repeat:repeat-y;
  background-position:center; 
  width:799px;
  min-height:542px;
  behavior: expression(IEPNGFIX.fix(this));
}