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

/*------- clearfix -------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}

a img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/*------- body -------*/

html{
	overflow-y:scroll;
	}

body {
	background:#fff;
	color:#000;
	font-size:80%;
	line-height:1.7em;
	letter-spacing: 0.05em;
}
a {
	text-decoration:none;
	color:#000;
}

a:hover{
	text-decoration:underline;
	color:#000;
}
a.underline {
	text-decoration:underline;
	color:#00F;
}

.bold {
	font-weight:bold;
}

.red {color:#a90024;}

img{vertical-align:bottom;}

/*------- header -------*/

#header{background:url(../image/header_bg2.jpg) repeat-x;}
.header_in{background:url(../image/header_bg.gif) bottom no-repeat; width:976px; margin:0 auto; height:122px;}
.logo{margin:22px 0 0 75px; float:left;}
.navi{float:right; margin:75px 56px 0 0;}
.navi ul li{float:left;padding:0 19px; border-right:1px solid #597261; height:18px;}
.navi ul li img{margin-bottom:1px;}
.naviend{border-right:none !important;}


/*------- footer -------*/
#footer{background:url(../image/footer_bg.gif) repeat; text-align:center; padding:20px 0;}
