@charset "utf-8";
/* CSS Document */


/*-----------------------------------------
  HOME index
 ------------------------------------------*/

div.BACK{
	padding:0 0 0 20px;
	width:820px;
}
div.HEADER{
	width:800px;
}
div.CONTENT{
	background:url("../img/index/main_back.jpg") no-repeat scroll 0 0 transparent;
	padding:540px 0 0;
	width:640px;
}
div.CONTENT p{
	padding:0 0 40px 5px;
}
div.news{
	background:url("../img/index/b_dot.gif") repeat-x scroll left bottom transparent;
	width:620px;
}
div.news ul{
	background:url("../img/index/b_dot.gif") repeat-x scroll left top transparent;
	padding:20px 5px 0 20px;
}
div.news ul li{
	line-height:24px;
}
div.CONTENT div.news p{
	padding:0 5px 20px;
	text-align:right;
}
div.news p a{
	background:url("../img/common/g_arrow.gif") no-repeat scroll left 3px transparent;
	padding:0 0 0 10px;
}
div.FOOTER{
	width:800px;
}

