@charset "Shift_JIS";

/* ビジネスグランプリ（年度） */
.ybgnendo {
	margin: 5px 0;
	padding: 2px;
	color: #FFF;
	background-color: #0020BD;
	font-family: 'MS PGothic', sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

/* 本サイトへのリンク(2009ファイナル) */
a.linktop {
	display: block;
	width: 100%;
	height: 173px;
	text-align: center;
	border: 3px solid #D6DDFF;
}
a.linktop img {
	margin-top: 30px;
	border: none;
}
a.linktop p {
	margin: 10px auto 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
}
a.linktop:hover {
	background-color: #D6DDFF;
}

/* バナー */
.itakubox {
	margin: 20px 0 40px 0;
	padding: 15px;
	background-color: #EEE;
}
.itakubox div {
	margin: 20px 40px;
	padding: 0 0 0 70px;
}
.itakubox div a {
	display: block;
	margin: 0;
	padding: 18px 30px 18px 20px;
	color: #FFF;
	background: url("/seminar/images/gaibu-go.gif") no-repeat #0020BD;
	background-position: right bottom;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
	border-right: 2px solid #47517E;
	border-bottom: 2px solid #47517E;
}
.itakubox div a:hover {
	color: #FFF;
	background: url("/seminar/images/gaibu-go-ov.gif") no-repeat #1740FF;
	background-position: right bottom;
	text-decoration: none;
}
.itakubox div a span.eng {
	color: #7DCFFB;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
