@charset "ISO-8859-1";

/*-- dept201005 --*/

div.column {
	width: 400px;
	background: url(images/bg3_bottom.jpg) no-repeat bottom;
	margin-bottom: 40px;
	margin-left:90px;
}
div.column .inner {
	background: url(images/bg3_top.jpg) no-repeat;
	padding: 20px 20px 20px 40px;
}
div.column .inner p {
	margin:0px;
}

div.column2 {
	width: 550px;
	background: url(images/bg1_bottom.jpg) no-repeat bottom;
	margin-bottom: 40px;
	margin-left:15px;
}
div.column2 .inner {
	background: url(images/bg1_top.jpg) no-repeat;
	padding: 20px 20px 20px;
}
div.column2 .inner ul {
	font-size:87.5%;
	margin-top:1em;
}
div.column2 .inner ul li {
	padding-bottom:5px;
}
div.boxleft {
	float:left;
	display:inline;
}
div.boxright {
	float:right;
	display:inline;
}
.cfix {
	display:inline-block;
}
.cfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
* html .cfix {zoom: 1;} /* IE6 */
*:first-child+html .cfix {zoom: 1;} /* IE7 */
