@import url("./layout-local.css");

/*
 * links.css
 */

/*
===============================================================================
id:GlobalNav
===============================================================================
*/

/*
===============================================================================
id:Contents
===============================================================================
*/

/*
-------------------------------------------------------------------------------
id:ContentsBody
-------------------------------------------------------------------------------
*/

#ContentsBody .box {
	float: left;
	width: 380px;
	margin: 0 20px 15px 0;
}
* html #ContentsBody .box {
	display: inline;
}

#ContentsBody .box .outline {
	border-left-style: solid;
	border-left-width: 5px;
/*	border-left-color: common.css */
	margin-bottom: 10px;
}

#ContentsBody .box .outline .name {
	border-bottom-style: solid;
	border-bottom-width: 1px;
/*	border-bottom-color: common.css */
	padding: 0 0 3px 5px;
	font-weight: bolder;
}

#ContentsBody .box .outline .url {
	padding: 3px 0 0 5px;
	font-size: 80%;
}

#ContentsBody .box .bannar {
	width: 224px;
}

#ContentsBody .box .bannar a {
	display: block;
	padding: 10px;
	border: 2px solid #ccc;
}
#ContentsBody .box .bannar a:hover {
	border: 2px solid #ddd;
}

/*
===============================================================================
HACK
===============================================================================
*/

