body{
	font-size : 14px;
	background : #dcdcdc;
	color : #666666;
	margin-top : 0px;
	margin-bottom : 0px;
}

div.top{
	text-align : center;
}

div.main{
	width : 710px;
	margin-bottom : 0px;
	margin-left : auto;
	margin-right : auto;
	margin-top : auto;
	margin-bottom : auto;
	text-aligin : left;
	background : #ffffff;
	padding : 0 5px;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
}

.box-top{
	background : #ccffcc url(img/c-1.gif) no-repeat top left;
}

.box-top span{
	background : url(img/c-2.gif) no-repeat top right;
	height : 40px;
	display : block;
}

.box-bottom{
	background : #ccffcc url(img/c-4.gif) no-repeat bottom left;
	margin-bottom : 0px;
}

.box-bottom span{
	background : url(img/c-3.gif) no-repeat bottom right;
	height : 40px;
	display : block;
}

.box-body{
	padding : 0px;
	background-color : #ccffcc;
	border : solid 1px #ccffcc;
	line-height : 150%;
}

h1{
	color : #ffffff;
	margin-top : 0px;
	background : #666666;
	margin-top : 15px;
	padding : 3px;
}

.txtbox{
	width : 680px;
}

a:link{
	color : #0000ff;
}

a:visited{
	color : #0000ff;
}

a:hover,
a:active{
	color : #ff0000;
}


