@charset "UTF-8";
/* CSS Document */

body {
	background-color: #231815;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
}

#contents {
	padding:30px 0 20px 55px;
	width:520px;
	font-size:80%;
	color:#333;
	line-height:160%;
}

p {
	
	margin:20px 0 ;
	padding:0;
	
}

.photo {
	margin-bottom:20px ;
	
}

