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

/* ----------------------

   10th header

---------------------- */


/* -------------------
	a : hover
-------------------- */
#header_10th a:hover {
opacity:0.85;
filter:alpha(opacity=85); /* IE6・7 */
-ms-filter: “alpha( opacity=85 )”; /* IE8 */
-webkit-transition: opacity 130ms ease-in;
-moz-transition: opacity 130ms ease-in;
-o-transition: opacity 130ms ease-in;
transition: opacity 130ms ease-in;
z-index: 0;
}



#header_10th {
	height: 110px;
	background: url(../img/header_10th_bg.png) center;
}
#header_10th #header_inr {
	position: relative;
	height: 110px;
}

#header_10th #header_inr h1 a {
	position: inherit;
	width: 396px;
	height: 110px;
	background: url(../img/header_10th_logo.png) 0 0 no-repeat;
}

#header_10th #header_inr p {
	position: absolute;
	top: 3px;
	left: 410px;
	width: 410px;
	height: 102px;
	background: url(../img/header_10th_txt.png) 0 0 no-repeat;
	text-indent: -9999px;
}


/*  sns button  */
#header_10th #header_inr #sns {
	position: absolute;
	top: 70px;
	right: 19px;
	width: 105px;
	height: 29px;
}
#header_10th #header_inr #sns li a {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
}
#header_10th #header_inr #sns li a.sns_Fb {
	background: url(../img/header_10th_fb.png) top;
}
#header_10th #header_inr #sns li a.sns_Tw {
	margin: 0 9px;
	background: url(../img/header_10th_tw.png) top;
}
#header_10th #header_inr #sns li a.sns_Rss {
	background: url(../img/header_10th_rss.png) top;
}