@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0;
	font-size:12px;
}

img,a {
	border:none;
}

body {
	margin:0 auto;
	padding:0;
	line-height:1.6;
	
}

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#news_contents {
	width:500px;
	margin:0 auto;
	padding:0;
}

div#news_contents02 {
	width:500px;
	margin:0 auto;
	padding:0;
}

div#news_contents h1,
div#news_contents02 h1{
	position:relative;
}

div#news_contents h1 div#close,
div#news_contents02 h1 div#close{
	position:absolute;
	left:441px;
	top:12px;
}

div#news_contents h1 div#close02,
div#news_contents02 h1 div#close02{
	position:absolute;
	left:487px;
	top:12px;
}

div#news_contents table.news_box,
div#news_contents02 table.news_box {
	width:500px;
	border-bottom:1px dotted #333333;
}

div#news_contents table.news_box td,
div#news_contents02 table.news_box td {
	padding:10px;
	vertical-align:top;
}

div#news_contents table.news_box td.date img,
div#news_contents02 table.news_box td.date img {
	margin-left:5px;
}


h2 {
	font-size:14px;
}


.copy {
	text-align:right;
}

td.center {
	text-align:center;
}


/* ニュース一覧 */
#second #news_table01{
	margin: 0px auto 30px;
}
#second #news_table01 th{
	border-bottom: 1px dotted #333333;
	padding-top: 7px;
	padding-bottom: 7px;
	font-weight: normal;
	text-align: left;
	width: 75px;
	padding-left: 5px;
}
#second #news_table01 td{
	border-bottom: 1px dotted #333333;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 20px;
}
#second #news_table01 .icon_td{
	width: 49px;
	padding-left: 0px;
}
#second #news_page_top{
	text-align: right;
	margin-bottom: 30px;
}
#second #news_bottom_link{
	width: 700px;
}
#second #news_bottom_link_left{
	float: left;
	width: 150px;
}
#second #news_bottom_link_right{
	float: right;
	width: 150px;
	text-align: right;
}

/* ニュース詳細 */

#second #news_detail_title01{
	margin: 0px auto;
	width: 700px;
}
#second #news_detail_title01_left{
	float: left;
	width: 630px;
	background-image: url(../img/icon_detail_title01_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	height: 34px;
	padding-left: 20px;
}
#second #news_detail_title01_right{
	float: right;
	width: 50px;
	padding-top: 10px;
}
#second #detail_date{
	text-align: right;
	margin-top: 5px;
	margin-bottom: 20px;
}
#second #detail_text01{
	margin: 0px auto 20px;
	width: 700px;
}
#second .news_detail_content01_wrap{
	margin: 0px auto;
	width: 700px;
}
#second .news_detail_content01{
	width: 300px;
	text-align: center;
	margin-bottom: 20px;
}
#second .news_detail_content01 img{
	margin-bottom: 20px;
}
#second .news_detail_content01_wrap .left{
	float: left;

}
#second .news_detail_content01_wrap .right{
	float: right;

}