/*////////////////////////////////////////////////////////////
	header
////////////////////////////////////////////////////////////*/

h3 {
	clear: both;
	margin-bottom: 15px;
}
h4 {
	margin-bottom: 15px;
}
#main p {
	margin-bottom: 20px;
}

/*////////////////////////////////////////////////////////////
	layout
////////////////////////////////////////////////////////////*/

.left {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}
.right {
	float: right;
	margin-bottom: 15px;
	margin-left: 30px;
}

/*////////////////////////////////////////////////////////////
	line
////////////////////////////////////////////////////////////*/

.break {
	background-image: url(/images/common/lin_05.gif);
	background-repeat: repeat-x;
	background-position: center;
	clear: both;
	font-size: 2px;
	line-height: 2px;
	height: 2px;
	margin-bottom: 10px;
}

/*////////////////////////////////////////////////////////////
	usecase
////////////////////////////////////////////////////////////*/

.usecase .image {
	float: left;
	width: 120px;
}
.usecase .text {
	float: right;
	width: 360px;
}

