@charset "utf-8";
/* CSS Document */
#wrapper{	
	background:#eaeaea;
	width:980px;
	height:720px;
	position:relative;
}

#container{
	padding:12px 0 10px;
	background:none;
}

#footer{
	position:absolute;
	bottom:0px;
	width:100%;

}
#primary{
	width:695px;
	float:left;
	margin-left:35px;
	position:relative;
	height:420px;
}
.primary_content_block {
	margin:15px 30px 0 35px;
	#margin:10px 30px 0 35px;
}
#index_portfolio_list {
	
	position:relative;
}
#index_portfolio_list_datas {
	height:100px;
	width:885px;
	overflow:hidden;
	position:relative;
}
.portfolio_btn {
	width:120px;
	margin:0 30px;
	float:left;
	
}
/*
#index_portfolio_list_left {
	width:50px;
	height:100px;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	background-color:#F00;
	border:solid 1px red;
}
#index_portfolio_list_right {
	width:50px;
	height:100px;
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	background-color:#F00;
	border:solid 1px red;
}

*/

#index_catetory_list {
	margin:0 30px 25px 35px;
	position:relative;
}
#list_left {
	cursor:pointer;
	position:absolute;
	left:0px;
	top:0px;
	height:19px;
	width:15px;
}
#list_center {
	background-image:url(images/bg_roll_bar.gif);
	position:absolute;
	left:15px;
	top:0px;
	width:885px;
	height:19px;
	overflow:hidden;
}
#list_right {
	cursor:pointer;
	position:absolute;
	right:0px;
	top:0px;
	height:19px;
	width:15px;
}
.category_btn{
	width:120px;
	height:18px;
	text-align:center;
	float:left;
	margin:0 3px;
	color:#FFFFFF;
}
.category_btn:hover{
	background:url(images/btn_index_on.png);
}
.category_btn a{
	color:#FFFFFF;
}
.category_btn a:hover{
	color:#FFFFFF;	
}

.category_btn_this {
	background:url(images/btn_index_on.png);
}
.category_btn_this a {
	color:#FFFFFF;	
}




.web_btn{
	width:95px;
	height:18px;
	padding-top:2px;
	margin:0px 5px;
	text-align:center;
	float:left;
}
.web_btn a{
	color:#ffffff;
	font-family:verdana;
	font-size:11px;
}
.web_btn a:hover{
	width:95px;
	height:18px;
	color:#000000;
	display:block;
	background:url(images/index/btn_web_on.png);
	_background:url(images/index/btn_web_on.gif);
	background-repeat:no-repeat;
	font-weight: bold;
	margin-top:-2px;
	padding-top:2px;
}