@charset "Shift_JIS";

/* ==================== Layout ==================== */
#flash {
	width: 900px;
	height: 307px;
	margin: 0 0px;
}

#top-wrapper {
	clear: left;
	overflow: hidden;
	height: 100%;
	padding: 8px 8px 0px;
}

#top-content {
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-left:10px;
}

#top-menu {
	float: right;
	width: 220px;
	margin-top: 20px;
	margin-right: 10px;
}

/* ==================== Content ==================== */
#course {
	height: 101px;
	padding: 0 0 10px 0px;
}

#course p {
	letter-spacing: 1px;
}

html[xmlns] #course p {
	letter-spacing: 0px;
}

#course-japan {
	float: left;
	position: relative;
	margin-left: 4px;
}

#course-japan a {
	display: block;
	text-decoration: none;
	color: #fff;
}

#course-hikaku {
	float: left;
	position: relative;
}

#course-hikaku a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.summary-course-japan {
	position: absolute;
	top: 42px;
	left: 60px;
	font-size: 10px;
	line-height: 140%;
	white-space: nowrap;
	color: #fff;
}

#course-china {
	float: left;
	position: relative;
	margin-left: 4px;
}

#course-china a {
	text-decoration: none;
	color: #fff;
}

#course-korea {
	float: left;
	position: relative;
	margin-left: 4px;
}

#course-korea a {
	text-decoration: none;
	color: #fff;
}

.summary-course-china {
	position: absolute;
	top: 55px;
	left: 60px;
	font-size: 10px;
	line-height: 140%;
	white-space: nowrap;
	color: #fff;
}

.summary-course-korea {
	position: absolute;
	top: 55px;
	left: 58px;
	font-size: 10px;
	line-height: 140%;
	white-space: nowrap;
	color: #fff;
}

.main-title {
	position: relative;
}

.main-title span {
	position: absolute;
	top: 0px;
	right: 0px;
}

.main-title span a {
	display: block;
	padding-left: 10px;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}

.headline {
	margin-bottom: 20px;
	font-size: 80%;
	line-height: 1.4;
}

.headline dt {
	clear: left;
	float: left;
	padding: 10px 20px 10px 5px ;
	width: 4.5em;
}

.headline dd {
	padding: 10px 0;
	background: url(../common/img/line_dot.jpg) bottom left repeat-x;
}

.headline dd img	{
	vertical-align: middle;
}

.headline dd a {
	text-decoration: none;
	color: #791A3E;
}

.headline dd a:hover {
	text-decoration: underline;
}

/* ==================== Menu ==================== */
.banner {
	position: relative;
	margin-bottom: 3px;
}

html[xmlns] .banner {
	position: relative;
	margin-bottom: 8px;
}

.banner a {
	text-decoration: none;
	color: #791A3E;
}

.banner a img {
	border: 2px solid #fff;
}

.banner a:hover {
	text-decoration: underline;
}

.banner a:hover img {
	border-color: #a3cf34;
}

.sub-banner {
	margin-bottom: 4px;
}

.sub-banner img {
	margin-top: 3px;
}

.title-banner {
	margin-top: 15px;
	padding-left: 20px;
	background: url(../common/img/arrow_submenu.gif) 2px no-repeat;
	font-size: 80%;
	line-height: 1.4;
}

.title-banner a {
	text-decoration: none;
	color: #791A3E;
}

.title-banner a:hover {
	text-decoration: underline;
}

