@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ------------------------------------------------------------
	globalNavi
   ------------------------------------------------------------ */

#globalNav li#news a{
	background-position: 50% 100%!important;
}

/* ------------------------------------------------------------
	content
   ------------------------------------------------------------ */
article{
	text-align: left;
}
#content article{
	overflow: hidden;
	margin-bottom: 40px;
}
#content article p{
	margin-bottom: 20px;
}
#content .articleTitle{
	background: url(../images/news_images/title_bg.gif) 0 0 no-repeat;
	height: 40px;
	color: #fff;
	font-weight: bold;
	padding-top: 25px;
	margin-bottom: 40px;
}
#content .articleTitle h1{
	float: left;
	padding: 0 0 0 80px;
	font-size: 18px;
}
#content .articleTitle p{
	float: right;
	width: 128px;
	text-align: center;
	font-size: 15px;
}


