@charset "utf-8";
#guide {
	display: none;
}

#pageTitle {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
}
#pageTitle .lead {
	float: right;
	padding-top: 20px;
}
#guide img.ttl {
	visibility: hidden;
}
#contents {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#contents #sidemenu {
	float: left;
	width: 240px;
	margin-bottom: 18px;
	margin-top: 15px;
}
#contents #sidemenu a {
	margin-bottom: 5px;
	display: block;
}
#contents #list {
	float: left;
	width: 670px;
	margin-bottom: 18px;
	margin-top: 10px;
	border: 5px solid #EAEAEA;
	padding: 10px;
}
#contents #list .ttl {
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	text-align: right;
	background-image: url(images/ttl-05.png);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 9px;
	padding-right: 5px;
}
#contents #list h3 {
	display: block;
	clear: both;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#contents #list h3 a {
	font-weight: bold;
	font-size: 17px;
}
#contents #list h3 .txt1_2 {
	font-size: 12px;
	font-weight: normal;
	float: right;
}
#contents #list table {
	margin-bottom: 40px;
	width: 670px;
}
#contents #list table th {
	width: 120px;
	padding: 5px;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: normal;
}
#contents #list table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
}

