/*==============================
	INDEX
	
==============================*/

/* コンテナ
--------------------------*/
#container{
	width:850px;
	margin:0 auto;
	padding-bottom:30px;
}

/* カテゴリータイトル
--------------------------*/
#category_title{
	position:relative;
	margin:0 5px;
	padding:19px 0 14px;
	background:url(../images/common/bg_tit_category.gif) repeat-x left bottom;
}
#textweb{
	position:absolute;
	left:245px;
	top:21px;
}


/* ヘッダーパンくず
--------------------------*/
#header_crumbs{
	margin:5px;
}
#header_crumbs ul li{
	float:left;
}
#header_crumbs ul li a {
	display:block;
	margin-right:4px;
	padding-right:11px;	
	background:url(/shared/img/footer/arw.gif) no-repeat right center;
}