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

html {
	margin: 0;
	padding: 0
}

p{	font-size: 15px;
line-height: 2}

body{
	border-top: #c30d23 10px solid;
	margin: 0;
	padding: 0
}

#header{
	width: 1000px;
	height: 50px;
	margin: auto auto;
	padding: 35px 0;
}

h1{
	background: url(../img/headlogo.gif) no-repeat;
	width: 260px;
	height: 50px;
	text-indent: -9999px;
	float: left;
	display: inline;
}

#contact_box{
	width: 100%;
	background-color: #f2f2f2;
	padding: 30px 0;
	overflow: hidden;
	margin-bottom: 60px;
}
#contact_box_in{
	width: 650px;
	margin: auto auto;
}

#contact_box_in p{
	text-align: center;
	margin-bottom: 20px;
}

.red_contact{
	clear: both;
}

.red1 a,.red2 a{
	width: 300px;
	height: 75px;
	text-indent: -9999px;
	display: block;
}

.red1 a{
	background: url(../img/red1.gif) no-repeat;
	float: left;
}

.red2 a{
	background: url(../img/red2.gif) no-repeat;
	float: right;
}

.red1 a:hover,.red2 a:hover{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.foot_logo a{
	background: url(../img/headlogo.gif) no-repeat;
	width: 260px;
	height: 50px;
	text-indent: -9999px;
	display: block;
	margin: auto auto;
}

p.foot_add{
	text-align: center;
	margin: 10px 0 35px 0;
}

.foot_link{
	text-align: center;
	padding: 15px 0;
	background-color: #000;
	font-size: 13px;
}

.foot_link a{
	color: #fff;
}

.foot_link a:hover{
	color: #999999;
}


.copy{
	text-align: center;
	font-size: 12px;
	margin: 30px 0;
}