@charset 'utf-8';

/* ----
	uniq contents styles
					---- */

/* style of index.html */

#mt-billboard{
	position: relative;
	width: 100%;
	z-index:100;
	padding-bottom:16px;
	background:url(../images/shadow_billboard_left.gif) no-repeat 0 bottom;
}

#mt-billboard h1 img{
	vertical-align: top;
}

#mt-billboard ul{
	position: absolute;
	right: 19px;
        bottom: 49px;
	width:182px;
}

#mt-info{
	margin-top:-16px;
}
#mt-info #mt-news,
#mt-info #mt-case{
	float: left;
	padding-top:16px;
}
#mt-info #mt-case{
	background:url(../images/shadow_billboard_right.gif) no-repeat 0 0;
}
#mt-info #mt-news{
	position:relative;
	width: 705px;
	background:#d8e6e9 url(../images/mt-news.gif) repeat-x 0 -1px;
	padding-bottom: 94px;
}

#mt-info #mt-news h2{
}

#mt-info #mt-news .article{
	margin-left: 26px;
}

#mt-info #mt-news .article .date{
	line-height: 0.8;
}

#mt-info #mt-news .article .title{
	margin-bottom: 14px;
}

#mt-info #mt-news .article .title a{
	font-size: 14px;
}

#mt-info #mt-news .readmore{
	position:absolute;
	bottom:67px;
	right:29px;
}

#mt-newfeatures-container{
	width: 894px;
	margin-left: 26px;
}

#mt-newfeatures-container .mt-newfeature{
	float: left;
	position: relative;
	width: 278px;
	padding-top: 10px;
	padding-left: 20px;
	background: url(../images/bg_newfeature.gif) no-repeat 0 0;
	height: 231px;
}

#mt-newfeatures-container .mt-newfeature h3{
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

#mt-newfeatures-container .mt-newfeature a{
	display: block;
	position: absolute;
	width: 249px;
	height: 191px;
	top:0;
	left: 0;
	padding: 40px 21px 0 21px;
	text-decoration: none;
	line-height: 18px;
	z-index:100;
}