@charset "utf-8";
/**
 * Digimart
 * @Copyright: 2007 Rittor Music Inc., a company of Impress Group. All right reserved.
*/

@import "global.css";
@import "layout_common.css";

h1 {
	width: 144px;
	height: 18px;
	margin-bottom: 0.4em;
	background: url(/img/bannner/banner_h1.gif) no-repeat;
}
h1 span {
	display: none;
}


/*--------------------------*/
#banner {

}

#banner h2 {
	font-size: 95%;
	color: #303e51;
	border-bottom: solid 2px #ff6600;
	background: url(/img/common/big_squ_arrow.gif) no-repeat left center;
	padding-left: 18px;
	margin-top:2em;
	margin-bottom:0.5em;
}

#banner p {
	font-size:80%;
	color: #455162;
	line-height: 1.5;
	margin-bottom:0.5em;
}


