/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

/* hide from ie on mac */
html {
    height: 100%;
    overflow: hidden;
}
#content {
    height: 94%;
}

/* end hide */
body {
	height: 100%;
	margin: 0;
    padding: 0;
	background-color: #eeeeee;
	font: 76% Arial, sans-serif;
}

	
#info {
	width: 300px;
	overflow: auto;
}

#header {
    overflow: hidden;
    width: 100%;
    height: 35px;
	background: #000000 url(../images/bg_head.gif) 0 0 repeat-x;
	
}
#header img {
    margin: 4px 8px;
}
#logoBox {
    float: left;
}
#btnBox {
    float: right;
}

#flashcontent {
	position:absolute;
	width: 100%;
	height: 94%;
	float: left;
	margin: 0;
    padding: 0;
}


/*回り込み解除 */
.clearfix {
	min-height: 1%; /* for winIE 7 */
	}
* html .clearfix {
	/*\*/ height: 1%; /*/ /* for winIE 5-6 \*/ /*/
	display: inline-block; /* for macIE */
	}
.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}


/* マウスオーバー時のアルファ値変更 */
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

