@charset "utf-8";

/*
===== CONTENTS =====

	01: forward

====================*/

/*
=========================================
	01: forward
=========================================*/
.forward #content {
	min-height: 400px; /*-- for Modern browser --*/
	height: auto !important; /*-- for ie7,firefox --*/
	height: 400px; /*-- for ie6 --*/
	}
.forward #content .section {
	border: 0 !important;
	}

.forward h2 {
	margin-bottom: 0.5em !important;
	padding-left: 18px !important;
	border: 0 !important;
	background: url("../images/silk_arrow_switch.png") no-repeat left center;
	font-size: 116%;
	}
.forward h2 span {
	margin-left: 0.5em;
	font-size: 85%;
	}
.forward-text {
	}

