body {
	font-size: 14px;
	color: #333333;
	background-color: #fffaf3;
	line-height:1.5;
}

#container{
	width: 605px;
	margin: 0 auto;
}

#content{
	background:url(images/line_t.gif);
	background-repeat: repeat-y center top;
	width:  605px;
	height: 100%
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
	color: #fff;
}
a:link {
	text-decoration: underline;
	color: #FF9900;
}
a:visited {
	color: #F98E58;
}
 a:hover {
	color: #FF9900;
	text-decoration: underline;
 }
 
 a:active {
	text-decoration: none;
}.black {
	color: #000000;
	line-height:2;
}
.small {
	font-size: 12px;
}
.hikasa {
	color: #006600;
}
.red {
	font-size: 12px;
	color: #CC0000;
}
