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

a:link{color:#;}
a:visited{color:#;}
a:hover{color:red;}

a:hover img{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.link{
	text-align:right;
	margin-bottom:50px;
	clear:both;
}

img a{
	border:none;
}

p{
	font-size:14px;
}

p.p_link a{
	width:30px;
	height:7px;
	text-indent:-9999px;
	display:block;
	background:url(../img/p_link.gif) no-repeat;
	margin:30px auto 70px auto;
	clear: both;
}

p.p_link a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#footer{
	width:100%;
	height:220px;
	background:url(../img/foot_bg.gif) repeat-x;
	padding-top:60px;
	clear:both;
}

#footer_in{
	width:1000px;
	margin:auto auto;
}

.foot_logo a{
	width:340px;
	height:55px;
	background:url(../img/foot_logo.gif) no-repeat;
	text-indent:-9999px;
	display:block;
	margin:auto auto;
	margin-bottom: 5px;
}


p.add{
	font-size:12px;
	float: left;
	/*margin-right: 60px;*/
	margin-left: 150px;
	display: inline;
	margin-bottom: 10px;
}

.foot_link{
	font-size:12px;
	text-align:center;
	margin-top:30px;
	margin-bottom:35px;
	clear: both;
}

.copy{
	text-align:center;
	font-size:12px;
	color:#ffffff;
}