/* -------------------------------------------
browser style reset
--------------------------------------------*/
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;
}
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;
}
abbr,acronym {
	border:0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
sup {
	font-size: 83%; vertical-align: super; line-height: 1;
}
a {
	outline: none; text-decoration: none;
}
:focus {
	-moz-outline-style:none;
}
object {
	outline: none;
}
/* -------------------------------------------
link
--------------------------------------------*/
a { text-decoration: underline;}
a:link,
a:visited { color: #1f1f1f;}
a:hover,
a:active { color: #959595;}
/* -------------------------------------------
font
--------------------------------------------*/
* {
//	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;
}
body {
//	font:13px/1.769 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font:13px/1.769 "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,verdana,arial,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color: #221815;
	line-height: 1.769;
	letter-spacing: 1px;
	-webkit-text-size-adjust: none;
}
table {
	font-size:inherit;
	font:100%;
	line-height: 1.769;
}
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* -------------------------------------------
For SmartPhone
--------------------------------------------*/
#contact_sp,
#btn_menu_sp,
#sp_menu,
.for_sp_txt{
	display: none !important;
}
/* -------------------------------------------
For Tablet
--------------------------------------------*/
@media screen and (max-width: 979px) {
	html,body{
		width: 980px;
	}
}
/* -------------------------------------------
common layout
--------------------------------------------*/
body {
	text-align: center;
}
#headerArea {
	width: 100%;
	min-width: 1100px; /* check 2014.06.16 */
	position:fixed;
	top: 0;
	padding: 8px 0 0 0;
	background-color: #ffe600;
	overflow: hidden;
	z-index: 999;
}
#headerArea #headerLeft {
	float: left;
	padding: 0 0 0 18px;
	width: 974px; /* check 2014.06.16 */
	overflow: hidden;
}
#headerArea #headerLeft .seminarLogo {
	float: left;
	width: 214px;
}
#headerArea #headerLeft #gnav {
	float: left;
	width: 760px; /* check 2014.06.16 */
}
#headerArea #headerLeft #gnav li {
	float: left;
	width: auto;
	margin-left: 14px;
	padding: 60px 0 0 13px;
	background: url(../images/hnav_bar.gif) no-repeat 0 69px;
	line-height: 0;
	font-size: 0;
}
#headerArea #headerLeft #gnav li#gnav_entry {
	padding: 0 0 0 29px;
	margin: 0;
	background: none;
}
#headerArea #headerRight {
	float: right;
	padding: 38px 18px 0 0;
	width: 81px;
}
#Footer {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #fff;
	text-align: left;
}
#Footer.ds {
	position: relative;
}
#Footer #toNintendo {
	position: absolute;
	top: 20px;
	left: 0;
	padding: 0 0 0 12px;
	width: 120px;
	line-height: 0;
	font-size: 0;
}
#Footer #copyright {
	text-align: center;
	padding: 20px 0 0 0;
}
#pagetop {
	bottom: 8px;
	position: fixed;
	right: 20px;
	width: 30px;
	z-index: 999;
}
#contentsArea {
	padding: 108px 0 0 0;
	width: 100%;
	font-size: 94%;
}
#contentsArea #main {
	background: url(../images/contents_bg.gif) repeat center 0;
}
#contentsArea h1 {
	text-align: center;
	margin: 0 auto;
	width: 960px;
}
#contentsArea .inner {
	width: 960px;
	margin: 0 auto;
}
/* -------------------------------------------
top
--------------------------------------------*/
html {
	height: 100%;
}
body#top {
	background: url(../../images/bg.gif) repeat center center;
	margin: 0;
	padding: 0;
	height: 100%;
	min-width: 960px;
	min-height: 770px;
	text-align: left;
	position: relative;
}
#headerAreaTop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 960px;
}
#headerAreaTop #nintendoLogo {
	width: 81px;
	height: 21px;
	position: absolute;
	top: 19px;
	left: 16px;
}
#headerAreaTop #report {
	width: 208px;
	height: 208px;
	display:block;
	overflow:hidden;
	position: absolute;
	top: 0;
	right: 0;
	background:url(../../images/btn_report_bg.png)  100% 100% no-repeat;	
}
#headerAreaTop #report a{
	width: 300px;
	height: 300px;
	display:block;
	position:absolute;
	top: -20px;
	right: -98px;
	background: url(../../images/bg_report.png) repeat;
	z-index:100;

}

#reportslide {
    width: 208px;
    height: 208px;
    overflow: hidden;
    position: relative;
}
 
#reportslide img {
    top: 0;
    left: 0;
    position: absolute;
}
#reportslide .item * {
	filter: inherit; 
}
#contentsAreaTop {
}
#contentsAreaTop #main {
	width: 960px;
	height: 580px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -290px;
	text-align: center;

}
#contentsAreaTop #main ul#symbolset {
	margin: 0 0 30px 0;
}
#contentsAreaTop #main ul#symbolset li {
	margin-bottom: 18px;
}
#contentsAreaTop #main p.btn {
	padding:-186px 0 0 -186px;
	position: absolute;
	bottom: 480px;
	left: 600px;
}
#contentsAreaTop #main ul#menu {
	margin: 0 auto;
	width: 910px;
	height: 60px;
	overflow: hidden;
	_zoom: 1;
	z-index: 999;
}
#contentsAreaTop #main ul#menu li {
	float: left;
	width: auto;
}
#contentsAreaTop #main p.btn {
	padding:-186px 0 0 -186px;
	position: absolute;
	bottom: 450px;
	left: 605px;
}
#contentsAreaTop #main p a{
	display:block;
	width:187px;
	height:187px;
}
#contentsAreaTop #main .sakuhin_new {
	margin: 0 0 5px 510px;
	text-align: right;
}

#footerAreaTop {
	width: 100%;
	height: 48px;
	position: fixed;
	bottom: 0;
	left: 0;
	min-width: 960px;
	z-index: 0;
}
#footerAreaTop #sns {
	width: 100%;
	overflow: hidden;
	_zoom: 1;
}
#footerAreaTop #sns ul {
	position: absolute;
	top: -44px;
	right: 10px;
	overflow: hidden;
}
#footerAreaTop #sns ul li {
	float: left;
	width: 36px;
}
#footerAreaTop #backnav {
	width: 100%;
	height: 48px;
	background-color: #fff;
	min-width: 960px;
}
#footerAreaTop #backnav dl {
	width: 593px;
	padding-top: 16px;
	margin: 0 auto;
}
#footerAreaTop #backnav dl dt {
	float: left;
}
#footerAreaTop #backnav dl dd {
	float: left;
	margin-right:17px;
}
#footerAreaTop #backnav p#toNintendo {
	width: 120px;
	height: 14px;
	position: absolute;
	bottom: 16px;
	left: 11px;
}
#footerAreaTop #backnav p#copyright {
	width: 96px;
	height: 10px;
	position: absolute;
	bottom: 18px;
	right: 16px;
}

/* -------------------------------------------
NEWS
--------------------------------------------*/
#contentsAreaTop #news{
	margin:0 auto;
	width:684px;
	height:47px;
	
	background:url(../../images/news_title.png) no-repeat;
}
#contentsAreaTop #newsInside{
	background:url(../../images/news_right.png) no-repeat right;
}

#contentsAreaTop #newsInside dl{
	margin:0 11px 0 115px;
	height:47px;
	display:block;
	background:url(../../images/news_bg.png) repeat-x;
}
#contentsAreaTop #newsInside dl dt,
#contentsAreaTop #newsInside dl dd{
	padding-top:14px;
}
#contentsAreaTop #newsInside dl dt{
	padding-top:16px;
	font-size:10px;
	color:#ce181e;
	text-align:left;
	height:47px;
	width:80px;
	font-weight:bold;
	float:left;
}
#contentsAreaTop #newsInside dl dd{
	font-size:11px;
	height:47px;
	float:left;
}
#contentsAreaTop #newsInside dl dd a{
	color:#838383;
	text-decoration:none;
	border-bottom:1px dotted #838383;
}
#contentsAreaTop #newsInside dl dd a:hover{
	color:#bababa;
	border-bottom:1px dotted #bababa;
}


/*ClearFix-*/
.clearfix:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */
