body {
	background: url(https://extcollege.jim.nanzan-u.ac.jp/gakusei/img/bg.jpg) repeat-x 0 0;
}

#header-container {
	background: url(https://extcollege.jim.nanzan-u.ac.jp/gakusei/img/bg_headline.gif) repeat-x 0 0;
}

#header-container .row {
	background: url(https://extcollege.jim.nanzan-u.ac.jp/gakusei/img/header_logo.jpg) no-repeat top right;
	height: 100px;
}

#header-container .row.small {
	background: url(https://extcollege.jim.nanzan-u.ac.jp/gakusei/img/header_logo_s.jpg) no-repeat top right;
	height: 100px;
}

#header-container h2 {
	margin: 0;
	height: 100px;
	text-indent: -9999px;
	background: url(https://extcollege.jim.nanzan-u.ac.jp/gakusei/img/header_title.jpg) no-repeat top left;
}

#header-container .row.small h2 {
	background: url(https://extcollege.jim.nanzan-u.ac.jp/gakusei/img/header_title_s.jpg) no-repeat top left;
}

#content-container {
	background: #FFF;
	padding-top: 10px;
}

#copyright-container .row{
	background: #FFF;
	padding: 10px 0 0 0;
	border-width: 5px 0 0 0;
	border-color: #2953B0;
	border-style: solid;
}

.odd {
	background: #FFF;
	padding-top: 20px;
}

.even {
	background: #FCFCFC;
	border-width: 1px 0;
	border-color: #EEE;
	border-style: solid;
	padding-top: 20px;
}

1