@charset "utf-8";

table{
	line-height:1.3em;
}

.firstPost .expand{
	background:url("/images/img_arrow_collapse.gif") no-repeat scroll 450px 50px transparent;
	cursor:pointer;
	color:#FF6600;
	padding-bottom:5px;
}

.expand{
	background:url("/images/img_arrow_expand.gif") no-repeat scroll 450px 50px transparent;
	cursor:pointer;
	color:#FF6600;
	padding-bottom:5px;
}
.expand h2:hover{
 	cursor:pointer;
	color:#FFAB79;
	
}

.firstCollapse{
	padding-left:60px;
}
.collapse{
	display:none;
	padding-left:60px;
}
.firstPost .hide_post{
	display:block;
	position:relative;
	left:400px;
	bottom:45px;
	color:#666;
	text-decoration:underline;
}
.firstPost .hide_post:hover{
	color:#FF6600;
	text-decoration:underline;
	cursor:pointer;
}

.hide_post{
	display:none;
	position:relative;
	left:400px;
	bottom:45px;
	color:#666;
	text-decoration:underline;
}
.hide_post:hover{
	color:#FF6600;
	text-decoration:underline;
	cursor:pointer;
}
#fix {
    background-position: 450px 60px;
}
