@charset "Shift_JIS";

/* ==================== Layout ==================== */
/* -- default.css のheader宣言に影響される --*/
#flash {
	width: 640px;
	margin: 1px 15px;
}

#top-wrapper {
	clear: left;
	overflow: hidden;
	height: 100%;
	margin: 0 15px;
	padding: 0 0 10px;
	background: url(images/course_back.jpg) top left repeat-x;
}

#top-content {
	float: left;
	width: 640px;
}

#side-menu {
	float: right;
	width: 246px;
	background-color: #fff;
	margin: 0px 15px 10px 0px;
}

/* ==================== Content ==================== */
#course {
	width: 640px;
/*	height: 200px;	*/
	height: 140px;
	padding: 0px 0px;
}

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

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

#course-plan {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}
#course-message {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 4px;
}
#course-plan a {
	display: block;
	text-decoration: none;
	color: #fff;
}
#course-message a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.news-title {
	position: relative;
	top: 0px;
	left: 0px;
}

.news-title span {
	position: absolute;
	top: 3px;
	right: 30px;
}

.news-title span a {
	display: block;
	padding-left: 14px;
	font-size: 12px;
	text-decoration: none;
	background: url(http://www.jiu.ac.jp/tourism/base/images/arrow_title.jpg) 2px no-repeat;
	color: #8800ff;
}

.headline {
	margin-bottom: 0px;
}

.headline dt {
	clear: left;
	float: left;
	width: 90px;
	padding: 1px 10px 0px;
}

.headline dd {
	padding: 1px 10px 0px;
	background: url(http://www.jiu.ac.jp/tourism/base/images/line_dot.jpg) bottom left repeat-x;

}

.headline dd a {
	text-decoration: none;
	color: #0044aa;
}

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

/* ==================== Banner ==================== */
.banner {
	position: relative;
	margin-bottom: 4px;
}

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

.banner a {
	text-decoration: none;
	color: #555;
}
.banner a img {
	border: 2px solid #ddd;
}
.banner a:hover {
	color: #a3cf34;
}
.banner a:hover img {
	border-color: #a3cf34;
}
.sub-banner {
	margin-bottom: 4px;
}
.sub-banner img {
	margin-top: 3px;
}

.title-banner {
	margin-top: 8px;
	padding-left: 10px;
	background: url(http://www.jiu.ac.jp/tourism/base/images/arrow_submenu.jpg) 2px no-repeat;
}

.title-banner a {
	text-decoration: none;
	color: #0099ff;
}

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

