@charset "UTF-8";

/* ------------------------------
 Home
------------------------------ */

/*	Gnav
--------------------------------------*/
div#gnav li.gnav-01{
	background-position:bottom;
}

/*	content
--------------------------------------*/
div#nav {
	width:300px;
	float:right;
	display:inline;
}

div#content {
	width:640px;
	float:left;
	display:inline;
	margin:0;
}


div#content .section{
	width:640px;
	background:url(../../img/home/section_top.gif) top;
	margin:0 0 20px 0;
}

div#content .section .inner{
	padding:10px;
	background:url(../../img/home/section_bottom.gif) bottom no-repeat;
}


h3.heading_section-01{
	width:619px;
	height:26px;
	background:url(../../img/home/heading_section-01.gif) no-repeat;
	text-indent:-9999px;
}

h3.heading_section-02{
	width:619px;
	height:26px;
	background:url(../../img/home/heading_section-02.gif) no-repeat;
	text-indent:-9999px;
}

table.news th ,table.news td{
	padding:3px;
	
}

table.news td{
	color:#000;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
}


/*	nav
--------------------------------------*/
div#nav h3.heading_news{
	width:300px;
	height:24px;
	background:url(../../img/home/heading_news.gif) no-repeat;
	text-indent:-9999px;
}

div#nav .section{
	margin:0 0 20px 0;
}

