html,body {
	padding: 0;
	margin: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
}
html {
	height: 100%;
}
body {
	color: rgb(26,26,26);
}
a {
	color: rgb(14,153,219);
	text-decoration: underline;
}
p {
	margin: 4px 0 14px 0;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
h1 {
	font-size: 28px;	
	color: rgb(32,62,113);
	margin: 0 0 10px 0;
}
h2 {
	font-size: 20px;
	margin: 25px 0 5px 0;
}
h3 {
	font-size: 18px;
	margin: 25px 0 5px 0;
}
h4 {
	font-size: 16px;
	margin: 5px 0 5px; 0;
	font-weight: bold;
}
ul {
	margin: 10px 0 20px 0;
	padding: 0;
	list-style-type: none;
}
ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url('i/li.png') no-repeat 0px 2px;
}
input {
	border: 1px solid rgb(20,20,20);
}
textarea {
	border: 1px solid rgb(20,20,20);
}
table {
	border-collapse: collapse;
}
table tr td, table tr th {
	border: 1px solid rgb(80,80,80);
	padding: 2px;
}
table tr th {
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	background: rgb(237,236,224);
}
img {
	border: none;
}
#main, #mains {
	width: 100%;
	padding-bottom: 10px;
	z-index: 100;
}
#blockin {
	width: 100%;
	padding-top: 26px;
}

/* === Content ===  */
#left, #ico, #count, #mail {
	display: none;
}
.imgm {
	margin-top: 20px;
	margin-bottom: 20px;
}
.news {
	margin-bottom: 20px;
	position: relative;
}
.news dt {
	font-size: 20px;
	margin: 25px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
}
.news dt strong {
	font-size: 16px;
	margin: 5px 0 5px; 0;
}
.news dd {
	margin-left: 0;
	height: 110px;
}
.news dd img {
	float: left;
	margin-right: 15px;
}
.guest {
	margin-bottom: 30px;
	font-size: 12px;
}
.guest dt {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.guest dt strong {
	font-size: 20px;
	margin-bottom: 4px;
	font-weight: normal;
	display: block;
}
.guest dd {
	margin: 6px 0 12px 0;
}
.guest dd p {
	margin-bottom: 4px;
}
ul.child {
	margin-top: 20px;
	font-size: 12px;
}
ul.child li {
	width: 180px;
	height: 340px;
	float: left;
	background: none;
	padding: 0;
	margin: 0 30px 10px 10px;
}
ul.child li h2 {
	margin-top: 6px;
}
span.active {
	background: rgb(105,169,199);
	padding: 2px;
	color: rgb(255,255,255);
}

/* === Footer ===  */
#bottom {
	width: 100%;
	height: 135px;
	z-index: 50;
}
#footer {
	height: 135px;
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
}
#phone {
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 15px;
}
#copy {
	position: absolute;
	font-size: 12px;
	margin-left: 10px;
	margin-top: 65px;
}
#dev {
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 12px;
}
#dev a {
	color: rgb(0,0,0);
	text-decoration: none;
}
#dev a span.link {
	color: rgb(14,153,219);
	text-decoration: underline;
}
#dev a:hover span.link {
	text-decoration: none;
}
#dev img {
	position: absolute;
	margin-left: -90px;
	margin-top: -22px;
}
