/* CSS Document */

body{
	background-color:#F4FFF4;
	margin-top: 0px;
	margin-bottom: 0px;
}
a:link { color:#666666; text-decoration: underline;}
a:visited { color:#666666; text-decoration: underline;}
a:hover { color:#666666; text-decoration: underline;}
a:active { color:#666666; text-decoration: underline;}

#all_stack{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #999999;
}
#main_contents{
	width: 709px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#header{
	width: 709px;
	height: 48px;
	background-image: url(../images/header.jpg);
}
#menu{
	width: 709px;
	height: auto;
	padding-top: 2px;
}
#footer{
	width: auto;
	height: 10px;
	background-color: #666666;
}
.small{
	font-size: small;
}
.x-small{
	font-size: x-small;
}
.line-height{
	line-height: 13pt;
	font-size: small;
}
.line-height_s{
	line-height: 12pt;
	font-size: x-small;
}
.style1 {color: #0099FF;

}

