* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	text-align: center;
	background-color: #ddeef6;
}
img {
	border-style: none;
}
a {
	color: #009999;
	text-decoration: none;
}


h1 {
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	line-height: 24px;
}
h1 a {
	color: #333;
	text-decoration: none;
}

#wall {
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/main_back.png);
	background-repeat: repeat-y;
}
#wall #head {
	height: 70px;
	padding-top: 15px;
	padding-bottom: 10px;
	background-image: url(../img/head_back.png);
	background-repeat: no-repeat;
}

#wall #search {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
#wall #search #q {
	width: 360px;
	padding: 5px;
	font-size: 24px;
}
#wall #search #bt {
	padding: 5px;
	font-size: 24px;
}
#wall #tubuyaki {
	padding-left: 20px;
	padding-right: 20px;
}
#wall #tubuyaki .box {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#wall #tubuyaki .box .link_img {
	float: left;
}
#wall #tubuyaki .box .say {
	margin-left: 60px;
}
#wall #tubuyaki .box .date {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	margin-left: 60px;
}
#wall #foot {
	background-image: url(../img/foot_back.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 10px;
	padding-left: 20px;
	clear: both;
}


#wall #foot a {
	text-decoration: none;
	color: #333;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}
.add {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	height: 90px;
	background-image: url(../img/add_back.png);
	background-repeat: no-repeat;
}
.add p {
	font-size: 9px;
	color: #999;
	text-align: left;
}

#wall #tubuyaki .box .say a {
	color: #009999;
}
#wall #tubuyaki .box .say a:hover {
	color: #007373;
}
.txt_c {
	text-align: center;
}
#wall .log {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#wall .keyword {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}
