/*------------------------------------------------
	index.css - <be> index.html design css
	2006.06.28
	:::toc:::
	import url
	parts design
	:::level :::
	> main 795px
		> .section1 340px
			class name
		> .section1 430px
			class name
------------------------------------------------*/

@import url(../../common/common.css);
@import url(../../common/format.css);
@import url(../../common/layout.css);
@import url(../../common/navigation.css);
@import url(../../common/category.css);

/* .section1 - 
------------------------------------------------*/

/* .section2 - 
------------------------------------------------*/
#runner{
	padding:20px 5px;
	background-color:#f3f3f9; border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3; border-bottom:1px solid #c3c3c3;
	text-align:center; font-weight:bold; line-height:1.3;
}
#runner a{
	text-decoration:underline;
}

.panel .backnum img{
	margin:15px 15px 0 0 ;
}

/* .links - 
------------------------------------------------*/
.mtxt a{color:#0033cc; text-decoration:underline;}

#contents #wire .main .left #mainImage {
	background-image: url(../images/program_image.jpg);
	background-repeat: no-repeat;
	height: 266px;
	width: 418px;
}

