﻿/* CSS レイアウト */


body {
	color: #958973;
	background-color: #fffff0;
}

h1 {
	color: #ffffff;
	background-color: #6a8e62;
}

a{
	color: #8000ff;
}

a:visited{
	color: #8000ff;
}

a:hover{
	color : Lime;
}

a:active{
	color : Lime;
}

.right {
	text-align: right;
}

.fs_x-small {
	font-size: x-small;
}
.fs_small {
	font-size: small;
}
