@charset "utf-8";

img {
	border: none;
}
.g-clearer {
	clear: both;
}
.l-officeInfo {
	background: #400000;
	border: 1px solid #663333;
	width: 700px;
	padding: 0;
	margin: 0 auto;
}
	.l-officeInfo_head {
		background: #660700 url(http://www.kreza.net/archer/bg_top.png) repeat-x left top;
		height: 25px;
		margin: 0 auto;
		padding-top: 3px;
		text-align: center;
		width: 700px;
	}
		.b-officeInfo_head_title {
			border-bottom: 3px double #D06D4E;
			border-top: 1px solid #D06D4E;
			color: #FF0022;
			font-family: "Times New Roman",Times,serif;
			font-size: 14px;
			font-weight: bold;
			letter-spacing: 2px;
			text-transform: uppercase;
		}
	.l-officeInfo_body {
		margin: 0 auto;
		width: 700px;
		text-align: justify;
	}
		.b-officeInfo_body_column {
			float: left;
			padding: 5px;
		}
			#obc_first {
				background: #490000;
				border-right: 1px solid #663333;
				width: 200px;
				height: auto;
			}
			#obc_second {
				background: #400000;
				width: 459px;
				padding-left: 20px;
			}
			#obc_second p {
				text-indent: 0.5em;
			}
			.b-OIbc_row {
				margin: 0 auto;
				text-align: center;
			}