@charset "utf-8";
@import "../../css/base.css";/*全ページ共通*/
@import "../../css/header.css";/*ページヘッダー*/
@import "../../css/footer.css";/*ページフッター*/
@import "../../css/tier.css";/*階層共通*/

a { 
	text-decoration:none;
	}
a:link {
	color: #7ac400;
}
a:visited {
	color: #7ac400;
}
a:hover {
	color:#a2f022;
	text-decoration:underline;
}
a:active {
	color: #999;
}

a.gray { 
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	}
a.gray:link {
	color: #333;
	font-size:11px;
	font-weight:normal;
}
a.gray:visited {
	color: #333;
	font-size:11px;
	font-weight:normal;
}
a.gray:hover {
	color: #999;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}
a.gray:active {
	color: #333;
	font-size:11px;
	font-weight:normal;
}

a.lightgray { 
	text-decoration:none;
	paddeing-top:-5px;
	}
a.lightgray:link {
	color: #999;
	paddeing-top:-5px;
}
a.lightgray:visited {
	color: #999;
	paddeing-top:-5px;
}
a.lightgray:hover {
	color:#CCCCCC;
	text-decoration:underline;
	paddeing-top:-5px;
}
a.lightgray:active {
	color: #999;
	paddeing-top:-5px;
}

#sitemap_main {
	width:960px;
	padding-left:19px;
	padding-right:19px;
	margin-left:auto;
	margin-right:auto;
	}
.sitemap_inn {
	width:922px;
	}
.sitemap_ber {
	width:922px;
	margin-bottom:10px;
	}
.sitemap_catwaku {
	margin-left:142px;
	width:780px;
	clear:both;
	}
.sitemap_cate {
	width:180px;
	margin-left:2px;
	float:left;
	}
ul.catg {
	background-image:url(../img/bcg_catg.gif);
	background-repeat:no-repeat;
	height:100px;
	}
ul.catg li {
	font-size:14px;
	color:#7ac400;
	font-weight:bold;
	padding-bottom:3px;
	padding-left:10px;
	text-align:left;
	height:20px;
	margin-top:-3px;
	}
ul.catg_sub {
	margin:-75px 0 0 15px;
	padding:0 0 0 0;
	line-height:normal;
	}
ul.catg_sub li {
	list-style-image:url(../img/arr_page.gif);
	margin:5px 0 0 15px;
	padding:0 0 0 0;
	text-align:left;
	line-height:normal;
	}
	
ul.catg2 {
	padding-bottom:3px;
	padding-left:10px;
	text-align:left;
	margin-top:5px;
	line-height:normal;
	}

ul.catg2 li {
	list-style-image:url(../img/arr_otyes.gif);
	margin:5px 0 0 15px;
	padding:0 0 0 5px;
	font-size:12px;
	color:#999;
	}
.btm_sp {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	}
