@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #E7E5D6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* --- TEMPLATE --- */
#template-top {
	background: #E7E5D6 url("../images/tpl-top.gif") no-repeat top left;
	height: 142px;
}
#template-top img {
	border: none;
}
#template-bottom {
	background: #E7E5D6 url("../images/tpl-bottom.gif") no-repeat top left; 
	padding-left: 140px;
	height: 200px;
}
#page-menu {
	background: url("../images/tpl-menu.gif") repeat-x;
	height: 64px;
}
#page-menu img {
	border: none;
}
#page-menu-top {
	height: 33px;
	margin-left: 440px;
}
#page-menu-bottom {
	height: 31px;
}

/* --- COMMON --- */
#content {
	background: #fff;
	color: #666;
	border: 1px solid #837D42;
	border-left: none;
	border-right: none;
}
#content a {
	color: #BC161C;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px dotted #BC161C;
}

#main-wrap {
	width: 800px;
	padding: 0 50px 50px;
	
}
#main-wrap p {
	padding: 10px 0;
}
.page-title {
	padding: 20px 0;
	clear: both;
}

.float-img-left {
	float: left;
	padding: 0 10px 10px;
}
.float-img-right {
	float: right;
	padding: 0 10px 10px;
}
.page-content h4 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-style: italic;
	padding: 10px 0;
	
}
.page-content h5 {
	font-size: 14px;
	padding: 10px 0;
	margin: 0px;
}
.page-content ul {
	padding-left: 40px;
	
}
.page-content ol {
	list-style-position: inside;
}
.movie-box {
	
	width: 800px;
	margin: auto;
	
	
}
.page-tables {
	border-collapse: collapse;
}
.table-head {
	padding: 5px;
	background: #BC161C;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: 1px solid #000;
}
.table-row-title {
	background: #ccc;
	color: #000;
	padding: 3px;
	border: 1px solid #000;
}
.table-row-info {
	text-align: center;
	border: 1px solid #000;
}
.form-input {
	padding: 3px;
	border: 1px solid #ccc;
}
/* --- INDEX --- */
#main-top {
	background: #e7e5d6 url("../images/main_top.gif") no-repeat center;
	height: 297px;
}
#main-menu {
	background: #e7e5d6 url("../images/main_menu.gif") no-repeat center;
	font-family:Arial, Helvetica, sans-serif;
	height: 36px;
}
#main-menu1 {
	text-align: center;
}
#main-menu1 img {
	border: none;
}
#main-bottom {
	background: #e7e5d6 url("../images/main_bottom.gif") no-repeat center;
	height: 415px;
}
/* --- SCHOOL --- */
/* --- SPA --- */
.spa-menu {
	padding-left: 380px;
}