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

/* ==========================================================================
   新着情報用CSS
   ========================================================================== */


body {
		background-image: url(img/bg.png);
	background-repeat: repeat;
}


/* //////////////////////////////////////////////////
[NEWS] 
////////////////////////////////////////////////// */
#newsbox {
	clear:both;
	width:800px;
	margin:0 auto;
	margin-top:100px;
	background-color:#fff;

			padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 35px;
		padding-top:30px;
		 border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;

}



table.ver2 {
	border-collapse:separate;
	margin:0;
	width:100%;
	text-align:left;
		border-top-width:4px;
	border-top-style: solid;
	border-top-color: #7288d5;

}
.ver2 th {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align:left;
	vertical-align: top;
}
.ver2 td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align:left;
	padding: 0.2em;
}
