@charset "utf-8";

h2 {
	color: #333333;
	font-weight: 800;
}

div.col {
	margin: 20px 10px 0 20px;
	padding: 10px;
}

	div.col p {
		line-height: 2;
		letter-spacing: 1px;
		margin: 5px 0 0 0;
		text-indent: 1em;
		
	}
	
table {
	width: 600px;
}

	th {
		width: 30%;
		text-align: center;
	}
	
	td {
		text-align: left;
		width: auto;
	}
	
#content p.about {
	font-size: 100%;
	letter-spacing: 0px;
	line-height: 1.8;
	margin: 10px 40px 10px 30px;
}

#content p.catch {
	color: #715C44;
}

div.section {
	border: 1px solid #EEE;
	margin: 0 0 15px 0;
	width: 730px;
	background-color: #fff;
}

img.right {
	margin: 20px;
	padding: 8px;
	border: 1px solid #ccc;
	background: #fff;
}
