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

	For index file

	Last update : 2009.5.5
	mio urakami

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

	2-0 visual setting
		2-1 titlearea
		2-2 infomation

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

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

#information div.text{
	float:left;
	width:210px;
}


#information .photo{
	float:right;
	width:155px;
}



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

/*-------------------------
  2-1 titlearea
-------------------------*/

#main{
	background:url("../img/index/p_index_main.jpg") no-repeat;
}

h1{
	padding-top:15px;
}

#h1area, #information{
	margin-left:395px;
}

#main .keywords{
	margin-left:170px;
}

#h1area p.lead{
	padding:28px 25px 15px 6px;
	color:#977e65;
	font-size:116%;
	line-height:2;
}

/*-------------------------
  2-2 infomation
-------------------------*/

#information{
	padding-left:23px;
	background:#f3eae2;
}

#information h2{
	padding:20px 0 13px 0;
}

#information .text p{
	margin-bottom:1em;
	line-height:2;
	color:#666;
}

#information .text p.more{
	padding:5px 20px 5px 0;
	background:url("../img/index/arw_inform.gif") no-repeat right center;
	text-align:right;
	line-height:1;
}

