@charset "shift_jis";

/* Initialization
----------------------------------------- */
body,div,h1,h2,h3,h4,h5,h6,ul,th,td { 
	margin: 0;
	padding: 0;
	}

/* CommonSetting
----------------------------------------- */
html {
	height:100%;	/* For box's vertical height */
	} 	

body{
	background-color: #B3B3B3;
	text-align: center;
	height:100%;	/* For box's vertical height */
	}

img, table {
	border:none;	/* img do not want a border */
	}

:focus
{-moz-outline-style:none;}	/* For Win Mozilla's link dotline */

a { outline: none; }	/* For Mac Mozilla's link dotline */

/* CommonLayout
----------------------------------------- */
table {
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
	}

div#flashcontent {
	width:100%;
	height:370px;
	}

