﻿/*newsテーブルのデザイン*/
table {
	/*border: 3px double #330000;*/
	width: auto;
	height: auto;
	}

th {
	text-align: left;
	vertical-align: right;
	padding: 5px;
	/*background-color: #CCFFCC;*/
	}

td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	/*background-color: #FFFFCC;*/
	}

.column {
	font-size: 85%;
	color: #006600;
	width: auto;
	height: 270px;
	padding: 10px;
	margin: 10px;
	background-image : url(note2.gif);
	background-color: #FFFFCC;
	border:2px solid #006633;
	overflow: auto;
	}

.column2 {
	font-size: 90%;
	color: #663300;
	width: auto;
	height: 270px;
	padding: 10px;
	margin: 10px;
	background-image : url();
	background-color: #FFFFFF;
	border:1px solid #006633;
	overflow: auto;
	}

.column2 a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

a img { 
	border: 1px solid #666666; 

}

