@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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {
    letter-spacing: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

html {
	min-width:980px;
}
a, area {
  border:none;
  outline:none;
}

html, body, #exteriorWrapper {
	width:100%;
	height:100%;
	min-width:980px;
}

#exteriorWrapper {
	
	min-width:980px;
}

.newContents {
	background:url(../../img/menu_new.png);
	width:36px;
	height:36px;
	position:absolute;
	right:0px;
	top:0px;
}

body {
    line-height: 1;
    font-family: "メイリオ",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", sans-serif;
	background:url(../img/bg_pattern.gif);
	font-size:12px;
	line-height:1.5em;
	min-width:980px;
}

a {
	color:inherit;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
#header{
	position:relative;
}
#interiorWrapper {
	width:980px;
	margin:0px auto;
}

#logo {
	background:url(../../img/logo_top.png);
	width:479px;
	height:69px;
	position:relative;
	margin-top:17px;
}

#logo img {
	position:absolute;
	left: 244px;
	top: 14px;
}

#captionGlobalMenu {
	margin-top:11px;
	height:31px;
}

#globalMenu {
	line-height:0px;
	margin-top:5px;
	height:104px;
}

#globalMenu li {
	float:left;
	position:relative;
	overflow:hidden;
}

#globalMenu li span {
	display:block;
}

#gMenuA {width:139px;	height:51px;}
#gMenuB {width:142px;	height:51px;}
#gMenuC {width:140px;	height:51px;}
#gMenuD {width:140px;	height:51px;}
#gMenuE {width:140px;	height:51px;}
#gMenuF {width:140px;	height:51px;}
#gMenuG {width:139px;	height:51px;}

#gMenuH {width:139px;	height:53px;}
#gMenuI {width:142px;	height:53px;}
#gMenuJ {width:140px;	height:53px;}
#gMenuK {width:140px;	height:53px;}
#gMenuL {width:140px;	height:53px;}
#gMenuM {width:140px;	height:53px;}
#gMenuN {width:139px;	height:53px;}


#gMenuA img {margin-left:0px;}
#gMenuB img {margin-left:-139px;}
#gMenuC img {margin-left:-281px;}
#gMenuD img {margin-left:-421px;}
#gMenuE img {margin-left:-561px;}
#gMenuF img {margin-left:-701px;}
#gMenuG img {margin-left:-841px;}


#gMenuH img {margin-left:0px;		margin-top:-51px;}
#gMenuI img {margin-left:-139px;	margin-top:-51px;}
#gMenuJ img {margin-left:-281px;	margin-top:-51px;}
#gMenuK img {margin-left:-421px;	margin-top:-51px;}
#gMenuL img {margin-left:-561px;	margin-top:-51px;}
#gMenuM img {margin-left:-701px;	margin-top:-51px;}
#gMenuN img {margin-left:-841px;	margin-top:-51px;}

#globalMenu li .before {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#globalMenu li .after {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:0%;
	overflow:hidden;
}

#globalMenu li .after img {
	position:absolute;
	left:0px;
	bottom:0px;
}

#globalMenu li.active .before {
	display:none;
}

#globalMenu li.active .after {
	height:100% !important;
}

#mainArea {
	margin-top:25px;
	position:relative;
	padding-bottom:65px;
}

/* footer */
#footer {
	width:980px;
	margin:0px auto;
	
	position:relative;
	
}

#siteInfo {
	background:url(../img/qr.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:85px;
	padding-top:10px;
	min-height:63px;
}

#link {
	background:url(../img/footer/bg_linkBottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:480px;
	padding-bottom:6px;
	float:left;
}

#footerLinkList {
	line-height:0px;
	background:url(../img/footer/bg_linkMiddle.png);
	padding-left:30px;
	padding-top:20px;
	padding-bottom:14px;
}

#footerLinkList li {
	float:left;
	margin-left:20px;
}

#footerLinkList li:first-child {
	margin-left:0px;
}

#copyrights {
	margin-top:25px;
	float:right;
	background:url(../img/footer/line.png);
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:25px;
	
	text-align:right;
}

#copyrights span {
	display:inline-block;
	padding:0px 15px;
	color:#88ba19;
}
#copyrights a:link{color:#000000; text-decoration:none;}
#copyrights a:visited{color:#000000; text-decoration:none;}
#copyrights a:hover{color:#000000; text-decoration:underline;}
#copyrights a:active{color:#000000; text-decoration:underline;}

#siteInfo {
	font-size:10px;
	margin-top:20px;
}

#copyright {
	font-size:10px;
	margin-top:20px;
}

#btnTop {
	position:absolute;
	right:0px;
	bottom:0px;
	
	width:56px;
	height:58px;
	cursor:pointer;
	z-index:999;
}

#btnTop p {
	position:absolute;
	left:0px;
	top:0px;
	width:56px;
	height:58px;
}

#btnTop .after {
	display:none;
}

/* moviePlayer */
#floatPlayer {
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1000;
}

#floatBG{
	background:#b2ed21;
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}

#movieBG {
	background:white;
	height:552px;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
#movieArrowTop{
	width:383px;
	height:181px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-191px;
}
#movieArrowBottom {
	width:383px;
	height:181px;
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-191px;
}

#playerArea {
	height:552px;
	width:980px;
	position:absolute;
	left:0px;
	top:0px;
}

#btnMovieClose {
	cursor:pointer;
	position:absolute;
	right:-43px;
	top:-43px;
	
	width:86px;
	height:86px;
}
#btnMovieClose .berofe, #btnMovieClose .after {
	position:absolute;
	left:0px;
	top:0px;
	width:86px;
	height:86px;
}
#btnMovieClose .after {
	display:none;
}

#floatMoviePlayer {
	width:640px;
	position:absolute;
	left:50%;
	margin-left:-320px;
	top:90px;
}


#socialArea{
    position: absolute;
    top: 0px;
    right: 0px;
}

#socialHatena, #socialFacebook, #socialTwitter, #socialGoogle {
	float:left;
	margin-right: 10px;
}

#socialGoogle {
	margin-right:0px;
	overflow:hidden;
	width:90px;
}

#socialTwitter {
	overflow:hidden;
	width:110px;
}