﻿@charset "UTF-8";

body {
  scrollbar-base-color: #c3fea7;
  scrollbar-arrow-color: #073f03;
  scrollbar-track-color: #c3fea7;
  margin-top: 0px;
  margin-left: 5px;
  vertical-align: top;
  font-size: 15px;
}

br {
  letter-spacing:normal;
}

img {
  border:0;
  width: auto ;
  height: auto ;
}

table {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 0;
  border-collapse: collapse;
}

/*---新着情報用テーブルのカスタマイズ---*/
div#news_table table {
	width:100%;
	height:auto;
	margin:0;
	margin-left:0px;
	padding:0;
	border-collapse:collapse;
	border:0;
	font-size: 1em; 
}

div#news_table table th,
div#news_table table td {
	margin: 0;
	padding: 2px;
	width: auto;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	border: 0;
	white-space: normal;
}

div#news_table table th {
  width: auto;
	white-space:nowrap;
}

div#news_table p {
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 0;
	padding-top: 0px;
}

div#news_table a.bl {
  target: new window ;
}
div#news_table a.pa {
	target-name: parent;
}

p.new {
	background-position: right;
	background-image: url('images/new03.gif');
	background-repeat: no-repeat;
}
