@charset "utf-8";
/* セミナー

========================================================== */

.title {
	font-weight:bold;
	color:#ff9900;
}
.period {
	margin:20px;
	padding-left:20px;
	background-color:#f0f0f0;
	border-left: solid 5px #005555;
	color:#333333;
	line-height:25px;
}
#application a {
	margin:20px auto;
	display:block;
	background:url(images/application.gif) -300px 0 no-repeat;
	width:300px;
	height:40px;
	text-indent:-999em;
	font-size:5px;
	line-height:5px;
}
#application a:hover {
	background:url(images/application.gif) no-repeat;
}
#button a {
	margin:20px auto;
	display:block;
	background:url(images/button.gif) 0 0px no-repeat;
	width:400px;
	height:45px;
	text-indent:-999em;
	font-size:5px;
	line-height:5px;
}
#button a:hover {
	background:url(images/button.gif) 0 -45px no-repeat;
}
#s_account_01 a {
	display:block;
	background:url(images/application_01.gif) no-repeat;
	width:520px;
	height:80px;
	text-indent:-999em;
	font-size:5px;
	line-height:5px;
	margin:30px auto 50px 80px;
}
#s_account_01 a:hover {
	background:url(images/application_01.gif) 0 -82 no-repeat;
}
#index_box {
	width:620px;
	margin:0 20px;
	background-color: #ffffff;
}
#index_box dt {
	color:#F60;
	font-weight:bold;
}
#index_box dl {
	text-align:left;
	margin-top: 15px;
	border-bottom: dotted 1px #cccccc;
}
#index_box dd {
	margin:5px 0;
}
#index_box dl:after {
	height:0px;
	visibility: hidden;
	display: block;
	content: ".";
}
#index_box dt a.font_orange {
	color:#ff6600;
}

