/* CSS Document */

/* contents */

#contents{
		width:760px;
		padding-top:20px;
		padding-bottom:20px;
		margin-right:auto;
		margin-left:auto;
}


h1{
		font-size:0.9em;
		line-height:1.5;
		color:#993333;
		margin-bottom:20px;
		border-bottom:1px solid #9c7445;
		border-left:10px solid #c5989e;
		padding-left:10px;
}

/* dl */

dl{
	border:1px solid #cccccc;
	background:#ffffff;
	float:left;
	padding:20px 20px 0px 20px;
	width:718px;
}

dt{
	font-size:0.9em;
	line-height:1.5;
	font-weight:bold;
}

dd{
	font-size:0.9em;
	line-height:1.5;
	margin-bottom:20px;
	margin-left:20px;
}
	
	
	
	
	
	
	
	
	
	