@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	background-color:#000;
}
body {
	margin: 0px;
	background: url(https://www.falcom.co.jp/txana_explus/resource/sub_bg.jpg) no-repeat fixed top center #000000;
	width: 100%;
	min-width: 1050px;
	overflow: hidden;
}



/* main-page_base -------------------------------- */	
#wrapper {
	min-width: 980px;
	position:relative;
	margin:0 auto;
	background-position:top center;
	line-height: 0px;
}
/*IE6*/
*html #wrapper {
	min-width: 980px;
	position:relative;
	margin:0 auto;
	background-position:top center;
	line-height: 0px;
}


/* MENU -------------------------------- */


#topmado {
	position:relative;
	width: 1032px;
	height: 90px;
	margin:0 auto;
	z-index:2;
}

#menubg {
	position:relative;
	width: 1032px;
	height: 91px;
	top: 8px;
	margin: 0px auto;
	background-image:url(https://www.falcom.co.jp/txana_explus/resource/menu_bg.jpg);
	z-index:2;
}

#main_menu {
	position:relative;
	width: 924px;
	height: 91px;
	margin: 0px auto;
	z-index:3;
}
.m01 a{
display:block;
width:187px;
height:91px;
background:url(https://www.falcom.co.jp/txana_explus/resource/menu01.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.m01 a:hover, .m01 a.on{
background-position: 0 -91px;
}
.m02 a{
display:block;
width:132px;
height:91px;
background:url(https://www.falcom.co.jp/txana_explus/resource/menu02.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.m02 a:hover, .m02 a.on{
background-position: 0 -91px;
}
.m03 a{
display:block;
width:189px;
height:91px;
background:url(https://www.falcom.co.jp/txana_explus/resource/menu03.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.m03 a:hover, .m03 a.on{
background-position: 0 -91px;
}
.m04 a{
display:block;
width:138px;
height:91px;
background:url(https://www.falcom.co.jp/txana_explus/resource/menu04.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.m04 a:hover, .m04 a.on{
background-position: 0 -91px;
}
.m05 a{
display:block;
width:135px;
height:91px;
background:url(https://www.falcom.co.jp/txana_explus/resource/menu05.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.m05 a:hover, .m05 a.on{
background-position: 0 -91px;
}
.m06 a{
display:block;
width:143px;
height:91px;
background:url(https://www.falcom.co.jp/txana_explus/resource/menu06.gif) no-repeat left top;
text-indent:-9999px;
text-decoration:none;
outline:none;
}
.m06 a:hover, .m06 a.on{
background-position: 0 -91px;
}


/* main-page_base -------------------------------- */
#contents_main {
	position: relative;
	width: 1032px;
	margin: 0 auto;
	z-index:3;
	top: 20px;
	margin-bottom: 15px;
	padding-bottom: 30px;
	min-height:100%;
	background-image:url(https://www.falcom.co.jp/txana_explus/resource/sub_conbg.jpg);
	overflow:auto;
}

/* --------------------SIDE-MENU-------------------- */

#sidemenu {
	float: left;
	position: relative;
	width: 263px;
	margin-bottom:12px;
}



div.list {
	width:240px;
	outline:none;
	margin-left:20px;
}

h2 {
	background-image: url(https://www.falcom.co.jp/txana_explus/resource/listbar.png);
	height: 28px;
	width: 240px;
	margin-top:0px;
	padding-left:10px;
margin-bottom:1px;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height:28px;
font-weight : normal;
	color:#FFF;
}



/* CONTENTS -------------------------------- */	


#contents {
	float: right;
	position: relative;
	width: 769px;
}

td.img-r {
 padding-right:7px;
}
td.img-l {
 padding-left:7px;
}





/* FOOTER -------------------------------- */
#footerbg {
	padding-top:10px;
	background-color:#000000;
	width:100%;
	min-width:1032px;
}
#footer {
	top:20px;
	width:1032px;
	margin: 0px auto;
}

/* PAGE UP -------------------------------- */

#page-top{
	width:100px;
	height:100px;
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	z-index:6;
}
 
#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
}
 
#page-top p:hover{
	opacity:0.8;
}
 
#move-page-top{
	line-height:100px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}

/* OTHER -------------------------------- */

#alpha a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}