/* *******************************************************************
 * 001 Struct
 * ******************************************************************* */
div#left {
	width: 150px;
	float: left;
}

div#right {
	width: 640px;
	float: right;
}

/* *******************************************************************
 * 002 Left Column
 * ******************************************************************* */
div#left h3 {
	background-image: url( "./img/left-special.png" );
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 25px;
}

div#left ul {
	background-image: url( "./img/left-sideborder.png" );
	background-position: top left;
	background-repeat: repeat-y;
	padding-top: 5px;
}

div#left ul li {
	list-style-image: url( "../common/img/list.png" );
	margin-left: 25px;
	padding: 0px;
}

div#left {
	background-image: url( "./img/left-bottomline.png" );
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}







