@charset "utf-8";

body {
	min-width: 960px;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

#pagetop,
#panel_wrap {
	display: none !important;
}

/* #container
--------------------------------------------*/
#container {
	width: 100%;
}

/* #crumb, #pagetop, #panel_wrap
--------------------------------------------*/
#crumb {
	margin: 10px auto;
	width: 960px;
}


/* #content
--------------------------------------------*/
#content {
	width: auto;
	background-color: #000000;
}

/* #wrapper
--------------------------------------------*/
#wrapper {
	width: 100%;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: url(../images/bg.jpg) center top no-repeat;
	height: 1079px;
}


/* .inner
--------------------------------------------*/
.inner {
	width: 820px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
}


/*
--------------------------------------------*/
#wrapper h2 {
	margin: 0;
	padding: 198px 0 0 0;
	text-align: center;
	color: #ffffff;
}

/* .youtube
--------------------------------------------*/
.youtube {
	margin: 37px 0 0 0;
	padding: 4px 4px 12px 4px;
	background-color: #990000;
	position: relative;
	zoom: 1;
}
.youtube iframe {
	z-index: 1;
}
.youtube img {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 10;
}
.youtube p.annotation {
	margin: 0 15px;
	font-size: 12px;
	color: #ffffff;
}


/* .btn_icon
--------------------------------------------*/
.btn_icon {
	margin: 20px 0 0 0;
	min-height: 100px;
}
.btn_icon p.link {
	position: absolute;
	top: 31px;
	left: 107px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
}
.btn_icon p.icon1 {
	position: absolute;
	bottom: 0;
	left: 492px;
}
.btn_icon p.icon2 {
	position: absolute;
	bottom: 0;
	right: 100px;
}
.btn_icon p a {-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}
.btn_icon p a:hover, .btn_icon p a:active {opacity:.6;filter:alpha(opacity=60)}
.btn_icon p a:hover img, .btn_icon p a:active img {filter:alpha(opacity=60)}


/* .top_page
--------------------------------------------*/
.top_page {
	padding: 50px 0 20px 0;
}
	.top_page .footer_inner {
		margin: 0 auto;
		width: 960px;
		position: relative;
		zoom: 1;
	}
	.top_page .annotation {
		padding-top: 25px;
		font-size: 12px;
		color: #ffffff;
		text-indent: -1.4em;
		padding-left: 1.4em;
		line-height: 1.4em;
	}
	.top_page a {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	
	


