/* CSS Document */
/* HTMLタグ再定義 */

/* ヘッダー */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: bold;
	margin:0;
	padding:0;
}

/*リスト*/
ul,ol{
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}

li{
	margin: 0px;
	padding: 0px;
}

/*リンク設定 */

a:link {
	color: #74654C;
	text-decoration: none;
}

a:visited {
	color: #2D2913;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: red;
	text-decoration: underline;
}

.center{
	text-align:center;
	}

.txtRight{
	text-align:right;
	}

table.node{
	margin:0;
	padding:5 10px;
	border:none;
	
	}

