@charset "utf-8";

/*=============================================================================*/

*{
	padding:0px;
	margin:0px;
}

body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background:url(../img/bg.gif);
	text-align: center;
}

h1{
	font-size:9pt;
	font-weight:normal;
	white-space:normal;
	position:absolute;
	top:10px;
	left:30px;
}

p{
	line-height:1.6;
	text-indent:1em;
}

ol,ul{
	list-style:none;
}

/*=============================================================================*/

/*メインブロック*/
div.header,
div.contents{
	text-align:left;
	width:800px;
	margin:0px auto 0px auto;
}

/*=============================================================================*/

/*ヘッダー*/
div.header{
	clear:both;
}
div.header ul{
	list-style-type:none;
}
div.header ul li{
	display:inline;
}
div.header div.logo{
	clear:both;
	width:800px;
	height:100px;
	background:transparent url(../img/bg_header_top.jpg) no-repeat 0 0;
	position:relative;
}
div.header div.logo p.midashi{
	font-size:9pt;
	position:absolute;
	top:10px;
	left:30px;
}
div.header div.logo a {
	display:block;
	text-indent:-999999px;
	width:420px;
	height:70px;
	position:absolute;
	top:30px;
	left:0px;
}

/*ヘッダーナビゲーション*/
div.header div.headnavi{
	/*position:absolute;
	top:100px;
	left:0;*/
	clear:both;
}
div.header div.headnavi ul li a{
	display:block;
	float:left;
	height:30px;
	overflow:hidden;
	text-indent:-999999px;
}
div.header div.headnavi ul li.home a{
	width:130px;
	background:transparent url(../img/navi_home.gif) no-repeat 0 0;
}
div.header div.headnavi ul li.seiri a{
	width:140px;
	background:transparent url(../img/navi_seiri.gif) no-repeat 0 0;
}
div.header div.headnavi ul li.kabarai a{
	width:140px;
	background:transparent url(../img/navi_kabarai.gif) no-repeat 0 0;
}
div.header div.headnavi ul li.price a{
	width:130px;
	background:transparent url(../img/navi_price.gif) no-repeat 0 0;
}
div.header div.headnavi ul li.office a{
	width:130px;
	background:transparent url(../img/navi_office.gif) no-repeat 0 0;
}
div.header div.headnavi ul li.contact a{
	width:130px;
	background:transparent url(../img/navi_contact.gif) no-repeat 0 0;
}
div.header div.headnavi ul li a:hover,
div.header div.headnavi ul li.current a{
	background-position: 0 -30px;
}

/*=============================================================================*/

/*コンテンツブロック*/
div.contents{
	clear:both;
}
div.cntframe{
	font-size:10.5pt;
	letter-spacing:1.4px;
	border-top:0px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-color:#FFFFFF;
	padding:10px 0px 0px 0px;
}

/*パンくずブロック*/
div.pankuzu{
	font-size:9pt;
	padding:0px 0px 10px 10px;
	background-color:#FFFFFF;
	color:#646464;
}
div.pankuzu a{
	text-decoration:none;
}

/*左メニューブロック*/
div.cntleft{
	float:left;
	width:219px;
	margin-bottom:15px;
}
div.cntleft ul{
	list-style-type:none;
}
div.cntleft ul li{
	display:block;
}
div.cntleft div.menu{
	text-align:left;
	margin:0px 0px 0px 20px;
}
div.cntleft div.menu ul li.gyomu span,
div.cntleft div.menu ul li.system span,
div.cntleft div.menu ul li.kabarai a,
div.cntleft div.menu ul li.kabarai2 a,
div.cntleft div.menu ul li.regulation a,
div.cntleft div.menu ul li.kako a,
div.cntleft div.menu ul li.stop a{
	display:block;
	width:180px;
	height:33px;
	overflow:hidden;
	text-indent:-999999px;
}
div.cntleft div.menu ul li.gyomu span{
	background:transparent url(../img/menu_gyomu.gif) no-repeat 0 0;
}
div.cntleft div.menu ul li.system span{
	background:transparent url(../img/menu_system.gif) no-repeat 0 0;
	margin-top:15px;
}
div.cntleft div.menu ul li.kabarai a{ /* 未使用 */
	background:transparent url(../img/menu_kabarai.gif) no-repeat 0 0;
}
div.cntleft div.menu ul li.kabarai2 a{ /* 未使用 */
	background:transparent url(../img/menu_kabarai2.gif) no-repeat 0 0;
}
div.cntleft div.menu ul li.regulation a{
	background:transparent url(../img/menu_regulation.gif) no-repeat 0 0;
}
div.cntleft div.menu ul li.kako a{ /* 未使用 */
	background:transparent url(../img/menu_kako.gif) no-repeat 0 0;
}
div.cntleft div.menu ul li.stop a{ /* 未使用 */
	background:transparent url(../img/menu_stop.gif) no-repeat 0 0;
}
div.cntleft div.menu ul li.menu_row a{
	display:block;
	color:#000000;
	text-decoration:none;
	overflow:hidden;
	background:transparent url(../img/ar01_r.gif) no-repeat 0 0;
	width:160px;
	margin:10px 0px 0px 10px;
}
div.cntleft div.menu ul li.menu_row a span{
	display:block;
	margin:2px 10px 0px 20px;
}
div.cntleft div.menu ul li.menu_row a:hover,
div.cntleft div.menu ul li.current a{
	color:#CC3300;
	font-weight:bold;
	background:transparent url(../img/ar01_r_on.gif) no-repeat 0 0;
}
div.cntleft div.menu a.face{
	display:block;
	/*clear:both;*/
	margin:20px 0px 20px 0px;
}
div.cntleft div.menu a.yoyaku{
	display:block;
	/*clear:both;*/
	margin:0px 0px 20px 0px;
	width:180px;
	height:130px;
}

/*右コンテンツブロック*/
div.cntright{
	float:left;
	width:579px;
	margin-bottom:15px;
}
div.cntright p{
	padding-left:15px;
	padding-right:15px;
}
div.cntright p strong{
	color:#000099;
}

/*債務整理手続メニューブロック*/
ul.seiriblock{
	list-style-type:none;
	margin:10px 0px 0px 15px;
}
ul.seiriblock li{
	display:inline;
}
ul.seiriblock li a{
	display:block;
	float:left;
	width:260px;
	height:100px;
	overflow:hidden;
	text-indent:-999999px;
	margin-bottom:10px;
}
ul.seiriblock li.ninni a{
	background:transparent url(../img/block_ninni.jpg) no-repeat 0 0;
}
ul.seiriblock li.kabarai a{
	background:transparent url(../img/block_kabarai.jpg) no-repeat 0 0;
}
ul.seiriblock li.hasan a{
	background:transparent url(../img/block_hasan.jpg) no-repeat 0 0;
}
ul.seiriblock li.saisei a{
	background:transparent url(../img/block_saisei.jpg) no-repeat 0 0;
}
ul.seiriblock li a:hover{
	background-position: 0 -100px;
}

/*=============================================================================*/

/*フッター*/
div.bottom_sodan{
	clear:both;
	/*margin-top:10px;*/
}
div.bottom_sodan a{
	display:block;
	width:798px;
	height:40px;
	background:transparent url(../img/bottom_sodan.jpg) no-repeat 0 0;
	text-indent:-999999px;
	border-top:1px dashed #AAAAAA;
}

div.footer_block{
	clear:both;
	text-align:right;
	color:#666666;
	font-size:9pt;
	padding:5px 5px 5px 0px;
}

/*=============================================================================*/

img.idx{
	margin-top:10px;
	margin-left:15px;
}

/*=============================================================================*/

/*=============================================================================*/
/*トップページ*/
/*=============================================================================*/
div.telephone a{
	clear:both;
	display:block;
	width:520px;
	height:150px;
	background:transparent url(../img/index_telephone.jpg) no-repeat 0 0;
	text-indent:-999999px;
	margin:0px 0px 0px 30px;
}
div.telephone a:hover{
	background-position: 0 -150px;
}
div.t00{
	clear:both;
	width:330px;
	height:40px;
	background:transparent url(../img/m_00.gif) no-repeat 0 0;
	text-indent:-999999px;
	margin:10px 15px 5px 15px;
}
div.t01{
	clear:both;
	width:330px;
	height:40px;
	background:transparent url(../img/m_01.gif) no-repeat 0 0;
	text-indent:-999999px;
	margin:10px 15px 5px 15px;
}
div.t02{
	clear:both;
	width:470px;
	height:40px;
	background:transparent url(../img/m_02.gif) no-repeat 0 0;
	text-indent:-999999px;
	margin:10px 15px 5px 15px;
}
div.t09{
	clear:both;
	width:330px;
	height:22px;
	background:transparent url(../img/m_09.gif) no-repeat 0 0;
	text-indent:-999999px;
	margin:10px 15px 5px 15px;
}

/*=============================================================================*/
/*債務整理*/
/*=============================================================================*/
/*------------------------------------------------------------------------------*/
/*債務整理とは*/
div.item_ss_block{
	clear:both;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
div.item_ss_block p strong{
	color:#000099;
}
div.item_ss_block p.item_ss_words{
	font-weight:bold;
	line-height:2.0;
	text-indent:0em;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
/*------------------------------------------------------------------------------*/
/*多重債務とは*/
div.item_tazyu_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
/*------------------------------------------------------------------------------*/
/*グレーゾーン金利とは*/
div.item_gray_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
/*------------------------------------------------------------------------------*/
/*取立ＳＴＯＰ*/
div.item_stop_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
div.item_stop_block p strong{
	color:#000099;
}
/*------------------------------------------------------------------------------*/
/*再度の債務整理*/
div.item_again_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:5px;
}

/*=============================================================================*/
/*任意整理*/
/*=============================================================================*/
/*------------------------------------------------------------------------------*/
/*任意整理とは*/
div.item_ninni_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
div.item_ninni_block p strong{
	color:#000099;
}
/*------------------------------------------------------------------------------*/
/*任意整理のメリット*/
div.item_ninnimerit_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:1.6;
}
div.item_ninnimerit_block p{
	text-indent:0em;
}
/*------------------------------------------------------------------------------*/
/*任意整理のデメリット*/
div.item_ninnidemerit_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:5px;
	line-height:1.6;
}
div.item_ninnidemerit_block p{
	text-indent:0em;
}
div.item_ninnidemerit_block p.deme{
	margin-left:12px;
}
div.item_ninnidemerit_block p strong{
	color:#000000;
}

/*=============================================================================*/
/*過払い金請求*/
/*=============================================================================*/
/*------------------------------------------------------------------------------*/
/*過払い金請求とは*/
div.item_kabarai_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
div.item_kabarai_block table.tbl_kabarai{
	width:520px;
	border:1px solid #CCCCCC;
	margin-top:10px;
	margin-left:10px;
	font-size:9pt;
	letter-spacing:normal;
}
div.item_kabarai_block table.tbl_kabarai th{
	padding:3px;
	text-align:center;
	border:1px solid #CCCCCC;
	background-color:#DDF1FE;
}
div.item_kabarai_block table.tbl_kabarai th.c01{
	width:15px;
}
div.item_kabarai_block table.tbl_kabarai th.c02{
	width:60px;
}
div.item_kabarai_block table.tbl_kabarai th.c03{
	width:60px;
}
div.item_kabarai_block table.tbl_kabarai th.c04{
	width:85px;
}
div.item_kabarai_block table.tbl_kabarai th.c05{
	width:85px;
}
div.item_kabarai_block table.tbl_kabarai th.c06{
}
div.item_kabarai_block table.tbl_kabarai td{
	padding:3px;
	border:1px solid #CCCCCC;
}
div.item_kabarai_block table.tbl_kabarai td.c01{
	text-align:center;
}
div.item_kabarai_block table.tbl_kabarai td.c02{
	text-align:center;
}
div.item_kabarai_block table.tbl_kabarai td.c03{
	text-align:right;
}
div.item_kabarai_block table.tbl_kabarai td.c04{
	text-align:right;
}
div.item_kabarai_block table.tbl_kabarai td.c05{
	text-align:right;
}
div.item_kabarai_block table.tbl_kabarai td.c05k{
	text-align:right;
	color:#990000;
}
div.item_kabarai_block table.tbl_kabarai td.c06{
}
/*------------------------------------------------------------------------------*/
/*過払い金返還請求訴訟*/
div.item_kabarailawsuit_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
/*------------------------------------------------------------------------------*/
/*完済後の過払い金請求*/
div.item_kabaraiafter_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
/*------------------------------------------------------------------------------*/
/*過払い金請求と個人信用情報*/
div.item_creditinfo_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:5px;
}

/*=============================================================================*/
/*自己破産*/
/*=============================================================================*/
/*------------------------------------------------------------------------------*/
/*自己破産とは*/
div.item_hasan_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
/*------------------------------------------------------------------------------*/
/*自己破産の誤解*/
div.item_hasanmis_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:1.6;
}
div.item_hasanmis_block p{
	text-indent:0em;
}
div.item_hasanmis_block strong{
	color:#000099;
}
div.item_hasanmis_block p.mis{
	margin-left:12px;
}
/*------------------------------------------------------------------------------*/
/*自己破産のデメリット*/
div.item_hasandemerit_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:1.6;
}
div.item_hasandemerit_block p{
	text-indent:0em;
}
div.item_hasandemerit_block p.deme{
	margin-left:12px;
}
div.item_hasandemerit_block p strong{
	color:#000000;
}
/*------------------------------------------------------------------------------*/
/*免責不許可事由*/
div.item_nopermission_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:5px;
}

/*=============================================================================*/
/*個人再生*/
/*=============================================================================*/
/*------------------------------------------------------------------------------*/
/*個人再生とは*/
div.item_saisei_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
div.item_saisei_block p strong{
	color:#000099;
}
/*------------------------------------------------------------------------------*/
/*個人再生のメリット*/
div.item_saiseimerit_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:1.6;
}
div.item_saiseimerit_block p{
	text-indent:0em;
}
/*------------------------------------------------------------------------------*/
/*個人再生のデメリット*/
div.item_saiseidemerit_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:1.6;
}
div.item_saiseidemerit_block p{
	text-indent:0em;
}
div.item_saiseidemerit_block p.deme{
	margin-left:12px;
}
div.item_saiseidemerit_block p strong{
	color:#000000;
}
/*------------------------------------------------------------------------------*/
/*最低弁済額と清算価値保証の原則*/
div.item_saiseimin_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
div.item_saiseimin_block table.saisei_min{
	width:500px;
	border:1px solid #CCCCCC;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
}
div.item_saiseimin_block table.saisei_min th{
	padding:3px;
	border:1px solid #CCCCCC;
	background-color:#DDF1FE;
}
div.item_saiseimin_block table.saisei_min td{
	padding:3px;
	border:1px solid #CCCCCC;
}
/*------------------------------------------------------------------------------*/
/*住宅資金貸付債権（住宅ローン）に関する特則*/
div.item_saiseihome_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:5px;
}

/*=============================================================================*/
/*総量規制*/
/*=============================================================================*/
/*------------------------------------------------------------------------------*/
/*総量規制とは*/
div.item_regulation01_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:10px;
}
div.item_regulation01_block p strong{
	color:#000099;
}
/*------------------------------------------------------------------------------*/
/*規制の対象となる貸付*/
div.item_regulation02_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:5px;
	line-height:1.6;
}
div.item_regulation02_block p{
	text-indent:0em;
}

/*=============================================================================*/
/*手続の費用*/
/*=============================================================================*/
/*------------------------------------------------------------------------------*/
/*費用表示*/
.price{
	color:#000099;
	font-size:13pt;
	font-weight:bold;
	text-indent:0em;
}
/*------------------------------------------------------------------------------*/
/*費用について*/
div.item_price_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	line-height:1.6;
}
div.item_price_block strong{
	color:#000099;
}
/*------------------------------------------------------------------------------*/
/*債務整理相談*/
div.item_price01_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	line-height:1.6;
}
/*------------------------------------------------------------------------------*/
/*自己破産*/
div.item_price02_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	line-height:1.6;
}
/*------------------------------------------------------------------------------*/
/*個人再生*/
div.item_price03_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	line-height:1.6;
}
/*------------------------------------------------------------------------------*/
/*任意整理*/
div.item_price04_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	line-height:1.6;
}
div.item_price04_block strong{
	color:#000099;
}
/*------------------------------------------------------------------------------*/
/*過払い金請求*/
div.item_price05_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:5px;
	line-height:1.6;
}
div.item_price05_block strong{
	color:#000099;
}

/*=============================================================================*/
/*手続の流れ*/
/*=============================================================================*/
/*------------------------------------------------------------------------------*/
/*手続の流れ*/
div.item_flow_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	line-height:1.6;
}
div.item_flow_block strong{
	color:#000099;
}
div.item_arrow_block{
	clear:both;
	margin-left:180px;
	margin-bottom:5px;
}

/*=============================================================================*/
/*事務所案内*/
/*=============================================================================*/
/*アクセス*/
table.table_type_access{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}
table.table_type_access th{
	padding:5px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	color:#444444;
	font-size:10.5pt;
}
table.table_type_access td{
	padding:5px;
	text-align:left;
	letter-spacing:1.2px;
	line-height:1.2;
	color:#444444;
	font-size:10.5pt;
}
/*------------------------------------------------------------------------------*/
/*プロフィール*/
div.item_profile_block{
	clear:both;
	line-height:1.2;
	color:#444444;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}
div.item_profile_block p{
	padding:0px;
	margin:0px;
	white-space:normal;
	font-weight:100;
}
div.item_profile_block p strong{
	color:#444444;
}
div.item_profile_hist{
	margin-top:10px;
	width:450px;
}
div.item_profile_hist div.hist_list{
	border-bottom:1px dashed #AAAAAA;
	padding:2px 0px 1px 3px;
}
div.item_profile_hist div.hist_list div.y{
	float:left;
	width:70px;
}
div.item_profile_hist div.hist_list div.s{
}
/*------------------------------------------------------------------------------*/
/*免責事項*/
div.item_menseki_block{
	clear:both;
	line-height:1.6;
	color:#444444;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:5px;
}

/*=============================================================================*/
/*相談予約*/
/*=============================================================================*/
div.item_contact_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:10px;
	margin-bottom:10px;
	line-height:1.6;
	letter-spacing:1.4px;
}
div.item_contact_block strong{
	color:#000099;
}
div.item_contact_block .b_asterisk{
	font-size:8pt;
	color:#FF9900;
}
table.mail_form_table{
	background-color:#AAAAAA;
	width:530px;
}
table.mail_form_table th{
	text-align:left;
	background-color:#CCD0EE;
	font-size:10.5pt;
	line-height:1.6;
	letter-spacing:1.4px;
}
table.mail_form_table td{
	background-color:#FFFFFF;
	font-size:10.5pt;
	line-height:1.6;
	letter-spacing:1.4px;
}
table.mail_bottom_table{
	width:530px;
}
table.mail_bottom_table td{
	font-size:10.5pt;
	line-height:1.6;
	letter-spacing:1.4px;
}

/*=============================================================================*/
/*個人情報保護*/
/*=============================================================================*/
/*個人情報保護*/
div.item_privacy_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}
div.item_privacy_block p.privacy_title{
/*	display:block;*/
	text-align:center;
	font-size:12pt;
	font-weight:bold;
	color:#000066;
	text-indent:0em;
}
div.item_privacy_block p.privacy_sub_title{
	font-weight:bold;
	text-indent:0em;
}
div.item_privacy_block p.privacy_body{
	text-indent:0em;
}
/*守秘義務*/
div.item_protect_block{
	clear:both;
	margin-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
	line-height:1.6;
	color:#444444;
}

/*=============================================================================*/
/*サイトマップ*/
/*=============================================================================*/
div.item_sitemap_block{
	clear:both;
	margin-top:15px;
	margin-left:15px;
	/*margin-right:30px;*/
	margin-bottom:10px;
}
div.item_sitemap_block a{
	display:block;
	font-size:14pt;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	width:550px;
	height:50px;
	margin-bottom:5px;
	background:url(../img/bar_sitemap_main.jpg) no-repeat;
}
div.item_sitemap_block a:hover{
	color:#CC3300;
	background:url(../img/bar_sitemap_main_on.jpg) no-repeat;
}
div.item_sitemap_block a.sub{
	display:block;
	font-size:12pt;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	width:400px;
	height:35px;
	margin-left:150px;
	margin-bottom:5px;
	background:url(../img/bar_sitemap_sub.jpg) no-repeat;
}
div.item_sitemap_block a.sub:hover{
	color:#CC3300;
	background:url(../img/bar_sitemap_sub_on.jpg) no-repeat;
}
div.item_sitemap_block a span{
	display:block;
	clear:both;
	padding:15px 0px 0px 40px;
}
div.item_sitemap_block a.sub span{
	padding:10px 0px 0px 40px;
}

