@charset "shift_jis";

/* layout
---------------------------------------- */
div#main-visual {
	margin-top:10px;
}
div.wrapper {
	margin-bottom:15px;
}
div.leftColumn {
	float:left;
	padding:0;
	width:415px;
}
div.rightColumn {
	float:right;
	padding:0;
	width:307px;
}

div.column {
	margin-top:10px;
	border:1px solid #898989;
	width:738px;
}
div.column h3 {
	margin-bottom:15px;
}

table#footer {
	margin-top:40px;
}

/* clearfix */
.wrapper:after,
div.column:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0.1em;
	line-height:0;
	clear: both;
	visibility: hidden;
}
.wrapper,
div.column {
	zoom: 1;
}

/*----------------------------------------------------------

	Common Module

-----------------------------------------------------------*/
/* margin */
.mb0 {margin-bottom:0 ! important;}
.mb40 {margin-bottom:40px ! important;}

/*clearfix*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

/*nonHeight*/

.nonHeight {
	line-height: 0;
	font-size: 0;
}
/*----------------------------------------------------------

	flo:q Module

-----------------------------------------------------------*/
#download_area {
	background-image: url(./images/img_movie01.jpg);
	background-repeat: no-repeat;
	height: 260px;
	position: relative;
	padding: 0px;
	background-position: center top;
	width: 750px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#download_button {
	position: absolute;
	display: block;
	height: 180px;
	width: 220px;
	left: 339px;
	top: 23px;
	margin-top:5px;
}
#download_area #adobe {
	position: absolute;
	left: 350px;
	top: 224px;
	width: 406px;
	font-size:0.8em;
	background-repeat: no-repeat;
	background-position: left;
	text-align: left;
}
h2{
	margin:30px 0 15px;
}