@charset "utf-8";
/* CSS Document */

/* news */

h2 {
	background-image:url(../image/news/news_title_1.png);
	text-indent:-9999px;
	width:200px;
	height:34px;
	margin-top:41px;
	margin-left:32px;

}

div#contents {
	background-image:url(../image/background/background_news_1.png);
	background-repeat:repeat-y;
	width:640px;
	height:480px;
	margin-top:5px;
	margin-left:32px;
}

div#newsimage {
	background-image:url(../image/news/news_image_1.jpg);
	width:640px;
	height:120px;
}

div#newsbox {
	width:620px;
	height:50px;
	padding-top:8px;
	margin-top:10px;
	margin-left:10px;
}

div#newsbox h3 {
	font-size:12px;
	color:#8C92CE;
}

div#newsbox p {
	font-size:10px;
	color:#444444;

}
/* END news */
