@charset "UTF-8";

/*---import CSS-----------------------------------*/
@import "base.css";
@import "parts.css";
/*---import CSS-----------------------------------*/

/* main styles
---------------------------------------*/
#law {
	width: 573px;
	height: 40px;
	background-image: url(../img/title/title_law.jpg);
	margin-bottom: 15px;
	text-indent: -9999px;
}

/* sidebar styles
---------------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#sidebar dl dt a:hover {
	border: 1px solid #000000;
}
#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar dl dd.title {
	font-weight: bold;
	margin-bottom: 0px;
}
#sidebar dl dd.title a {
	color: #FF0000;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	background-image: url(../img/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(../img/common/arrow_hover.gif);
}


/* table
---------------------------------------*/
#main table {
	margin-bottom: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-collapse:collapse;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
