@charset "utf-8";

@import url("./common.css");
/* ===================================================================
 * 此処に集うすべてのエネルギーが応援です。
 　未来は、１粒の種子から紡がれる*:･'ﾟ☆
   Goldenflower拡張スタイルを適用
=================================================================== */

header { padding:23px 0 0px; min-height:266px;
 background:#000 url("../images/bg_header.jpg") 20% 0px repeat-x; background-size:532px 266px; z-index:3; 
}

#description { margin:4px auto 0px; font-size:80%; font-weight:bold; color:#fff; text-shadow:2px 2px 1px #000,-1px 0 1px #000; padding-left:3em;}
header h1 { margin:0; }
header h1 a { margin:0; 
	background: url("../images/icon_elf.png") 0 50% no-repeat; vertical-align:middle;
	background-size:auto 80px;
    display:inline-block; white-space: nowrap;
	padding:30px 0 10px 2.8em; 
}
header h1 a:hover {
    color:#000;
    text-shadow:1px 1px 20px #fd0,-1px -1px 20px #fd0,10px 10px 20px #fff,-10px -10px 20px #fff;
}
header h1 a {
	color:#fff; 
    text-shadow:1px 1px 20px #fd0,-1px -1px 20px #fd0,10px 10px 20px #fff,-10px -10px 20px #fff, 1px 1px 1px #333, -1px -1px 1px #333;
}

#breadcrumbs {
	width:100%;
	clear:both;
	font-size:11px;
	background:rgba(0,0,0,0.7);
	font-family:'Times New Roman','serif';
	color:#ffc;
	text-align:left;
}
#breadcrumbs li {display:inline-block; margin:0; line-height:11px;}
#breadcrumbs a { color:#fff; text-decoration:underline; }
#breadcrumbs a:hover { text-decoration:none; }
#breadcrumbs li:after { content: ">>"; margin:0 4px; }
#breadcrumbs li:last-child:after { content: ""; display: none; margin:0;}

