#content_left_col {
	margin-top: 46px;
}

#content_right_col {
	height: 46px;
}

#content_main {
	background-image: none;
}

#content_footer {
	padding-left: 513px;
}

#portfolio_category {
	width: 508px;
	float: left;
}

/** portfolio main **/
.port_menu {
	margin-top: -6px;
}

.port_menu a {
	display: block;
	background-position: top left;
}

.booklet {
	width: 157px;
	height: 45px;
	background-image: url('../images/portfolio/index/booklet_button.jpg');
}

.booklet:hover {
	background-position: 0 -45px;
}

.bcard {
	width: 268px;
	height: 51px;
	background-image: url('../images/portfolio/index/bcard_button.jpg');
}

.bcard:hover {
	background-position: 0 -51px;
}

.cms {
	width: 382px;
	height: 55px;
	background-image: url('../images/portfolio/index/cms_button.jpg');
}

.cms:hover {
	background-position: 0 -55px;
}

.identity {
	width: 167px;
	height: 50px;
	background-image: url('../images/portfolio/index/identity_button.jpg');
}

.identity:hover {
	background-position: 0 -50px;
}

.logo {
	width: 271px;
	height: 50px;
	background-image: url('../images/portfolio/index/logo_button.jpg');
}

.logo:hover {
	background-position: 0 -50px;
}

.poster {
	width: 129px;
	height: 45px;
	background-image: url('../images/portfolio/index/poster_button.jpg');
}

.poster:hover {
	background-position: 0 -45px;
}

.print {
	width: 118px;
	height: 50px;
	background-image: url('../images/portfolio/index/print_button.jpg');
}

.print:hover {
	background-position: 0 -50px;
}

.web {
	width: 159px;
	height: 40px;
	background-image: url('../images/portfolio/index/website_button.jpg');
}

.web:hover {
	background-position: 0 -40px;
}


/** category **/
.project_thumb {
	width: 164px;
	height: 165px;
	margin: 0 8px 19px 0;
	float: left;
	position: relative;
}

.project_thumb a {
	text-decoration: none;
}

.project_name {
	position: absolute;
	top: 0px;
	left: 14px;
	width: 145px;
	height: 18px;
	padding-right: 5px;
	background-color: #fefefe;
	color: #4b4a46;
	text-align: right;
}

.plus {
	position: absolute;
	top: 143px;
	left: 0px;
	width: 22px;
	height: 22px;
	display: none;
	background-color: #ffffff;
	color: #851c24;
	font: 18px/22px Verdana, Geneva, sans-serif;
	text-align: center;
}

.mr0 {
	margin-right: 0;
}

.arrow_left {
	width: 10px;
	height: 18px;
	display: block;
	float: left;
	background-image: url('../images/portfolio/arrow_left.gif');
}

.arrow_right {
	width: 10px;
	height: 18px;
	display: block;
	float: left;
	background-image: url('../images/portfolio/arrow_right.gif');
}

.page {
	width: 40px;
	float: left;
	text-align: center;
}





