@charset "UTF-8";
/* CSS Document */

#cont dl {
	margin-left: 100px;
	margin-top: 40px;
	margin-bottom: 30px;
}
#cont dl dt {
	float: left;
	width: 150px;
	text-align: center;
	letter-spacing: 0.2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	margin-right: 30px;
}
#cont dl dd {
	letter-spacing: 0.2em;
	text-decoration: none;
}
#cont dl dd a {
	text-decoration: none;
	color: #333;
}
#cont p iframe {
	margin-left: 100px;
	text-align: center;
	width: 800px;
}
.mojioo {
	font-size: 200%;
	height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px double #990;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	width: 600px;
	background-color: #FDF3E6;
}
#cont p {
	margin-top: 10px;
	margin-left: 50px;
}
