@charset "utf-8";
/* CSS Document */

#menu {
	position: relative;
	z-index: 2
}

#main {
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	z-index: 1;
}

#news {
	width: 220px;
	margin-top: 40px;
	background-image: url(../images/news_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 11px;
}

#news dl {
	background-image: url(../images/news_bg.gif);
	padding: 5px 15px;
	font-size: 12px;
}

#news dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#news dd {
	line-height: 1.6;
	border-bottom: dotted 1px #999999;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#news dd.last {
	border-bottom: none;
	margin-bottom: 0;
}

#att {
	width: 220px;
	margin-top: 20px;
	background-image: url(../images/att_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#att p {
	background-image: url(../images/att_bg.gif);
	padding: 5px 17px;
	font-size: 12px;
	line-height: 1.6;
}

.yme {
	position: absolute;
	right: 0;
	bottom: 69px;
}
