@charset "utf-8";

body:first-of-type {
	z-index:1;
}

#flash_box {
	margin:0 auto;
	position:relative;
	width: 910px;
	height: 470px;
}

object {
	z-index:0;
}

#fla {
	position:absolute;
	z-index:0;
}

#section1 {
	position:absolute;
	margin:0;
	top: 15px;
	left: -25px;
	z-index:2;
}

#section1 h2 {
	text-align: center;
	color: #333;
	font-size: 12px;
	border-bottom: none;
}

#section2 {
	position:absolute;
	margin:0;
	top: 410px;
	left: 60px;
	z-index:2;
	font-size: 12px;
	line-height: 12px;
}

#section2 a {
	color: #0033CC;
	font-size: 15px;
	text-decoration: none;
}

/* フッターリンク */

#footer_link {
	float:left;
	margin: 5px 0 0 40px;
	text-align:left;
    color: #0000ff;
}

#footer_link a {
	padding: 5px;
    color: blue;
    text-decoration:underline;
}

#footer_link a:link {/*未訪問のリンク*/
    color:#0000ff;
    text-decoration:underline;
}
#footer_link a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
}
#footer_link a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    text-decoration:underline;
}
