@charset "UTF-8";
@import "../../css/common.css";

/* ---------------------------------------------------------
	CSS Document Top Information
--------------------------------------------------------- */

#information {
	text-align: left;
}

#information h2 {
	width: 600px;
	height: 70px;
	overflow: hidden;
	background: url(../images/title.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#information h3 {
	width: 600px;
	height: 30px;
	overflow: hidden;
	margin-top: 20px;
	padding-left: 22px;
	background: url(../images/sub_title.jpg) no-repeat 0 0;
	font-size: 110%;
	line-height: 31px;
	color: #fff;
}

#information h4 {
	margin: 10px 5px 0;
	font-size: 100%;
}

#information p {
	margin: 10px 5px 0;
}

#information ul {
	margin: 0 5px;
	line-height: 116%;
}

#information ul li {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	padding-bottom: 5px;
	border: solid 1px #ccc;
	text-align: center;
	list-style: none;
}

#information ul li strong {
	display: block;
	padding: 5px 10px;
	background: #7E8BC0;
	color: #fff;
}

#information ul li img {
	margin: 5px;
}

#information .pdf {
	margin-left: 5px;
}

#information .entry {
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-right: 5px;
	border: solid 1px #ccc;
}

#information .entry strong {
	display: block;
	margin-bottom: 5px;
	padding: 5px 10px;
	background: #7E8BC0;
	text-align: center;
	line-height: 116%;
	color: #fff;
}

#information .entry em {
	margin-left: 10px;
	font-style: normal;
}

#information ol {
	margin: 5px;
	margin-left: 30px;
	text-align: left;
}

#information ol img {
	vertical-align: middle;
}

/* ---------------------------------------------------------
	CSS Document Information PDF
--------------------------------------------------------- */

#information p#pdf {
	line-height: 200%;
}

#information p#pdf br {
	display: none;
}

#information p#pdf a {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 10px;
	border-bottom: solid 1px #ccc;
	background: url(../images/pdf.gif) no-repeat 3px 5px;
}

