@charset "shift_jis";

* {
	padding:0;
	margin:0;
}

body {
	background-image:url(wall.gif);
}

div#container {
	width:850px;
	margin:0 auto;
	background-color:#ffffff;

	background-image:url(wall_right.gif);
	background-repeat:repeat-y;
	background-position:670px 0;
	padding:0 20px;
}

div#header {
	width:850px;
	margin-bottom:20px;
}

div#left-part {
	width:650px;
	float:left;
}

div#right-part {
	width:200px;
	float:right;
}
div#footer {
	width:850px;
	clear:both;
	background-image:url(wall_footer.gif);
	text-align:center;
	padding:4px 0;
	color:#ffffff;
}


.item {
	background-image:url(wall_item.gif);
	background-repeat:no-repeat;
	padding:5px 0px 4px 20px;
	font-size:91%;
	font-weight:bold;
	border-bottom:1px solid #709E1C;
	line-height:125%;
}

.text {
	font-size:79%;
	line-height:125%;
}
.small-text {
	font-size:70%;
	line-height:125%;
}

.sage1 {
	margin-left:15px;
}

.space1 {
	margin-bottom:5px;
}

.space2 {
	margin-bottom:10px;
}
