@charset "utf-8";
/* CSS Document */







/* core	================================================	*/



html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
br {
	letter-spacing:0;
}
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
body {
	font-family: "メイリオ", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	background:#fff;
	min-width:980px;
	font-size:12px;
	color:#676863;
}
a {
	text-decoration:none;
	color:#5a74bf;
}
a:hover {
	text-decoration:underline;
}
#exteriorWrapper {
	overflow:hidden;
}
#interiorWrapper {
	margin:0px auto;
	width: 980px;
}
#header {
	z-index:5;
	width:980px;
	height:151px;
	margin:0px auto;
	position:relative;
}
#header h1 {
	position: absolute;
	left: 388px;
	top: 8px;
	z-index:10;
}

#globalMenuLeft {
	position: absolute;
	left: 61px;
	top: 24px;
	width:340px;
}
#globalMenuLeft li {
	float: left;
	padding-left: 12px;
	margin-left: 4px;
	margin-bottom:10px;
	background: url(../img/header/menu_line.png);
	background-repeat: no-repeat;
	background-position: center left;
	height:14px;
	overflow:hidden;
}
#globalMenuLeft li:first-child {
	background:none;
	padding-left:40px;
	margin-left:0px;
}

#globalMenuLeft li.bgnone {
	background:none;
	padding-left:0px;
	margin-left:0px;
}

#globalMenuLeft li img {
	position:relative;
	top:0px;
}
#globalMenuLeft li.turningPoint {
	background:none;
	padding-left:0px;
	margin-left:258px;
}

#globalMenuRight {
	position: absolute;
	left: 616px;
	top: 24px;
	width:326px;
}
#globalMenuRight li {
	float: left;
	padding-left: 12px;
	margin-left: 4px;
	margin-bottom:10px;
	background: url(../img/header/menu_line.png);
	background-repeat: no-repeat;
	background-position: center left;
	height:14px;
	overflow:hidden;
}
#globalMenuRight li:first-child {
	background:none;
	padding-left:0px;
	margin-left:0px;
}

#globalMenuRight li.bgnone {
	background:none;
	padding-left:0px;
	margin-left:0px;
}

#globalMenuRight li img {
	position:relative;
	top:0px;
}
#globalMenuRight li.turningPoint {
	background:none;
	padding-left:0px;
	margin-left:258px;
}


/*
#globalMenu {
	position: absolute;
	left: 61px;
	top: 35px;
}
#globalMenu li {
	float: left;
	padding-left: 12px;
	margin-left: 4px;
	background: url(../img/header/menu_line.png);
	background-repeat: no-repeat;
	background-position: center left;
	height:14px;
	overflow:hidden;
}
#globalMenu li:first-child {
	background:none;
	padding-left:0px;
	margin-left:0px;
}
#globalMenu li img {
	position:relative;
	top:0px;
}
#globalMenu li.turningPoint {
	background:none;
	padding-left:0px;
	margin-left:258px;
}
*/

#header h2 {
	position: absolute;
	left: 0px;
	top: 67px;
}
#contentsWrapper {
	width:980px;
	margin:0px auto;
}
#footer {
	position:relative;
	background:#f3fdff;
	padding:20px 0px;
	width:100%;
	height:90px;
	font-size:10px;
	color:#686d70;
	z-index:100;
}
#footerContainer {
	width:980px;
	margin:0px auto;
	text-align:center;
	line-height:1.8em;
}
#footerContainer img {
	margin-top:15px;
}

#footerContainer .txt{
	float:left;
    width:840px;
    }
    
#footerContainer .mb_qr{
	float:left;
    padding-left:30px;
    }
    
.mb_qr img{
	margin:0 !important;
    }

/* player */
#player_wrapper {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
}

#player_bg {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	background:#fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#oreshuraPlayer {
	position:fixed;
	left:0px;
	top:0px;
}

#btn_close {
	width:59px;
	height:66px;
	overflow:hidden;
	position:fixed;
	left:-50px;
	top:0px;
	cursor:pointer;
	z-index:5;
}

#btn_close:hover img {
}