@charset "utf-8";

/*------------------------------------------
	Mainimg
------------------------------------------*/
div#Mainimg{
	margin-bottom:20px;
}


/*------------------------------------------
	Green
------------------------------------------*/
div#Green{
	float:left;
	height:145px;
	background:url(../img/green.jpg) no-repeat;
}

/*------------------------------------------
	Green
------------------------------------------*/
div#Green{
	float:left;
	height:235px; /* 1行：165px */
	width:800px; /* 2列：640px */
	background:url(../img/green_wide2line.jpg) no-repeat; /* ２列：green.jpg */
}

div#Green p{
	padding:15px 0 15px 20px;
}

div#Green ul li{
	float:left;
	padding-left:20px;
}

/*------------------------------------------
	Blue
------------------------------------------*/
div#Blue{
	clear:both;
	float:left;
	height:140px;
	width:800px;
	background:url(../img/blue.jpg) no-repeat;
}

div#Blue p{
	padding:13px 0 13px 20px;
}

div#Blue ul li{
	float:left;
	padding-left:20px;
}

/*------------------------------------------
	Movie
------------------------------------------*/
p#Movie{
	float:right;
}

/*------------------------------------------
	Area
------------------------------------------*/
div#Area{
	float:left;
	width:561px; //595px
}

div#Area h2{
	margin-bottom:10px;
}

div#Area h3{
	margin-top:10px;
	font-weight:bold;
}
}

/*------------------------------------------
	Work
------------------------------------------*/
div#Work{
	float:right;
}

div#Work h2{
	margin-bottom:15px;
}