@charset "utf-8";
/* CSS Document */

#image {
	background:url(../images/index/image.jpg) no-repeat;
	overflow:hidden;
	padding-top:475px;
	height:0;
	width:900px;
	margin:0 auto;
}

#friendship a {
	background-image:url(../images/index/friendship.jpg);
	display:block;
	width:181px;
	height:0;
	padding-top:42px;
	overflow:hidden;
}
#friendship a:hover {
	background-image:url(../images/index/friendship_over.jpg);
}

#report {
	width:370px;
	float:left;
}

#text {
	width:460px;
	float:right;
	line-height:2;
	font-size:smaller;
}

#title2 {
	background:url(../images/index/title_mark.gif) no-repeat;
}

#text h2 {
	background:none;
	padding-left:0;
	border-bottom:none;
}
#text p {
	padding:10px 0 10px 5px;
}

#table1, #table2 {
	margin-top:10px;
	line-height:1.4;
}

#table1 .date {
	color:#0a64b4;
}
#table2 .date {
	color:#069141;
}
.date {
	font-weight:bold;
	padding-right:5px;
	vertical-align:top;
}
.text {
	font-size:small;
}