@charset "utf-8";

/* メイン部分
-------------------------------------------------------------------------------------*/
#present {
	float:left;
	width:655px;
	height: auto;
	padding-left: 17px;
}
#present .inner {
	float:left;
	width:655px;
	height: auto;
	margin-bottom: 10px;
}
#present h2 {
	float:left;
	width:655px;
	height: auto;
	display: block;
	padding-top: 5px;
}
#present h3 {
	float:left;
	width:630px;
	height: auto;
	display: block;
	padding-top: 20px;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#present h4 {
	width:405px;
	height: auto;
	padding-top: 5px;
	float: left;
	display: block;
	text-align: right;
	padding-right: 10px;
}
#present p {
	float:left;
	width:630px;
	height: auto;
	display: block;
	font-size: 110%;
	padding-bottom: 10px;
	margin-top: 20px;
}
#present p.right {
	float:left;
	height: auto;
	display: block;
	width: 415px;
	padding: 0px;
	margin: 0px;
}
#present p.left {
	float:left;
	height: auto;
	display: block;
	width: 200px;
	padding: 0px;
	margin: 0px;
}
#present .innerleft {
	float:left;
	width:215px;
	height: auto;
	padding-top: 10px;
}
#present .innerright {
	float:left;
	width:415px;
	height: auto;
	text-align: justify;
	padding-top: 10px;
}
