﻿@charset "utf-8";

/* ----------------------------------------------------------------------
	reset
---------------------------------------------------------------------- */
html,body,h1,h2,h3,h4,h5,h6,div,p,li,dl,dt,dd,table,th,td,form{
	margin: 0;
	padding: 0;
}
ul{list-style: none;}
ul,ol{margin: 0; padding: 0;}
img{text-decoration: none; border: 0; font-size: 0px;}
hr{display: none;}
table{border-collapse: collapse;}
caption,th{text-align: left;}


/* ----------------------------------------------------------------------
	global
---------------------------------------------------------------------- */
body, th, td, textarea{
	font-family: "MS UI GOTHIC","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.5;
	color: #000000;
}

/* a ----------------------------------------------------------------- */
a,a:visited{color: #0086e6; text-decoration:underline;}
a:hover{text-decoration:none; color: #4cb5ff;}

/* ----------------------------------------------------------------------
	base layout
---------------------------------------------------------------------- */
body{
	text-align:center;
	background:#000000 url(../images/main_bg.jpg) center top no-repeat;
}

div#sampleblock{
	width:100%;
	height:2244px;
}

div#footer{
	width:980px;
	height:106px;
	margin:0 auto;
	text-align:center;
	font-size:0px;
	line-height:0px;
	vertical-align:top;
}

div#flashContent { width:100%; height:680px; }

div#flashContent02 { width:980px; height:240px;margin:870px auto 0px auto; }