@charset "UTF-8";

/******************************************************
*	
*	1. #alpha style
*	2. #beta style
*	
******************************************************/


/*  1. #alpha style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#alpha {
}

/*  2. #beta style */
/*----------------------------------------------------------------------------------------------------------------------------------------*/

#beta {
	min-height: 870px;
	height: auto !important;
	height: 870px;
}

#beta #slideWrap {
	position: relative;
	margin-top: 125px;
	margin-bottom: 47px;
}

#beta #coda-slider {
	position: relative;
	overflow: hidden;
	width: 550px;
}
#beta #slideNavi {
}

#beta #slideNavi .pre {
	position: absolute;
	top: 250px;
	left: -14px;
}

#beta #slideNavi .next {
	position: absolute;
	top: 250px;
	right: -10px;
}

#beta #itemWrap {
	float: left;
	width: 550px;
}

#beta #itemWrap .itemSummary {
	position: relative;
	margin-bottom: 10px;
}

#beta #itemWrap .itemTxt {
	margin-left: 48px;
	width: 380px;
	float: left;
	display: inline;
}

#beta #itemWrap .itemTxt {
	/* for Safari 4 */
	font-size: 85%;
	/* for IE6 */
	_font-size: 93%;
}
/* for IE8 */
html>/**/body #beta #itemWrap .itemTxt {  
	font-size/*\**/: 93%\9 !important; 
}
/* for firefox3.0 later */
#beta #itemWrap .itemTxt, x:-moz-broken {
	font-size: 85%;
	/* for IE7 */
	*font-size: 93%;
}

#beta #itemWrap .itemLink {
	position: absolute;
	bottom: 3px;
	right:0;
}

#beta #news {
}

#beta #news h2 {
	width: 38px;
	float: left;
	display: inline;
}

#beta #news p {
	width: 108px;
	float: right;
	display: inline;
}

#beta #news dl {
	margin-top: 28px;
	padding-left: 24px;
	background: url(../../img/ico_arrow.gif) no-repeat center left;
}

#beta #news dl dt,
#beta #news dl dd {
	font-size: 93%;
}

#beta #news dl dd a:link,
#beta #news dl dd a:visited,
#beta #news dl dd a:active {
	text-decoration: none;
}

#beta #news dl dd a:hover {
	text-decoration: underline;
}

