@charset "UTF-8";
/* CSS Document */
body {
    font-family: Trebuchet MS, Helvetica, Arial, Geneva, sans-serif;
    font-size: 0.8em;
    line-height: 1em;
    color: #000;
    margin: 0px;
    padding: 0px;
    background: url(/img/back.png) top center repeat-x;
}
.wrapout {
	background: url(/img/top.jpg) top center no-repeat;
}
.wrap {
    width: 980px;
    margin: 0 auto;
    min-height: 600px;
}
a:link,
a:visited {
    text-decoration: none;
    color: #d42a2a;
}
a:hover {
    text-decoration: none;
    color: #000; 

}
a:active {
    text-decoration: none;
    color: #d42a2a;
}
a:focus { outline: 0 !important }
img { border: 0 }
.cl {
    display: block;
    clear: both;
    visibility: hidden;
}
.imgl {float: left; padding: 0px 15px 15px 0px;}
.fr { float: right }
.fl { float: left }
.left { width: 440px; float: left; }
.right { width: 494px; float: right; margin-right: 30px; padding-top: 300px; }
.title, h1 {
    font-size: 1.1em;
    color: #d42a2a;
    padding-bottom: 10px;
    margin-bottom: 5px;
    margin-top: 0px;
    padding-top: 0px;
}

.topleft {
	width: 50%;
	float: left;
}
.topright {
	width: 50%;
	float: right;
}
.topleft a {
	height: 150px;
	display: block;
}
.topright a {
	height: 150px;
	display: block;
	background: url(/img/top_tel.jpg) 216px 10px no-repeat;
}

.box {
	padding: 20px;
	background: white;
	box-shadow: 2px 2px 6px #838383;
	margin-bottom: 15px;
	line-height: 1.2em;
	font-size: 0.9em;
	text-align: justify;
}

.menu a{
	display: block;
	padding: 10px;
	background: white;
	float: left;
	box-shadow: 2px 2px 6px #838383;
}

.menu {height: 60px;}

ul {padding: 0px; list-style-position: inside; margin: 0px;}

.footer {padding: 10px 30px 40px 30px;}


.grid tr td img {padding: 15px 15px 15px 0px;}
.grid tr td {text-align: center}