@charset "utf-8";

/*=========================================================
	index
		1. layout
		2. news area
		3. pr area
=========================================================*/

/* 1. layout
=========================================================*/
#top #container{
	width:900px;
	margin:20px auto 0;
	text-align:left;
}
#top #content{
	float:left;
	width:620px;
}
#top #side{
	float:right;
	width:250px;
}


/* 2. news area
=========================================================*/
#top #newsArea{
	clear:both;
	border-bottom:1px solid #632F90;
	margin-bottom:0.8em;
}
#top #newsArea span{
	display:none;
}
#top #newsArea h2{
	display:block;
	float:left;
	width:90px;
	height:24px;
	margin:0;
	padding:0;
	background:url(../../img/ind_tit_news.gif) no-repeat;
	border:none;
}
#top #newsArea ul{
	display:block;
	float:right;
	width:125px;
	list-style:none;
	margin:0;
	padding:0;
}
#top #newsArea ul li{
	display:block;
	float:left;
	background:none;
	margin:0;
	padding:0;
}
#top #newsArea ul a{
	display:block;
	height:24px;
}
#top #newsArea ul .archive a{
	width:74px;
	background:url(../../img/ind_n_archive.gif) no-repeat;
	margin-right:12px;
}
#top #newsArea ul .rss a{
	width:39px;
	background:url(../../img/ind_n_rss.gif) no-repeat;
}


/* 3. pr area
=========================================================*/
#top #prArea{
	clear:both;
	list-style:none;
	margin:1.0em 0 1.0em;
	padding:0;
	border-top:1px solid #CFBEDC;
}
#top #prArea li{
	background:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #CFBEDC;
}

