@charset "utf-8";

/* ===========================================
 * Home
 * -------------------------------------------
 * 
=========================================== */


/* Over Write
=========================================== */

#header {
	border: none;
	height: 105px;
}
#header .wrap {
	border: none;
	height: 105px;
}

#wrapper {
	border-bottom: 1px solid #794D10;
}


/* Flash
=========================================== */

#flash_main {
	border-bottom: 1px solid #8A5C21;
	height: 388px;
	width: 100%;
	background: url(../../swf/main_bg.png) repeat-x;
}

#swf_main {
	text-align: center;
}


/* Content
=========================================== */

#content {
	padding-bottom: 20px;
}


/* Info
=========================================== */

#info {
	float: left;
	width: 460px;
}

#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;
}


/* Out
=========================================== */

#out {
	float: right;
	width: 468px;
}
#out a { display: block; text-decoration: none; }
#out a:active { text-decoration: none; }
#out a:hover { text-decoration: none; }

#out h2 {
	padding: 0 0 5px 7px;
}
#out h2 img {
	vertical-align: baseline;
}

#out ul {
	width: 469px;
}
#out ul li {
	float: left;
	padding-left: 7px;
	width: 149px;
	text-align: center;
}
#out ul li img {
	margin-bottom: 8px;
}


/* ===========================================
 * Print
 * -------------------------------------------
 * 
=========================================== */


@media print {

	#flash_main {
		background: url(../../swf/main_print.jpg) no-repeat center top;
	}
	#flash_main object,
	#flash_main embed,
	#flash_main img {
		display: none;
	}

}


