@charset "utf-8";

/* ===========================================
 * Home
 * -------------------------------------------
 * 
=========================================== */


/* Over Write
=========================================== */

#wrapper {
	padding: 0;
	min-width: 970px;
}

#footer {
	min-height: 241px;
	background: url(../img/ft_bg_h.png) repeat-x;
}

#footer .wrap {
	padding-top: 1px;
	background: none;
}


/* Flash
=========================================== */

#flash_main {
	margin: 0 auto;
	width: 100%;
	height: 510px;
}

#swf_main {
	text-align: center;
}


/* Content
=========================================== */

#content {
	padding: 5px 0 20px;
}


/* Info
=========================================== */

#info {
	float: left;
	width: 413px;
}

#info h2 {
	margin-bottom: 10px;
}

#info table th {
	padding: 0 12px 1px;
	background: url(../img/ic_arrow_dot.gif) no-repeat 0 0.5em;
	line-height: 1.5;
	white-space: nowrap;
}

#info table td {
	padding-bottom: 1px;
	line-height: 1.5;
}

#info a { text-decoration: underline; }


/* Out
=========================================== */

#out {
	float: right;
	width: 508px;
}
#out a { display: block; text-decoration: none; }
#out a:active { text-decoration: none; }
#out a:hover { text-decoration: none; }

#out h2 {
	margin-bottom: 7px;
}
#out h2 img {
	vertical-align: baseline;
}

#out ul {
	width: 509px;
}
#out ul li {
	float: left;
	width: 169px;
	text-align: center;
}
#out ul li.last {
	width: 170px;
}
#out ul li img {
	margin-bottom: 8px;
}


/* ===========================================
 * Print
 * -------------------------------------------
 * 
=========================================== */


@media print {

	#flash_main {
		width: 950px;
		background: url(../../swf/main_print.jpg) no-repeat;
	}
	#flash_main object {
		display: none;
	}
	#flash_main embed {
		display: none;
	}

}

