/* 
	管理HOMEページのCSS定義
*/

/* **************************************************************************** */
/* CSSの再定義 Start */

div#sitemap ul,div#sitemap li {
	padding: 0;
	margin: 0;
}
div#sitemap ul {}
div#sitemap li {
	list-style: none;
	list-style-position: outside;
	line-height: 2.0;
	padding-left: 10px;
	background: url(../../img/bg_listmark.png) no-repeat 0 11px;
}
div#sitemap ul.li_info {
	margin-left: 20px;
}
div#sitemap li.headline {
	margin-top: 10px;
}

div#sitemap a:link {
	color: #3366ff;
	text-decoration: underline;
}
div#sitemap a:visited {
	color: #3366ff;
	text-decoration: underline;
}
div#sitemap a:hover {
	color: #ff6600;
	text-decoration: none;
	background: inherit;
}
div#sitemap a:active {
	color: #3366ff;
	text-decoration: underline;
}

/* 基本CSSの再定義 End */
/* **************************************************************************** */


/* テーブルの幅定義 */

















