@charset "utf-8";

/*****************************************************************

	トップページ＆共通レイアウト定義

	*Common Layout CSS
	   +BASE Module SET
	   +SKIP
	*TopPage

*****************************************************************/

/* ====== BASE Module SET ===== */

html,
body{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,td,th,
address,
blockquote,form,fieldset,legend,div,hr,pre{
	margin: 0;
	padding: 0;
	font-style: normal;
	vertical-align: top;
	text-align: left;
}

ul ul,
ul p,
dl dl,
dl p,
dl ul{
	font-size: 100%;
}

html,
body{
	background: #fff100;
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img,
object,
embed{
	border: 0;
	vertical-align: top;
}

img,
input,
select,
textarea{
	vertical-align: top;
	font-size: 12px;
}

abbr,
acronym,
fieldset{
	border: 0;
}

hr{
	display: none;
}

acronym,
abbr{
	cursor: help;
}

em{
	font-style: normal;
}

a[rel="outside"]:after{
	content: "";
	color: inherit;
	background: none;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color: #0000ff;
}


/* ====== SKIP ===== */
ul#skip{
	display: none;
	/*IE Mac \*/
	display: block;
 	position:absolute;
	height: 0;
	width: 0;
	overflow: hidden;
	/*IE Mac */
}


/*============================================================
	TopContentsStyle
============================================================*/


/*============================================================
	Nav
============================================================*/
div#flashContent{
	width: 100%;
	height: 100%;
}

div#main{
	padding: 20px;
}

div#main h1{
	font-size: 100%;
	margin-bottom: 1em;
}

div#main p{
	font-size: 75%;
	margin-bottom: 1em;
}

div#main{
	padding: 20px;
}

div#main h1{
	font-size: 100%;
	margin-bottom: 1em;
}

div#main a{
	color: #FF3300;
}

#flashObj{
	outline:none;
}

