@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0;
	font-size:12px;
}

img,a {
	border:none;
}

body {
	margin:0 auto;
	padding:0;
	
}

p {
	line-height:1.6;
}


.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


div#contents {
	width:560px;
	margin:0 auto;
	padding:0;
}

div#contents02 {
	width:750px;
	margin:0 auto;
	padding:0;
}

div#contents h1,
div#contents02 h1{
	position:relative;
}

div#contents h1 div#close,
div#contents02 h1 div#close{
	position:absolute;
	left:671px;
	top:13px;
}

div#contents h1 div#close02,
div#contents02 h1 div#close02{
	position:absolute;
	left:487px;
	top:12px;
}

div#contents table.news_box,
div#contents02 table.news_box {
	width:720px;

}

div#contents table.news_box td,
div#contents02 table.news_box td {
	padding:10px;
	vertical-align:top;
	border-bottom:1px dotted #333333;
}

div#contents table.news_box td.date{
	margin-left:5px;
	width:100px;
}

div#contents table.news_box td.date img,
div#contents02 table.news_box td.date img {
	margin-left:5px;
}


h2 {
	font-size:14px;
}

div#contents02 table.news_box td.date {
	width:140px;
}

div#contents02 table.news_box td.p_txt {
	width:280px;
}

div#contents02 table.news_box td.p_img {
	width:340px;

}


