@charset "utf-8";
/* CSS Document */

#contents #mainTitle {
	height: 110px;
	width: 720px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	background-image: url(../link/images/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#contents #mainTitle h1 {
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	top: 80px;
	width: auto;
}
#contents table {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
}
#contents tr {
	background-color: #EBEBEB;
}

#contents th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 90%;
	line-height: 1.5em;
	color: #333333;
	padding: 1px;
}
#contents th a {
	color: #333333;
	text-decoration: none;
}
#contents th a:hover {
	text-decoration: underline;
}


#contents  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#contents tr:hover {
	background-color: #D7E0E1;
}

