@charset "UTF-8";
/*CSSをリセットする*/
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

a {color:#000000;}
html {height:100%;}
body {position:relative;font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}


.font10px {font-size:10px;}
.font12px {font-size:12px;}
.font13px {font-size:13px;}
.font14px {font-size:14px;}
.font16px {font-size:16px;}
.font18px {font-size:18px;}
.fontbold {font-weight:bold;}
.fontnormal {font-weight:normal;}
.lh12px {line-height:12px;}
.lh14px {line-height:14px;}
.lh16px {line-height:16px;}
.lh18px {line-height:18px;}
.lh20px {line-height:20px;}
.lh22px {line-height:22px;}
.lh24px {line-height:24px;}


ul#brandmenu {width:400px;position:relative;margin:0px;}
#brandmenu li {height:48px;line-height:48px;overflow:hidden;font-size:16px;margin-bottom:10px;}
#brandmenu li a {width:400px;display:block;height:48px;line-height:48px;padding-left:48px;font-size:16px;background-repeat:no-repeat;}
#brandmenu li#navi01 a {background-image:url(../images/button_game.png);}
#brandmenu li#navi02 a {background-image:url(../images/button_live.png);}
#brandmenu li#navi03 a {background-image:url(../images/button_talk.png);}
#brandmenu li a:hover,#brandmenu li a.stay {color:#000099;text-decoration:none;}
#brandmenu li#navi01 a:hover {background-image:url(../images/button_game_on.png);}
#brandmenu li#navi02 a:hover {background-image:url(../images/button_live_on.png);}
#brandmenu li#navi03 a:hover {background-image:url(../images/button_talk_on.png)}
/*セクションの設定*/
div.section {
	width: 100%;
	max-width: 1800px;
	height: 800px;
	position: relative;
	margin: 0 auto;
}
/*レイヤーの設定*/
div.layer {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}