@charset "utf-8";
#content {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#title {
	width: 870px;
	margin: 25px auto 15px;
	text-align: center;
	background-image: url(../institution/images/title.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
	text-decoration: none;
}
#title h1 {
	font-weight: bold;
	display: none;
}

#title ul {
	margin: 0px;
	text-align: left;
	padding: 5px 0px 0px 300px;
}
#title li {
	list-style-type: none;
	display: inline;
}
#title a {
	color: #333333;
	text-decoration: none;
	background-image: url(../calendar/images/iconArrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	text-indent: 20px;
}

#title ul .clear { clear: left; }
#title h1 {
	font-weight: bold;
	display: none;
}
#content h2 {
	background-image: url(../commonImg/subTitle.gif);
	color: #567E1B;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background-repeat: no-repeat;
	clear: left;
	margin: 30px auto 10px 38px;
	padding: 1px 0px 0px 40px;
	height: 31px;
}
#content .gaiyou h2 {
	text-align: left;
	margin: 0px;
	padding: 2px 0px 0px 45px;
	color: #CC6666;
	background-image: url(../institution/images/subTitleBg.gif);
}
#content .gaiyou h2 a { background-color: #FFF; }
#content h3 {
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#content p.textBasic {
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	margin: 0px 20px;
}
#content .gaiyou:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#content .gaiyou {
	text-align: left;
	background-image: url(../institution/images/boxBg.jpg);
	background-repeat: no-repeat;
	clear: both;
	zoom:1;/*for IE 5.5-7*/
	margin: 30px 30px 0px 30px;
	padding: 20px 20px 5px 20px;
}
#content .gaiyou p {
	margin-top: 10px;
	font-size: 90%;
	line-height: 150%;
	color: #333333;
	margin-bottom: 10px;
}
#content .gaiyou ul {
	text-align: left;
	list-style-type: none;
	width: 578px;
	margin-bottom: 25px;
	margin-left: 205px;
	padding: 10px 10px 10px 0px;
}
#content .gaiyou img {
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #594D44;
	margin: 10px 15px 8px 15px;
}
#content .gaiyou li {
	display: inline;
	float: left;
}
#content .gaiyou li a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #594D44;
	display: block;
	width: 185px;
	background-image: url(../commonImg/iconLinkArrow.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	border: 1px solid #594D44;
	text-indent: 25px;
	padding: 3px 0px;
	margin: 5px 5px 0px 0px;
}
#content .gaiyou li a:hover { background-color: #FFCCCC; }
#content .rentalList {
	width: 700px;
	font-size: 90%;
	line-height: 150%;
	text-align: center;
	margin: 10px 55px;
	color: #4A4139;
	border-right: 1px solid #CC6666;
	border-bottom: 1px solid #CC6666;
}
#content .rentalList th,
#content .rentalList td {
	border-top: 1px solid #CC6666;
	border-left: 1px solid #CC6666;
}
#content .rentalList td {
	border-top: 1px solid #CC6666;
	border-left: 1px solid #CC6666;
	padding: 3px;
}
#content .rentalList th.item {
	font-weight: bold;
	color: #9F3535;
	background-color: #EFCBCB;
	padding: 3px;
}
#content .rentalList th.institution {
	background-color: #FCF3F3;
	text-align: left;
	font-weight: bold;
	color: #CC6666;
	padding: 3px 3px 3px 15px;
}
#content .rentalList td.left { text-align: left; }
#content .rentalList td.right { text-align: right; }
