@charset "shift-jis";

/*====================================================================

index.css

====================================================================*/

/*--------------------------------------------------------------------
boxs
--------------------------------------------------------------------*/
#box1{
	width:513px;
	height:110px;
	background:url(../../img/box1.jpg) no-repeat;
}
#box1 div{
	width:310px;
	float:left;
	margin-top:45px;
	padding-left:20px;
}


#box2,
#box3,
#box4,
#box5{
	width:250px;
	height:170px;
}
#box2{ background:url(../../img/box2.jpg) no-repeat;}
#box3{ background:url(../../img/box3.jpg) no-repeat;}
#box4{ background:url(../../img/box4.jpg) no-repeat;}
#box5{ background:url(../../img/box5.jpg) no-repeat;}

#box2,
#box4{ float:left}
#box3,
#box5{ float:right}

#box2 div,
#box3 div,
#box4 div,
#box5 div{
	width:120x;
	height:110px;
	margin-top:45px;
	margin-left:20px;
	margin-right:80px;
}


#box1 a,
#box2 a,
#box3 a,
#box4 a,
#box5 a{display: inline;}

