@charset "utf-8";

*{
	margin:0px;
	padding:0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-decoration:none;
	line-height:1;
	font-size:16px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	color: #868686;
}

html{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #c3c3c3;
}

body {

}

#header {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000080;
}

#container {
	font-size: 14px;
	color: #565656;
	height: 100%;
	width: 100%;
}

#menu {
	height: 100px;
	width: 300px;
	position: absolute;
	z-index: 5;
	left:20px;
	color: #8686c6;
}

/*menuプルダウン時*/
.menu_on{
	background-image: url(../images/menu_on.png);
	background-repeat: no-repeat;
	top:0px;
}

/*menuアップ時*/
.menu_off{
	background-image: url(../images/menu_off.png);
	background-repeat: no-repeat;
	top:-80px;
}

#flash {
	margin-right: auto;
	margin-left: -400px;
	margin-bottom: auto;
	margin-top: -220px;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 500px;
	width: 800px;
	z-index: 0;
	/* MacIEのみ以下適用 \*//*/
	margin-top: 250px;
	top:50%;
	/**/
}

#blog {
	width: 100px;
	position: absolute;
	z-index: 5;
	left:330px;
	color: #8686c6;
}
