/*--------------------------------------------

	For grandindex file

	Last update : 2009.8.12
	ushiro

	---------------------------
	1-0 structure

	2-0 visual setting
		2-1 common
		2-2 banner
		2-3 navi
		2-3-1 news
			2-3-2 about
  --------------------------------------------*/


/*----------------------------------------------------------------
  1-0 structure
-----------------------------------------------------------------*/

.grandindex #navi{
	float:left;
	width:230px;
	padding-bottom:25px;
}

.grandindex #contents{
	float:right;
	width:700px;
}

#banner .banner01, #banner .banner02, #banner .banner03{
	float:left;
	width:310px;
	margin-right:10px;
}

#banner .banner03{
	margin-right:0px;
}

/*----------------------------------------------------------------
  2-0 visual setting
-----------------------------------------------------------------*/

/* --------------------------------------------
  2-1 common
---------------------------------------------*/

ul{
	list-style:none;
}

/* --------------------------------------------
  2-2 banner
---------------------------------------------*/

#banner{
	padding-top:11px;
}

#banner .text{
	margin:6px 3px 24px 3px;
	font-size:86%;
	line-height:1.5;
}


/* --------------------------------------------
  2-3 navi
----------------------------------------------*/

/* ----------------------------
  2-3-1 news
------------------------------*/

#navi #news{
	margin-bottom:10px;
}

#navi #news h2{
	padding:45px 2px 8px 6px;
	background:url("../img/index/ttl_news.gif") no-repeat 0 4px;
	color:#a69888;
	font-size:86%;
}

#navi #news ul{
	background:url("../img/index/hr_dotbeige.gif") no-repeat 1px 0;
}

#navi #news li{
	padding:7px 6px;
	background:url("../img/index/hr_dotbeige.gif") no-repeat 1px 100%;
	line-height:1.5;
}

#navi #news p.more{
	padding:7px 6px;
	text-align:right;
}

/* ----------------------------
  2-3-2 about
------------------------------*/

#navi #about{
	margin-top:15px;
	background:url("../img/index/back_about.gif") repeat-y left top;
}

#navi #about h2{
	padding:45px 8px 0 6px;
	background:url("../img/index/ttl_aboutus.gif") no-repeat 0 0;
	text-align:right;
	color:#a69888;
	font-size:86%;
}

#navi #about p{
	margin:13px 17px 7px 17px;
	line-height:2;
}