@charset "utf-8";

h2.title {
	background-image: url(../images/title_other.gif);
}
div.bg {
	background-image: url(../images/bg_other.gif);
	border-bottom: 2px solid #d3b076;
}
div.category {
	background-color: #d3b076;
}

/*error
/*****************************************/

.error {color: #ff0000;}


.error_box {
	float: left;
	background-image: url(../other/images/error.gif); width: 530px; height: 254px;
}
	
.error_box span {
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #990000;
	margin-top: 60px;
	margin-left: 170px;
}

.error_box p {
	margin-top: 10px;
	margin-left: 170px;
	width: 350px;
	height: auto;
}



/*site information
/*****************************************/
.object_box {
	width: 510px;
	padding: 10px;
	float: left;
}

.object_box p {
	margin: 0;
}
	.object_box p.top_header {
		font-weight: bold;
		font-size: 130%;
	}
	.object_box p.main_header {
		font-weight: bold;
		font-size: 120%;
	}
	.object_box p.header {
		font-weight: bold;
		font-size: 110%;
	}
	.object_box ul {
		margin: 0 0 0 20px;
	}
		.object_box ul li {
			margin: 5px 0;
		}

.object_top {
	width: 510px;
	padding: 10px;
	text-align: right;
}
