div#portfolio {
	float: left;
	width: 301px;
	padding: 30px 0 0 0;
}

div#portfolio_main_title {
	text-indent: -9999px;
	width: 301px;
	height: 31px;
	float: left;
	background-image: url(../images/samples_main_title.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 0 0 12px 0;
}

div.sample {
	width: 301px;
	height: 129px;
	float: left;
	padding: 0 0 11px 0;
}

div#sample_01 {
	background-image: url(../images/sample_01_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#sample_02 {
	background-image: url(../images/sample_02_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#sample_03 {
	background-image: url(../images/sample_03_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div#sample_04 {
	background-image: url(../images/sample_04_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div.sample_inner {
	float: right;
	width: 150px;
	padding: 21px 26px 0 0;
	text-align: right;
}