* {
	margin: 0;
	height: auto;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(image/tc/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f2f3ed;
}
#wrapper {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 800px;
	float: left;
	height: 130px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
}
#leftcolumn {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 470px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-right-color: #5B4E44;
}
#rightcolumn {
	float: right;
	color: #666666;
	height: auto;
	width: 280px;
	display: inline;
	font-size: 12px;
}
#footer {
	width: 100%;
	clear: both;
	color: #0069b1;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

p{
	line-height:130%;
	color: #5B4E44;
}

img { border-style : none }

.blue{
color: #0069b1;
}

.pink{
color: #c74271;
}


#oubo a{
	display:block;
	width:140px;
	height:30px;
	background-image: url(image/tc/sub.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

#oubo a:hover{
	background-image: url(image/tc/sub_a.jpg);
	background-repeat: no-repeat;
	border: 1px solid #FF4A87;
}

.line{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 15px;
	margin-bottom: 15px;
}


.name{
	width: 280px;
	margin-bottom: 5px;
}

.from{
	width: 280px;
	margin-bottom: 5px;
}

.comment{
	width: 280px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #736357;
	border-right-color: #736357;
	border-bottom-color: #736357;
	border-left-color: #736357;
}
