﻿.top {
	background-image: url('../images/box/top.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
#box {
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.bottom {
	background-image: url('../images/box/bottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
.left {
	background-image: url('../images/box/left.jpg');
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
}
.right {
	background-image: url('../images/box/right.jpg');
	background-repeat: repeat-y;
	background-position: right;
	height: auto;
}
.top_left {
	background-image: url('../images/box/top_left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}
.top_right {
	background-image: url('../images/box/top_right.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.bottom_left {
	background-image: url('../images/box/bottom_left.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom_right {
	background-image: url('../images/box/bottom_right.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.center {
	padding: 25px;
}
th {
	font-style: italic;
	font-size: 1.5em;
}
td {
	padding: 5px;
}
.bold_italic {
	font-style: italic;
	font-weight: bold;
}
table {
	margin-right: auto;
	margin-left: auto;
}
.image_box {
	float: right;
}
.center_italics {
	text-align: center;
	font-style: italic;
}
