@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	color:#454545;
}

img {
	border:none;
	text-align: center;
}

body{
	background:#F4F0EB;
}

#wrapeer{
	width:708px;
	margin:30px auto 20px;
}

#contents{
	margin-top:20px;
}

#contents #contents_head{
	background:url(images/contents_head.jpg);
	width:708px;
	height:16px;
	vertical-align:bottom;
}

#contents #contents_foot{
	clear:both;
	background:url(images/contents_foot.jpg);
	width:708px;
	height:16px;
}

#contents #contents_txt{
	background:url(images/contents_back.jpg);
	width:708px;

}

#contents .txt{
	padding:10px 20px 0px;
	line-height:20px;
}

#contents .txt p{
	margin:0px 0px 20px;
}

#contents .txt h2{
	background:#eee;
	padding:3px;
	border:none;
	font-size:16px;
}

#contents .author{
	background:#eee;
	padding:5px;
	overflow:hidden;
	margin-bottom:10px;
}

#contents .author img{
	float:left;
	margin-right:5px;
}

#contents .author p{
	font-size:12px;
	margin:10px 0px 0px;
}

#contents .backnumber{
	text-align:center;
	padding:10px;
}

#contents .close{
	text-align:right;
	padding:10px;
}
