@charset "utf-8";

@import "style.css";

/* Contents
--------------------------------------------------*/
.index_img {
	width: 850px;
	height: 171px;
	margin: 0 auto 0 ;
	text-indent: -9999px;
	background: transparent url(../img/header.jpg) no-repeat left -79px;
}

div.welcome {	
	width:405px;
	margin:0 auto 20px auto;
	
}


dl.news {
	width: 405px;
	height: 100%;
}

dl.news dt {
	margin: 0 0 0 5px;
	padding: 0 0 0 15px;
	background: transparent url(../img/blog_news_icon.gif) no-repeat left 9px;
	color: #666666;
}

dl.news  dd {
	padding: 0 0 0 15px;
	margin: -5px 0 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

div.welcome p {
	width: 395px;
	margin: 0 auto;
}