@import url("top.css");
@import url("list.css");
@import url("detail.css");

body {
	background-image: url("../../img/wall_00.gif");
	margin: 20px 0;
}

h1 { 
	font-size: 2em;
	font-weight: bold;
	background-image: url("../../img/line_100g.gif");
	text-align: right;
	margin: 0;
	padding: 0;
	width: 800px;
	height: 50px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#wall {
	width: 800px;
	background-image: url("../../img/bg_basic.gif");
	margin: 0 auto;
}

.footer {
    clear: both;
    font-size: 80%;
    font-weight: normal;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
