@charset "utf-8";

/*
	Company
----------------------------------------------------------------------*/

/*firstBlock---*/
#firstBlock {
	width: 430px;
	float: left;
}

#firstBlock dl {
	line-height: 1.75em;
	margin-bottom: 50px;
}

#firstBlock dl dt {
	font-weight: bold;
	float: left;
}

#firstBlock dl dd {
	padding-left: 100px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
}

#firstBlock ul {
	list-style: disc;
	margin-left: 25px;
}

#firstBlock .title {
	text-align: center;
	font-weight: bold;
	width: 100px;
	display: block;
	background-color: #EEE;
	padding: 5px;
	margin-bottom: 15px;
}
/*---firstBlock*/


/*secondBlock---*/
#secondBlock {
	float: right;
	width: 500px;
}

#secondBlock .blockTitle {
	font-size: 0.75em;
	margin-bottom: 15px;
}

#secondBlock .access {
	line-height: 1.75em;
	padding: 10px 15px;
	background-color: #F0F0F0;
	margin-top: 15px;
}

#secondBlock .access .notice {
	font-size: 0.9em;
}
/*---secondBlock*/
