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

body{
	margin:0;
	padding:0;
	background-image:url(../image/stream/background.jpg);
	background-repeat: repeat-x;
}


#stream,#stream_header,#stream_content,#stream_footer{
	width: 703px;
}
#stream{
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
#stream_header{
	float: left;
	height: 237px;
}
#stream_header_left{
	background-image: url(../image/stream/stream_header_left.png);
	float: left;
	height: 237px;
	width: 212px;
}
#stream_header_center{
	background-image: url(../image/stream/stream_header_content.png);
	float: left;
	height: 211px;
	width: 361px;
	padding-top: 26px;
	padding-left: 1px;
}
#stream_header_right{
	background-image: url(../image/stream/stream_header_right.png);
	float: left;
	height: 237px;
	width: 129px;
}
#stream_content{

}
#stream_content_up{
	background-image: url(../image/stream/stream_content_up.png);
	float: left;
	height: 16px;
	width: 703px;
}
#stream_content_down{
	float: left;
	height: 46px;
	width: 703px;
}
#stream_footer{
	background-image: url(../image/stream/stream_footer.png);
	float: left;
	height: 98px;
	width: 703px;
}
