@charset "utf-8";


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height:18px;
	background-color:#F6F6F6;
}

img {
		border:none;
}

ul, li, p{
    padding:0px;
    margin:0px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#9E0B0E;
	font-weight:bold;
	padding-bottom:20px;
}

.box{
margin:0 auto;
width:656px;
height:246px;
background-image: url(img/bg.jpg);
background-repeat: no-repeat;
text-align:center;
margin-top:80px;
}

.txt{
margin:0 auto;
width:550px;
padding-top:60px; 
}

.cl{
clear: both;
}

a:link {text-decoration: none; color:#004A80;}
a:visited {text-decoration: none; color:#004A80;}
a:hover {text-decoration: none; color:#555;}
a:active {text-decoration: none; color:#555;}