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

#single h1 {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #FFF;
	background-color: #306;
	height: 40px;
	text-align: center;
	margin: 0;
}

#single .entry-content img {
	margin-right: 10px;
	margin-bottom: 10px;
}
#single .entry-meta,
#single #comments,
#single .entry-utility,
#single #nav-above,
#single #nav-below { display: none; }
#single .padL12 { padding-left: 12px; }
#catList {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	text-align: left;
	margin-left: 24px;
}
#catList li {
	border: 1px solid #CCC;
	list-style-image: none;
	list-style-type: none;
	float: left;
	margin-right: 6px;
	margin-bottom: 20px;
}
.clear { clear: both; }
#catList li th {
	font-size: 10px;
	font-weight: normal;
	background-color: #CCC;
	color: #333;
	padding: 3px 6px;
	vertical-align: middle;
	width: 20px;
	border-top: 2px solid #FFF;
}
#catList li td {
	padding: 3px 6px;
	font-size: 10px;
	border-top: 2px solid #FFF;
}
#catList li .catListTitle {
	font-size: 12px;
	line-height: 23px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-color: #306;
}
#catList li .catListTitle a { color: #FFF; }
#catList li .catListTitle a:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	text-decoration: none;
}
#catList li .catListBody {
	display: block;
	padding: 6px 10px;
}
#catList li .catListBody a img { border-style: none; }
#catList li .catListBody table {
	margin-top: 4px;
	width: 140px;
	table-layout: fixed;
}
#tinybox {
	position:absolute;
	display:none;
	padding:10px;
	border:10px solid #e3e3e3;
	z-index:2000;
	background-color: #fff;
	background-image: url(TinyBox/images/preload.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#tinymask {
	position:absolute;
	display:none; 
	top:0; 
	left:0; 
	height:100%;
	width:100%; 
	background:#000;
	z-index:1500
}
#tinycontent {background:#fff}
#single td.padL12,
#single .entry-content p { text-align: left; }

#information {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding:0 0 0 21px;
}
#information li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 5px 5px 0px;
	padding: 30px 5px 5px;
	border: 1px solid #353F8D;
	font-size: 10px;
	background-repeat: no-repeat;
	text-align: left;
	width: 154px;
	float: left;
}
#information li.child1 { background-image: url(img/index1.gif); }
#information li.child2 { background-image: url(img/index2.gif); }
#information li.child3 { background-image: url(img/index3.gif); }
#information li.child4 { background-image: url(img/index4.gif); }
#information li.child5 { background-image: url(img/index5.gif); }
#information li.child6 { background-image: url(img/index6.gif); }
#information a img {
	margin-bottom: 5px;
	border-style: none;
}
#information a:hover img {
	margin-bottom: 5px;
	border-style: none;
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}
#information a { color: #333; }
#information a:hover {
	color: #666;
	text-decoration: none;
}
#topInformation {
	border: 1px solid #353F8D;
	margin: 0px 22px 0px 21px;
	padding: 30px 5px 5px;
	list-style-image: none;
	list-style-type: none;
	background-image: url(img/information.gif);
	background-repeat: no-repeat;
	height: 400px;
	overflow: auto;
}
#topInformation li {
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
	line-height: 180%;
	background-image: url(img/listmark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
}

#topInformation li a {
	font-size: 12px;
	color: #353F8D;
	text-decoration: none;
}
#topInformation li a:hover { color: #171D40; }



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.lastUpdate {
	font-size: 12px;
	text-align: right;
	padding-right: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: none;
}
