@charset "utf-8";
/* CSS Document */

.boxOuter {
	width:670px;
	margin:0 auto 15px;
	background:url(../img/index/box_back.png) repeat-y;
	position:relative;
}
	.boxOuter .anchor {
		display:block;
		position:absolute;
		left:0; top:0;
		width:100%;
		height:125px;
		text-indent:-9999px;
		/*\*/
		overflow:hidden;
		/**/
	}
	.boxInner {
		background:url(../img/index/box_top.png) no-repeat;
		padding:20px 0 0 0;
	}
		.boxInner dl {
			background:url(../img/index/box_btm.png) no-repeat left bottom;
			padding:0 10px 15px 10px;
		}
			.boxInner dt {
				width:120px;
				height:90px;
			}
			.boxInner dd {
				min-height:90px;
				height:auto !important;
				height:90px;
				margin:-90px 0 0 125px;
				font-size:14px;
			}
				.boxInner dd p {
					line-height:1.2;
					margin:10px 0 0 3px;
				}
