/* CSS Document */


body{
	background-image:  url(./img/bk.gif);
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	font-size : 0.9em;
}

td{
	line-height:1.2em;
	color:#222222;
}

H1 {
	margin : 0px;
	font-size : 1.2em;
}

.contents {
	width : 700px;
	margin : 10px 0px 20px 15px;
	padding : 0px;
	line-height : 1.2em;
	border : 0px dotted #ccc;
}

.area_footer {
	width : 700px;
	margin : 10px 0px 20px 15px;
	padding : 0px;
	border : 0px dotted #fc0;
}

.area_footer_logo {
	width : 230px;
	height : 70px;
	float : left;
}

.sub_title {
	width : 700px;
	margin : 0px 0px 7px 0px;
	padding : 0px 0px 3px 0px;
	border-bottom : 2px dotted #999;
}

